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

* {margin:0px; padding:0px;}

body {
	background:#0049ab;
	margin:0 auto;
	text-align:center;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}

#main{ 
	background: url('../images/header2.gif') no-repeat top center;
	width:765px;
	margin:0 auto;
	text-align:center;
}

#navigation{
	padding:103px 0 9px 0;
}

#content h1, #content p {margin:0 10px; }
#content h1 { padding:22px 0 26px 0;}
#content h2 {font-size:18px;color:#06a; border:0; color:#003399; margin:10px 0px 15px 0px;}
#content p {padding-bottom:0.9em; font-size:12px; text-align:left; padding-left:13px; padding-right:13px;}
#content p.members{font-size:12px; text-align:left; padding-left:13px; padding-right:13px; padding-bottom:0px; font-weight:bold;}
#content blockquote {padding-bottom:0.2em; font-size:12px; text-align:left; padding-left:49px; padding-right:13px;}
#content h2 {padding-top:0.2em;}
#content {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffcc; border-left:1px solid #ffffcc; border-right:1px solid #ffffcc;}
.xb1 {margin:0 5px; background:#ffffcc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ffffcc; border:0 solid #ffffcc; border-width:0 1px; padding-bottom:40px;}

#pricebox{
	width:601px;
	border:1px solid #a02250;
	background:#c3d7ec url('../images/corner.gif') no-repeat top right;
	text-align:center;
	margin:13px auto 30px auto;
}

#office_location{
	width:601px;
	border:1px solid #a02250;
	background:#c3d7ec url('../images/corner.gif') no-repeat top right;
	text-align:center;
	margin:13px auto 30px auto;
}

#office_location #addressleft {
	font-style:normal;
	float:left;
	text-align:center;
	margin:8px 0 0 20px;
	color:#003399;
}
#office_location #addressleft strong{
	position:relative;
	bottom:6px;	
}

#office_location #addressright {
	font-style:normal;
	float:right;
	text-align:center;
	margin:8px 70px 0 0;
	color:#003399;
}
#office_location #addressright strong{
	position:relative;
	bottom:6px;	
}

#footer {
	font-size:10px;
	font-weight:bold;
	margin-bottom:13px;
}
#footer ul {
	list-style-type:none;
	clear:both;
	line-height: 18px;
}
#footer ul li {
	display:inline;
	background:url('../images/footer_devider.gif') no-repeat right;
}
#footer ul li a{
	color:#FFFF00;
	text-decoration:underline;
	padding:2px 15px 2px 10px;
}
div#footer li.last_links { 
	background-image:none;
}

a.links{
	color:#003399;
	text-decoration:underline;
}
a.links:hover{
	color:#003399;
	text-decoration:none;
}

.ridetype {
	padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px;}
	

#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-left:70px;
	border:1px solid #a02250;
	background:#c3d7ec url('../images/corner.gif') no-repeat top right;

}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 150px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	margin-top:10px;
	margin-left:220px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 10px;
	font-size: 1.4em;
}