body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/bg_body.gif) top center repeat-x;
}
a {
  color: #0298E6;
  text-decoration: none;
}
 
a:hover  {
	color: #0f4e81;
	text-decoration: none;
}

h1 {
	color: #01699f;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 12px 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01699f;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 6px;
}

h3 a:link {
	color: #536B47
}
h3 a:hover {
	text-decoration: underline;
}

p {
	line-height: 19px;
	margin: 4px 0 10px;
}

form {
	padding: 0px;
	margin: 0px;
	color: #01699f;
}

form table{
   wigth:96%;
   margin:0 auto;
   padding:0;
}

label {padding-right:4px;}

input {
    border: 1px solid #c3d7f2; 
	padding: 2px;
	margin:2px 0 3px 0;
	color: #666;
}
	
textarea {
    border: 1px solid #c3d7f2; 
	padding: 2px;
	margin: 2px 0px 3px 0px;
	color: #666;
}	
	
input.radio, input.checkbox {
	 border: none;
	 padding: 0px;
	 margin: 0 1px 0 0;
	 background: none;
}	

input.btn{
	font-size: 11px;
	text-transform:uppercase;
	color: #01699f;
	background: #e6f2f8;
	border: 2px solid #01699f;
	font-weight: bold;
	padding: 2px 3px 2px 2px;
	cursor:hand;
	cursor:pointer;
}
input.btn:hover{
	color: #0298E6;
	border: 2px solid #0298E6;
}

img.border {
	border: 1px solid #21698F;
	padding: 1px;
}

#wrapper{
	width: 793px;
	background: #FFF url(../images/bg_wrapper.gif) no-repeat;
	margin: 0px auto;
	text-align: center;
}

/*~~~~~~~~~~header items~~~~~~~~~~~*/
#wrapper #header{
	width: 773px;
	margin: 0px auto;
	text-align: left;
	background: #E6F2F8;
	clear: both;
	overflow:hidden;
}

#topbar{
	position: relative;
	top: 0px;
	left: 0px;
	width: 764px;
	margin: 0;
    float:right;
	background: url(../images/site_name.jpg) top right no-repeat;
	height: 40px;
}


/*~~~~~~Top Menu~~~~~~~~~*/
#topnav {
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0;
	text-align: left;
}

#topnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topnav li {
	position: relative;
	float: left;
	z-index:1;
}
#topnav li a {
	text-decoration: none;
	color: #01699F;
	text-transform:uppercase;
	font-weight: bold;
	padding: 3px 6px 4px 6px;
	line-height: 21px;
	-moz-outline-style: none;
	outline: none;
}
#topnav li:hover, #topnav li.over {
	background: #fff;
}
#topnav li a:hover {
	background: #01699F;
	color:#fff;
}
#topnav ul ul {
	position: absolute;
	top: 21px;
	left: 0;
	width: 160px;
	display: none;
	background: #fff;
	border-top: 1px solid #c3e4f7;
	border-left: 1px solid #c3e4f7;
	border-right: 1px solid #c3e4f7;
}
#topnav ul ul li {
	display: block;
	border: none;
	background: #fff;
}
#topnav ul ul li a {
	line-height: 13px;
	color: #0375B0;
	text-decoration: none;
	text-transform:none;
	font-size: 11px;
	font-weight: normal;
	width: 160px;
	text-indent: 8px;
	display: block;
	border-bottom: 1px solid #c3e4f7;
	padding: 5px 0 6px 0;
}
#topnav ul ul li a:hover {
	color: #fff;
	background: #0375B0;
}
		
#topnav li:hover ul, #topnav li.over ul { 
	display: block; 
}

/* The magic */

#header_img{
	height: 191px;
	margin-top:41px;
	background:url(../images/header.jpg);
}

/*~~~~~~content area~~~~~~~~*/

#wrapper #content {
	width:773px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#wrapper #content #maincontent {
	width: 721px;
	margin: 0 auto;
	padding: 25px 0;
	background: #FFF;
	clear: both;
}

#wrapper #content #maincontent #mainleft {
	background: #FFF;
	width: 515px;
	padding-right: 25px;
	float: left;
	font-size: 13px;
}

#wrapper #content #maincontent #menuright {
	float: right;
	width: 180px;
	background: url(../images/menubg.gif) no-repeat;
	text-align: center;
	color: #666;
	font-size: 12px;
}

#menuright ul {
	margin:0 0 10px 0;
	padding: 0;
}

#menuright ul li {
    text-align: center;
	list-style: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#menuright a {
	border-bottom: none;
	color:  #0298e6;
}

#menuright a:hover  {
	color: #0f4e81;
}

#menuright h3{
	font-weight: normal;
	margin-bottom: 3px;
	color: #01699f;
}

#contact{
	font-size: 12px;
	text-align: center;
	clear: both;
}

#footer_menu {
	text-align: center;
	clear: both;
	padding: 10px 0;
}


/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer { 
	font-size: 11px;
	color: #a9a9a9;
	text-align: center;
	background-color: #E6F2F8;
	border-top: 1px solid #01699f;
	padding: 12px 0px 16px 0px;
	clear: both;
}

#footer a {
	color:#888;
}

#footer a:hover {
	color:#0298E6;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Content Modules*/
.contentpicbodyleft{
 float:left;
 border:1px solid #E6F2F8;
 padding:2px;
 margin-right:14px;
}

.contentpicbodycenter{
 border:1px solid #E6F2F8
 padding:2px;
 margin-right:14px;
 
}

.contentpicmainright{
 float:left;
 border:1px solid #E6F2F8;
 padding:2px;
 margin-right:14px;

}

.moduleheadmedium1 {
color:#01699f;
font-size:16px;
font-weight:bold;
margin-top:2px;
margin-bottom:10px;
}

.moduleheadlarge1 {
color:#01699f;
font-size:16px;
font-weight:bold;
margin-top:2px;
margin-bottom:10px;
}

.moduletexthead1{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#01699f;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
margin-top:2px;
margin-bottom:10px;

}

.moduletexthead1 a{ color: #8fae45; text-decoration: none; }
.moduletexthead1 a:hover{ text-decoration: underline;}

.modulenavitem1{
font-size:11px;
font-weight:bold;
}

.moduletextlink1{
font-weight:bold;
}

.italic{
   font-size: 13px;
   font-style:italic;
   margin-top:4px;
   margin-bottom:12px;
}

#office a{ color: #8fae45; text-decoration: none; }
#office a:hover{ text-decoration: underline;}

#about a{ color: #8fae45; text-decoration: none; }
#about a:hover{ text-decoration: underline;}

#people_say a{ color: #8fae45; text-decoration: none; }
#people_say a:hover{ text-decoration: underline;}

#approach a{ color: #8fae45; text-decoration: none; }
#approach a:hover{ text-decoration: underline;}

#myths a{ color: #8fae45; text-decoration: none; }
#myths a:hover{ text-decoration: underline;}

#events a{ color: #8fae45; text-decoration: none; }
#events a:hover{ text-decoration: underline;}

#tour a{ color: #8fae45; text-decoration: none; }
#tour a:hover{ text-decoration: underline;}

#insurance a{ color: #8fae45; text-decoration: none; }
#insurance a:hover{ text-decoration: underline;}

#forms a{ color: #8fae45; text-decoration: none; }
#forms a:hover{ text-decoration: underline;}