@charset "utf-8";
/* CSS Document */

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;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}


.oneColElsCtrHdr #container {
	width: 995px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
#options .optioncontainer {
	width: 170px;
	float: left;
	margin-right: 20px;
}
#options .optioncontainer a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}
#options .optioncontainer img {
	border: 1px solid #666666;
	margin-top: 5px;
}
.oneColElsCtrHdr #container #options {
	border: 1px solid #8EA8A7;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	padding-left: 20px;
	margin-top: 15px;
}
#options #content {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColElsCtrHdr #header {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 105px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	width: 995px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColElsCtrHdr #footer {
	width: 995px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 15px;
	clear: both;
} 
#footer ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 400px;
	text-align: center;
}
#header #logo {
	width: 270px;
	font-family: Tahoma, Arial;
	font-size: 18px;
	float: left;
}
#header #nav {
	float: left;
	width: 550px;
	margin-top: 60px;
}
#header #contact {
	float: right;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.oneColElsCtrHdr #container #mainContenthome {
	height: 262px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	width: 995px;
}
#header #logo .tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#footer li {
	float: left;
	margin-right: 15px;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #587271;
}
.oneColElsCtrHdr #container #mainContentbackpage {
	background-color: #FFFFFF;
}
#text  {
	width: 675px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/textbg.png);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 10px;
}
h1 {
	font-size: 18px;
	color: #195A64;
	font-weight: normal;
}
#contactform  {
	width: 295px;
	float: left;
	background-color: #333333;
	margin-top: 25px;
	padding-bottom: 20px;
}
#contactform #contactfields {
	margin-right: 15px;
	margin-top: 15px;
	background-color: #C8DEE1;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6F918E;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	color: #384948;
	font-size: 11px;
}
#anchorlinks {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
a {
	color: #6F918F;
}
#mainContenthome form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mainContenthome h1 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
}
#mainContenthome .left {
	width: 200px;
	float: left;
}
#mainContenthome #leftcontainer {
	height: 228px;
	padding: 3px;
	background-image: url(images/tran.png);
	background-repeat: repeat;
	border: 1px solid #8B8B8B;
	width: 620px;
}
#leftbox {
	width: 200px;
	float: left;
	margin-left: 10px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	height: 225px;
}
#leftbox img {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
#anchorlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#anchorlinks li {
	margin-bottom: 4px;
}h2 {
	font-size: 16px;
	color: #333333;
}
