/*
	based on Essentials stylesheet
	Created by: Philip Nicolcev
*/

/* Reset for browser compatability */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}

html { font-size: 12px; height: 100%; margin-bottom: 1px; }

body { 
	font-family: arial, helvetica, sans-serif;
	background-image: url('images/mainback.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #B1490F;
	color: #000;
	padding-top:0px;
}
	
h1 { font-weight: bold; font-size: 2em;  font-variant: small-caps; }

h2 { font-size: 2em;}

h3 { font-size: 1.8em;   font-variant: small-caps; }

a:link , a:visited  { text-decoration: none; color: #b84140; }
a:active  	{ text-decoration: none; color: white; }
a:hover 		{ text-decoration: underline; color: #b84140; }

#wrap {
	background-color: #B1490F;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div.maincontainer {
	background-image: url('images/headerback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	padding-top: 30px;
}

div.banner {
	height: 185px;
	width: 845px;
	background-repeat: no-repeat;
	background-color: black;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

div.testimonial {
	margin: 25px;
	border: 1px solid #676767;
	padding: 20px;
	background-color: #afacaa;
}

div.contentwhite {
	padding: 20px;
	background: white;
	min-height: 500px;
}

div.contentwhite p {
	margin-top: 20px;
}

#rightside {
	float: right;
	width: 255px;
	padding: 5px;
	color: white;
	min-height: 200px;
	/*background-color: #B1490F;*/
	
}

/* Dropdown Menu ********************************/

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	float: left;
	height: 28px;
	margin-left: 15px;
	display: inline;
}
#menu a:link, #menu a:active, #menu a:visited {
	padding: 8px 10px;
	display: block;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}
#menu ul a:link, #menu ul a:active, #menu ul a:visited {
	padding: 8px 10px;
	width: 98px;
	_width: 120px;
	display: block;
	_display: inline-block;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}
#menu ul {
	background-color: #fff;
	border-top: 0;
}
#menu li {
	float: left;
	padding: 0;
	display: inline-block;
	float: left;
	margin: 0;
	list-style-type: none;
}
#menu li.f {
	background: none;
}
#menu ul li {
	float: none;
	background: none;
	background-color: #b7823d;
	color:#fff;
	border-bottom: 1px solid #d3733e;
}
#menu ul li a:hover {
	background-color: #855e2c;
	color:#fff;
}
#menu li ul {
	position: absolute;
	width: 120px;
	left: -999em;
}
#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


/* old menu  *************************************/
div#navbar {	
	padding-bottom: 5px;
	/*display: inline;*/
	}
	
div#navbar ul {
	background-color: #B1490F;
	text-align: left;
	/*float: left;
	width: 100%;*/
}
div#navbar ul  li{
	/*display: inline;*/
}
div#navbar ul  li a{
	padding: 10px 15px;
	background-color: #B1490F;
	color: white;
	text-decoration: none;
	/*float: left;*/
	font-weight: bold;
}
div#navbar ul  li a:hover{
	background-color: #000;
	color: #ababab;
}

.housebox {
	border: 5px solid #1f4255;
	border-top: 0;
	background: #668697;
	width: 730px;
	text-align: center;
	min-height: 200px;
}

.housebox table {
	width: 100%;
}

.housebox  tr td {
	padding: 2px;
}

current {
	background-color: #000;
	color: #ababab;
} 

div#footer {
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
	color: #fafafa;
	clear: both;
}

div.threeBox {
	width: 260px;
	line-height: 5px;
}

div.threeBox div {
	line-height: 1.8em;
	width: 238px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ceced3;
	border-right: 1px solid #ceced3;
}

dt {
	clear: left;
	padding: 5px 10px 5px 0;
	font-weight: bold;
	float: left;
	height: 2em;
}

dd {
	padding: 5px 0 5px 0;
	float: left;
	height: 2em;
}