@charset "UTF-8";

p { margin:0; padding:0;}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}

a {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: underline;
}

a img {border:none;}

#container {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#apDiv2 {
	width:760px;
	height:28px;
	background-color: #006666;
	margin-top:2px;
	margin-bottom:8px;
}
#apDiv4 {
    float:left;
    width:500px;
		padding-left:2px;
		border-right: 1px solid #ff0000;
    }
#apDiv36 {
    float:right;
    width:224px;
		border-left: 1px solid #00ff00;
    }
#apDiv30 {
	position:absolute;
	width:91px;
	height:37px;
	z-index:4;
	left: 18px;
	top: 286px;
}


/*** used for clearing a div with no gap ***/
.clear{
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/*** used for clearing a div with a gap ***/
.clearheight{
	float:none;
	clear:both;
	height:5px;
	line-height:5px;
}

.newsheader { font-family: Arial, Helvetica, sans-serif; color:#006666; font-weight:bold; font-size:12px; }
.newsheader a:link {color:#006666; font-weight:bold; text-decoration:underline;}

.editor_header { font-family: Arial, Helvetica, sans-serif; color:#006666; font-weight:bold; font-size:120%;  }
.editor_header a:link {color:#006666; font-weight:bold; text-decoration:underline; font-size:120%; }

.editor_greentext { font-family: Arial, Helvetica, sans-serif; color:#006666; font-weight:bold;  }
.editor_greentext a:link {color:#006666; font-weight:bold; text-decoration:underline; }

.newsbrief { padding: 0px 0px 0px 0px; }

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
}

.serviceheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #006666;
	line-height: 20px;
}

.serviceheaderswhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
}
.servicebuttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.servicebuttontextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
}

.separator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 10px;
	height: 10px;
	padding: 6px 0px 8px 0px;
}

/* footer */
#apDiv26 {
	margin-top: 5px;
	border-top: 1px solid #626262;
	margin-bottom: 5px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 13px;
}

/*=============== PAGING  ===============*/
ul.paging{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
	ul.paging li{
		display:inline;
		color:#006666;
		vertical-align:middle;
		margin:0px 3px 10px 0px;
		padding:0px;
	}
		ul.paging li a{
			text-decoration:none;
			background-color:#006666;
			color:#ffffff;
			padding:3px 6px;
		}
		
			/*hover + on state*/
			ul.paging li a:hover,
			ul.paging li a.on{
				color:#FFFFFF;
				text-decoration:none;
				background-color:#666666;
			}
		
		ul.paging li.nextback{
			margin-left:3px;
		}
		
		/*reset link styles for next+back links*/
		ul.paging li.nextback a{
			background-color:transparent;
			padding:0px;
			color:#006666;
		}
			/*reset link styles for next+back links*/
			ul.paging li.nextback a:hover{
				color:#006666;
				text-decoration:underline;
				background-color:transparent;
			}


.error { color:#ff0000; }
.bold { font-weight:bold; }
.smallDataField { border: #aaaaaa 1px solid; width: 110px; font: 100%/120% Arial, Helvetica, sans-serif; }
.mediumDataField { padding: 1px 3px 3px 3px; border: #aaaaaa 1px solid; width: 260px; font: 100%/120% Verdana,Tahoma,Arial,sans-serif; }
.DataField { padding: 1px 3px 3px 3px; border: #aaaaaa 1px solid; width: 520px; font: 100%/120% Arial, Helvetica, sans-serif; }
