/* CSS Document */
* {
	margin:0;
	padding:0;
}
option {
	padding:0 2px;
}
body {
	background-color:#FFFFFF;
}
#wrapper {
	width:1000px;
	margin:20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#banner {
	width:100%;
	height:100px;
	background:url(/images/banner.jpg) no-repeat left top;
}
#logo {
	float:left;
	width:400px;
	height:100px;
	background:url(/images/logo.jpg) no-repeat left top;
}
#navigation {
	float:left;
	width:600px; /*height:100%;*/ /*background:url(/images/navigation_bkgrd.jpg) no-repeat left top;*/
}
#navigation ul {
	position:relative;
	top:80px;
	left:400px;
}
#navigation li {
	display:inline;
}
#navigation a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 14px;
	background:url(/images/navigation_bullet.png) no-repeat left 3px;
}
#navigation a:hover {
	color:#70BEE8;
	background:url(/images/navigation_bullet.png) no-repeat left -9px;
}
#navigation a.blue {
	color:#70BEE8;
	background:url(/images/navigation_bullet.png) no-repeat left -9px;
}
#navigation a.current {
	color:#70BEE8;
	background:url(/images/navigation_bullet.png) no-repeat left -9px;
}

#footer {
	color:#FFFFFF;
	font-size:11px;
	height:40px;
	text-align:right;
	padding:13px 20px;
	background:url(/images/footer_bkgrd.jpg) repeat-x left top;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#243859;
}
#content_left {
	float:left;
	width:491px;
	height:500px;
	background:url(/images/home_left.jpg) no-repeat right top;
}
#content_right_top {
	float:left;
	width:509px;
	height:250px;
	background:url(/images/home_right_top.jpg) no-repeat left top;
}
#content_right_bottom {
	float:left;
	width:509px;
	height:250px;
	background:url(/images/home_right_bottom.jpg) no-repeat left top;
}
#whtBox { /*position:relative; left:180px;*/
	width:220px;
	height:100%;
	background-color:#FFFFFF;
	padding:0 20px;
	opacity:0.7;
	filter: alpha(opacity = 70);
	zoom:1;
	float:left;
}
#blueBox {
	float:left;
	background-color:#45559E;
	height:100%;
	/*opacity:0.8;
	filter: alpha(opacity = 80);
	zoom:1;*/
	padding:0 20px;
	color:#FFFFFF;
	width:180px;
}
#blueBox h1{font-size:18px; margin-bottom:10px; margin-top:30px;}
#blueBox a{display:inline-block; color:#FFFFFF; text-decoration:none; margin-bottom:10px;}
#blueBox a:hover{text-decoration:underline;}
#blueBox #testimonial{font-size:12px;}
#blueBox #bonmot{font-size:12px;}
#whtBox p {
	padding-top:30px;
}
#twitterWidget {
	float:left;
	padding-right:30px;
	padding-bottom:10px;
}
.style1 {
	font-size:18px;
}
.style2 {
	font-style:italic;
}
#mainContent{padding: 20px; border-left:solid 1px #606FAB;border-right:solid 1px #606FAB; color:#333333; line-height:18px;}
#mainContent p{padding-bottom:10px;}
#mainContent h1{font-size:20px; margin-bottom:10px; text-transform:uppercase;}
#mainContent h2{font-size:16px; margin:30px 0 5px 0;}
#mainContent h3{font-size:14px; margin-bottom:15px; color:#41AA55;}
#mainContent ul{
	background-color:#D2EAC8;
	padding:10px;
	margin-bottom:20px;
	border: 1px solid #ADD99B;
}
#mainContent li{
	margin-bottom:10px;
	list-style-type:square;
	list-style-position: inside;
}
#mainContent #tightlist li{
	margin-bottom:2px;
	list-style-type:square;
	list-style-position: inside;
}
#mainContent a{text-decoration:none; font-weight:bold; color:#2F396C; text-decoration:none;}
#mainContent a:hover{ text-decoration:underline;}
#mainContent img{border:solid 1px #606FAB; margin-top:10px;}
#mainContent .articles_wrapper dd{border-bottom:0;}
#mainContent .articles_wrapper dl img{border:none;}
#mainContent table{margin:10px 0;}
#mainContent table td{padding:0 10px 10px 0;}