@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

body{
	background-image:url(../images/bg_bodysm.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h2{
	font-size:16px;
	color:#06C;
	margin-bottom:10px;
}

h3{
		font-size:14px;
		color:#06C;
	}
h4{
		font-size:13px;
		color:#333;
		font-style:italic;
		margin:5px 0;
	}

p{
	line-height:18px;
	margin-bottom:10px;}

blockquote{margin-left:15px;}
/*DROPDOWN STYLES*/

.drop
	{margin: 0;
	padding: 0;
	z-index: 30;
	float:left;
	text-transform:uppercase;}

.drop img
	{float: left;
	margin: 0px;
	padding: 0px;
	display: inline;}

.drop li
	{margin: 0px;
	padding: 0px 20px;
	list-style: none;
	text-align:left;
	float: left;
	font: bold 11px arial;}


.drop li a
	{display: block;
	padding-top:9px;
	padding-bottom:4px;
	color: #333;
	text-align:center;
	text-decoration: none;}
	
#lastnav a{
	background-image: url(../images/nav_bg.gif);
}	

.drop li a:hover{

	color:#013468;}
	
#lastnav a:hover{

	color: #013468;}
	
#firstnav a:hover{

	color: #013468;}

#firstnav a {
	margin-left:0px;}


.drop div
	{position: absolute;
	visibility: hidden;
	width:90px;
	margin: 0;
	padding: 0;}

.drop div a
	{position: relative;
	display: block;
	margin-left: -2px;
	padding: 5px;
	width: 160px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color:#ebecee;
	color: #000;
	font: 11px arial;}
	
	

.drop div a:hover
	{background-color: #fff;
	color: #000;}



/*----------CLASSES----------*/

.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.nav{
	position:absolute;
	top:35px;
	margin-left:100px;

}

.left{
	margin-top:10px;
	margin-right:10px;
	float:left;
	width:390px;
}
.left ul{list-style-position:inside; list-style:circle; margin-left:15px; margin-bottom:5px;}

.right{
	margin-top:10px;
	float:left;
	width:400px;
}

.feature{
	margin-top:5px;
	float:left;
	height:80px;
	width:182px;
	background:url(../images/bg_feature.png);
	background-repeat:no-repeat;
	padding:7px 8px 0px 10px;
	color:#666;
}

.feature img{
	float:right;
	margin-right:10px;
}

.subnav{
	float:left;
	width:200px;
	padding-right:20px;
}
.subnav ul{
	list-style-image:none;
	list-style-type:none;
}

.subnav li{
	padding:5px 3px;
}

.content{
	float:left;
	width:560px;
}

.content ul{list-style:none;list-style-type:circle;list-style-position:outside;	margin-bottom:15px;	margin-left:12px;}
.content ol{list-style-position:outside; margin-bottom:15px; margin-left:12px;}



.footer{
	clear:both;
	padding-top:15px;
	font-size:10px;
	text-align:center;
	color:#999;
}
.footer a{
	color:#999;
	text-decoration:none;
	padding-bottom:2px;
}
.footer a:hover{
	color:#777;
	text-decoration:none;
	border-bottom:1px solid #666;
}


/*----------SPECIAL CLASSES----------*/
.centered{width:800px; margin:auto;}

.highlight{text-align:center; font-size:16px;  color:#023058; margin-bottom:10px; padding:8px; margin-top:-5px; }
.highlight p{font-size:18px; line-height:30px; margin-top:5px;}
.highlight h3{font-size:20px;}
.highlight h3 a:link{color:#06C; font-size:20px; text-decoration:none; border-bottom:1px solid #5a96d0;}
.highlight h3 a:visited{color:#06C; font-size:20px; text-decoration:none; border-bottom:1px solid #5a96d0;}
.highlight h3 a:hover{color:#06C; font-size:20px; text-decoration:none; border-bottom:2px solid #5a96d0;}


.nobullets{
	list-style:none;
	list-style-image:none;
}

.featured_link{
	float:right;
	margin-right:40px;
}
.featured_link a{
	color:#5a96d0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
.featured_link a:hover{
	text-decoration:underline;
	}
.footnote{font-size:9px; color:#666; font-style:italic;}	
.no_margin{ margin-bottom:2px;}
.specimen_col{width:185px; float:left;}
.clear{ clear:both;}
.red{color:#f00;}

#flash{margin-bottom:5px;}