body {
	line-height:18px;
	color:#414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}



img{
border:0px;
}
p {
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	
	font-size: 22px;
}

h2 {

	font-size:22px;
	color:#00653A;
}

h3 {
	
	font-size: 20px;
}

h4 {
	
	font-size: 18px;
}

h5 {
	
	font-size: 18px;
}

h6 {
	
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
}

a:link{
	color:#00653A;
	text-decoration:underline;
}
a:visited{
	color:#00653A;
	text-decoration:underline;
}
a:hover{
	color:#00653A;
	text-decoration:none;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.border-small{
padding:5px;
border:1px solid #eee;
display:block;


}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 0 0 15px 15px;
	width:auto;
}
.alignleft {
	float:left;
	margin: 0 15px 15px 0;

}
a img {
	border:none;
}

/* main styles  starts from here */


.inner-mid-top{
	background-image: url(../images/mid-top.png);
	background-repeat: no-repeat;
	background-position: center 270px;

}

/* header  */

#header{
	width: 940px;
	margin:0px auto;
	padding:0px;
	height:148px;
	position:relative;
}
.logo{
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.links{
	width: 150px;
	float: right;
	color: #00653a;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.links a:link, a:visited{
	color:#00653a;
	text-decoration: none;
}
.links a:hover{
	
	text-decoration: underline;
}
ul.search{
	left:640px;
	top:303px;
}

ul.search .search-input{
	width:285px;
	line-height:1.9em;
	float:left;
	border: none;
	background-image: url(../images/search-input.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #afb0af;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.search-button{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -18px;
}


li .search{
position:relative;
top:10px;
left:-30px;
}

ul.search li{
display:inline;


}
/* form  */
#contact-form, #raq-form{
	padding:0;
	margin:0;
}
#contact-form label{
	float:left;
	width:190px;
	font-weight:bold;
}
#raq-form label{
    float:left; 
    width:175px;
    font-weight:bold;
}
input.button {
	width: 175px;
	margin-left:175px;
	height: 30px;
    background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:none;
	color: #FFF;
	border:none;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;

}

input.button:hover {color:#DCDDDE;}
#name,
#email,
#subject,
#message,
#insurance{
    border:1px solid #dcddde;
    background:#fff;
    color:#666;
    padding:7px;
}

.phone{
    border:1px solid #dcddde;
    background:#fff;
    color:#666;
    padding:7px;
	width:60px;
	margin-right:15px;
	
}

.dob{
    border:1px solid #dcddde;
    background:#fff;
    color:#666;
    padding:7px;
	width:60px;
	margin-right:15px;
	
}




#name:focus,
#email:focus,
#subject:focus,
#message:focus,
#insurance#focus{
    border:1px solid #dcddde;
    padding:7px;
}

#name,
#email,
#subject,
#insurance
{
    width:317px;
}
select {
    border:1px solid #dcddde;
    padding:7px;
	width:317px;
}
select.small {
    border:1px solid #dcddde;
    padding:7px;
	width:200px;
}
#message{
    width:317px;
    height:200px;
}


#main-content #content .errorMsg h3{
    color:red;
}
#main-content #content .infoMsg h3{
    color:green;
}


.radio{
	margin-left:10px;
	margin-top:5px;
	margin-right: 10px;
	margin-bottom: 5px;
}



/* navigation  */

#mainmenu{
	width:930px;
	margin:0px auto;
	padding:0px;
	height:30px;
	background:url(../images/nav.gif) no-repeat;
	position:relative;
	z-index:100;
}

/* Flash Area  */

#slidebox{
	width:930px;
	height:321px;
	margin-top: 17px;
	background-image: url(../images/l-r-corner.gif);
	background-repeat: no-repeat;
}
#sliderbg{
	width:550px;
	float:left;
	height:319px;
	background-image: url(../images/place-holder.gif);
	background-repeat: no-repeat;
}


#headtext{
	float: right;
	width:450px;
	height:40px;
	position: relative;
	top: 70px;
	left: 150px;
	text-align: right;
}
#headtext h1{
	font-size:22px;
	color:#000000;
	margin-bottom: 20px;
	font-weight: 400;
}
#headtext .green{
	color: #00653A;
}
#headtext p{ 
line-height:20px;
font-size:14px;
color:#000;

}

