/*********setup styles*********/
* 
{
	margin: 0;
	padding: 0;
}



body
{	
	/*change bg color here*/
	background-color:#cdd2d7;
	color: #004789;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}

p a{
color:black;
text-decoration:underline;
}
p a:hover{
text-decoration:underline;
color:red;
}


img{border:none;}

.floatRight{
float:left;
padding-right:5px;

}

.black{
color:black;
display:inline;
}

h1, h2, h3, h4
{
	color: #000;
	font-weight: normal;
}

h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1em;}

a
{	
	color: #004789;
	text-decoration: none;
}

img 
{
	border: 0;
}

li
{
	list-style-type: none;
}


/********container*****/
#container
{
	margin: 10px auto;
	position: relative;
	width: 800px;
}


/********header*****/
#header
{
	background: url('images/bgImages/navMiddle.gif') repeat-y top left;
	width: 215px;
}

#header #company
{
	background: url('images/bgImages/navTop.gif') no-repeat top left;
	padding-top: 14px;
}

#header #company a
{
	background: url(images/logo.gif) no-repeat top left;
	display: block;
	height: 110px;
	margin-left: 11px;
	text-decoration: none;
	text-indent: -9999px;
	width: 195px;
}

/********nav*****/
#nav
{
	background: url('images/bgImages/navMiddle.gif') repeat-y top left;
	width: 215px;
	_height:1%;
}

#nav_main
{
	background: url('images/bgImages/navBottom.gif') no-repeat bottom left;
	padding: 2px 9px 40px 11px;
	_padding:2px 5px 40px 11px;
}

#nav_main li
{
	height: 1%;
}

#nav_main a
{
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	display: block;
	font-weight: bold;
	_height: 1%;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 3px;
	text-transform: uppercase;
}

#nav_main a:hover
{
	color: #fff;
	background: #004789;
}

#nav_houses
{
	background: url('images/bgImages/bgMiddle.gif') repeat-y top left;
	left: 220px;
	position: absolute;
	top: 0px;
	width: 620px;
}

#nav_houses div
{
	/*change bg color here*/
	background: url('images/bgImages/bgTop.gif') no-repeat top left;
	padding: 15px 9px 35px 11px;
}

#nav_houses div span
{
	padding-left: 27px;
}

#nav_extra 
{
	background:url('images/bgimages/bgMiddle.gif') repeat-y top left;
	left: 220px;
	position: absolute;
	top: 105px;
	width: 620px;
	z-index: 5;
}

#nav_extra ul 
{
	background: #004789;
	height: 1.6em;
	margin: 0 9px 0 14px;
	width: 585px;
}

#nav_extra ul li
{
	display: block;
	float: left;
	position: relative;
}

#nav_extra ul li a
{
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
	width: 120px;
}

#nav_extra ul li a:hover 
{
	background: #ccc;
	color: #004789;
}

#nav_extra ul li ul 
{
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.5em;
	width: auto;
}

#nav_extra ul li:hover ul, 
#nav_extra ul li.over ul
{
	display: block;
}

#nav_extra ul li ul li
{
	float: none;
}

#nav_extra ul li ul li a
{
	background: #ccc;
	border: 0;
	color: #004789;
	display: block;
	float: none;
	font-size: 10px;
	margin: 1px;
	z-index:30;
}

#nav_extra ul li ul li a:hover
{
	background: #004789;
	color:white;
}

#energyStar{
background:url('images/energy_star.jpg');
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
margin-top:10px;
width:64px;
height:90px;
}
#energyStarText{
margin:0px 0px 0px 69px;
font-size:.75em;
width:130px;
height:90px;
}

/******main content****/

#content
{
	clear:left;
	background-image:url('images/bgImages/bgMiddle.gif');
	left:220px;
	position:absolute;
	top:124px;
	width:620px;
}

#content p,
#content ul,
#content ol
{
	margin-bottom: 1em;
}

#content h2, 
#content h3
{
	margin-bottom: .2em;
}

#content_main
{
	padding: 10px 25px 0 0px;
	_padding:10px 20px 0 0;
	margin-left:-10px;
	z-index:1;
	_float:right;
	font-size:1em;
}
#content_other{
margin:10px 20px 0 15px;
}

#lightbox_images{
	float:right;
}

#main_photo
{
	float:left;
	margin: 10px 10px 10px 15px;
}
#eg{
float:right;
margin: 10px 20px 10px 15px;
}
#housing{
float:right;
margin: 10px 20px 10px 15px;
}
.living_room{
float:left;
margin: -5px 20px 10px 15px;
}
#kitchen{
float:right;
margin: -234px 20px 10px 15px;
}
#briercliff{
	margin-top:-5px;
	padding-left:15px;
}
#burke_hq{
float:right;
margin: 10px 21px 10px 15px;
padding-bottom:150px;
}

#contact_submit{
margin-right:100px;
}

#content .clear
{
	background: url('images/bgImages/bgBottom.gif') no-repeat bottom left;
	clear: both;
	height: 35px;
	padding:5px 0 0 14px;
	1border:solid red;
	z-index:50;
}

#archive{
padding-left:20px;
font-size:.9em;
color:black;
}

.mapLink{
text-decoration:underline;
color:black;
}

/*contact form*/
.set label 
	{
	display: block;
	font-weight: bold;
	}