/* -- GLOBAL -- */
		
* {
	margin: 0;
	padding: 0;
}
			
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 2.0;
	color: #513e3e;
}
						
/* -- LAYOUT -- */

#container {
	width: auto;
	margin: 0;		
}
			
#header {
		
}
			
#masthead {
	/*display: block;
	margin: 0 0 30px 0;*/
}
		
	
#content {
	margin: 0;		
}
			
#footer {
	display: none;		
}
		
/* -- MAIN NAVIGATION -- */
			
#main-nav { 
	display: none;
	clear:both;
}

			
/* -- IMAGES -- */
		
img{
			
}
			
img a{
			
}
			
img a:hover{
			
}
			
/* -- LISTS -- */

ul {
			
}
			
ul li {
			
}
			
ol {
			
}
			
ol li {
			
}
			
li {
			
}
		
/* -- TABLES -- */
		
table {
	line-height: 1.3;
}

table.colors {
	margin: 10px 0 20px 0;
	font-size: 7pt;
}

table.colors td {
	padding: 0 12px 0 0;
}
			
			
/* -- SPECIAL -- */

			
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;			
}
						
.clear-fix:after { /* Mozilla and Safari */			
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;			
}

/* -- TEXT -- */
		
h1 {
	padding: 0 0 10px 0;
	font-size: 16pt;
	line-height: 1.25;		
}
			
h2 {
			
}
			
h3 {
			
}
			
h4 {
			
}
			
p {
	padding: 0 0 12px 0;		
}
			
/* -- LINKS -- */
		
a {
	color: #2A4A83;
	text-decoration: underline;
}
			
a:hover {
			
	color: #FF9900;
	text-decoration: underline;
}
			
/* -- PAGES -- */

body#faqs #main-bottom {
	display: none;
}

body#faqs #flash p.image {
	display: none;
}

#wooldridge, #architects, #green-building, #wooldridge-community, #why-choose, #mix-and-match, #sales, #move-in, #appliances, #finishes, #parking, #warranty {
	display: block !important;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #000;
}


												