/* ----------------- Colors
light Blue = #ccd6df
Medium Blue = #7fa1b6
Dark Blue  = #00274d
------------------------- */

body {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background: #00274d url(../images/bgshade3.png) left top repeat-x;
	}

#container {
	width: 768px;
	margin: 0 auto;
	background-color: #ccd6df;
	}




/* ----------------- Font Elements ------------------------- */

html, body, div, span, font, p, td, input, form  {
	font:13px Tahoma, Arial, Geneva, sans-serif;
	line-height:16px;
	color:#00274d; 
	}

h1 {
	font-size: 24px;
	line-height: 34px;
	color: #58782d;
	margin-top: 0px;
	width: 100%;
	border-bottom: 2px dotted #ffffff;
	}
h2 {
	font-size: 18px;
	line-height: 20px;
	color: #00274d;
	}
h3 {
	font-size: 16px;
	line-height: 18px;
	color: inherit;
	margin: 0;
	}
h4 {
	font-size: 14px;
	line-height: 16px;
	color: inherit;
	text-align: inherit;
	margin: 0;
	}

a {
	text-decoration: underline;
	color: inherit;
	}
a:hover {
	text-decoration: underline;
	color:#7fa1b6;
	}

strong {color:;}
.quote { color:#58782d; }

.large { font-size: 14px; }
.small { font-size: 10px; }
.green { color: #58782d; }
.smaller { font-size: smaller; }


/* ----------------- Header Elements ------------------------- */

#header {
	height:200px;
	background: #00182f url(../images/header_graphic2.jpg) bottom left no-repeat;
	}

/*
div#navcontainer
{
background-color: #1F00CA;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
*/
ul#headernav {
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 4px solid #7fa1b6;
	}
ul#headernav li {
	display: inline;
	margin-left: -4px;
	}
ul#headernav li a {
	padding: 15px 10px 16px 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -.5px;
	}
ul#headernav li a:hover {
	color: #ccd6df;
	border-bottom: 4px solid #7fa1b6;
	}

#active a { border-left: 1px solid #fff; }





/*
ul#headernav {
	margin:0 0 0 3px;
	padding:0;
	}
ul#headernav li {
	list-style-type: none;
	float: left;
	margin:0;
	padding:0;
	}
ul#headernav li a {
	display: inline-block;
	width:108px;
	height:45px;
	color: #7fa1b6;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #00182f;
	padding-top: 10px;
	}
ul#headernav li a:hover {
	color: #ccd6df;
	padding-top: 10px;
	border-top: 6px solid #7fa1b6;
	}
*/



/* ----------------- Content Elements ------------------------- */

#content {
	position: relative;
	padding: 25px 225px 20px 20px;
	border-top: 2px solid #00274d;
	background: #ccd6df url(../images/contentbg.png) left top repeat-x;
	}
/*
#pageheight {
	float: left;
	width: 1px;
	height: 500px;
	}
*/
#sidebar {
	position: absolute;
	top: 25px;
	right: 5px;
	width: 190px;
	height:auto;
	margin: 0 0 20px 10px;
	padding: 5px 5px 10px 10px;
	border-left: 2px dotted #ffffff;
	}

#sidebar ul { margin-left:; }
#sidebar ul li { margin-bottom: 10px; }
#sidebar ul li a { text-decoration: underline; }

#whylist ol{
	margin-top: 0px;
	margin-left: -20px;
	padding-right: 30px;
	}



ul#homepagelinks {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 5px 0;
	}
ul#homepagelinks li {
	display: inline;
	margin-left: -3px;
	}
ul#homepagelinks li a {
	text-align: center;
	padding: 6px 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00274d;
	text-decoration: none;
	background-color: ;
	border: 1px solid #7fa1b6;
	}
ul#homepagelinks li a:hover {
	color: #ffffff;
	background-color: #58782d; /* a49181 */
	border: 1px solid #ccd6df;
	}

#AutoNumber1 {
	width: 420px;
	}
#AutoNumber1 tr {
	height: 30px;
	}
#AutoNumber1 td {
	vertical-align: middle;
	}
#AutoNumber1 tr td:first-child {
	text-align: right;
	padding-right: 5px;
	}

#pricingtable {
	width: auto;
	border: 1px solid #ffffff;
	margin: 5px 0;
	}
#pricingtable tr {
	height: auto;
	}
#pricingtable td {
	vertical-align: middle;
	padding: 0px 5px 5px 5px;
	}
#pricingtable tr td:first-child {
	text-align: right;
	width: auto; /* 80px */
	font-weight: bold;
	font-size: smaller;
	}


.content dl.dlw dd { margin-bottom:23px;} 
.content dt {background:url(images/link.gif) no-repeat left; padding-left:19px; margin-bottom:7px;}
.content dd { margin-bottom:32px;} 

ul {
	list-style:circle;
	margin-left: -15px;
	}
ul li {
	margin-bottom: 5px;
	}
hr { 
	border:none; 
	border-top:2px dotted #ffffff;
	margin: 15px 0 12px;
	}


.content .block {width:274px;}
.content .block td { border:1px solid #1B1916;padding:5px 0px 5px 9px;}
.content .block td.bl {padding:5px 20px 5px 29px;}

table, td {border-collapse:collapse;}
td { vertical-align:top;}
table, td, img {border:0;}
form, td, dl, dt, dd {margin:0; padding:0;}

.form label {width:83px; display:block; float:left;}
.form span { display:block; text-align:right; margin-top:3px;}
.form span a {margin:0px 1px 0px 20px;}
.form input, textarea {font:11px Tahoma, Arial, Geneva, sans-serif;color:#000000;}
.form input { width:170px;height:20px;}
.form textarea { width:170px;height:68px; overflow:auto;}

.lblue {background:#B5BECF;}
.gblue{background:#9EAEB8;}
.dblue{background:#546373;}




/* ----------------- Footer Elements ------------------------- */

#footer {
	clear: both;
	height: 85px;
	width: 768px;
	color: #7fa1b6; 
	background-color: #00182f; 
	padding: 10px 0px; 
	text-align: center;
	font-size: 11px;
	}
.footernav { color:#ccd6df; margin-bottom:1.2em; font-size: 11px; }
.footernav a { text-decoration:none; color:inherit; font-size: 11px; }
.footernav a:hover { color:#7fa1b6;}
#footer strong { color: #7fa1b6; }





.bullets{
	list-style:disc !important;
	margin-left:15px;
	}

.list li{list-style-image:url(images/link.gif); margin-left:18px;} 

.left{float:left; margin:0 15px 10px 0; border-right:1px solid #fff;}

.right{float:right; margin:5px 0 10px 15px; }



#center, .center { text-align:center; }

/*
a {text-decoration:underline;}
a:hover {text-decoration:none;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
*/




