/* ======================================== Base Styles ==============================*/
table td tr tbody{
	border:none;
	padding:0px;
	margin:0px;
}


* {
	margin: 0;
	padding: 0;
}

br.clear{
	clear: both;
	with: 0;
	height: 0;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	color: #988d84;
	background-color: #ECEEEE;
	text-align: left;
	line-height: 1.5em;
	height: 100%;
	background: #FFF url(../images/bg.gif) repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e5440;
	background-color: transparent;
	line-height: 1.3em;
	margin: 0 0 10px 15px;
	font-size: 1.2em;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #ff8300;
	font-size: 1.1em;
}

a:link {
	color: #ff8300;
	font-size: 1.1em;
}

a:visited {
	color: #ff8300;
	font-size: 1.1em;
}

a:hover {
	color: #ff8300;
	text-decoration: underline;
	font-size: 1.1em;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #6e5440;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
	margin: 10px 0 0 12px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #ff6600;
	background-color: transparent;
	font-weight: normal;
	margin: 0px 15px 10px 14px;
	line-height: 1.6em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #fff;
	font-weight: normal;
	line-height: 1.6em;
	margin: 12px 0 0 0;
	clear: both;
	padding-left: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px 5px 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
}

blockquote {
	font-style: italic;
	border-left: 3px solid #cc0000;
	padding-left: 10px;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #6e5440;
	font-weight: normal;
}

ol {
	margin: 10px 0px 10px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #6e5440;
	font-weight: normal;
}

ul {
	margin: 2px 0px 10px 35px;
}

ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
}

ol li a {
	color: #6e5440;
	text-decoration: underline;
	font-size: 1.1em;
}

ol li a:hover {
	color: #6e5440;
	text-decoration: none;
}

ol li a:visited {
	color: #6e5440;
}

caption {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

/* ======================================== Base CSS ==============================*/
#overall {
	margin: 0px auto;
	WIDTH: 750px;
	background-color: #fff;
	color: black;
	color: #666666;
	background: transparent url(../images/left_bg.gif) repeat-y;
	background-position: top left;
	display: block !important;
	position: relative;
	min-height: 100%;
}

/* ======================================== Header ==============================*/
#header {
	background: transparent url(../images/mast.jpg) no-repeat;
	background-position: bottom right;
	height: 258px;
	color: #8d6e55;
	width: 749px;
}

#header  #mediaspace {
	width: 330px;
	float: left;
	display: block;
}

#header #headerwrap {
	float: right;
	display: inline;
	margin: 4px 0px 18px 0px;
	width: 410px;
	padding: 0;
	overflow: hidden;
}
#header #logobox {
	padding-left: 6px;
}
#header #logobox img {
	margin: 4px 0 0 0px;
}

#header #logobox p {
	margin: 2px 0 0 10px;
	color: #8d6e55;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
}

#topnav {
	display: inline;
}

#topnav ul {
	clear: none;
	list-style-type: none;
	margin: 13px 10px 0 0;
	padding: 0 0 0 180px;
	font-size: 1.2em;
	float: right;
	display: inline;
	line-height: 19px;
	width: 200px;
}

#topnav ul li {
	padding: 6px 9px 5px 9px;
	color: #fff;
	display: inline;
}

#topnav ul li a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	color: #EBEBE3;	
}

#topnav ul li a.active {
	display: inline;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

#topnav p {
	margin: 18px 30px 0 0;
	padding: 0;
	font-size: 1.1em;
	float: right;
	display: inline;
	color: #745A49;
	text-align: right;
	line-height: 14px;
}
#topnav p a{
	color: #745A49;
}
#topnav p strong{
	color: #D80001;	
}
/* ======================================== Left ==============================*/
#contentwrapper {
	clear: both;
}

#leftcolumn {
	color: #8d6e55;
	width: 197px;
	float: left;
	margin-top: -5px;
}

#leftcolumn ul {
	list-style: none;
	margin: 0px 0 30px 0px;
	padding: 24px 0 0 0;
	background: transparent url(../images/nav_bg.gif) no-repeat;
	background-position: 0px -12px;
}

#leftcolumn ul li {
	padding: 0px 0px 0 28px;
	margin: 0;
	height: 25px;
	background-color: transparent;
	color: #666;
	line-height: 2.1em;
	background-image: url(../images/sidebar_bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 1.1em;
}

