body {
	background-image: url('../images/filler_background.jpg');
	background-position:center top;
	background-repeat: repeat-x;
	background-color: #999999;
	color: #000005;
	letter-spacing: 0;
	line-height: 1.4em;	
}

#header img { border: 1px solid #3D241B; }

.maintext {
	width: 728px;
}

.maintext h1 {
	font-size: 1em;
}

#carousel, .sidedetail {
	margin: 0 auto;
	border: 1px solid #bebebe;
	width: 254px;
	height: 339px;
	float: right;
	margin-left: 20px;
}		

#generalpic {
	border: 1px solid #bebebe;
	width: auto;
	float: right;
	margin-left: 5px;	
}

#phonedetails {
	width: 652px;
	height: 80px;
	background-color: white;
	margin-top: 6px;
}

#googlemap {
	margin: 1px;
	border: 1px solid #bebebe;
}

#contact-form { 
	float: left;
	border: 1px solid #bebebe; 
	background-color: #f0f0f0;
	width: 340px;
	height: 330px;
	margin-top: 6px;
}

#contact-form .contact_input { 
	width: 300px; 
	background-color: white; 
	border: 1px solid #c0c0c0;; 
	padding: 3px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: inherit;
}

#contact-form .current { background-color: #ffffd9; }
#contact-form .error_input {border: 1px solid #bc7878;}

#contact-form OL {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}

#contact-form OL LI { 
	margin-top: 5px; 
	margin-left: 5px; 
}

#contact-form .error { 
	color: #bc7878; 
	display: none;
	/*margin-left: 5px;*/
}

#contact-form .button { 
	width: 50px; 
	margin-left: 250px; 
}

#contact-form .frmlabel {display: block;}

#msg {
	width: 320px;
	height: 100px;
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}

H2 {
	font-size: 14px;
	font-weight: normal;
	/*color: #808080;*/
}

#msg p {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
}

#checkmark {
	position:relative;
}	

.title { 
	font-weight: bold; 
	text-align: left;
}

#phonedetails { padding-top: 6px; }
#phonedetails table { border: 1px solid #bebebe; width: 100%}
#phonedetails td { background-color: white; padding: 3px;}		

.required { color: #bc7878; }

.gallerypic{ 
	border: 0px;
	outline: none;
}

img { border: none; }

a, a:active, a:hover {
	color: #000005;
	border: 0px;
}

.quotes {
    width: 300px;
    padding: 5px;
    border: 1px solid #BFBFBF;
    background-color: #EBEBEB;
	margin-bottom: 10px;
}

.quotes P { font-weight: bold; font-style: italic; }
            
.startquotes {align: left; }
.endquotes { align: right; }                           

