h1 {
	margin:0px;
	padding:0px;
	font-size: 18pt;
	color:#20A6B3;
	font-weight: normal;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #20A6B3;
}

a:hover {
	text-decoration: underline;
}

hr {
	margin:0px;
	padding:0px;
	line-height:0px;
	border-bottom:1px solid #E2E2E2;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
	display:block;	
	text-align: center;
	margin-bottom: 14px;			
	margin-top: 14px;	
}

ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

li
{
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 22px;
}

/* Body Tag */
.cm_doc {
	font-size: 9pt;
	font-family: Arial;
	font-weight: normal;
	background: #E6E6E6;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
}

.cm_box {
	color: #ffffff;
	font-weight: bold;	
	width: 112px;
	height: 111px;
	cursor: pointer;
}

.cm_box_big {
	background: url(../images/big_box_green.gif) no-repeat;
	width: 457px;
	height: 111px;
	position:absolute; 
	left:369px; 
	top:119px; 
	color:#ffffff;
}

.cm_box_turquoise {
	background: url(../images/box_green.gif) no-repeat;
}

.cm_box_turquoise:hover {
	background: url(../images/box_yellow.gif) no-repeat;
}

.cm_box_yellow {
	background: url(../images/box_yellow.gif) no-repeat;
}

.cm_box_gray {
	background: url(../images/box_gray.gif) no-repeat;
}
.cm_box_ltgray {
	background: url(../images/box_gray_lt.gif) no-repeat;
}

.commercialbutton {
	background: url(../images/bb_commercial.jpg) no-repeat;
	position:absolute; 
	left:369px; 
	top:232px; 
	width: 454px; 
	height: 111px;	
}
.commercialbutton:hover {
	background: url(../images/bb_commercial_over.jpg) no-repeat;
}

.residentialbutton {
	background: url(../images/bb_residential.jpg) no-repeat;
	position:absolute; 
	left:369px; 
	top:345px; 
	width: 454px; 
	height: 111px;	
}
.residentialbutton:hover {
	background: url(../images/bb_residential_over.jpg) no-repeat;
}

.governmentbutton {
	background: url(../images/bb_government.jpg) no-repeat;
	position:absolute; 
	left:369px; 
	top:458px; 
	width: 454px; 
	height: 111px;	
}
.governmentbutton:hover {
	background: url(../images/bb_government_over.jpg) no-repeat;
}

.industrialbutton {
	background: url(../images/bb_industrial.jpg) no-repeat;
	position:absolute; 
	left:369px; 
	top:571px; 
	width: 454px; 
	height: 111px;	
}
.industrialbutton:hover {
	background: url(../images/bb_industrial_over.jpg) no-repeat;
}

.cm_box_gray p.lowerleft {
	position:absolute;
	bottom:5px;
	left:8px;
	font-weight: normal;
}

.cm_box p.centertext {	
	position:absolute;
	top: 45%;
	right:0px;
	left:0px;
	text-align:center;
	margin:0px;
	padding:0px;
}

.cm_grid {
	position: absolute;
	left: 141px;
	top: 119px;
	width: 226px;
	height: 337px;
	padding:0px;
	margin:0px;
}

#cm_page_title {
	font-weight:bold; 
	font-size:26pt; 
	color:#20A6B3; 
	position:absolute; 
	left:381px; 
	top:89px;
}


#cm_logo {
	position:absolute;
	left: 175px;
	top: 30px;
}

#cm_byline {
	font-size: 9pt;
	color: #7F7F7F;
	position:absolute;
	left:381px;
	top: 44px;
}

#cm_copyright {
	font-size: 8pt;
	font-weight: normal;
	color: #7F7F7F;
	position:absolute;
	left:140px;
	top: 690px;
}