#leftcolumn ul li:hover {
	background-color: #219EDE;
	background-image: url(../images/sidebar_bullet_active.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#leftcolumn ul li:hover a {
	color: #fff;
}

#leftcolumn ul li:hover a:hover {
	color: #fff;
}

#leftcolumn ul li a {
	color: #D60006;
}

#leftcolumn ul li a:hover {
	color: #796555;
	text-decoration: underline;
}

#leftcolumn ul li a:visited {
	color: #3399CC;
}

#leftcolumn ul li.active {
	background-color: #219EDE;
	color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 2.1em;
	background-image: url(../images/sidebar_bullet_active.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#leftcolumn ul li.active a {
	color: #fff;
	font-size: 1.2em;
}

#leftcolumn ul li.active a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftcolumn ul li.active a:visited {
	color: #fff;
}

#leftcolumn #leftbox {
	color: #fff;
	padding: 25px 0 25px 0;
	width: 190px;
	background: url(../images/icons/faq.gif) 12px 8px no-repeat #5dbad8;
}

#leftcolumn #leftbox h2 {
	color: #fff;
	font-size: 2em;
	margin: 5px 0 0 100px;
}

#leftcolumn #leftbox h2 a {
	color: #fff;
}

#leftcolumn #leftbox p {
	color: #fff;
}

#leftcolumn #leftbox img {
	margin-left: 15px;
}

#leftcolumn #focalbox {
	color: #fff;
	padding: 25px 0 25px 0;
	width: 180px;
}

#leftcolumn #focalbox h2 {
	color: #ff9203;
	font-size: 1.5em;
	font-weight: bold;
}

#leftcolumn #focalbox p {
	color: #796555;
	text-align: center;
	font-size: 1.3em;
}

#leftcolumn #quotetop {
	background: url(../images/icons/quotestop.gif) 10px 0px no-repeat;
	margin-bottom: -25px;
	height: 40px;
}

#leftcolumn #quotebot {
	background: url(../images/icons/quotesbot.gif) 150px 0px no-repeat;
	margin-top: -25px;
	height: 40px;
	width: 190px;
}

#leftcolumn .focallink {
	font-size: 0.85em;
	text-decoration: underline;
}

/* ======================================== Footer  ==============================*/
#footer {
	clear: both;
	width: 745px;
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 20px 0 35px 0;
	border-top-style: dotted;
	border-top-color: #eee;
	border-width: 1px;
	background-color: #fff;
}

#footer p {
	text-align: center;
	color: #a99d94;
}

#footer p.footerheader {
	color: #a99d94;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}

#footer a {
	color: #a99d94;
	font-size: 1em;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0px 10px 0px 10px;
	list-style-type: none;
	color: #a99d94;
	text-align: center;
	float: none;
}

#footer li {
	margin: 0px 3px 0px 0px;
	display: inline;
}

#footer ul li a:link {
	color: #999;
	padding: 0 4px 0 0px;
	border-right: 1px solid #a99d94;
	font-size: 1em;
}

#footer ul li a:visited {
	color: #999;
	padding: 0 4px 0 0px;
	border-right: 1px solid #a99d94;
	font-size: 1em;
}







#form_download{
	display: block;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
}
#form_download p{
	margin-top: 5px;
	padding-top: 5px;
	font-size: 1.1em !important;
}
#form_download p a{
	color: #ff6600 !important;
	font-size: 1.1em !important;
}


#year_divider{
	padding: 0;
	mating: 0;
}
#year_divider p{
	margin: 0 !important;
	width: 140px;
	float: left;
	clear : none;
}


#year_divider label{
	width: 50px;
	float: left;
	clear : none;
}
#year_divider select{
	width: 80px;
	float: left;
	clear : none;
}
#year_divider label{
	text-align: right;
}


#phone_prefix{
	width: 50px !important;
	float: left;
	clear: none;
}
#phone{
	width: 140px !important;
	float: left;
	clear: none;
}


	.error_msg{
			border: 2px #F00 solid;
			display: block;
			font-size: 14px;
			font-weight: bold;
			padding: 5px;
			margin: 5px;
  	}
  	.error{
			font-weight: bold;
			color: #F00;
  	}