/* Mid - Right  */
#mid-right{
	float: right;
	width:355px;
	height:280px;
	padding-top: 30px;
}
#mid-right h1{
	font-size:22px;
	color:#00653A;
	margin-bottom: 20px;
}
#mid-right p {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*main container start*/

#main-container{
	width:930px;
	margin:0px auto;
}


#main-container #header{
	margin-top: 0px;
	width: 930px;
}



#main-container #mid-col{
	display:block;
	height:auto;
	height:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f6f7f7;
	width: 930px;
	padding-bottom: 0px;
}

#main-container #mid-col #content-col{
float:left;
width:635px;
height:100%;
}
#main-container #mid-col #right-col{
	float:right;
	width:324px;
	background-image: url(../images/right-col-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-right: 20px;
}
#main-container #mid-col #right{
	float:right;
	width:324px;
	margin-right: 20px;
}




.large-green-button{
	width: 260px;
	height: 42px;
	background-image: url(../images/l-g-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-top: 11px;
}

.large-green-button a:link{
	color:white;
	text-decoration: none;
}
.large-green-button a:visited{
	color:white;
	text-decoration: none;
}

.large-green-button a:hover{
	color: #DCDDDE;
}


/* mid content  */


#mid-col{
	width:940px;
	padding-bottom:20px;
	clear:both;
	height:100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#mid-col-top{
	width:930px;
	clear:both;
	height:17px
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 17px;
	background-image: url(../images/mid-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
}
#mid-col-bottom{
	width:930px;
	clear:both;
	height:17px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../images/mid-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* left column */

#left-col{
	width:570px;
	float: left;
}
#left-col h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	padding-left: 25px;
	margin-top: 7px;
}
#left-col h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	margin-top: 7px;
	border-bottom:solid thin #dcddde;
	margin-left:25px;
	padding-bottom:10px;
}
#left-col a:link{
	color:#00653A;
	text-decoration:underline;
}
#left-col a:visited{
	color:#00653A;
	text-decoration:underline;
}
#left-col a:hover{
	color:#00653A;
	text-decoration:none;
}

#left-col h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	padding-left: 25px;
	margin-top: 7px;
}

#left-col p{

}

/* left column sub */
#left-col-sub{
	width:555px;
	float: left;
}
#left-col-sub h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	padding-left: 25px;
	margin-top: 7px;
}
#left-col-sub h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	margin-top: 7px;
	border-bottom:solid thin #dcddde;
	margin-left:25px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#left-col-sub h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 15px;
	margin-left:25px;
	padding-bottom:10px;
	font-weight:bold;
}
#left-col-sub a:link{
	color:#00653A;
	text-decoration:underline;
}
#left-col-sub a:visited{
	color:#00653A;
	text-decoration:underline;
}
#left-col-sub a:hover{
	color:#00653A;
	text-decoration:none;
}

#left-col-sub h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00653a;
	padding-left: 25px;
	margin-top: 7px;
}

#left-col-sub p{

}
#left-col-sub .indent{
	margin-left:20px;
}
#left-col-sub ul{
	list-style: none;
margin-left: 0px;
padding-left: 1em;
text-indent: -1em;
}
#left-col-sub li{
	background: none;
	margin-left: 25px;
	padding-bottom: 8px;
}

/*table */
table{
	margin-left:25px;
	margin-bottom: 20px;
}
.disclaimer{font-size:10px}
/* right column */

#right-col {
	width:400px;
	float: right;
}
#right-col h1{
	background-image: url(../images/mid-col-h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 325px;
	height: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 10px;
}

#right-col ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
	#right-col li {
	border-bottom: 1px solid #00653a;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00653a;
	line-height: 1.8;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 7px;
	font-weight:bold;
		}
	
	#right-col li.last{
	border-bottom: none;
}
	
	#right-col li a:link,a:visited{
	text-decoration: none;
	color: #00653A;
	}
	
    #right-col li a:hover{
	color: #003820;
	}


#right-col p{
border-bottom:1px solid #eef3f6;
margin-bottom:15px;
	line-height:20px;
	padding-bottom:5px;
}

