body {
	margin: 0px 0px 0px 0px;
	background-color: #c3daa1;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -380px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	height: auto;
	top: 30px;
}

#header {
	width: 750px;
	height: 170px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#container #content {
	width: 750px;
	margin-top: 170px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	position: absolute;
	margin-bottom: 0px;
	padding: 0px;
}
#leftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
}

#leftColumn #nav a {
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	width: 205px;
	display: block;
	height: 33px;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	}

#leftColumn #nav p {
	margin: 0px;
	padding: 0px;
}

#rightColumn {
	float: right;
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b33e18;
	margin: 0px;
	padding: 0px;
}

#rightColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#rightColumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}

#rightColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a2b28;
}
#rightColumn #pic {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#rightColumn a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	text-decoration: none;

}

#rightColumn a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	text-decoration: none;

}

#rightColumn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	text-decoration: underline;
}

#rightColumn a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b33e18;
	text-decoration: none;
}
#rightColumn hr {
	border-top-color: #b33e18;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99bf60;
	height: 81px;
	width: 750px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: bottom;
	float: left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #bottom_nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a2b28;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 200px;
}

#footer #bottom_nav p a:link {
	text-decoration: underline;
	color: #000000;
}

#footer #bottom_nav p a:visited {
	text-decoration: underline;
	color: #000000;
}

#footer #bottom_nav p a:hover {
	text-decoration: underline;
	color: #b33e18;

}

#footer #bottom_nav p a:active {
	text-decoration: underline;
	color: #000000;

}

#footer #disclaimer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3a2b28;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}




/* Contact Form */
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	border: thin double #99bf60;
}

#contact form{
	margin: 0px 0px 0px 0px;

}

#contact label {
	display: block;
	text-align: right;
	width: 350px;
	margin-bottom: 5px;
	color: #000;
}

#contact label input, #contact label select{
	text-align: left;
	border: 1px solid #000;
	width: 250px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
}

#contact label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 250px;
	height: 100px;
	margin-left: 10px;
	color: #000;
}

#buttons {

	margin: 0px ;
	padding: 0px ;
	
}

#contactHidden {
	display: none;
}







/* .......... clearfix from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ........................... */

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
/* ........................... */
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}