/* CSS Document */
* {padding:0; margin:0;}
img {border:none;}
.clearer {clear:both; height:1px; overflow:hidden; margin-top:-1px;}
a:link, a:active, a:visited {text-decoration:none; color: #6D0000;  }
a:hover {color:#176706; text-decoration:underline;}

body {
	background-color: #fff;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	margin:0 0 0 0;
	}
	
h2{
	font-weight:bold;
	text-decoration:underline;
	font-size:24px;
	color:#064C67;
	line-height:32px;
}
.holder{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:400px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
}
#header-left{
	float:left;
	width:195px;
	text-align:center;
}
#header-left p{
	padding-top:8px;
}
.modeltext{
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}
.green{
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	color:#176706;
}
#header-right{
	float:left;
	width:755px;
	color:#6D0000;
}
#header ul{
	text-align:right;
}
#header li{
	display:inline;
	list-style-type:none;
	padding-right:10px;
	text-transform:uppercase;
	font-size:14px;
}
.caption{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}


.block{
	margin-top:10px;
	float:left;
	width:190px;
	text-align:center;
}
.block ul{
	font-size:14px;
	color:#6d0000;
	line-height:18px;
	list-style-type:none;
}
.blocklarge{
	margin-top:10px;
	float:left;
	width:760px;
	text-align:center;
}

#content{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}


.features{
	width:325px;
	float:left;
	padding:20px;
	list-style-type:square;
	line-height:22px;
}







#footer{
	margin:10px 0 0 0;
	background-color: #064C67;
	color:#FFFFFF;
}
#footer p{
	padding:8px;
	text-align:center;
}