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

body {
	margin: 1em auto;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	color: #0b2c39;
	background-color: #506973;
}

#container {
	margin: 1em auto;
	width: 764px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	overflow: hidden;
}

#header {
	height: 157px; 
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
}

#headercontent { 
	position: relative;
	top: 125px;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.67px;	
}

#headercontent a:link {
	color: #EEEEEE;
	text-decoration: none;
}

#headercontent a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

#headercontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#headercontent a:active {
	color: #EEEEEE;
	text-decoration: none;
}

#mainnav {
	height: 30px;
	width: 576px;
	background-color: #FFFFFF;
	position: relative;
	left: 188px;
}
	
.navtabs {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/tabdown.gif) center top no-repeat;
	height: 30px; 
	width: 114px; 
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

.navtabs a:link {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/tabup.gif) center top no-repeat; 
	height: 30px; 
	width: 114px; 
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

.navtabs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/tabup.gif) center top no-repeat; 
	height: 30px; 
	width: 114px; 
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

.navtabs a:hover {
	background: url(../images/tabhover.gif) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
	color: #FFFFFF;
}

.navtabs a:active {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/tabup.gif) center top no-repeat; 
	height: 30px; 
	width: 114px; 
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

#menu {
	float: left; 
	width: 185px;
	background-color: #6499ae;
	position: relative;
	top: -30px;
	
}

.leftnavtitle { 
	background-image: url(../images/blue_side_title.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-align: left;
	height: 23px;
	width: 185px;
	border: none;
	margin: 0px;
	padding: 0px;
}

.leftnavcontent {
	background-image: url(../images/blue_side_nav_small.gif);
	background-repeat: no-repeat;
	background-color: #f9b208;
	height: 80px;
	width: 185px;
	font-size: 70%;
	color: #FFFFFF;
	text-align: left;
	border: none;
	margin: 0px;
	padding: 0px;
}

.leftnavcontentlarge {
	background-color: #6499ae;
	height: 190px;
	width: 185px;
	text-align: left;
	font-size: 70%;
	color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 0px;
}

.leftnavpadding {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.leftnavlinks a:link{
	color: #EEEEEE;
	text-decoration: none;
}

.leftnavlinks a:visited {
	color: #EEEEEE;
	text-decoration: none;
	text-align: right;
}

.leftnavlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}

.leftnavlinks a:active{
	color: #EEEEEE;
	text-decoration: none;
	text-align: right;
}

.leftnavlist { 
	list-style: none; 
	margin-left: -40px; 
	margin-top: 0px;
}

.leftnavlistlinks a:link{
	color: #EEEEEE;
	text-decoration: none;
}

.leftnavlistlinks a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

.leftnavlistlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.leftnavlistlinks a:active{
	color: #EEEEEE;
	text-decoration: none;
}
	
#contents {
	margin-right: 20px;
	margin-left: 200px;
	background-color: #FFFFFF;
	font-size: 80%;
}

#contents a:link {
	color: #161E67;
}

#contents a:visited {
	color: #161E67;
}

#contents a:hover {
	color: #456251;
}

#contents a:active {
	color: #161E67
}

.h1content {
	font-size: 90%;
	font-weight: bold;
	padding-top: 10px; 	
}

.h2content {
	font-size: 90%;
	line-height: 0px;
	font-weight: bold; 	
	color: #0b2c39;
	padding: 0px;
}

.h1error {
	font-size: 140%;
	font-weight: bold;
	padding-top: 20px; 	
}

.errorpage {
	padding: 50px 0px 0px 40px;
}

#footer	{
	clear: both;
	height: 22px;
	background-image: url(../images/bottom_nav_bar.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
	font-size: 60%;
	padding-top: 20px;
	text-align: center;
	color: #EEEEEE;
}

#footer a:link { 
	color: #EEEEEE;
	text-decoration: none;
}

#footer a:visited { 
	color: #EEEEEE;
	text-decoration: none;
}

#footer a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:active { 
	color: #EEEEEE;
	text-decoration: none;
}

