/************************ HMTL Styles */
body{
	font-family: Trebuchet MS, Arial,sans-serif;
	background-color: #704B0A;
	color: white;
	margin: 0px;
	padding: 0px;
	/*	background-image: url(images/bg-bsh.jpg);*/
	font-size: 12px;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
}
a{
	color: #FFA23A;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #FFA23A;
	text-decoration: none;
}
a:hover{
	color: #FFA23A;
	text-decoration: underline;
}
h1{
	font-family: Arial, sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}
h4{
}
h5{
}

ul{
 list-style-type: none;
 margin: 0;
}

/************************** Layout */
#mainContainer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: black;
}
#contentBorder{
	border-top: none;
	border-right: 1px solid #FFA23A;
	border-bottom: 1px solid #FFA23A;
	border-left: 1px solid #FFA23A;
}
#header{
	padding: 5px 0 24px 50px;
}
#leftColumn{
	float: left;
	width: 40%;
	margin: 0px;
}
#rightColumn{
	float:right;
	width: 50%;
	padding-right: 25px;
}
#centerColumn{
	float: left;
	width: 55%;
	display: none;
}
#footer{
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #999999;
	padding: 3px 15px 25px 15px;
}
#footer a{
	color: #999999;
	font-weight: normal;
}
#footer a:visited{
	color: #999999;
}

/* #leftColumn link styles 

#leftColumn ul a:link, #leftColumn ul a:visited {display: block;}
#leftColumn ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#leftColumn li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack 
html>body #leftColumn li {border-bottom: none;}*/
#mainNav {
	border-top: 1px solid #FFA23A;
	border-bottom: 1px solid #FFA23A;
	padding-left: 20px;
	height: 22px;
	padding-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
#mainNav a{
	display: block;
	color: white;
	font-weight: normal;
}
#mainNav a:hover{
	color: #FFA23A;
	text-decoration: none;
}
#mainNav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainNav ul li{
	width: 120px;
	float: left;
	text-align: center;
}
#topContent{
	margin-bottom: 15px;
}
#contactPop a{
	color: black;
	display: block;
	text-align: center;
	background-image: url(images/contactButton.jpg);
	width: 150px;
	margin: 0;
	line-height: 25px;
}
#contactPop a:hover{
	color: white;
}
#bbbseal{
	float: left;
	clear: left;
	margin-left: 9px;
}
#bbbaward{
	float: left;
	margin-top: -160px;
	margin-bottom: 5px;
}
.byline {
	font-size: 24px;
	font-weight: normal;
	margin-left: 300px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: -9px;
	margin-bottom: 9px;
}
#phoneNumber {
	float: right;
	font-size: 18px;
	margin-top: -5px;
}
#mainNav #paintCalcNav {
	width: 160px;
}
