@charset "UTF-8";
body {
	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;
	background-color: #EBE0C6;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-position: left top;
}
.main #shadow {
	width: 840px;
	margin: 0 auto 0 auto;
	background: url(images/shadow.png) 0 0 repeat-y;
}
.main #container {
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
}
.main #container h1 {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
} 
.main #innerCon {
	width: 780px;
	margin: 0 auto 0 auto;
}
.main #header {
	height: 415px;
	width: 780px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 
.main #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 */
}
.main #tagline {
	height: 35px;
	width: 780px;
	background-image: url(images/tagline.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.main #flash {
	height: 300px;
	width: 750px;
	margin: 15px;
	padding: 0;
}
.main #content {
	float: left;
	height: auto;
	width: 605px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	position: relative;
}
.main #content p {
	margin: 0; /* zeroing the margin of the last element in the #content1 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 */

}
.main #content a:link {
	color: #000177;
	text-decoration: none;
}
.main #content a:visited {
	text-decoration: none;
	color: #000177;
}
.main #content a:hover {
	text-decoration: underline;
	color: #313131;
}
.main #sidebar {
	float: right;
	height: auto;
	width: 175px;
	margin: 0;
	padding: 0;
	position: relative;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
.main #sidebar a:link {
	color: #ffffff;
	text-decoration: none;
}
.main #sidebar a:visited {
	text-decoration: none;
	color: #ffffff;
}
.main #sidebar a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.main #special {
	height: auto;
	width: 145px;
	margin: 0 auto 0 auto;
	padding: 0;
}
.main #sidebar2 {
	height: auto;
	width: 145px;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: center;
	border-top:1px solid #9CA2DD;
}
.main #footer {
	height: 145px;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main #footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
.main #footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.main #footer a:hover {
	text-decoration: underline;
	color: #818181;
}
.main #navigation-bottom {
	height: 35px;
	width: 750px;
	margin: 15px auto 0 auto;
	padding: 0px;
	position: relative;
	font-size: 11px;
}
.small-text {
	font-size:.8em;
	}
.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;
}



/******************
Navigational Menu
******************/
.main #navigation {
	height: 35px;
	width: 750px;
	margin: 0 15px 0 15px;
	padding: 0px;
	position: relative;
}
.main #navmenu {
	height: 35px;
	width: 750px;
	margin: 0;
	padding: 0px;
}
.main #navmenu li {
	padding:0;
	margin: 0;
	list-style: none;
	position:absolute;
	}
.main #navmenu li a {
	text-decoration:none;
	font-weight:bold;
	display: block;
	height: 35px;
}
.main #nav-home { 
	background: url("images/navmenu.jpg") 0px 0px no-repeat; 
	left: 0px; 
	width: 49px;
}
.main #nav-about {
	background: url("images/navmenu.jpg") -49px 0px no-repeat; 
	left:49px; 
	width:64px;
}
.main #nav-modular { 
	background: url("images/navmenu.jpg") -113px 0px no-repeat; 
	left: 113px; 
	width: 104px; 
}
.main #nav-manufactured { 	
	background: url("images/navmenu.jpg") -217px 0px no-repeat; 
	left: 217px; 
	width: 141px; 
}
.main #nav-photos {
	background: url("images/navmenu.jpg") -358px 0px no-repeat; 
	left: 358px; 
	width: 93px; 
}
.main #nav-financing {
	background: url("images/navmenu.jpg") -451px 0px no-repeat; 
	left: 451px; 
	width: 70px; 
}
.main #nav-directions {
	background: url("images/navmenu.jpg") -521px 0px no-repeat; 
	left: 521px; 
	width: 73px; 
}
.main #nav-faq {
	background: url("images/navmenu.jpg") -594px 0px no-repeat; 
	left: 594px; 
	width: 36px; 
}
.main #nav-links {
	background: url("images/navmenu.jpg") -630px 0px no-repeat; 
	left: 630px; 
	width: 41px; 
}
.main #nav-contact {
	background: url("images/navmenu.jpg") -671px 0px no-repeat; 
	left: 671px; 
	width: 80px; 
}
.main #nav-home a:hover { 
	background: url("images/navmenu.jpg") 0px -35px no-repeat; 
}
.main #nav-about a:hover {
	background: url("images/navmenu.jpg") -49px -35px no-repeat; 
}
.main #nav-modular a:hover { 
	background: url("images/navmenu.jpg") -113px -35px no-repeat; 
}
.main #nav-manufactured a:hover { 	
	background: url("images/navmenu.jpg") -217px -35px no-repeat; 
}
.main #nav-photos a:hover {
	background: url("images/navmenu.jpg") -358px -35px no-repeat; 
}
.main #nav-financing a:hover {
	background: url("images/navmenu.jpg") -451px -35px no-repeat; 
}
.main #nav-directions a:hover {
	background: url("images/navmenu.jpg") -521px -35px no-repeat; 
}
.main #nav-faq a:hover {
	background: url("images/navmenu.jpg") -594px -35px no-repeat; 
}
.main #nav-links a:hover {
	background: url("images/navmenu.jpg") -630px -35px no-repeat; 
}
.main #nav-contact a:hover {
	background: url("images/navmenu.jpg") -671px -35px no-repeat; 
	left: 667px; 
	width: 83px; 
}



