/*---------------------------Layout---------------------------*/
body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #003466;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
#container {
	background-color: #9CBAC2;
	background-image: url(../images/layout/containerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 2px solid #cccccc;
	border-top:none;
}
#logo{
	width:260px;
	float:left;
	margin-bottom:5px;
}
	#logo p{
	 	color:#333;
		margin-top:0px;
	}
#wrap{
	float:right;
	width: 680px;
	margin-bottom:5px;
}
#nav{
	height:67px;
	margin-top:18px;
	float:right;
	width:100%;
	background-image: url(../images/layout/navBgM.jpg);
	background-repeat: repeat-x;
	}
	#nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	#nav ul li{
	list-style-type:none;
	display: inline;
	}
	#nav ul li a{
	color:#003466;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 25px 16px;
	float:left;
	font-weight:bold;
	background-image: url(../images/layout/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	font-variant: small-caps;
	}	
	#nav ul li a:hover{
	color: #0E799A;
	}	
#content{
	background-color:#fff;
	padding: 10px;
	margin: 15px 0px;
	clear:both;
}
	.tl		{
	position: absolute;
	width: 14px;
	height: 14px;
	top: -1px;
	left: -1px;
	background-image: url(../images/layout/rndTl.gif);
}
	.tr		{
	width: 14px;
	height: 14px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../images/layout/rndTr.gif);
}
	.bl		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../images/layout/rndBl.gif);
}
	.br		{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-image: url(../images/layout/rndBr.gif);
}
#rightCol{
	float:right;
	width:670px;
}
#leftCol{
	width:250px;
	float:left;
}
#wide #rightCol {
	width:100%;
}
#footer{
	font-size:11px;
	clear:both;
}
	#footer a{
	color:#003466;
	}
/*---------------------------Layout---------------------------*/

/*---------------------------Styles---------------------------*/
h1{
	color:#003466;
	font: 24px "Trebuchet MS", Verdana, Arial;
	margin:0;
	padding:0;
	padding-bottom:10px;
	border-bottom:dashed 1px #C7C7C7; 
}
h2{
	color:#0E799A;
	font: 22px "Trebuchet MS", Verdana, Arial;
	margin:0;
	padding:0;
}
hr {
	color:#C7C7C7;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#660000;
}
a:active{
	color:#660000;
}
.smallText
{
	font-size: 9px;
}
input.large
{
font-size: 16px;
}
small {
	font-size:9px;
	color:#9F9F9F;
}
/*---------------------------Styles---------------------------*/

/*---------------------------Classes---------------------------*/
.testimonial {
	padding-top:10px;
	font-size:11px;
	font-style: italic;
	color: #003466;
	background: url(../images/layout/quote.gif) no-repeat left top;
	text-indent:35px;
}
ul.features {
	margin-left:5px;
	padding:0;
	list-style-type:none;
}
ul.features strong {
	color:#003466;
}
ul.features li{
	background: url(../images/layout/icArrow.gif) no-repeat left top;
	margin-bottom:15px;
	padding-left: 20px;
}
.window {
	background: url(../images/layout/window.gif) no-repeat left bottom;
	min-height:100px;
	margin-bottom:10px;
	padding:5px;
	line-height:normal;
}
.window h1 {
	font-size:16px;
	font-weight:bold;
	color:#0E799A;
	padding-bottom:0px;
	margin-bottom:0px;
}
.brd {
	border: solid 1px #cccccc;
}
/*---------------------------Classes---------------------------*/
