-/*
	project: BRB Contracting Website
	author: LAR
*/

*{ margin: 0; padding: 0; }*
body { margin: 1px 0 0; background: #fff url(../images/bg1.gif) repeat-x; font: .74em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
	h1 { font-size: 2.8em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #9D2900; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.4em; border-bottom: 2px solid #000; margin: 0 0 .8em; }
	h4 { font-size: 1.2em; font-style:  italic;  margin: 0 0 .8em; }
	h5 { font-size: 1.5em; color: #236B8E; font-style:  italic; margin: 0 0 .8em; }
	h6 { font-size: 1.5em; margin: 0 0; text-align:center}
	h7 { font-size: 1.5em; color: #000000; font-style:  italic; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #236B8E; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	.blue { color: #236B8E }
	.black {color: #000000}
	
.wrap { width: 900px; margin: 0 auto; }

#menufix {
position:relative;
z-index:1000;
} 
 
#header { width: 900px; height: 10px; margin: 0 auto; }
	#menu{
	display:block;
	float:right;
	margin:35px 0 0 0;
	padding:0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#menu, #menu ul{
	list-style:none;
<!	list-style-position:outside;>
	margin:0;
	padding:0;
	}

#menu a:link, #menu a:active, #menu a:visited{
	display:block;
	margin:0;
	padding:2px 10px;
	color:#000000;
	background-color:#ffffff;
	}

#menu a:hover{
	color:#999999;
	background-color:#ffffff;
	}

#menu li {
	float:left;
	position:relative;
	margin:0;
	padding:2px 10px;
	color:#999999;
	background-color:#ffffff;
	}

#menu ul {
	position:absolute;
	width:12em;
	top:1.5em;
	display:none;
	}

#menu li ul a{
	width:12em;
	float:left;
	}

#menu ul ul{
	top:auto;
	}

#menu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}

#menu .active a {color: #9D2900;}

 
#teaser { clear: both; height: 220px; background: #fff url(../images/water.jpg) repeat-x; }
	.box { float: left; padding: 20px 0 0; width: 900px; color: #C7E3EE; }



#bar { height: 40px; margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step {color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col { float: left; width: 640px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }


.col_last { float: left; width: 200px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/nuwaterc.gif) no-repeat right 13px; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }

