@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: Garamond, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #404040;
	padding:0;
	margin:0 0 20px 0;
}

form,
form input,
form textarea {
	font-family: Garamond, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #404040;
}

/** misc **/

.clear {
	clear:both;
}

img {
	border:none !important;
}

p {
	font-size:1em;
	/*font-weight:bold;*/
	/*line-height:26px;*/
	/*padding: 0 0 0;*/
	margin-bottom: 1em;
}

h1 {
	color:#FFFFFF;
	font-size: 1.5em;
	font-weight:bold;
	line-height:24px;
	padding:0;
	margin:0;
}

h2 {
	color:#404040;
	font-size:1.0em;
	font-weight:bold;
	padding:0;
	margin:0;
	text-transform:uppercase;
}

h2 a {
	color:#FFFF00 !important;
}

h2 a:hover {
	color:#FFFF00 !important;
	text-decoration:none;
}

h3 {
	color:#6699CC;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

h3 a {
	color:#FFFF00 !important;
}

h3 a:hover {
	color:#FFFF00 !important;
	text-decoration:none;
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

.imagefloat {
	float:left;
	padding:0 20px 0 10px;
	margin:0;
}

#contentwrapper {
	width:820px;
	padding:0;
	margin:0 auto 0 auto;
}

.dishtable {
	text-align:center;
	width:970px;
	padding:0;
	margin:0 auto 0 auto;
	border:#6CF 1px dotted;
}

.dishtable td {
	vertical-align:top;
	border:#6CF 1px dotted;
}

.dishtable td:hover {
	background-color:#FFC;
}

/** header **/

#header {
	background-image:url(../images/site_images/bg_header.gif);
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	padding:0;
	margin:0 0 20px 0;
}

#header .wrapper {
	width:860px;
	padding:30px 0 0 0;
	margin:0 auto 0 auto;
}

#header .logo {
	float:left;
	width:300px;
	padding:0;
	margin:0;
}

#header .menu {
	float:right;
	width:540px;
	padding:5px 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#header .menu ul {
	padding:0;
	margin:0;
}

#header .menu li {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#header .menu li a {
	display:block;
	padding:4px;
	margin:0 10px 0 0;
	color:#FFF;
	text-decoration:none;
}

#header .menu li a:hover {
	color:#FF0;
	text-decoration:none;
}

#header .menu li .current {
	color:#FF0;
	text-decoration:none;
}

/** home thumbs **/

#homethumbswrapper {
	width:820px;
	padding:0;
	margin:0 auto 0 auto;
}

.homethumb {
	float:left;
	width:410px;
	height:300px;
	padding:0;
	margin:0;
	text-align:center;
}

#deploymentInstructions p {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1.2em;
}

#showDeploymentInstructions a {
	color: #1ABAFF;
}

#deploymentInstructions h3 {
	/*color: #63CFFF;
	background-color: #FFFFFF;*/
}

#deploymentInstructions {
	padding: 1em 1em 0.2em 1em;
	background-color: #F7F7F7;
	color: #36C1F5;
}

.infoMessage,
.errorMessage {
	background-color: #FFFFCC;
	padding: 1em;
	margin-bottom: 2em;
}

.errorMessage {
	color: #FF0000;
}

.legalPage p,
.legalPage ul,
.legalPage ol {
	color: #4F4F4F;
	font-size: 1.2em;
	font-weight: normal;
}

.legalPage dl {
	color: #4F4F4F;
}

.legalPage dt {
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.legalPage h1 {
	margin-bottom: 1em;
}

.legalPage h2 {
	margin-top: 2em;
	color: #3A3A3A;
}

.fieldList {
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	/*border: 1px #6699CC solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	font-size: 1.2em;	
}

.fieldList p {
	font-size: inherit;
}

.fieldList th {
	border: 1px solid #D2D2D2;
	background-color: #D2D2D2;
	text-align: center;
	/*color: #404040;*/
	padding: 0.3em;
}

.fieldList td {
	border: 1px solid #D2D2D2;
	/*color: #404040;*/
	background-color: white;
	text-align: left;
	/*padding-left: 3px;*/
	padding: 0.3em;
}

.code {
	background-color: #F7F7F7;
}

.testForm {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}

.testFormWide {
	width: 800px;
}

.testForm textarea {
	width: 99%;
}

.testForm .fieldRow {
	clear: both;
	margin-bottom: 0.5em;
	overflow: hidden;
}
.testForm .fieldRow label {
	display: block;
	width: 160px;
	float: left;
}

.testForm .fieldRow input {
	float: right;
}

.testForm input.highlightButton {
	font-size: 1em;
	padding: 0.5em 2em;
}

.testForm .actionButtons {	
	margin-top: 1em;
	text-align: center;
}

.instructions,
.examQuestions {
	background-color: #FFFFD7;
	padding: 0.5em 1em;
}

.examQuestions {
	font-size: 0.9em;	
}

.jobdescription {
	font-size: 0.9em;
}

#submitTestForm form textarea {
	font-size: 0.8em;
}
	
#supportNotes {
	background-color: #E6E6E6;
	padding: 0.5em;
	/*font-style: italic;*/
	/*font-size: 0.7em;*/
	margin-top: 1em;
}	

#questions {
	margin-top: 2em;
	/*font-size: 0.7em;*/
}

#questions .answer {
	display: block;
}
	
.question label {
	margin-bottom: 0.5em;
	display: block;
}

.question {
	margin-bottom: 1em;
}

#questions textarea.answer {
	width: 100%;
}

#standardContentWrapper {
	font-size: 0.7em;
}

#standardContentWrapper h1 {
	color: #01B8E6;
	margin-bottom: 1em;
}
/*
.questionsForm {
	font-size: 1em;
}*/

#standardContentWrapper form {
	font-size: 1em;
}

#standardContentWrapper input,
#standardContentWrapper textarea {
	font-size: 1em;
}

#standardContentWrapper input.highlightButton {
	font-size: 1.5em;
}

#submitAnswers {
	margin-top: 2em;
	margin-bottom: 2em;
}

ul.messages {
	/*font-size: 0.7em;*/
	padding-left: 0;
}

ul.messages li {
	list-style: none;
	background-color: #F4F4F4;
	margin-bottom: 0.2em;
	padding: 0.3em 0.5em;
	color: #C61A0A;
}

.ui-widget {
	font-size: 0.7em;
}
	 
