body {
	background-color:#ffa432;
}
/******************************* Layout *********************************/
#container{
	width:972px;
	margin: 0 auto;
	margin-top:50px;
}
#page{
	float:left;
	width:972px;
	background-image:url(../images/homepage_repeatshadow.jpg);
	background-repeat:repeat-y;
}
#topShadow{
	float:left;
	position:relative;
	width:972px;
	height:10px;
	background-image:url(../images/homepage_topshadow.jpg);
	background-repeat:no-repeat;
}
#homeTop{
	float:left;
	position:relative;
	background-position:center;
	width:972px;
	height:92px;
	background-image:url(../images/homepage_top.jpg);
	background-repeat:no-repeat;
}
#secondaryTop{
	float:left;
	position:relative;
	background-position:center;
	width:972px;
	height:92px;
	background-image:url(../images/homepage_top.jpg);
	background-repeat:no-repeat;
}
#mainBody{
	float:left;
	overflow:auto;
	position:relative;
	margin-left:18px;
	margin-right:18px;
}
#secondarymainBody{
	float:left;
	position:relative;
	margin-left:30px;
	margin-right:30px;
	z-index:100;
	/*will move main body up*/
	top:-0px;
}
#secondarymainBody p{
	
}
#secondarymainBody a{
	color:#4f4f4f;
}
#secondarymainBody a:hover{
	color:#ffa432;
}
#logo{
	float:left;
	left:0px;
	background-image:url(../images/homepage_logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	vertical-align:middle;
	height:375px;
	width:300px;
}
#secondarylogo{
	float:left;
	left:0px;
	/*background-image:url(../images/secondary_logo.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align:middle;
	height:260px;
	width:295px;
}
#secondarylogo img {
	border-style: none;
}
#mainContent{
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
	margin-left:75px;
	height:375px;
	width:480px;
	overflow:hidden;
}
#secondarymainContent{
	float:left;
	margin-top:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4f4f4f;
	margin-left:0px;
	width:580px;
	overflow:hidden;
}
#secondarymainContent hr{
	/*width:50%;*/
}
#secondarymainContent h1{
	font-size:15px;
}
#secondarymainContent h2{
	font-size:14px;
}
#homeBottom{
	float:left;
	position:relative;
	background-position:center;
	width:972px;
	height:92px;
	background-image:url(../images/homepage_bottom.jpg);
	background-repeat:no-repeat;
}
#secondaryBottom{
	float:left;
	position:relative;
	background-position:center;
	width:972px;
	height:92px;
	background-image:url(../images/homepage_bottom.jpg);
	background-repeat:no-repeat;
	/*will move secondary bottom up*/
	top:-0px;
}
#bottomShadow{
	margin-bottom:-10px;
	float:left;
	position:relative;
	width:972px;
	height:15px;
	background-image:url(../images/homepage_bottomshadow.jpg);
	background-repeat:no-repeat;
}
#secondarybottomShadow{
	float:left;
	position:relative;
	/*will move bottom shadow up*/
	top:-0px;
	width:972px;
	height:15px;
	background-image:url(../images/homepage_bottomshadow.jpg);
	background-repeat:no-repeat;
}
.secondarybottomRepeater{
	float:left;
	width:972px;
	overflow:hidden;
	background-image:url(../images/homepage_repeatshadow.jpg);
	background-repeat:repeat-y;
}
/******************************* Layout Ends *********************************/

/******************************* Nav Items ***********************************/
#topNav{
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:absolute;
	top:10px;
	left:365px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align:text-bottom;
}
#secondarytopNav{
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:absolute;
	top:10px;
	left:290px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align:text-bottom;
}
#bottomNav{
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:absolute;
	bottom:10px;
	left:375px;
	margin-left: 30px;
	margin-right: 30px;
}
#secondarybottomNav{
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:absolute;
	bottom:10px;
	left:295px;
	margin-left: 30px;
	margin-right: 30px;
}
.navlinks a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.navlinks a:hover {
	font-weight:bold;
	/*color: #4f4f4f;*/
	color:#FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
/******************************* Page specific settings **********************************/
.sysrequirements {
	margin:0px;
}
.sysrequirements ul{
	padding:0px;
	margin:15px;
}
.sysrequirements li{
	padding:0;
}
.imageThumb {
	position:relative;
	float:right;
}
.imageThumbCaption {
	float:right;
	width:270px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;	
	margin-bottom:15px;	
}
.solutionsoverview{
	margin:0px;
}
.solutionsoverview .circlelist ol{
	padding:0;
	margin:15px;
	list-style:disc;
}
.solutionsoverview .circlelist ol li{
	padding:0;
}
.solutionsoverview .squarelist ol{
	padding:0;
	margin:15px;
	list-style:disc;
}
.solutionsoverview .squarelist ol li{
	padding:0;
}
.formHeader{
}
.formItemName{
    padding: 2px 2px 2px 2px;
	float:left;
	width:23%;
	font-weight:bold;
	text-align:right
}
.formItem{
    padding: 2px 2px 2px 2px;
	float:left;
	width:73%;
}
.formButtons{
    padding: 2px;
	float:left;
	width:302px;
	text-align:right;
}
.formButtons #btnSubmit{
	border: thin solid #666666;
    background-color: #FFD39C;
}
.btnClass{
    border: thin solid #666666;
    background-color: #FFD39C;
}
.formFooter{

}
.errorSummary{

}
.errorText{
	display:none !important;
}
.textField
{
    border: thin solid #666666;
    background-color: #FFD39C;
}
.redText{
	color:#FF0000;
}
.uniqueNumText{
    float:left;
    width:73%;
    padding:10px 10px 10px 0px;
}