/* defaults ***********************************************************/

* {
	margin: 0;
	padding: 0;
} 

body {
	font-family:'Trebuchet MS',verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #185A96;
}
body a:link, body a:visited, body a:active {
	color:#333366;
	color:#333366;
}

body a:hover {
	text-decoration:underline;
	color:#330066;
}

h1 {
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	margin:1em;
}

h2 {
	color:#666;
	font-size:11px;
	margin:1em;
}

/* tag defs ******************************************************/
ul li {
	list-style-type: circle;
	margin-left:1em;
	list-style-position: inside;
	}

ol li {
	list-style-type: decimal;
	margin-left:1em;
	list-style-position: inside;
	}
ol ol li {
	list-style-type: lower-alpha;
	margin-left:2em;
	list-style-position: inside;
}

p {
	margin:1em;
}

/* hacks *******************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* start new float clear hack */

.floatclear {
	display:inline-block;
	width:100%;
}

/* hide from IE Mac \*/

* html .floatclear {
	height:1%;
	width:auto;
}

.floatclear {
	display:table;
}

/* end hide from IE-mac */

/* end new float clear hack */

/* Hides from NS/Mozz \*/

* html #content {
	padding-top:32px;
}

/* misc ***********************************************************/

.center {
	text-align:center;
}

.img {
	float:left;
	margin-right:10px;
}

.solution {
	background: #FFEAFF;
	color: #000;
	border:1px solid #FF33FF;
	margin-left:10px;
	margin-top:20px;
}

/* main components ***********************************************************/

#wrap {
	width:650px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#middle9 {
	width: 650px;
	background: url(../images/bg_menu9.png) no-repeat 0px 0px;
}
#content {
	width:290px;
	margin-left:335px;
	padding-top:25px;
	padding-bottom:10px;
	text-align:center;
}
#content8 {
	width:560px;
	padding:35px 45px 0 45px;
	text-align:left;
}

#feature {
	font-size: 11px;
	margin-top:60px;
	padding-bottom:20px;
	padding-left:6px;
	float:left;
	clear:both;
	width: 174px;
	color: #666;
	text-align: justify;
}

#feature strong {
	color:#858585;
	font-size:10px;
}

#footer3 {
	background: url(../images/bg_menu_footer3.png) no-repeat 0px 0px;
	clear: both;
	height: 38px;
	width: 650px;
	color: #333366;
	text-align: center;
	padding-top: 36px;
	font-size: 14px;
	font-weight:bold;
}
.title {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
.footer {
	font-size:12px;
	font-weight: normal;
}
