/* @override 
	http://www.vanacorehomes.com/newsite/css.css
	http://localhost:8888/vanacore%20homes/newsite/css.css
	http://vanacorehomes.com/css.css
	http://www.vanacorehomes.com/css.css
*/

body  {
	font: 100%/140% "Times New Roman", Times, serif;
	background: #946a50 url(images/bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #460020;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container_wrap { 
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image: url(images/container_bg.png);
} 
#container { 
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;

} 
#header { 
	background: url(images/header.jpg) no-repeat; 
	padding: 0;
	height: 147px;
}


span.vanacore_footer {
	float: left;
	background-color: #460020;
}
span.coalesce {
	font-size: 90%;
	float: right;
}

span.coalesce a:link {
	color: #c3acb0;
}

span.coalesce a:visited {
	color: #c3acb0;
}

.slogan {
	float: right;
	padding-top: 60px;
	color: #460020;
	font-size: 110%;
	font-style: italic;
	width: 100%;
}

div.floatright_box {
	float:right;
	width: 300px;
	text-align: center;
}

#header div.floatright_box div.video a {
	background-color: #fff;
	padding: 3px;
		border: 1px solid #460020;

}

#header div.floatright_box div.video a:hover {
	background: 0;
	padding: 3px;
	border: 0;

}


div.video {
	width: 100%;
	float: right;
	padding-top: 10px;
	color: #460020;
	font-size: 90%;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c3acb3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
#mainContent { 
	margin: 0 0 0 263px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.back {
	width: 30%;
	background: #dbd6d2;
	padding: 5px;
	border: 1px solid #c2bfbc;
	text-transform: uppercase;
	margin-top: 10px;
}

.back:hover {
	background: #fff;
	 border: 1px solid #fff;
}
.elevation {
	margin: 0 auto;
	text-align: center;
}

#footer { 
width: 750px;
	padding: 0 10px 0 20px;
	background-color: #460020;
	margin: 0px 0 0;
}

/* -------------- */

/* MAIN MENU */

/* -------------- */

#main_menu {
	width: 100%;
	background-color: #460020;
}

#main_menu ul {
	width: 100%;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;} 

#main_menu ul li {
	float: left;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main_menu ul li a {
	background: #460020;
	padding: 15px 7px 15px 9px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal lighter 13px Arial, Helvetica, Geneva, sans-serif;
}

#main_menu ul li a.tall {
	padding: 8px 7px 7px 9px;
}

#main_menu ul li a:hover
{
color: #460020;
background: #dbd6d2;
}

#main_menu a:active
{
background: #530027;
color: #fff;
}

#main_menu li#active a
{
background: #530027;
border: 1px solid #c60;
color: #fff;
}

/* -------------- */

/* LEFT MENU */

/* -------------- */

#left_menu
{
margin: 0px;
padding: 0px;
}

#left_menu ul li { float: left;
	border-bottom: 1px solid #fff;
}

#left_menu ul#creekside
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#left_menu ul#creekside li a
{
text-decoration: none;
background: url(images/left_menu_creekside.png) no-repeat top left;
float: left;
margin: 0px;
height: 124px;
width: 262px;
padding: 0;
}

#left_menu ul#creekside li a:hover
{
background: url(images/left_menu_creekside_hover.png) no-repeat top left;
}



#left_menu ul#southernpines
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#left_menu ul#southernpines li a
{
text-decoration: none;
background: url(images/left_menu_southernpines.png) no-repeat top left;
float: left;
margin: 0px;
height: 124px;
width: 262px;
padding: 0;
}

#left_menu ul#southernpines li a:hover
{
background: url(images/left_menu_southernpines_hover.png) no-repeat top left;
}





#left_menu ul#palmcoast
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#left_menu ul#palmcoast li a
{
text-decoration: none;
background: url(images/left_menu_palmcoast.png) no-repeat top left;
float: left;
margin: 0px;
height: 124px;
width: 262px;
padding: 0;
}

#left_menu ul#palmcoast li a:hover
{
background: url(images/left_menu_palmcoast_hover.png) no-repeat top left;
}

/* -------------- */

#sidebar1 h3 {
	background-color: #460020;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 150%;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

.left_inner {
}

.left_inner p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 80%;
	line-height: 130%;
	padding-top: 15px;
	margin: 0;
}

.mainimage {
	height: 374px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}

.mainimage img {
	margin: 0;
	padding: 0;
	border:0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #c3acb3;
	font-size: 80%;
}

h1 {
	color: #460020;
	font-weight: normal;
	font-style: normal;
	font-size: 140%;
	margin-top: 35px;
	margin-bottom: 20px;
}

#container div.inner_sub h1 {
	font-size: 200%;
}

div.weather {
	width: 289px;
	float:  right;
	padding: 0 8px 8px;
	text-align: center;
	background-color: #ebe6e3;
	border: 1px solid #d8d4d2;
	margin-left: 8px;
}

h2 {
	color: #422621;
	margin-top: 5px;
}

h3 {
	color: #854e44;
	font-weight: normal;
	font-style: normal;
	font-size: 130%;
}

h4 {
	text-transform: uppercase;
}

#sc1 {
	border: 1px solid rgba(153,79,69,0.27);
	padding: 8px;
	background-color: rgba(231,207,204,0.34);
}


#sc2 {
	border: 1px solid rgba(153,79,69,0.27);
	padding: 8px;
	background-color: rgba(231,207,204,0.34);
}


