html,body {
	margin:0;
	padding:0;
	}
body {
	background: url(../img/bg.jpg) top left repeat-x;
	font: 12px arial,sans-serif;
	line-height:17px;
	text-align:center;
	padding:20px 0 0 0;
	}
p {
	margin:10px;
}
h1 {
	font: 11px arial,sans-serif;
	margin:0 0 -10px 0;
	}
/* links */
a {
	color:#000;
	text-decoration:underline;
	}
a:visited {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
a.inlinelink {
	font-weight:normal;
	text-decoration:underline;
	color:#821431;
	}
a:visited.inlinelink  {
	text-decoration: underline;
	}
a:active.inlinelink  {
	text-decoration: underline;
	}
a:hover.inlinelink  {
	text-decoration: none;
	}
a.footerlink {
	text-decoration:underline;
	color: #5ca780;
	}
a:visited.footerlink  {
	text-decoration: underline;
	}
a:active.footerlink  {
	text-decoration: underline;
	}
a:hover.footerlink  {
	text-decoration: none;
	}
/* layout */
div#container {
	text-align:left;
	width:780px;
	margin:0 auto;
	}
div#divFull {
	background:#ebf7f9;
	float:left;
	width:780px;
	min-height:360px;
	height:auto !important;
	height:360px;
	margin-right:10px;
	}
div#nav {
	background:#fff;
	float:left;
	width:230px;
	min-height:360px;
	height:auto !important;
	height:360px;
	}
div#divNavBox {
	height:230px;
	margin:10px 0 10px 10px;
	}
div#divRight {
	float:right;
	width:550px;
	}
div#divRight1 {
	background:#ebf7f9;
	float:left;
	width:255px;
  	min-height:360px;
  	height:auto !important;
  	height:360px;
	margin-right:10px;
	}
div#divRight2{
	background:#ebf7f9;
	float:left;
	width:250px;
  	min-height:360px;
  	height:auto !important;
  	height:360px;
	}
div#footer {
	color: #5ca780;
	clear:both;
	margin:0 20px 10px 0;
	font: 10px arial,sans-serif;
	text-align:right;
	}
	
	
	
    
.title {
	margin:-20px 0 10px 0;   
	}
.button {
	margin:5px 0 0 0;
	background-color: #dadac3;
	}
.hr {
	margin:10px 0 5px 0;   
	}
#nav_title {
	margin:7px 0 0 7px;  
	}
.quote {
	margin:50px 0 0 0; 
	}
.subhead {
	margin:50px 0 0 0;    
	}	
#nav_title {
	padding: 0 0 15px 0;   
	}	
.desc {
	color:#3f3f3f;
	line-height:14px;
	}	
.note {
	font: 11px arial,sans-serif;
	color:#666;
	}
	
div.boxtop {
	height:28px;
	background: url(../img/boxtop.gif) top left no-repeat;
	} 
div.boxtopcard {
	height:28px;
	background: url(../img/boxtopcard.gif) top left no-repeat;
	} 
div.boxbody {
	/*
	padding:25px 25px 25px 20px;
	padding:15px 20px 0 20px;
	*/
	padding:15px 10px 0 20px;
	background: #dadac3;
	border-left: solid #fff;
	border-right: solid #fff;
	border-width: 0 7px 0 7px;
	}
div.boxbodycardcontent {
	margin:-20px 0 -4px 0;
	}
div.boxbottom {
	height:28px;
	background: url(../img/boxbottom.gif) bottom right no-repeat;
 	}
div#nav {
	background: url(../img/nav_bg.jpg) top left no-repeat;
	margin:0 -10px 0 0;
	padding:0;
	}
div#card {
	margin:10px 0 0 0;
	}
.logo {
	margin: 0 10px 0 0;
	float: right;
	}
.map {
	margin-left: auto;
    margin-right: auto;
	}
.form_hr {
	padding:10px 0 10px 0;
	}
.form_label {
	vertical-align:text-top;
	text-align: right;
	padding:2px 5px 0 0;
	}
.form_intlabel {
	vertical-align:text-top;
	padding:2px 5px 0 10px;
	}
.form_field{
	font: 11px arial,sans-serif;
	margin:5px 0 5px 0;
	}
#form_address{
	display:none;
	}
.form_hidden{
  display:none;
  }
input {
	padding:2px;
	background-color: #eeeee7;
  }
input.form_field:hover {
  background-color: #fff;
  }
input.form_field:focus {
  background-color: #fff;
  }
textarea {
	padding:2px;
	background-color: #eeeee7;
  /*
  border: solid 1px #f66;
  */
  }
textarea.form_field:hover {
  background-color: #fff;
  /*
  border: solid 1px #006600;
  color: #000;
  cursor: pointer;
  */
  }
textarea.form_field:focus {
  background-color: #fff;
  }
#ad {
  display: block;
  font-size: 13px;
  line-height: 18px;
  background-color: #f8f8ee;
  padding: 8px 8px 8px 12px;
  margin: 0 10px 0 0;
  width: auto;
  }
#ad:hover {
  background-color: #fff;
  cursor: pointer;
  }
.addisclaimer {
  font-size: 11px;
  color: #333;
}
.adunderline {
  text-decoration: underline;
}