* { 
    margin: 0; 
    padding: 0; 
    border: none; 
    outline: none; 
    list-style:none; 
    text-decoration:none;
    vertical-align:middle;
	}

body{
	background:#fff url(/assets/img/willowbrook_background.jpg) center top;
	background-attachment:fixed;
	font-family: "calibri", "arial", "verdana", sans-serif;
	font-size:80%;
	font-weight:bold;
	letter-spacing:.0125em;
	word-spacing:.2em;
	color:#fff;
	}
	
/*-----------------------------------------------------------------------------
	primary containers
------------------------------------------------------------------------------*/

#wrap{
	width:845px;
	margin:0 auto 50px auto;
	display:block;
	}
#container{
	width:600px;
	float:right;
	display:block;
	}
#sidebar{
	width:48.5%;
	float:right;
	}

.left{
	float:left;
	}
.right{
	float:right;
	}
	
/*-----------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(/assets/img/footerBack.png) top center no-repeat;
	padding:30px 0 0 20px;
	height:65px;
	}
.credits{
	text-indent:-9000px;
	width:250px;
	height:65px;
	float:right;
	margin:-50px 0 0 0;
	}
/*-----------------------------------------------------------------------------
	intro home page
------------------------------------------------------------------------------*/

#intro_home{
	background:#ccc url(/assets/img/introimage.jpg) center no-repeat;
	height:350px;
	padding:25px;
	margin:0 auto;
	display:block;
	}

.contents{
	float:right;
	width:290px;
 	margin:10px;
	}
.contents h2, .contents h3{
	color:#fff59d;
	background:none;
	padding:0;
	}	
.contents p{
	color:#fff;
	margin:0 0 15px 0;
	}
/*-----------------------------------------------------------------------------
	amenitie page
------------------------------------------------------------------------------*/
.amenities h2 {
	margin:0 0 20px 0;
	}
.amenities ul{
	margin:20px 0 0 0;
	}
.amenities ul li{
	list-style: outside disc;
	margin:0 0 10px 15px;
	} 
	
/*-----------------------------------------------------------------------------
	plans page
------------------------------------------------------------------------------*/
.plans p, h4{
	margin:0 0 20px 0;
	}
.teasertwothirds{
	width:64%;
	float:right;
	}
	
/*-----------------------------------------------------------------------------
	SERVICES page
------------------------------------------------------------------------------*/
.services h2 {
	margin:0 0 20px 0;
	}
.services p {
	margin:0 0 15px 0;
	}
/*-----------------------------------------------------------------------------
	teasers home page
------------------------------------------------------------------------------*/

#main, #teasers{
	background:#fff;
	color:#555;
	padding:20px 20px 5px 20px;
	}
	#teasers p{
		margin:0 0 15px 0;
		}
	.teaserthirds{
		width:250px;
		float:left;
		}
	#security_teaser{
		background:url(/assets/img/badge.png) no-repeat;
		}
		#security_teaser ul{
			margin:20px 0 0 0;
			}
		#security_teaser ul li{
			list-style: outside disc;
			margin:0 0 10px 15px;
			} 
	#design_teaser{
		background:url(/assets/img/leaves.png) no-repeat;
		}
	#tool_teaser{
		background:url(/assets/img/tools.png) no-repeat;
		}		
	.divider{
		background:url(/assets/img/dotted_vertical_line.jpg);
		float:left;
		width:3px;
		margin:0 10px;
		height:280px;
		}
	.column{
		width:75%;
		float:right;
		}
/*-----------------------------------------------------------------------------
	markup
------------------------------------------------------------------------------*/		
h1 a, h1 a:hover{
	display:block;
	background:url(/assets/img/header_logo.png) no-repeat;
	width:880px;
	height:168px; 
	text-indent:-9000px;
	margin:30px auto 0 auto;
	}
	
h2{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#fff59d;
	background:#625648;
	padding:5px 10px;
	}
	h2 span{
		color:#454545;
		}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:0 0 15px 0;
	}
	.justify{
		text-align:justify;
		}

.clear, hr {
   	clear:both;
   	visibility:hidden;
	display:block;
	}

dt{
	margin:10px 0 5px 0;
	font-weight:bold;
	}
	dd{
		margin:0 10px;
		}	
em{
	color:#CC0000;
	}

.contact_email{
	color:#555;
	text-decoration:none;
	border-bottom:1px dashed #555;
	}
/*-----------------------------------------------------------------------------
	menu
------------------------------------------------------------------------------*/
.header_nav{
	background: url(/assets/img/header_menu.png) top center no-repeat;
	width:880px;
	height:40px;
	padding:10px 0 0 40px;
	margin:-2px auto 0 auto;
	font-size:130%;
	}
.nav li {
	display:inline;
	}
.nav li a{
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	color:#fff;
	text-transform:uppercase;
	}
	.nav li a:hover{
		}
