/* ------------------------------------------------------------------------
CSS sheet for Vans Realty and Construction, Inc.
Author: Tim Kadec
Date Created: 4/11/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Khaki Green - #9F9654
Charcoal - #38312B

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #fff;
}
body{
	text-align: center;
	font: 12px/1.5em Arial, Corbel, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}
#wrap{
	/*width: 1024px;*/ 
	width: 100%;
	text-align: left;
	margin: auto;
	background: #000;
}
h1{
	display: block;
	height: 126px;
	font-size: 90%;
	width: 100%;
	text-indent: -9999px;
	background: url(images/header.png) top left no-repeat;
	/*margin-bottom: 18px;*/
}
img.hide{
	float: left;
	display: none;
}
p{
	margin: 1.5em 0px;
	padding: 0 5px;
}
ul.navigation{
	list-style-type: none;
	display: block;
	background: url(images/navbg.gif) repeat-x;
	width: 100%;
	height: 29px;
	float: left;
	margin-bottom: 10px;
	border-width: 1px 0px;
}
ul.navigation li{
	display: block;
	float: left;
	width: 14.1%;
	text-align: center;
	padding: 3px 0;
}
ul.navigation li a{
	text-decoration: none;
	color: #fff;
}
ul.navigation a:hover{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
LEFTCONTENT ELEMENTS
-------------------------------------------------------------------------*/
#leftcontent{
	width: 525px;
	float: left;
	color: #fff;
}
#leftcontent.full{
	width: 100%;
}
#leftcontent h3{
	font-size: 15px;
	margin: 0px 0px 3px 0px;
}
#leftcontent ul.bulletedlist{
	margin: 0px 0px 5px 20px;
}
p.bulletedlistheading{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
ul.bulletedlist{
	padding: 0px 0px 0px 10px;
}
ul.contactlist li{
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}
#flash{
	border: 2px solid black;
	position: absolute;
	top: 385px;
	left: 380px;
}
#contactflash{
	display: none;
}
#aboutflash{
	float: right;
	margin-left: -10px;
}
img.mainimage{
	margin-bottom: 20px;
	float: right;
	border: 2px solid black;
}
img.contactmainimage{
	margin-left: 20px;
	border: 2px solid black;
}
/* -----------------------------------------------------------------------
RIGHTCONTENT ELEMENTS
-------------------------------------------------------------------------*/
#rightcontent{
	float: right;
	width: 232px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	background: url(images/rightburgmiddle.gif) repeat-y;
}
#rightcontent p{
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#rightcontent p.top{
	background: url(images/rightburgtop.gif) 0px -0px no-repeat;
}
#rightcontent p.author{
	font-style: italic;
	padding-bottom: 10px;
}	
#rightcontent p.bottom{
	background: url(images/rightburgbottom.gif) bottom center no-repeat;
}
#rightcontent ul.challenge{
	text-align: left;
	margin: 18px 0px 0px 0px;
	width: 100%;
	padding: 0px;	
	background: url(images/rightburgbottom.gif) bottom center no-repeat;
}
#rightcontent ul.challenge li{
	margin-left: 10px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 5px;
	list-style-type: none;
	background: url(images/bullet.png) 0px 0px no-repeat;	
}
.by{
	display: block;
	font-style: italic;
}
#rightcontent img.vbox{
	margin: -10px 0px 8px 0px;
	border: 2px solid black;
}
/* -----------------------------------------------------------------------
CONTACT INFORMATION IN HEADER
-------------------------------------------------------------------------*/
#contactinfo{
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
}
.emaillink{
	color: #fff;
	text-decoration: none;
}
a.emaillink:hover{
	text-decoration: underline;
}
a.specialOffer{
	display: none;
}
a.specialOffer img{
	border: 0px;
}
/* -----------------------------------------------------------------------
MODELS (WAS FLOOR PLANS)
-------------------------------------------------------------------------*/
.row{
	clear: both;
	width: 100%;
	display: block;
	float: left;
	height: auto;
}
.row dl{
	float: left;
	width: 204px;
	display: inline;
	text-align: center;
}
#size1 > .row dl{
	margin-right: 58px;
}
.row dl.rendering{
	width: 288px;
}
.row dl dt{
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	width: 100%;
}
.row dl dt .available a{
	font-size: 11px;
	color: #fff;
	padding-left: 10px;	
}
.row dl dd ul{
	margin-left: 30px;
	text-align: left;
}
.row dl dd a{
	border: 0px;
	color: #fff;
}
.row dl dd a img{
	border: 4px ridge #6D0618;
}
/* Styles for selecting a sq ft size */
ul.sqftlinks{
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
ul.sqftlinks li{
	float: left;
	margin: 0px 15px;
	font-weight: bold;
}
ul.sqftlinks li a img{
	border: 0px;
}
#floorplanlinks a{
	color: #fff;
}
#size1{
	float: left;
}
#size2{
	float: left;
}
#size3{
	float: left;
}
h2{
	border-top: 2px solid white;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}
