@charset "utf-8";
/* CSS Document */

/******************************
Core Elements
******************************/

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #06315a;
}

h1{
	margin: .5em .75em .5em .75em;
	font-size: 2em;
}

h2{
	margin: .5em 1.1em .5em 1.05em;
	font-size: 1.5em;
}

h3{
	margin: .5em 1.35em .5em 1.35em;
	font-size: 1.25em;
}

h4{
	margin: .5em 1.75em .5em 1.75em;
	font-size: 1em;
}

h5{
	margin: .5em 2.37em .5em 2.37em;
	font-size: .75em;
}

h6{
	margin: .5em 2.75em .5em 2.75em;
	font-size: .65em;
}

p{
	margin: 1.5em;
	line-height: 1.45em;
	/*font-weight: bold;*/
}

ol, ul{
	margin: 0em 1.5em .25em 5em;
	line-height: 1.45em;
	/*font-weight: bold;*/
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

/******************************
Custom Elements
******************************/

#header{
	position: relative;
	width: 1024px;
	height: auto;
	background-image: url(../images/components/sideframe_blue.jpg);
}

#topcenter{
	position: relative;
	float: left;
	margin-left: 20px;
}

#license{
	position: absolute;
	right: 15px;
	top: 15px;
}

#logo{
	position: relative;
	left: 15px;
	top: 15px;
	height: 165px;
	float: left;
}

#navigation{
	text-align: center;
}

#outer{
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#content{
	position: relative;
	width: 1024px;
	height: auto;
	background-image: url(../images/components/sideframe_blue.jpg);
}

#topborder{
	position: relative;
	width: 1024px;
	height: 20px;
	background-image: url(../images/components/topframe_blue.jpg);
	background-repeat: no-repeat;
}

div.topborder{
	position: relative;
	width: 1024px;
	height: 20px;
	background-image: url(../images/components/topframe_blue.jpg);
	background-repeat: no-repeat;
}

#bottomborder{
	position: relative;
	width: 1024px;
	height: 20px;
	background-image: url(../images/components/bottomframe_blue.jpg);
	background-repeat: no-repeat;
}

div.bottomborder{
	position: relative;
	width: 1024px;
	height: 20px;
	background-image: url(../images/components/bottomframe_blue.jpg);
	background-repeat: no-repeat;
}

#footer{
	position: relative;
	background-image: url(../images/components/sideframe_blue.jpg);
	/*font-weight: bold;*/
}

#footer #bottomnavigation{
	text-align: center;
}

#copyright{
	position: relative;
	width: 1024px;
	height: 30px;
	background-image: url(../images/components/reflection_blue.jpg);
	background-repeat: no-repeat;
	padding: 1.5em;
	font-size: .9em;
	color: #777; /*#0e3758;*/ /*#444;*/
}

#copyright #design {
	position: relative;
	float: right;
	right: 35px;
}

#design a{
	color: #777;
	text-decoration: none;
}

#design a:hover{
	text-decoration: underline;
}

tr{
	vertical-align: top;
}

tr.dark{
	background-color: #CCC;
}

tr.light{
	background-color: #EEE;
}

td.attrib{
	text-align: right;
}

td.attribvalue{
	text-align: left;
}

h2.pageid{
	border-bottom: solid 2px;
}

td.cbox{
	border: 1px solid #CCC;
	padding: .25em;
}

td.iddisplay{
	
}

td.value{
	width: 200px;
	border: 1px solid #CCC;
	padding: .25em;
}

div.record_container{
	margin: 1em 1em 2em 1em;
	border: 1px solid black;
	padding: .5em;
}

div#residential, div#commercial, div.block{
	position: relative;
	margin: 0em 0em 2em 15px;
	float: left;
	width: 450px;
	border: 1px solid #CCC;
}

div#residential h1, div#commercial h1{
	position: relative;
	width: 454px;
	color: #FC0;
	margin: .25em;
	padding: .15em;
}

div#residential{
	background-image: url(../images/components/residentialheader.jpg);
	background-repeat: no-repeat;
}

div#residential img, div#commercial img{
	float: left;
	margin-right: 1em;
	border: 0;
}

div#commercial{
	background-image: url(../images/components/commercialheader.jpg);
	background-repeat: no-repeat;
}

div.service{
	margin: 2em .25em 3em 1em;
	clear: left;
}

div.service p{
	position: relative;
	margin-left: 115px;
}

div#residential h2, div.block h2, div#commercial h2{
	background-color: #FC0;
	margin: 0em;
	padding: .25em;
}

div.pic{
	position: relative;
	float: left;
	margin: 5px 5px 35px 30px;
}