@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1E3A53 url(images/background.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5E5E5E;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 782px; 
	margin: 20px auto 0 auto; 
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: url(images/headerflat.png) no-repeat left; 
	padding: 0px;
	height: 126px;
}

img {
	border: none;
}
#nav {
	height: 40px;
	position: absolute;
	margin-top: 86px;
	width: 750px;
	margin-left: 10px;
	font-size: 16px;
}

#nav ul {
	height: 60px;
	margin: 0 10px;
	list-style: none
}

#nav li {
	float: left;
	margin: 0 0px;
	padding: 10px;
}

#nav a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	padding: 10px;
}

#nav a:hover {
	text-decoration: underline;
	padding: 10px;
}

.active {
	background: url(images/navbox_on.png);

}

#banner {
	width: 750px;
	height: 153px;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent {
	padding: 5px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#mainContent a {
	color: #333;
}
#mainContent a:hover {
	text-decoration: none;
}

#mainContent h1 {
	margin-left: 30px;
	font-size:20px;
}

#mainContent h2 {
	margin-left: 30px;
	font-size: 16px;
}

#mainContent p {
	margin: 15px 30px;
	line-height: 1.5;
}

#mainContent ul {
	margin-left: 40px;
	list-style: square;
	line-height: 1.5;
}

#mainContent ul li {
	margin-left: 0px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 1.5;
}

#content_footer {
	width: 750px;
	height: 25px;
	background: url(images/content_footer.png);
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 710px;
	margin: 0px auto 20px auto;
	color: #fff;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

.marginleft {
	margin-left: 10px;
}

#form {
	margin-left: 30px;
}

#homeimages {
	height: 224px;
}

.firstimage {
	position: absolute;
	margin-left: 10px;
}

.secondimage {
	position:absolute;
	margin-left: 255px;
}

.thirdimage {
	position:absolute;
	margin-left: 500px;
}
.fltrt {
	float: right;
	margin: 0px 15px 10px 20px;
	padding: 2px;
	border: thin solid #ccc;
}