/*
	Default css file for wite
*/

* {
	padding:0px;
}

Body{
	background:url('../Images/MainBackground.gif');
	background-repeat:repeat;
	background-position:top left;
	margin:0px;
	font-family:Tahoma;
}


A{
	text-decoration:none;
	color:#6495ED;
}

A:hover{
	color:#53868B;
	text-decoration:underline;
}

A:visited{
	color:#AD262A;
}

A:visited:hover{
	color:#AD262A;
}

#Outer{
	width:964px;
	background:url('../Images/DropShadow.png');
	background-repeat:repeat-y;	
	margin-left:auto; 	
	margin-right:auto;
}

#Main{
	Width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#Header{
	width:900px;
	height:465px;
	background:url('../Images/HeaderBackground1.jpg');
	background-repeat:no-repeat;
}

#HeaderSpacer{
	width:900px;
	height:240px;
}

#LogoSwipe{
	width:900px;
	height:189px;
	background:url('../Images/LogoSwipe.png');
	background-repeat:no-repeat;
}


#TopNavBar{
	background:url('../Images/NavigationBar.png');
	background-repeat:no-repeat;
	width:900px;
	height:46px;
	
}

#TopNavBar .NavItem{	
	width:150px;
	text-align:center;
	height:46px;
	float:left;
}

#TopNavBar .NavItem A{
	height:46px;
}

#TopNavBar .NavItem Img{
	border:0px;
	height:43px;
	padding-top:2px;
	padding-bottom:1px;
}


#LeftContainer{
	width:670px;
	float:left;
	min-height:400px;
}


#MainBody{
	background:url('../Images/MainBodyBackground.gif');
}

#MainContent{
	margin-left:10px;
	margin-right:10px;
	width:660px;
	min-height:700px;
	background:url('../Images/MainContentBackground.png');
	border:1px solid black;
}

#MainText{
	padding:5px;
}


#MainContent Img{
	margin:5px;
	border:1px solid black;
}

#RightContainer{
	width:210px;
	float:right;
	min-height:400px;
}


#FooterSeparator{
	background:url('../Images/FooterBar.png');
	height:11px;
}

#Footer{
	width:900px;
	padding-top:10px;
	font-size:11pt;
	font-weight:bold;
}

#Copy{
	font-size:8pt;
	float:right;
	margin-right:6px;
	padding-bottom:10px;
}

.Project{
	width:640px;
	font-size:11pt;
	font-family:verdana;
	margin-right:auto;
	margin-left:auto;
}

.Project Img{
	border:1px solid black;
}

.Project .ProjectImage{
	width:50%;
	float:left;
}

.Project .ProjectContents{
	width:50%;
	float:right;
}


.HomesAvailableNow{
	font-size:11pt;
	font-family:verdana;
}

.HomesAvailableNow Img{
	border:1px solid black;
}

.HomesAvailableNow .HomeImage{
	width:50%;
	float:left;
}

.HomesAvailableNow .HomeContents{
	width:50%;
	float:right;
}

#SecondaryNav{
	top:0px;
	left:0px;	
	width:900px;
	height:150px;
	clear:both;
	
}

.SecondaryNavItem{
	float:left;
	margin-right:32px;
	margin-left:32px;
	margin-top:15px;
}

.SecondaryNavItem Img{
	border:0px;
}

#HomesAvailLayer{
	position:relative;
	left:5px;
}
#HomesAvailLayer Img{
	border:0px;
}


#RightNavigation Img{
	border:0px;
}

div#show {
width:600px;
margin:0 auto;
border:1px solid black;
}

#PhotoGallery Img{margin:0px;}


.InvalidField{
	background-color:#598CB3;
	color:white;
	font-weight:bold;
	padding:5px;
}

#DesignYourHomeForm{
	margin-right:5px;
	margin-left:5px;
	width:640px;
}

#DesignYourHomeForm TD{
	padding:7px;
}

#DesignYourHomeForm .Label{
	font-size:10pt;
	width:250px;
}

#Testimonials{
	margin-top:60px;
	float:right;
	width:280px;
	font-weight:bold;
	font-size:10pt;
	margin-right:3px;
}
#TestimonialsContent{
	text-align:right;	
}
#TestimonialsName{
	text-align:right;
	margin-top:5px;
}
#TestimonialsLocation{
	margin-top:5px;
	text-align:right;
}