/* bottom featured */

#bottom-featured-wrapper{
	width:930px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #f6f7f7;
	padding-top: 25px;
}
#bottom-featured-wrapper a:link{
	color:#00653A;
	text-decoration:underline;
}
#bottom-featured-wrapper a:visited{
	color:#00653A;
	text-decoration:underline;
}
#bottom-featured-wrapper a:hover{
	color:#00653A;
	text-decoration:none;
}

#bottom-featured{
	width:883px;
	height:104px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/bottom-col-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bottom-featured h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00653a;	
}
#bottom-featured p{
	line-height: 1.4em;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
}
#bottom-featured .content-left{
	width: 211px;
	float: right;
	padding-top:5px;
}
#bottom-featured .content-middle{
	width: 211px;
	float: right;
	padding-top:5px;
	padding-right:4px;
}
#bottom-featured .content-right{
	width: 215px;
	float: right;
	padding-top:5px;
}
#bottom-featured .border{
	width:1px;
	height:84px;
	float:left;
	margin-top: 10px;
	background-image: url(../images/bottom-col-border.gif);
}
#bottom-featured-top{
	background-image: url(../images/bottom-col-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	height: 5px;
}
#bottom-featured-left{
	width:293px;
	height:84px;
	float:left;
	margin-top: 10px;
	background-image: url(../images/bottom-col-left.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
}
#bottom-featured-middle{
	width:293px;
	height:84px;
	float:left;
	margin-top: 10px;
	background-image: url(../images/bottom-col-middle.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
}
#bottom-featured-right{
	width:293px;
	height:84px;
	float:left;
	margin-top: 10px;
	background-image: url(../images/bottom-col-right.gif);
	background-position: -10px center;
	background-repeat: no-repeat;
}

/* google map */

#searchwell {
  width : 330px;
}

#searchwell .unselected {
  padding-left: 18px;
  padding-top: 1px;
  margin-top: 5px;
  background-image: url("http://labs.google.com/ridefinder/images/mm_20_yellow.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.unselected .gs-watermark {
  display: none;
}

.unselected .gs-directions {
  display: none;
}

.unselected .gs-directions-to-from {
  display: none;
}

.unselected .select {
  cursor: pointer;
  text-decoration: underline;
  color: #7777cc;
}

#searchwell .red {
  background-image: url("http://labs.google.com/ridefinder/images/mm_20_red.png");
}

/* footer */

#footer{
	clear:both;
	color:#3C8B69;
	height: 50px;
}


.footer-inner{
width:940px;
margin:0 auto;
text-align:left;
}

.copyright{
	clear:both;
	text-align:left;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00653a;
	height: 20px;
	padding-left: 15px;
}

.copyright p{
	margin: 0px;
}
.green-text {
	color: #16724B;
}

/* ################################################
	ALERT BOXES	
################################################### */

span.error {
	color: #cc0000;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffd6d6 url(../images/icons/error.png) 2% 50% no-repeat;
	}

span.info {
	color: #0055bb;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #d8e5f8 url(../images/icons/info.png) 2% 50% no-repeat;
	}

span.alert {
	color: #b79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fef6d8 url(../images/icons/alert.png) 2% 50% no-repeat;
	}

span.download {
	color: #57861a;
	border-top: 3px solid #c2df88;;
	border-bottom: 3px solid #c2df88;;
	background: #eef7dd url(../images/icons/download.png) 2% 50% no-repeat;
	}

span.success {
	color: #57861a;
	border-top: 3px solid #c2df88;;
	border-bottom: 3px solid #c2df88;;
	background: #eef7dd url(../images/icons/check.gif) 2% 50% no-repeat;
	}

span.error,
span.info,
span.alert,
span.success,
span.download {
		display: block;
		padding: 10px 10px 10px 45px;
		margin: 5px 0;	
		-moz-box-shadow:0px 0px 2px #444; /* CSS3 Shadow */
		-webkit-box-shadow:0px 0px 2px #444; /* CSS3 Shadow */
		box-shadow:0px 0px 2px #444; /* CSS3 Shadow */	
	}

