@charset "utf-8";
/* CSS Document */
/* Start Main Document Structure */
* {
	padding: 0;
	margin: 0;
}
body, html {
	background-image: url(../imgs/bkg_tile.gif);
	background-repeat:repeat-x;
	background-color:#e9f2b3;
	height: 100%; 
	behavior:url("csshover.htc");
}
#outerWrapper	{
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	top:0;
	left:0;
}
html>body #outerWrapper {
    height: auto;
	}
#wrapper { 
 	margin: 0 auto;
 	width: 999px;
	padding-bottom:150px;
}
/* Start Header Structure */
#header	{
	width:999px;
	height:170px;
}
.topLogoFloat	{
	float:left;
	width:175px;
	height:170px;
	background-image:url(../imgs/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:inline;
}
.headerRgtCol	{
	float:right;
	width:780px;
	height:170px;
	display:inline;
}
.headerBtnsContainer	{
	height:48px;
	padding:20px 25px 0px 0px;
	text-align:right;
}
.midHeaderContainer	{
	height:57px;
	width:780px;
}
.headerTagLine	{
	float:left;
	width:320px;
	height:37px;
	text-align:left;
	padding-top:20px;
	display:inline;
}
.headerSearchContainer	{
	float:right;
	width:438px;
	height:33px;
	display:inline;
	text-align:right;
	padding-right:20px;
	margin-top:20px;
	background-image:url(../imgs/searchFormBkg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
.btnPadding	{
	padding:10px 5px 10px 5px;
}
/* End Header Structure */
/* Begin Flash Header content area*/
#flashContainer	{
	width:999px;
	height:265px;
	padding-top:7px;
	margin-bottom:12px;
}
/* End Flash Header content area*/
/* Begin Footer content area*/
#outerWrapperFooter	{
	position: relative;
	background-color: #000;
	border-top: solid 2px #FFF;
	height:150px;
}

#footer	{
	margin: 0 auto;
	width:999px;
	margin-top:20px;
}
.copyright	{
	width:300px;
	float:left;
	display:inline;
	font-family:Helvetica, Arial, "Century Gothic";
	color:#FFF;
	font-size:9px;
}
.footermenu	{
	width:689px;
	float:right;
	display:inline;
	text-align:right;
}
.footermenu ul	{
	list-style:none;
	margin:0;
	padding:0;
}
.footermenu li	{
	display:inline;
	padding: 0px 5px 0px 5px;
}
.footermenu a:link, .footermenu a:visited	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#FFF;
	text-decoration:none;
	font-size:10px;
}
.footermenu a:hover	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#e9f2b3;
	text-decoration:none;
	font-size:10px;
}
/* End Footer content area*/
.clearFloat {
  clear: both;
  display: block;
}
.validateMsg {
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.8em;
	color:#CC0000;
}
.formLeftCol	{
	width:200px;
	padding: 5px 0px 2px 0px;
	float:left;
	display:inline;
	text-align:right;
}
.formRightCol	{
	width:440px;
	padding: 5px 0px 2px 0px;
	float:right;
	display:inline;
	text-align:left;
}
.formlabel	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.9em;
	color:#333;
}
.formlabelsml	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.7em;
	color:#333;
}
.formlabelUnd	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.9em;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
.formLeftColQuestion	{
	width:440px;
	padding: 5px 0px 2px 0px;
	float:left;
	display:inline;
	text-align:left;
}
.formRightColAnswer	{
	width:200px;
	padding: 5px 0px 2px 0px;
	float:right;
	display:inline;
	text-align:left;
}
.divQuestion	{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}
.divQuestionColor	{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	background-color:#F3FCD8;
}
.lastQuestion	{
	padding-top:5px;
	padding-bottom:10px;
}




.formLeftCol2	{
	width:190px;
	padding: 5px 0px 2px 0px;
	float:left;
	display:inline;
	text-align:left;
}
.formRightCol2	{
	width:450px;
	padding: 5px 0px 2px 0px;
	float:right;
	display:inline;
	text-align:left;
}
.formLeftCol3	{
	width:285px;
	padding: 5px 0px 2px 0px;
	float:left;
	display:inline;
	text-align:left;
}
.formRightCol3	{
	width:285px;
	padding: 5px 0px 2px 0px;
	float:right;
	display:inline;
	text-align:left;
}

fieldset{ border:none;}

.inputSearch	{
	border:1px #fff solid;
	background-color:#FFF;
	border-spacing: 0px;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    space: 0px;
	display:inline;
	position:absolute;
	top:7px;
	left:235px;

	
}
.formMargins	{
	border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.articleSummary	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:12px;
}