/* -----------------------------------------------------------------------
Gallery ELEMENTS 
-------------------------------------------------------------------------*/
#gallery{
	text-align: center;
	width: 100%;
}
ul.custom{
	width: 200px;
	position: absolute;
	top: 270px;
	left: 590px;
	list-style-type: none;
}
ul.custom li{
	display: inline;
	width: 54px;
	height: 54px;
}
ul.custom li a img{
	border: 1px ridge #6D0618;
}
img.mainpic{
	margin: -20px 0px 0px -175px;
}
#mainpicdiv{
	width: 100%;
	padding-top: 10px;
	display: block;
	text-align: center;
}
#rightcontent.displaynone{
	display: none;
}
/* -----------------------------------------------------------------------
SUBDIVISIONS ELEMENTS
-------------------------------------------------------------------------*/
#subdivisions{
	padding-left: 20px;
}
#subdivisions dl{
	float: left;
	width: 230px;
	padding-right: 10px;
}
#subdivisions dl dt{
	font-size: 15px;
	font-weight: bold;
}
#subdivisions dl dd table tr td{
	border: 1px solid #fff;
	border-collapse: collapse;
	padding-left: 10px;
	
}
#subdivisions dl dd table tr.title{
	color: #000;
	background: #fff;
	padding: 0px;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form.contactform{
	display: block;
	width: 750px;
	margin-left: 5px;
}
form.contactform fieldset{
	margin-left: 0px;
	margin-right: 40px;
	float: left;
	display: inline;
}
form.contactform #checks .leftchecks{
	clear: both;
}
#submit{
	margin-left: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
form.contactform label{
	display: block;
	clear: both;
	padding-bottom: 5px;
}
form.contactform .labeltext{
	display: block;
	float: left;
	width: 200px;
}
fieldset{
	border: 0px;
}
legend{
	margin-bottom: 10px;
}
#checks input{
	margin-right: 10px;
	margin-left: 10px;
	z-index: -50;
}
.legendtext{
	display: block;
	width: 340px; 
	font-weight: bold;
	border-bottom: 1px dashed black;
}
form.contactform strong{
	display: block;
	font-size: 85%;
	text-indent: 10px;
	font-weight: normal;
	font-family: arial;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
.bottomfix{
	clear: both;
	display: block;
	padding-top: 60px;
}
#footer{
	clear: both;
	width: 100%;
	background: url(images/footerbg.png) no-repeat #000;
	padding-top: 12px;
	color: #B1ACA8;
	font-size: 90%;
}
#footer ul{
	list-style-type: none;
	padding: 10px 3px 4px 10px;
}
#footer li{
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #B1ACA8;
}
#footer li.last{
	border: 0px;
}
#footer a{
	color: #B1ACA8;
}


table#subdivisionsResults, table#lots{
	width: 510px;
	margin: 10px auto;
}
table#subdivisionsResults th, table#lots th{
	background: #7C7439;
	color: #fff;
	padding: .3em 5px;
}
table#subdivisionsResults td, table#lots td{
	padding: .2em 5px;
	background: #BBB165;
	color: #211E07;
	width: 33%;
}
table.lots td{
	width: 50%;
}
table#subdivisionsResults ul{
	list-style-type: none;
}

.search{
	margin-left: 20px;
	margin-bottom: 20px;
}
h4{
	font-size: 16px;
	margin-left: 5px;
}
h5{
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
.logintable{
	margin: 10px;
}

.edit{
	margin-left: 10px;
	margin-top: 10px;
}
.edit input{
	display: block;
	margin-bottom: 5px;
}
