@charset "utf-8";
body {
	font: 11px 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: #444;
	background-image: url(../images/page_gradient.jpg);
	background-repeat: repeat-x;
	line-height: 130%;
	background-color: #9AB5DC;
}
input, textarea, select
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 40px;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #menu
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 85px;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url(../images/menu_bg.jpg);
	text-align: left;
}
.oneColFixCtrHdr #headerCap {
	margin: 10px 0 0 0;
	background-image:url(../images/header_cap.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD;*/
	margin: 0 0 0 0;
	background-color: #FFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 60px;
}
.oneColFixCtrHdr #headerNav {
	/*background: #DDDDDD;*/
	margin: 0 0 0 0;
	background-color: #FFF;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 31px;
}
.oneColFixCtrHdr #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 */
	text-indent: -3999px;
	background-image: url(../images/logo.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContentMasthead {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 1px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentBottom {
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.oneColFixCtrHdr #footer {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #3d69ad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #footer a
{
	color: #3d69ad;
}
.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: 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin: 38px 0 33px 0;
	font-weight: normal;
	color: #3A67AB;
	line-height: 120%;
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 28px 0 23px 0;
	font-weight: bold;
	color: #3A67AB;
}


.oneColFixCtrHdr #mainContent a {
	color: #3A67AB;
}
.oneColFixCtrHdr #mainContent a:hover {
	background-color: #3A67AB;
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a.nohover:hover {
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent li {
	list-style-type: square;
	margin-bottom: 2px;
}

.oneColFixCtrHdr #mainContent .featureItem {
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent .linkbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent .center_box {
	margin: 0 80px;
	padding: 20px;
	border: 1px solid #3d69ad;
}
.oneColFixCtrHdr #mainContent .center_box h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #3d69ad;
}
.input250
{
	width: 250px;
}
.input450
{
	width: 450px;
}
.purchase td
{
	padding: 3px 4px;
}
.purchase td .requiredTisk
{
	color: #FF6600;
}
.purchase td.label
{
	text-wrap: none;
	text-align: right;
	font-weight: bold;
}
.purchaseTitle {
	background-color: #E1E9F4;
	border-bottom: 2px solid #3d69ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
	color: #3d69ad;
	padding: 4px;
}

option 
{
	padding: 1px 10px 1px 1px;
}
input 
{
	padding: 1px;
}
label.error
{
	color: #FF0000;
	margin: 0 10px;
	padding: 1px;
	border: 1px solid #FF0000;
}
.errorDiv
{
	color: #FF0000;
	margin: 20px;
	padding: 10px;
	border: 1px solid #FF0000;
}
.redtext
{
	color: #FF0000;
}
