@charset "utf-8";
/* CSS Document */

body{
	background-color:#00182b;
	margin:2% 0;
	text-align:center;
	font:14px Arial, Verdana;
	line-height:1.3;
}

/* replaced by #page
div.wrapper{
	margin:0 auto;
	width:1024px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}
*/

div.top{
	width:1024px;
	height:9px;
	background-image:url(images/dotbg.jpg);
}

div.logo{
	width:1024px;
	height:auto;
	padding:10px 0;
}

div.nav{
	padding-left:40px;
	margin-bottom:14px;
}

div.splash{
	width:1024px;
	height:auto;
	min-height:300px;
}

div.actions{
	width:948px;
	height:100px;
	margin:5px auto;
	background-image:url(images/actionbg.jpg);
	background-repeat:no-repeat;
}

div.actions .one{
	float:left;
	width:28%;
	height:100px;
	margin:0 2px;
}

div.actions .one .text{
	margin:12px;
	color:#FFF;
	font-size:12px;
}

div.actions .two{
	float:left;
	width:44%;
	height:100px;
	margin:0 2px;
}

div.actions .two .text{
	margin:12px;
	color:#FFF;
	font-size:12px;
}

div.actions .three{
	float:left;
	width:26%;
	height:100px;
	margin:0 2px;
}

div.actions .three .text{
	margin-top:16px;
	color: #FFF;
	font-size:16px;
	text-align:center;
}

div.actions .three a{font-size:10px; color:#06F;}

div.footer{
	width:1024px;
	height:31px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	background-color:#000;
}

div.footer .links{
	padding:6px;
	color:#FFF;
	font-size:14px;
}

div.footer .links a{color:#FFF; text-decoration:none; padding:3px;}
div.footer .links a:hover{background-color:#E8F5FE; color:#000;}

div.footer .links ul{list-style:none; margin:0; padding:0 0 0 30px;}
div.footer .links li{float:left; margin:0 20px 0 0;}

/* subpage */
div.content{
	height:auto;
	margin:0 40px;
	background-color:#01172C;
	background-image:url(images/sublinksbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

div.content h2{font:24px Impact, Helvetica, Arial; font-weight:normal; letter-spacing:2pt; text-transform:uppercase;
		color:#00182B; border-bottom:1px solid #00182B; padding-bottom:2px; margin:3px 0 20px 0; text-align:left;}
div.content h2.center{border:none;}
div.content ul li{line-height:1.5;}
div.content h3{font-size:18px; color:#00182B; padding-bottom:2px; margin:3px 0 12px 0;}

div.content #left{
	float:left;
	width:72%;
	padding:15px;
	min-height:400px;
	height:auto;
	background-color:#f6f6f6;
	border:1px solid #EEEEEE;
	background-image:url(images/squares.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	color:#000;
}

div.content #left .hentry{
	border:1px solid #DDDDDD;
	padding:10px;
}

div.content #left ul li{
	margin-top:0;
	margin-bottom:3px;
	line-height:1.3;
}


div.content #left ul ul{
	margin-top:10px;
	margin-bottom:10px;
}

div.content #right{
	float:right;
	width:20%;
	padding:15px;
	height:auto;
	color:#FFF;
}
div.content #right ul{list-style:none; margin:0; padding:0;}
div.content #right ul li{margin:0; padding:0;}
div.content #right ul ul{list-style-image:url(images/arrow.png); margin:0 0 0 25px; padding:0;}
div.content #right ul ul li{padding-left:5px;}
div.content #right ul ul li a{color:#FFF; text-decoration:none;}
div.content #right ul ul li a:hover{text-decoration:underline;}
div.content #right h2{font:18px Georgia, Times; color:#FFF; letter-spacing:0; margin:12px 0; border:none; text-transform:capitalize;}