html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-family: inherit;
}

/* @group container elements */
/* @223355 used to be 4D4D4F */

div#main {
	width: 865px;
	padding: 0 50px;
	background-color: #FFFFFF;
	text-align: left;
	font: normal 10pt/12pt "Verdana","Helvetica", "Arial", sans-serif;
	color: #223355;
	overflow: hidden;
}

div#content {
	padding: 0px 14px 30px 14px;
	height: auto;
}

div#top {
	width: 100%;
	overflow: auto;
	height: 195px;
}

div#logo {
	width: 50%;
	float: left;
	height: 195px;
}

div#call {
	width: 49%;
	text-align: center;
	float: right;
	margin-top: 70px;
	height: 125px;
	color:#661D22; 
	font: normal 14pt/20pt "Verdana","Helvetica", "Arial", sans-serif;
}

ul#points {
	text-indent: 5px;
	text-align: left;
	margin: 10px 0 0 40px;
}

ul#points li {
	padding: 7px 0px 7px 0px;
	font-family: inherit;
}

hr {
	width: 600px;
	text-align: center;
	color: #4D4D4F;
	margin-top: 35px;
	margin-bottom: 35px;
}

/* @top nav */
	
div#topnav li {
	float: left;
	list-style-type: none;
	margin: 0 6px 20px;
	list-style: none;
	border-style: none;
}
	
ul#nav li a {
	display: block;
	width: 132px;
	height: 42px;
}

.hide {
    overflow: hidden;
    text-indent: -1000em;
}

/* @lets see if this works for rollover */

#home {
	background: url(images/home.gif);
}

#home:hover {
	background: url(images/homeover.gif);
}

#about {
	background: url(images/about.gif);
}

#about:hover {
	background: url(images/aboutover.gif);
}

#comm {
	background: url(images/commercial.gif);
}

#comm:hover {
	background: url(images/commercialover.gif);
}

#res {
	background: url(images/residential.gif);
}

#res:hover {
	background: url(images/residentialover.gif);
}

#referrals {
	background: url(images/referrals.gif);
}

#referrals:hover {
	background: url(images/referralsover.gif);
}

#contact {
	background: url(images/contact.gif);
}

#contact:hover {
	background: url(images/contactover.gif);
}

/* @bottom nav */

#myList li {
	margin-right: 10px;
	float: left;
	list-style-type: none;
	list-style: none;
}

#myList li a {
	display: block;
	width: 80px;
	height: 18px;
	text-align: center;
}

/* @bottom nav end */

#bottomnav {
	width: 824px;
	text-align: center;
	padding-left: 100px;
}

div#test {
	width: 200px;
	border: 1px black solid;
	background-color: #E0E0E0;
	padding: 15px;
	position: relative;
	float: right;
	margin: 0 0 20px 15px;
}	

/* @referrals divs */

.refpg {
	width: 100%;
	position: relative;
	overflow:auto;
}

.ref {
	width: 50%;
	text-align: left;
	position: relative;
	float: left;
	overflow:auto;
}

.right {
	text-align: left;
	position: relative;
	float: left;
	overflow:auto;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.righta {
	width: 50%;
	text-align: left;
 	position: relative;
	float: right;
	overflow:auto;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rightb {
	width: 50%;
	text-align: left;
	position: relative;
	float: right;
	overflow:auto;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}


/* @font styles */

h1 {
	color:#661D22; 
	font: normal 14pt/20pt "Verdana","Helvetica", "Arial", sans-serif;
}

p {
	color:#223355; 
	font: normal 10pt/12pt "Verdana","Helvetica", "Arial", sans-serif;
}

.sub {
	font-weight: bold;
}

p.small {
	text-align:center; 
	color:#CFBABD;
	font-size: 7pt;
}

a:link {
	color:#661D22;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#CFBABD;
	text-decoration:none
}
a:active {
	color:#CFBABD;
	text-decoration:none;
}
