@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #3d61a4;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
p {
	font-size: 11px;
	line-height: 17px;
	margin: 5px 0 10px 0;
	color: #636466;
	}
sup {
	font-size:8px;
	line-height: 8px;}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 0 3px 0;
	color: #636466;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 0;
	color: #636466;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0;
	color: #636466;
}
h4 {	
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 2px 0 2px 0;
	color: #636466;
	}
h5 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 1px 0 1px 0;
	color: #636466;
	}
h6 {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
	color: #636466;
}

ul {
	list-style: none;
	list-style-position:outside;
	margin: 0;
	padding: 0 10px;}
li {
	font-size: 11px;
	line-height: 16px;
	color: #636466;}
a {
	color: #3d61a4;
	text-decoration: underline;}
a:hover {
	color: #636466;} 
#container {
	width: 780px;  
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/textured-bkgd.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	
}
#header { 
	margin:0;
	padding: 0;
	background-color:#3d61a4;
	position: relative;
}
#header div#logo {
	width: 200px;
	padding: 23px 0 15px 30px;
}
#header div#tagline {
	width: 175px;
	position: absolute;
	left: 575px;
	top: 32px;
}
#header div#nav1 {
	display: block;
	margin-top: 10px;
}
#header div#nav1 ul {
	list-style-type:none;
	padding: 0;
	margin: 0;}
#header div#nav1 ul li{
	float: right;
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding:0;
}
#header div#nav1 ul li a {
	display: block;
	padding: 2px 5px;
	color: #fff;
	text-decoration: none;
	width: 70px;
}
#main {
	padding: 0 40px 2px 10px;
	margin: 0;
}
#homesidebar{
	float: left;
	width: 290px;
}
#sidebar{
	float: left;
	width: 200px;
	margin-top: 20px;
}
#homesidebar h3, #sidebar h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color: #3d61a4; 
	line-height: 18px;
	margin: 3px 0;}
#homecontent {
	margin-right: 0px;
	padding-top: 15px;
	width: 425px;
	float: right;
}
#content {
	margin-right: 0px;
	padding-top: 0px;
	width: 500px;
	float: right;
	border-left: 1px solid #636466;
	padding-left: 15px;
}
#homecontent p, #content p {
	padding-right: 70px;
}
#main ul li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	width: 150px;
}
#main li a:link, #main li a:visited {
	color: #636466;
}
#main li a:hover, #main li a:active {
	background-color: #3d61a4;
	color: #ffffff;
}
#homecontent h2 a, #content h2 a {
	text-decoration:none;}

#content ul {
	list-style-image:url(../images/bullet.png);
	list-style-position: outside;
	margin: 5px 0;
	padding: 0 30px 0 25px;}

#content li {
	font-size: 11px;
	line-height: 16px;
	color: #636466;}

#content label {
	width: 120px;
	color: #636466;
	text-align: right;
	font-size: 11px;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-right: 10px;
}
#content label.compare {
	font-size: 10px;
	font-style: italic;
}

#content form input {
	font-size: 11px;
	display: block;
	float:left;
	margin-bottom: 10px;}
#content form select {
	display: block;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;}	
#content form select option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#content form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #636466;}
#content form br {
	clear: left;
}
#content form table#contacts td {
	font-size: 11px;}
#content form table#contacts th {
	color: #636466;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	font-style:italic;}			
#content form table#contacts td a {
	font-size: 11px;
	color: #3d61a4;
	text-decoration: underline;}
	
#clear {
	width: 100%;
	clear: both;}
#footer {
	margin: 0;
	padding: 0 30px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#3d61a4;
	color: #ffffff;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
