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









/*SITEWIDE LAYOUT*/

body {
	background-color: #F1F1F1;
	}
	
#wrapper {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 140%;
	}
	
#header {
	height: 96px;
	}
	
#header img {
	float: left;
	}
	
#contact {
	float: left;
	width: 465px;
	text-align: right;
	margin-top: 50px;
	}
	
	

#content {
	background: url(images/contentbg.jpg) repeat-y top left;
	padding: 15px;
	}
	
	
#infobox {
	height: 160px;
	width: 180px;
	background-color: #40607d; 
	border-right: 1px #FFFFFF solid;
	float: left;
	color: #FFFFFF;
	padding: 5px;
	line-height: 160%;
	font-size: 14px;
	}
	

	
#infobox div {
	height: 140px;
    line-height: 160%;
	}

.ad-box {
	width: 240px;
	height: 100px;
	background-color: #eee;
	border: solid 1px #ccc;
	float: left;
	color: #355068;
	padding: 8px;
	margin: 10px;
	font-size: 13px;
}	
	
#sidenavcol {
	width: 148px;
	float: left;
	line-height: 110%;
	}
	
	
#twocol #main {
	width: 578px;
	}
	
#threecol #main {
	color: white;
	width: 420px;
	}
	
#main {
	float: left;
	padding: 0 25px;
	}

#sidecol {
	width: 158px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	}
	
#sidecol #textrotator {
	height: 300px;
}	

	

#sidecol #textrotator, #sidecol .more {
	background-color: #40607D;
	padding: 5px; 
	}
	
#footer {
	clear: both;
	background: url(images/footerbg.jpg) no-repeat left;
	height: 20px;
	text-align: center;
	padding: 15px 0;
	font-size: 10px;
	}
	
#disclaimer {
	text-align: center;
	font-size: 10px;
	margin: 10px 0;
	}
	
.more {
	text-align: right;
	border-top: #FFFFFF dashed 1px;
	padding-top: 2px;
	}
	
.more a {
	color: #B5D2E0;
	font-size: 10px;
	}

.more a:hover {
	color: #FFFFFF;
	}
	
.column-splitter {
	width: 43%;
	float: left;
	background-color: #f1fafe;
	margin: 10px 10px 20px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #b5d2e0;
	}
	
.float-left {
	float: left;
	margin: 0 10px 10px 0;
	}
	

	
	
	

/* TAG REDEFINES */

img {
	border: none;
	}

a {
	color: #40607D;
	}
	
a:hover {
	color: #0C2E82;
	}

h1 {
	color: #0C2E82;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 150%;
	}
	
h2 {
	color: #31618D;
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0;
	clear: both;
	}
	
h3 {	
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px
	}
	
#sidecol h2 {
	color: #40607D;
	background: url(images/h2-bg.jpg) no-repeat top right;
	height: 22px;
	width: 154px;
	margin: 0;
	padding: 6px 0 0 5px;
	}
	
#sidecol h3 {
	padding: 0;
	margin-bottom: 10px;
	}
	
.column-splitter h2 {
	font-size: 18px;
	}
	
.column-splitter h3 a {
	color: #0C2E82;
	}
	
.column-splitter h3 a:hover {
	color: #40607D;
	}
	
	
ol li {
	list-style: lower-roman;
	}
	
#main li {
	margin-bottom: 5px;
	}
	
	
/*top navigation styles*/

#topnav ul{
margin: 0;
padding: 0;
font: bold 100%;
background: url(images/navbg.jpg) no-repeat left;
height: 39px;
list-style: none;
width: 807px !important;
width: 837px;
}

* html #topnav ul { /*IE only rule, reduce menu width*/
width: 105%;
}

#topnav ul li {
display: inline;
}

#topnav ul li a {
float: left;
color: #0C2E82;
padding: 9px 17px;
margin: 5px 0;
text-decoration: none;
border-left: 1px solid #FFFFFF;
}


#topnav ul li a:hover {
text-decoration: underline;
}





	



/*side navigation styles*/



.sidenav {
	background-color: white;
	border-bottom-width: 0;
	width: 148px;
	background-color: #f1fafe;
	margin: 0 0 25px 0;
	padding: 5px 0;
	border: 1px solid #b5d2e0;
}

* html .sidenav { /*IE only rule. Original menu width minus all left/right paddings */
width: 128px;
}

.sidenav ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.sidenav a{
padding: 3px 6px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #0C2E82;
text-decoration: none;
}


html>body .sidenav a{ /*Non IE rule*/
width: auto;
}

.sidenav a:hover{
background-color: #40607D;
color: #FFFFFF;
}



.clear {
	clear: both;
}

/* form stuff */


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




/* Purchase Guide Form */


form#purchaseform {
	margin: 9px 0 0 0;
	padding: 0 0 0 0px;
	float: left;
	width: 645px;
}

form#purchaseform div.fieldblock {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

form#purchaseform div.fieldblock label {
	float: left;
	display: block;
	margin: 0 ;
	padding: 5px 30px 0 0;
	width: 120px;
	text-align: right;
	color: #242f33;
}

form#purchaseform div.fieldblock label.error {
	position: absolute;
	top: -7px;
	right: 8px;
	margin: 10px 0 0 0;
	padding: 4px 0 2px 23px;
	width: 142px;
	outline: none;
	text-align: left;
	z-index: 99;
	line-height: 1.2;
}

form#purchaseform div.fieldblock div.input {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #dfe5e7;
	width: 449px;
}

form#purchaseform div.fieldblock div.input.active {
	border-left: 1px solid #bcc4c4;
}

form#purchaseform div.fieldblock div.input input {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 250px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
}

form#purchaseform div.fieldblock div.input select {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 262px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
}


form#purchaseform div.fieldblock div.input textarea {
	margin: 0 15px 0 0;
	padding: 5px;
	width: 327px;
	min-height: 180px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
	line-height: 1.5;
}

form#purchaseform div.fieldblock div.input span {
	position: relative;
	top: 4px;
	font-size: 11px;
	color: #ff3716;
}

form#purchaseform div.fieldblock div.input label.error {
	position: relative;
	top: 4px;
	font-size: 11px;
	color: #ff3716;
	float: left;
}

form#purchaseform input.submit { margin: 0 0 30px 181px; }


#twitter_div {
	width: 148px;
}

#twitter_update_list {
 	padding-left: 0px;
 	margin-left: 0px;
 	list-style: none;
}

#twitter_update_list li {
	width: 148px;
	padding-left: 0px;
 	margin-left: 0px;
 	list-style: none;
	
}

</style>

	
