@charset "UTF-8";
/* CSS Document */

.imgBox{background-color:#e8e8e8;}
.oneColFixCtr #container {
	width: 710px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	color: #000099;
	background-color:#FFFFFF;
	position:relative;
}

p { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	margin:0px 0px 15px 0px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-align:center;
	margin:5px 0px 10px 0px;
	}	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	margin:0px 0px 5px 0px;
	}
h3{
	font-family:"Century Gothic", sans serif;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	color:#57A7D8;
	text-align:left;
	margin:0px 0px 5px 0px;
	}

a, a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover {
	color: #999999;
	}

img{border:0px;
	}
	
#header {
	background:url(../images/header.jpg);
	position: absolute;
	top:15px;
	left:0px;
	width:710px;
	height:67px;
	}
#menu {
	position: absolute;
	top:38px;
	left:251px;
	width:485px;
	height:25px;
	border:#006633;
	}
#homeMenu {
	position: absolute;
	top:38px;
	left:251px;
	width:485px;
	height:25px;
	border:#006633;
	}
#footer {
	position:absolute;
	top:570px;
	width:710px;
	height:18px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#666666;
	}
ul{
	font-size:9px;
	color:#666666;
	}
li {
	list-style:none;
	}
li.services{
	list-style-image:url(../images/list_square.jpg);
	color:82BDE3;
	}
a.s2Tag, a.s2Tag:visited, a.s2Tag:link {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	display:block;
	clear:both;
	margin-top:20px;
	}
a.s2Tag:hover { color:#999999; text-decoration:underline;}