#all #top {
	background:url(../img/braesidehouse_top_bg.jpg) top no-repeat;
	height:255px;
	position: relative;
}
#pageholder {
	text-align:left;
	margin:0 auto;
	width:950px;
	/*background:#fff url(../img/bg_r.jpg) top left repeat-x;*/
	background:#FFFFFF;
}

html, body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:150%;
	color:#000000;
	background:#ffffff url(../img/bh_bg.gif) top left repeat-x;
	padding-bottom:10px;
	width:100%;
	height:auto !important;
	min-height:500px;
	height:500px;

}

a {
color:#111185;
text-decoration:underline;
}


h2, h1{
color:#0a4092;
}

h2.purple  {
	color: #0a4092;
	text-transform:none;
}

#all #stripe {
	border-top:11px solid #63cade;
	margin-top:10px;
	padding-top:10px;
}

#all #fastAccessButtons .button {
background-image:url("../img/sidebox_bg_fv.jpg");
background-repeat:no-repeat;
height:91px;
margin:0 0 1px;
width:199px;
}

.bh_newsletter {
	background:url(../img/bottombox/bh_newsletter.jpg) top left no-repeat #003399; 
	height:117px;
	width:166px;
	float:left;
	position:relative;	
	
}

.bh_newsletter_input {
	position:absolute;
	left:20px;
	top:77px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0054a4;
	border:0;
	background:none;
	height:22px;/*32*/
	width:55px;/*65*/
}
.bh_newsletter_submit {
	background:url(../img/bottombox/bh_newsletter_button.jpg) top left no-repeat;
	position:absolute;
	left:77px;
	top:71px;
	text-indent:-4000px;
	width:34px;
	height:34px;
	border:0;
	color:#3a3a3a;
	cursor: pointer;
}

#all #content .newsbox {
	margin-top: 20px;
}

#all #content .newsbox .newsitem 
{
	border-top:1px solid #63cade;
}

#all #stripe #homewrapper {
background:url("../img/bh_home_bg.gif") repeat-y scroll 0 0 transparent;
display:inline;
float:left;
width:672px;
}



/* SITESNAV
************************************************************/
.sitesnav {
	margin:0px 0px 0px 35px;
	float:left;
	display:inline;
	
}
.sitesnav li {
	list-style-type:none;
	display:inline;
	
}
.sitesnav li a {
	line-height:100%;
	color:#111185;
	padding:0 7px;
	float:left;
	display:inline;
	font-size:10px;
	text-transform:uppercase;
	line-height:21px;
	text-decoration:none;
	border-left:none;
}

.sitesnav li a:hover {
	background-color:#111185;
	text-decoration:none;
	color:#FFFFFF;
}

.sitesnav li.first a {
	padding-left:15px;
	border:none;
}


