﻿body
{
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#EEEEEE;
}
form
{
	margin:0px;
}

/*****************************************Layout*/
.Header
{
	background-color:#0B4499;
	width:100%;
	border-bottom:10px solid #999999;
}
.Body
{
	clear:both;
	padding:20px 0px 20px 20px;
	width:100%;
}

.Footer
{
	 border-top:3px solid #999999;
	width:100%;
}

/*****************************************Header*/
.Header img
{
	float:left;
	margin-left:-10px;
}
.SurveyTitle
{
	width:100%;
	color:White;
	font-weight:bold;
	padding: 33px 10px 8px 0px;
	text-align:right;
}


#SurveyTitle
{
	 margin-right:20px;	
	 font-size:16pt;
	 font-weight:normal;
	 font-family:Myriad, Arial, Verdana, Sans-Serif;
	 
}
/*****************************************Footer*/
.footerDivider
{
	border-top:solid 1px white;
	background-color:#0B4499;
	height:10px;
	font-size:0px;
}
.copyRightInfo
{
	font-size:0.65em;
	padding:5px 0px 5px 15px;
	float:left;
	color:#666666;
}
.Steps
{
	font-size:0.58em;
	color:#666666;
	text-align:right;
	padding:5px 15px 5px 0px;	
}

/***********************************************Survey Page*/
.SurveyPageTitle, .adxSurveyPageMasterTitle
{
	color:#436EAE;
	font-family:Myriad, Arial, Verdana, Sans-Serif;
	font-size:14pt;
	font-weight:normal;
	border-bottom:solid 1px #999999;
	padding:10px 0px 5px 0px;
}

.adxSurveyPageMasterIntroduction, .SurveyPageSummary
{
	font-size:8pt;
	color:#333333;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Myriad, Arial, Verdana, Sans-Serif;
}

/*************************************************Question Section*/
.adxSurveyLabel
{
	font-size:0.70em;
	color:#666666;
	text-align:center;
}

.adxSurveyQuestion, .adxSurveyPageMasterInstruction, .adxSurveyLabel
{

	font-size:8pt;
	color:#333333;
	padding-top:3px;
	width:auto;
}

.adxSurveyQuestion p
{
	margin:0px 0pt;
}

.adxSurveyElement
{
	padding:0px;
}

/*********************************************Navigation Section*/
.NavigationSection
{
	padding:30px 10px 10px 0px;
	text-align:left;
}
.adxSurveyButton
{
	background-color:#436EAE;
	color:White;
	border:solid 0px #003366;
	font-weight:bold;	
}

/************************************************Information Section*/
.InformationPane
{
	width:190px;
	padding:10px 0px 20px 20px;	
}

.adxSurveyInformationBody, .adxSurveyInformationTitle, .adxSurveyInformationImageCaption
{
	font-size:8pt;
	color:#436EAE;
	text-align:center;
	font-family:Myriad, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	padding-right:18px;
}
.InformationNavigationSection
{
	text-align:center;
	padding:30px 0px 0px 0px;
	font-size:0.7em;
	color:#003366;
}
#InformationNavigation a, #InformationNavigation a:visited
{
	color:#D1A536;
	text-decoration:none;
}
#InformationNavigation a:hover
{
	color:#D1A536;
	text-decoration:underline;
}

.Steps strong {
	color: #003366;
}

.adxSurveyInformationImage
{
	 float:left;
	 margin:0px 0px 0px 0px;
}

.InformationPane
{	
	 padding-right:280px;
}