@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topbar {
	float: left;
	height: 42px;
	width: 900px;
	background-image: url(images/topBar.jpg);
	background-repeat: no-repeat;
}
#contact {
	height: 19px;
	width: 125px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006799;
	text-decoration: none;
	left: 700px;
	top: 2px;
	background-image: url(images/phone.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-top: 20px;
}

#main {
	background-image: url(images/cntrBg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 900px;
}
#center {
	float: left;
	width: 853px;
	padding-right: 24px;
	padding-left: 24px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 853px;
}
#logo {
	float: left;
	height: 40px;
	width: 125px;
}

#nav {
	float: right;
	width: 550px;
	height: 45px;
	vertical-align: middle;
}
#nav ul {
	line-height: normal;
	list-style-type: none;
}

#nav li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 25px;
}
#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#nav  li  a:hover {
	color: #006699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}


#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 853px;
}
#overview {
	background-image: url(images/overBg.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 402px;
	left: 387px;
	top: 34px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}

#bottContent {
	float: left;
	width: 852px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}
#box1 {
	background-image: url(images/box1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 278px;
	width: 247px;
	padding-left: 29px;
	background-position: right;
}
#box2 {
	background-image: url(images/box2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 278px;
	width: 247px;
	padding-left: 29px;
	background-position: right;
}
#box3 {
	background-image: url(images/box3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 278px;
	width: 247px;
	background-position: right;
	padding-left: 29px;
}
#box1cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 160px;
	padding-left: 15px;
	padding-right: 15px;
}
#box2cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 160px;
	padding-left: 15px;
	padding-right: 15px;
}
#box3cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 160px;
	padding-left: 15px;
	padding-right: 15px;
}



#bottText {
	float: left;
	width: 790px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
#bottBar {
	background-image: url(images/bottbar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 900px;
}
.textBlueHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00679C;
	text-decoration: none;
}
#navfoot {
	float: right;
	width: 499px;
	height: 15px;
	padding-right: 200px;
	padding-left: 200px;
	text-align: center;
}
#navfoot li {
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	text-align: center;
	margin-left: 5px;
}
#navfoot li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#navfoot li a:hover {
	color: #006699;
}
a.footlink:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.footlink:hover   {
	color: #00679C;
	text-decoration: underline;
}
a.footlink:visited   {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#footer {
	float: left;
	height: 25px;
	width: 500px;
	padding-top: 10px;
	padding-right: 200px;
	padding-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

.textgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.textWhiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