.bullet{
	margin:0 6px 0 0;
	}

/*-----------------------------------------------------------------------------
	photos
------------------------------------------------------------------------------*/

#photos{
	margin:20px 0;
	}
#photos li, .photos{
	float:left; 
	height:250px;
	background:#625648;
	padding:.52em;
	margin:0 5px 5px 0;
	}
#photos li.admin{
	float:left; 
	height:285px;
	background:#333;
	padding:.52em;
	margin:0 5px 5px 0;
	}
	.deleteheadshot{
		line-height:20px;
		margin:5px 0 0 10px;
		color:#fff;
		display:block;
		}
	
/*-----------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/
.contactmap{
	float:left; 
	height:250px;
	}	
#login{
	margin:0 0 10px 0;
	width:100%;
	}
	#register{
		margin:0 0 10px 0;
	}

#legend{
	color: #90F4D0;
	font-size:1.2em;
	text-transform:uppercase;
	margin:40px 0 0 0;
	}	
label{
	display:block;
	padding:2px 0;
	color: #999;
	margin: 0 0 10px 0;
	}	
	input{
		width:500px;
		font-size:1.5em;
		padding:8px;
		font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
		background:#f2f2f2;
		border:solid #ccc;
		border-width: 0 0 5px 0;
		color:#555;
		display:block;
		}
		 textarea{
			width:500px;
			padding:8px;
			background:#f2f2f2;
			color:#555;
			font:bold 1.5em "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
			border:solid #ccc;
			border-width:0 0 5px 0;
			margin:0 0 10px 0;
			height:200px;
			}
			select{
				width:500px;
				border:solid #ccc;
				border-width:0 0 5px 0;
				background:#f2f2f2;
				color:#555;
				padding:3px;
				font:bold 1.25em "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
				}
			.longselect{
				width:602px;
				border:10px solid #333;
				padding:3px;
				margin: 0 0 10px 0;
				}
			
#legend{
	width:100%;
	display:block;
	}
	#legend small{
		float:right;
		}
	.left_form{
		float:left;
		}
	.right_form{
		float:right;
		}
		.form_btn{
			clear:both;
			margin:10px 0;
			width:100px;
			}
		#ad_html{
			height:300px;
			}	
			.alignl{
				float:left;
				margin:0 15px 0 0;
				}
			.submit{
				width:200px;
				margin:20px 0 0 0;
				padding:5px;
				clear:both;
				float:right;
				font-size:1em;
				background:#000;
				color:#fafafa;
				text-transform:uppercase;
				}
				
			.checkbox_label{
				float:right;
				line-height:15px;
				text-align:left;
				width:95%;
				}
				.checkbox{
					width:20px;
					height:20px;
					float:left;
					}
					#add_user{
						}
			.file_1{
				margin:5px 0 0 0;
				}

/*-----------------------------------------------------------------
			messages
-----------------------------------------------------------------*/	
	
#Message {
	font-family: Tahoma;
	font-size: 1.1em;
	color: #444;
	padding: 5px 5px 5px 30px;
	display:block;
	text-align: left;
	margin:0 0 10px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	}
	#Message a{
		text-decoration: underline;
		color: #444;
		}
	#Message a:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #444;
		}
	#Message.success {
		background:  #EAFFEB url(http://logopond.com/img/flag_green.gif) 6px no-repeat;
		border-color: #00CC00;
		}
	#Message.alert {
		background: #ffe8e5 url(http://logopond.com/img/exclamation.png) 6px no-repeat;
		border-color: #f7aea5;
		}
	#Message.download {
		background: #e3fce3 url(http://logopond.com/img/package_go.png) 6px  no-repeat;
		border-color:#9fe8b8;
		}
	#Message.info {
		background: #eff7ff url(http://logopond.com/img/information.png) 6px  no-repeat;
		border-color: #bfdaff;
		}
	#Message.podcast {
		background: #f1f4fa url(http://logopond.com/img/ipod_cast.png) 6px center no-repeat;
		border-color: #d7ddfb;
		}
	#Message.rssfeed {
		background: #ffe6c6 url(http://logopond.com/img/feed.png) 6px center no-repeat;
		border-color:#ffcfa2;
		}
	#Message.warning {
		background: #fff6bf url(http://logopond.com/img/error.png) 6px center no-repeat;
		border-color: #f8dd70;
		}	
		
table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
}

caption {
	font-weight: bold;
	background: #50ADEA url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}
/*-----------------------------------------------------------------
			table
-----------------------------------------------------------------*/	
.additional_formatting{
	text-align:center;
	width:180px;
	}

table {
	border-collapse:separate;
	border-spacing:0;
	color:#000;
	font-size: 130%;
	margin: 20px 0;
	width:100%;
	}
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	text-transform:uppercase;
	font-size:70%;
	padding:10px;
	text-align:center;
	}

th {
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
