* { margin: 0; padding: 0; border: none;}

body {
	font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #333;
	background:url(images/pattern_back.gif);
	}
	
#nav {
	margin:20px 0;
	background:#EDEADB;
	padding:8px;
	text-align:center;
	display:block;
	font:1.14em "Franklin Gothic Medium", Verdana, Arial, Helvetica, sans-serif;
	}
	a{
		color:#333;
		text-decoration:none;
		}
		a:hover{
			color:#333;
			text-decoration:none;
			border-bottom:1px dotted #333;
		}
		
/* ------------------------------------------------------
		sidebar area
----------------------------------------------------------*/		

dl{
	background:#EDEADB url(images/floral_beige_back.gif) bottom right no-repeat;
	padding:20px;
	margin:20px auto;
	}
	dt{
		font:bold 1em Verdana, Arial, Helvetica, sans-serif;
		}
	.builders_images img{
		position:relative;
		width:245px;
		margin:0 0 10px 0;
		padding:10px;
		background:#fff;
		border:3px solid #4C0400;
		line-height: 1.2px;
		}
		dd{
			line-height:150%;
			}
		
/* ------------------------------------------------------
		main content area
----------------------------------------------------------*/		


#wrap{
	margin:0 auto;
	width:800px;
	}
	#left{
		float:left;
		width:59%;
		}
		.main_content{
			margin:0 0 20px 0;
			background:#EDEADB;
			padding:20px;
			}
			.sub_yellow{
				background:#DAC972;
				padding:10px;
				}
				.sub_yellow img.right{
					float:right;
					margin:10px;
					padding:10px;
					background:#fff;
					border:3px solid #4C0400;
					line-height: 1.2;
					}
				.sub_yellow img.left{
					float:left;
					margin:10px;
					padding:10px;
					background:#fff;
					border:3px solid #4C0400;
					line-height: 1.2;
					}
				.sub_yellow img.rights{
					position:relative;
					width:100px;
					float:right;
					margin:10px;
					padding:10px;
					background:#fff;
					border:3px solid #4C0400;
					line-height: 1.2px;
					}
				.sub_yellow img.lefts{
					position:relative;
					width:100px;
					float:left;
					margin:10px;
					padding:10px;
					background:#fff;
					border:3px solid #4C0400;
					line-height: 1.2px;
					}
				.sub_yellow ul{
					padding:0 30px;
					}
				.sub_yellow img.span{
					width:380px;
					margin:0 0 10px 0;
					padding:10px;
					background:#fff;
					border:3px solid #4C0400;
					line-height: 1.2px;
					}
					
	#right{
		float:right;
		width:39%;
		}
		
/* ------------------------------------------------------
		forms
----------------------------------------------------------*/		

label{
	display:block;
	padding:10px;
	}
	input{
		padding:5px;
		}
	textarea{
		padding:10px;
		width:200px;
		height:100px;
		}
						
/* ------------------------------------------------------
		tags
----------------------------------------------------------*/		

h1{
	background:url(images/hero_logo_arbors.gif) no-repeat;
	width:800px;
	height:234px;
	margin:0 auto;
	}
	h2{
		padding:10px;
		color:#4C0400;
		}
		h3{
			padding: 10px;
			color:#4C0400;
			}
			blockquote{
				margin:20px;
				padding:20px;
				background:#4C0400;
				color:#fff;
				font:1.5em/150% Georgia, "Times New Roman", Times, serif;
				}
			p{
				padding:8px;
				}
			
span{
	display:none;
	}

hr {		
	clear:both;
	visibility:hidden;
	}
	
ol {
	margin:auto 50px;
	list-style:inside;
	}
			

/* ------------------------------------------------------
		footer
----------------------------------------------------------*/	
	
#footer {
	background:#EDEADB;
	padding:20px;
	text-align:left;
	display:block;
	font:1.14em "Franklin Gothic Medium", Verdana, Arial, Helvetica, sans-serif;
	}
	#footer p{
		text-align:left;
		font:.7em Verdana, Arial, Helvetica, sans-serif;
		}
		#footer a{
			color:#333;
			text-decoration:none;
			}
			#footer a:hover{
				color:#333;
				text-decoration:none;
				border-bottom:1px dotted #333;
			}
/*
------------------------------------------------------------------------------------
lightbox
------------------------------------------------------------------------------------
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.climaxdesigns.com/toolkit/lightbox2/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.climaxdesigns.com/toolkit/lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.climaxdesigns.com/toolkit/lightbox2/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #B5CBA5;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

/*
------------------------------------------------------------------------------------
outline
------------------------------------------------------------------------------------
*/
a
{
outline: none;
}



/*
------------------------------------------------------------------------------------
table
------------------------------------------------------------------------------------
*/


table{
	width:100%;
	height:300px;
	overflow:auto;
	font:.8em Verdana, Arial, Helvetica, sans-serif
	}
	th{
		font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	}
	td{
	padding:3px;
	}