/******************
Home Page
******************/
.main #mainText {
	height: auto;
	width: auto;
	text-align: justify;
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#666666;
	font-size:.8em;
	line-height:160%;
	margin: 0 auto 0 auto;
	padding: 15px;
}
img.photobig, img.photosmall {
	border:1px solid #cccccc;
	background: #E0E0E0 url(images/bg-photo.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
img.photosmaller {
	border:1px solid #cccccc;
	background: #E0E0E0 url(images/bg-photo.jpg);
	padding:10px;
	margin-right:10px;
	margin-bottom:2px;
	}



/******************
Photo Gallery Page
******************/
.main #photos td {
	border: silver thin groove;
	height: 15px;
	width: 174px;
	text-align: center;
	font-size: small;
	background-image: url(images/bg.jpg);
	color: #ffffff;
}
.main #photos a:link {
	border-width: thin;
	border-color: silver;
}
.main #footer a:visited {
	border-width: thin;
	border-color: silver;
}
.main #footer a:hover {
	text-decoration: underline;
	color: #818181;
}



/******************
Virtual Tours Page
******************/
#vtour {
	width:525px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
}
#vtour table								{ border-left:solid 1px #ccc; border-right:solid 1px #ccc; border-top:solid 1px #ccc; border-collapse:collapse; }
#vtour thead th, tfoot	td					{ background:url(images/vtour/table_header.gif); color:#339; border-bottom:solid 1px #ccc; }
#vtour tbody th							{ background-color:#f4f4f4; text-align:right; }
#vtour tbody tr.sub th						{ text-align:left; background-color:#e6e6e6; }
#vtour tbody tr.sub td						{ background-color:#eee; }
#vtour a 									{ color:#4c5790; text-decoration:underline; }
#vtour a:link								{ color:#4c5790; text-decoration:underline; }
#vtour a:active							{ color:#4c5790; text-decoration:underline; }
#vtour a:visited							{ color:#4c5790; text-decoration:underline; }
#vtour a:hover								{ color:#4c5790; text-decoration:underline; }
.vtourodd {
	background-color:#fff;
}
.vtoureven {
	background-color:#f4f4f4;
}



/******************
Modular vs. Manufactured Table Styles
******************/
.main #comparison {
    width: 575px;
	font-family: Arial;
	cellspacing: .7pt;
	padding: 3.75pt;
	border: thin ridge;
}
.main #comparison td {
    background: ghostwhite;
	border: #cccccc 1px inset;
	padding: 0;
	vertical-align: top;
	}
.main #comparison p {
	font-size: 8.5pt;
	color: #414d54;
	text-align: left;
	margin: 5px;
}



/******************
Links Page
******************/
#padding {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#round h1, #round h2, #round p {margin:0 10px; letter-spacing:1px;}
#round h1 {font-size:2.5em; color:#fff;}
#round h2 {font-size:2em;color:#06a; border:0;}
#round p {padding-bottom:0.5em;}
#round h2 {padding-top:0.5em;}
#round {background: transparent; margin:1em;width:auto;}

.rtop, .rbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left:0px solid #08c;
	border-right:0px solid #08c;
	background:url('images/30percent.png');
}
.xb1 {margin:0 5px; background:url('images/30percent.png');}
.xb2 {margin:0 3px; border-width:0 0px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.rboxcontent {
width:auto;
height:auto;
text-align:center;

	display:block;
	border:0 solid #08c;
	border-width:0 0px;
	background:url('images/30percent.png');
}
img, #rbox, .xb1, xb2{ behavior: url(iepngfix.htc); }




/******************
Contact Us Page
******************/
.main #hometype {
	height: 50px;
	width: 125px;
	float: left;
	margin: 0 5px 0 5px;
	position: relative;
}
 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 4.5em;
}
input
{
color: #000177;
background: #d5d8e2;
border: 1px solid #000000;
}
textarea
{
color: #000177;
background: #d5d8e2;
border: 1px solid #000000;
width: 175px;
}
select
{
color: #000177;
background: #d5d8e2;
border: 1px solid #000000;
}
.submit input
{
color: #000177;
background: #d5d8e2;
border: 2px outset #000000;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/******************
Photo Gallery
******************/
.imageListContainer {
	padding: 5px;
	height: auto;
	width: 620px;
}
.imageListContainer div{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:2px;
	font-size:155%;}
.imageList {
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 180px;
	text-align: center;
}
.homelist {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.homeimageList {
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 160px;
	}
.homeimageListContainer {
	padding: 5px;
	height: auto;
	width: 540px;
}
.homeimageListContainer div{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size:155%;
	text-align: center;}