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

	body {
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#container {
	width: 780px;
	min-height: 100%;
	position: relative; 
	margin-left: auto ;
    margin-right: auto;
	margin-top: 50px;
	clear: none;
}
	
#header {
	position: relative; 
	width: 780px;
}
	
#title {
    float:left;
    margin-right:10px;
	width: 641px;
}
	
#facebook {
    float:right;
	margin-top: 56px;
	margin-left:4px;
	width: 125px;
}
	
#body {
	background-color:#ed4b30;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-bottom: 12px;
	}
	
#primary {
    float: left;
    width: 154px;
	padding:12px;
	color:#FFF;
	font-size:13px;
	line-height: 17px;
}

#content {
    float: left;
    width: 325px;
	padding: 15px 15px 8px 15px;
	background-color:#FFF;
	border:10px solid #c6c3c3;
	font-size:13px;
	line-height: 16px;
}

#content a { 
color: #ed4b30;
}

#secondary {
    float: left;
    width: 173px;
	background-color:#FFF;
	margin-left:13px;
	margin-right:17px;
	padding: 12px 12px 0px 12px;
	font-size:15px;
	line-height: 18px;
}

#secondarybottom {
    float: left;
    width: 173px;
	background:none;
}

#footer {
	position: relative;
	width: 780px;
	margin-top: 7px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
}

h1, h2, h3, h4, h5 { 
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:17px;	
}

h1 {
	color: #ed4b30;
	margin-bottom:2px;
}

h2 {
	color: #ece2d5;
	margin-bottom:3px;
}
	
	
img {
	border:none;
	}
	
hr {
	border:0;
	color: #ece2d5;
	background-color: #ece2d5;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
.small {
	font-size:11px;
}

.xsmall {
	font-size:9px;
}

.link {
	font-size:9px;
}

/* Contact Page */

#contactbody {
	background-color:#ffffff;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

#mapwrap {
	float: left;
    width: 512px;
	padding-left: 12px;
}

#contactwrap {
	float: right;
	width: 244px;
	font-size:13px;
	padding-top: 25px;
	padding-right: 12px;
}

/* Contact Form */

.ui-datepicker { font-size:9pt !important}

#contactform{
	width:202px;
	margin:auto;
}

.element{
	margin-right:10px;
	margin-bottom:6px;
	padding:2px 0px 2px 0px;
}

.label{
	display:block;
	padding:0px 0px 2px 0px;
}

.captcha_img{
	border:1px solid #ddd;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.submit{
	cursor:pointer;
	padding:6px 4px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.option-container input[type=radio], .option-container input[type=checkbox]{
	margin-right:6px;
}

.required{
	color:#990000;
	margin-right:6px;
	font-family:Arial, Helvetica, sans-serif;
}



/***** VALIDATION & ERROR MESSAGES *****/

#validation{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.errormessage, .validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.errormessage{
	display:none;
	margin:4px 0;
	width:202px;
}

.validationmessage{
	width:202px;
	margin-bottom:16px;
	padding:10px 6px;
}


.validationmessage{background-color:#339900; color:#fff;}

.errormessage{background-color:#cc0000; color:#fff; padding:4px 6px;}

