@charset "utf-8";


.container {
	vertical-align: top;
	z-index: 2;
	position: relative;
	visibility: visible;
}
.footerfloat {
	z-index: 1;
	position: relative;
	overflow: hidden;
	visibility: visible;
	height: 150;
}

.news {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 205px;
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.horz_pad {
	height: 20px;
}
.vert_pad {
	width: 20px;
}
.content_box {
	background-color: #FFFFFF;
	background-position: bottom;
	width: 390px;
	background-repeat: no-repeat;
	vertical-align: text-top;
	padding-bottom: 10px;
}
.news_services_headers {
	margin: 0px;
	padding: 0px;
	width: 225px;
}

.text_pad {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 20px;
}

.services_box {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 205px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 10px;
	list-style-position: outside;
	font-size: 18px;
	line-height: 35px;
}
.nav {
	height: 45px;
	width: 880px;
}

#wrapper {
   min-height:100%;
   position:relative;
}

#footerfloat {
	position:absolute;
	bottom:0;
	width:100%;
	height:150px;
	background-image:url('images/layout/footer.jpg');	
}

#navfloat {
	position:relative;
	width:880px;
	height:45px;
	vertical-align: top;
	overflow: visible;
	visibility: visible;
	z-index: 3;
}
   
body {
   margin:0;
   padding:0;
   height:100%;
 }
   
.white_vert_pad {
	background-color: #FFFFFF;
	width: 20px;
}
.white_horz_pad {
	background-color: #FFFFFF;
	height: 20px;
}
.indent_padless {
	text-indent: 20px;
}

body { font-family: Verdana; }

div.mainmenu {
	font-weight: bold;
}
div.menu {
	float: left;
}

div.popup a:hover {
	background-color: #0099CC;
	;
}
div.menu:hover div:first-child { border-bottom: none; }
div.menu div.popup {
	display: none;
}
div.menu:hover div.popup {
	display: block;
	background-color: #99f;
	opacity: 1;
	;
}


div.menu div {
	background-color: #66f;
	border: 0;
}


div.popup div, div.popup a {
	display:block;
	text-decoration: none;
	padding: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
div.popup div + div, div.popup a + a {
	margin-top: 0px;
}
.vert_DIVIDE {
	background-color: #FFFFFF;
	width: 20px;
	background-image: url(images/layout/vert_div.jpg);
}

