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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	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: #000;
}
p { font-size:12px;}

.oneColFixCtr #shadow {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto auto;
	z-index:2;
	padding-top:64px;
	position:absolute;
	text-align:center;
}
.oneColFixCtr #container {
	width: 841px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	vertical-align:top;
}
.oneColFixCtr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin: 0 ;
}
h1, h2 {color: #666;}

#quote1, #quote2, #quote3 { font-size:11px;}

#buttns {
	padding: 7px 6px 20px 13px;
	text-align:center; 
	float:left;
}
#form {
	padding: 10px 6px 0px 23px;
	margin:0;
}
#theForm {
	padding: 0;
	margin:0;
}
#bar {
	clear:both;
	padding: 0px;
	width: 840px;
	text-align:center;
}

#product {
	padding: 0px 0px 0px 10px;
	width:350px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	float:left;
}
#video {
	padding: 0px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
#video1 {
	padding: 0px 0px 0px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-right:auto;margin-left:auto;width:502px;
}
#footer {
	padding: 10px 0px 0px 10px;
	width:842px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
#copyright {
	padding: 0px;
	width:100px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	float:right;
}
.formheader {padding: 0px 0px 0px 0px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	text-align: left;
	height:30px;}

th 	{padding: 0px 0px 0px 0px;
	width:400px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	text-align: left;}
.red 	{
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #f00;
	text-align: left;}
.info {padding: 0px 0px 0px 0px;
	width:400px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000;
	text-align: left;}
a {
	
}
.faq {font: 11px Arial, Helvetica, sans-serif;}
.question {font: 11px Arial, Helvetica, sans-serif; font-weight:bold; text-indent:-15px; margin:20px 0 0 0; padding:0; color:#003366;}
.answer {font: 11px Arial, Helvetica, sans-serif;  text-indent:-15px; margin:0; padding:0;}
#file a {
	/* color:#000; */
	text-decoration:underline;
}
#file {border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
margin-bottom:20px;
padding:10px;}

.file {border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
margin-bottom:20px;
padding:10px;}

.title {font-weight:bold;}
.description {font-style:italic;}

.pdf:link {color:#06F; font-size:11px; font-weight:bold; text-decoration:underline;}
.pdf:visited {color:#06F; font-size:11px; font-weight:bold; text-decoration:underline;}
.pdf:active {color:#06F; font-size:11px; font-weight:bold; text-decoration:underline;}
.pdf:hover {color:#06F; font-size:11px; font-weight:bold; text-decoration:underline;}
.pdfheader {font-size:11px; font-weight:bold; text-transform:uppercase; padding:0; margin:0;}
.pdftext {font-size:12px; }



#logo {
	padding: 0px 0px 0px 0px;
	width:350px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
	float:left;
}
#dropdown {
	padding: 0px 0px 0px 10px;
	width:472px;
	height:50px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	float:left;
}
DIV.dotline {background-image: url(images/dot.gif);
clear: both;
background-repeat: repeat;
height: 1px;
width: 100%;
margin-top: 12px;
margin-bottom: 12px; }

.fieldname {padding-right: 10px;
text-align: right;
font-size: 11px;
margin-bottom: 4px;
margin-top: 4px;
height: 22px; }

.fieldtitle {
font-size: 12px;
text-transform:uppercase;
font-weight:bold;}

.required {font-weight: normal;
text-align: right;
color: #FF3300;
font-size:11px;
text-transform:uppercase;}

INPUT.field {width: 210px; height:17px; border:1px solid #444; }

INPUT.fieldhalf {width: 50px;  height:17px;  border:1px solid #444;}

TD.fieldhalfreq {width: 70px;
background-image: url(../img/icn_require.gif);
background-repeat: no-repeat;
vertical-align: top;
background-position: 58px; }