.planbox { 
	background-image: url(../images/plan_box.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 2px;
	height: 91px;
	width: 130px;
	display: inline;
}

.startup {
	font-size: 82%;
	color: #873E03;
	padding: 5px;
}

.startup a:link {
	text-decoration: none;
	color: #873E03;
}

.startup a:visited {
	text-decoration: none;
	color: #873E03;
}

.startup a:hover {
	text-decoration: underline;
	color: #000000;
}

.startup a:active {
	text-decoration:none;
	color: #873E03;
}

.basic {
	font-size: 82%;
	color: #5C5C5C;
	padding: 5px;
}

.basic a:link {
	text-decoration: none;
	color: #5C5C5C;
}

.basic a:visited {
	text-decoration: none;
	color: #5C5C5C;
}

.basic a:hover {
	text-decoration: underline;
	color: #000000;
}

.basic a:active {
	text-decoration: none;
	color: #5C5C5C;
}

.advanced {
	font-size: 82%;
	color: #7E7046;
	padding: 5px;
}

.advanced a:link {
	text-decoration:none;
	color: #7E7046;
}

.advanced a:visited {
	text-decoration: none;
	color: #7E7046;
}

.advanced a:hover {
	text-decoration: underline;
	color: #000000;
}

.advanced a:active{
	text-decoration:none;
	color: #7E7046;
}

.premium {
	font-size: 82%;
	color: #797979;
	padding: 5px;
}

.premium a:link {
	text-decoration: none;
	color: #797979;
}

.premium a:visited {
	text-decoration:none;
	color: #797979;
}

.premium a:hover {
	text-decoration: underline;
	color: #000000;
}

.premium a:active {
	text-decoration:none;
	color: #797979;
}

.thumbnails { 
	float: left;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.micetype {
	font-size: 70%;
	color: #0b2c39;
}

.sitemaplist { 
	list-style: none;
	padding-bottom: 10px;
	margin-left: -40px;

}

.prices {
	font-size: 130%;
	font-weight: bold;
	color: #0b2c39;
	padding: 5px;
	text-align: center;
}

.textindent { 
	margin-left: 80px;
}

.formtext {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #666666;
   text-align: left;
   margin-top: 5px;
   margin-bottom: 10px;
}

#emailform {
   display: block;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: outset;
   border-right-style: outset;
   border-bottom-style: outset;
   border-left-style: outset;
   width: 500px;
   background-color: #EEEEEE;
   margin: auto;
   margin-top: 20px;
   padding: 10px;
   text-align: left;
}

#emailform form label {
   font-size: 11px;
   display: block;
   text-align: right;
   float: left;
   margin: 0px;
   width: 80px;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 3px;
   padding-left: 0px;
}

#quoteform {
   display: block;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: outset;
   border-right-style: outset;
   border-bottom-style: outset;
   border-left-style: outset;
   width: 520px;
   background-color: #FFFFFF;
   padding: 10px;
   text-align: left;
   overflow: hidden;
}

#quoteform form label {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #666666;
   display: block;
   text-align: left;
   float: left;
   margin-bottom: 2px;
   margin-left: 0px;
   margin-right: 2px;
   margin-top: 2px;
   width: 180px;
   background-color: #EEEEEE;
   padding-top: 4px;
   padding-right: 4px;
   padding-bottom: 4px;
   padding-left: 4px;
}

#quoteform form h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   display: block;
   text-align: center;
   float: left;
   margin-top: 0px;
   margin-bottom: 4px;
   margin-left: 0px;
   margin-right: 0px;
   width: 500px;
   background-color: #659BB1;
   padding-top: 2px;
   padding-right: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
}

#quoteform form input, select, textarea {
   margin-bottom: 2px;
   margin-left: 2px;
   margin-right: 2px;
   margin-top: 2px;
   width: 200px;
}

fieldset {
	border: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 0;	
}

#required {  
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
}

.email { 
	margin: -13px;
}

.loginform {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
}

.forms {
	background-color: #E4F8FA;
	font: normal 12px arial,verdana;
	padding: 3px;
	border: 1px solid #CAE4FF;
}

.myaccount {
	background-color: #E4F8FA;
	font: normal 12px arial,verdana;
	padding: 2px 5px;
	border: 1px solid #CAE4FF;
}

.main {
	font: normal 12px arial,verdana;
	padding: 2px;
	margin: 2px;
}

.titlehdr {
 	font: normal 14px Arial, Helvetica, sans-serif;
 	color: #c00;
 	border-bottom: 1px solid #c00;
	text-decoration: none;
}

.msg {
	padding: 5px;
	width: 530px;
	margin: 2px;
	color: #c00;
	border: 1px solid #c00;
	background-color: #FEF1ED;
	font: bold 13px  verdana;
} 
 
.error {
	font: normal 11px arial, verdana;
	color: #c00;
	border: 1px solid #c00;
	padding: 2px;
	margin: 5px;
	float: left;
	width: 95%;
	background-color: #FEF1ED;
}
 
.example {
	font: normal 10px arial;
	color: red;
}

.enabled {
	font: normal 10px arial;
	color: green;
}

table.invoices {
	border: solid 1px #036;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

table.invoices caption {
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
}

table.invoices th {
	background-color: #7ba5bb;
}

table.invoices tr.d0,.d2,.d4,.d6,.d8,.d10 {
	
}

table.invoices tr.d1,.d3,.d5,.d7,.d9,.d11 {
	background-color: #cccccc;
