﻿body 
{
	font-family: Calibri,Arial, Helvetica;
	font-size:11pt;
	margin-top:1px;
}

h1
{
	font-size: 18pt;
	font-family: Calibri;
	color: #9D2902;
	font-weight: normal;
}




#SurveyIntro li
{
	/*list-style-image: url('Images/LugNut.png');*/

	font-size:11pt;
	padding:5px 1px 5px 1px;
}


.SurveyHeader
{
	width:100%;
	min-height:80px;
}
.SurveyMain
{
	width:900px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.Survey
{
	width:800px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.StartLeft
{
	float:left;
	width:400px;
	min-height:200px;
	padding:10px;
}

.StartInfo
{
	border: thin solid #696969;
	background-color:#fefefe;
	float: left;
	width: 450px;
	height: 300px;
	padding: 1px;
	padding-left:2px;
	margin-top:10px;
}

.Req
{
	font-size:8pt;	
	color:Red;
}

.SurveyCOntent
{
	width:100%;
	min-height:250px;
	padding:5px;
	background-color:#fff;
}

.SurveyFooter
{
	text-align:center;
	width:100%;
	height:30px;
	padding-top:10px;
	background-color:#fff;
}
.SurveyQuestion
{
	float: left;
	font-size:12pt;
	width:600px;
	min-height:30px;
	padding:5px;
	text-align:left;
}
.SurveyResponse
{
	float: left;
	width:150px;
	min-height:30px;
	padding:5px;
	text-align:center;

}


.ScoreLeft
{
	width:100%;
}




.SurveyScore
{
	font-size:18pt;
	text-align:left;
	font-weight:bold;
	color:#FF6600;
}

.Score li
{
	padding-bottom:10px;
}



.SurveyWhereTo
{

	float: left;
	width: 450px;
	height: 150px;
	padding: 10px;
	padding-left:2px;
}

.Top
{
	height:2px;
	width:100%;
	margin:5px;
	background-color: #FF6600;
}

.Footer
{
	width:100%;
	margin:5px;
	font-size:8pt;
	text-align:center;
	color: #6C0000;
}