#sc3 {
	border: 1px solid rgba(153,79,69,0.27);
	padding: 8px;
	background-color: rgba(231,207,204,0.34);
}

.inner {
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 90%;
}

.inner_sub {
	width: 728px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 90%;
	padding-bottom: 20px;
	background: url(images/bg_main.png) no-repeat;
}

table.home_plans {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #460020;
	background: #ebe6e3 url(images/table_bg.jpg) no-repeat;
}



table.compare {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #460020;
	background: #ebe6e3 url(images/table_bg.jpg) no-repeat;
}

td.compare_top {
	font-size: 130%;
	background-color: #460020;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
}

td.compare_top2 div {
	font-size: 130%;
	margin: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.compare_title {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d6d2cf;
	padding: 3px 0 3px 8px;
	margin: 0;
}

table.compare tbody tr td {
}


tr.compare_title {
	background-color: #d6d2cf;
	padding: 0;
	margin: 0;
}

div.print {
	font-size: 120%;
	margin: 0;
	padding: 0;
}

#container div.inner_sub div.content_box table.compare tbody tr td.compare_top2 div div.print {
	margin: 0;
	padding: 10px 0;
	font-size: 90%;
}

#container div.inner_sub div.content_box table.compare tbody tr td.compare_top2 div div.print:hover {
	background-color: #d6d2cf;
}


td.compare_info {
	border-right: 1px solid #d8d4d2;
	border-bottom: 1px solid #d8d4d2;
}

td.model {
	background-color: #460020;
}

td.model:hover {
	background-color: #ebe6e3;
	color: #460020;
}

table.home_plans tbody tr td.model {
	text-align: left;
}

td.model a:link {
	color: #fff;
	text-decoration: none;
}

td.model a:visited {
	color: #fff;
	text-decoration: none;
}

td.model:hover a:link {
	color: #460020;
	text-decoration: none;
}

td.model:hover a:visited {
	color: #460020;
	text-decoration: none;
}

tr.table_title {
	background-color: #946a50;
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	text-align: center;
	border-bottom: 1px solid #460020;
}

table.home_plans tbody tr.table_title {
	border-bottom-width: 1px;
	border-color: #e0dcd9;
	border-style: solid;
}

table.home_plans td{
	padding: 5px;
	margin: 0;
	text-align: center;

}

td.creekside_features {
	width:30%;
	background-color: #d8d4d2;
	color: #460020;
	font-size: 110%;
}

td.creekside_features a {
	background-color: #ebe6e3;
	padding: 3px;
}

.features_box {
	width: 130px;
	background-color: #ebe6e3;
	color: #460020;
	font-size: 110%;
	padding: 5px;
	border: 1px solid #d8d4d2;
	margin-bottom: 20px;
	margin-right: 20px;
}

table.feature_table {
	background-color: #ebe6e3;
	border: 1px solid #d8d4d2;
	padding: 0 10px 15px;
	margin-bottom: 35px;
}

table.feature_table ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: square;

}

td.feature_column {
	width: 40%;
	padding: 15px;
}
.features_box a {
	padding: 3px;
	background-color: #ebe6e3;
	}

.features_box a:hover {
	background-color: #d8d4d2;
}	


td.model_info {
	border-right: 1px solid #d8d4d2;
}

td.creekside_features a:hover {
	background-color: #d8d4d2;
}

table.home_plans tbody tr td.creekside_features {
	text-align: left;
	padding: 10px;
	
}

.contact_table {
	background: #ebe6e3 url(images/table_bg.jpg) no-repeat;
	padding: 15px;
	border: 1px solid #d7d1d1;
	float: left;
	width: 340px;
	margin-right: 8px;
	margin-left: 7px;
}

.content_box {
	margin: 0 auto;
}

div.full_box {
	background: #ebe6e3 url(images/table_bg.jpg) no-repeat;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	border: 1px solid #d8d4d2;
}

.inner_sub2 {
	width: 95%;
	margin: 0 auto;
}



div.full_box:hover {
	background: #fcfcfc no-repeat;

}

.full_box a {
	font-size: 1.7em;
}

table.vanacore {
	width: 100%;
	padding-top: 25px;
	font-size: 100%;
}

#container div.inner_sub div.content_box form table.vanacore tbody tr td table tbody tr td.header {
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
}

input.style4 {
	font-size: 150%;
}

table.vanacore tbody tr td {
	padding: 3px;
}

input#name {
	width: 310px;
	border: 1px solid #d7d1d1;
}

input#email {
	width: 310px;
	border: 1px solid #d7d1d1;
}

input#phone {
	width: 310px;
	border: 1px solid #d7d1d1;
}

textarea#message {
	width: 310px;
	border: 1px solid #d7d1d1;
}

table.vanacore tbody tr td table tbody tr td.header {
	color: #460020;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 10px;
	border: 0;
}
a img.fltrt {
 border: 0;
 text-decoration: none;	
}

#map {
	clear: both;
}

.parade {
	float: right;
	border: 1px solid #390b1e;
	margin-bottom: 10px;
	margin-left: 8px;
	clear: both;
}

#container div.inner_sub div.parade a img {
	border: 0;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clear {
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.florida_map {
	float: right
}

div.index_right {
	width: 45%;
	float: right;
	border: 1px solid #c3acb3;
	padding: 6px;
	margin-left: 7px;
}

div.model1:hover {
	background-color: #c3acb3;
}

#footer span.vanacore_footer p a {
	color: #d9c3c9;
}

span.small {
	font-size: .9em;
}