@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../backgrounds/olive2000.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
	margin-bottom:10px;
}
.oneColFixCtrHdr #header {
	background: #fff; 
	text-align:center;
}
.oneColFixCtrHdr #breadcrumb {
	font-size:12px;
	font-style:italic;
	border-bottom:1px solid #709A1A;
	padding:6px;
	margin:0 15px 4px 15px;
	border-top:1px solid #709A1A;
}
.oneColFixCtrHdr #nav {
	margin-left:7.5em;
}
.oneColFixCtrHdr #mainContent {
	margin:8px 15px 0 15px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	background-image: url(http://crc.lamplighthost.com/backgrounds/olive1000.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin-left: 14px;
	margin-top: 8px;
	margin-right:18px;
	min-height:570px;
}
.oneColFixCtrHdr #sidebar1 form {
	font-size:11px;
	color:#fff;
}
.oneColFixCtrHdr #sidebar1 fieldset {
	padding:8px;
}
.oneColFixCtrHdr #sidebar1 legend {
	background-color:#A7B85C;
	color:#000;
	border:1px solid #fff;
	padding:5px;
	margin-left:50px;
}
.oneColFixCtrHdr #sidebar1 label.fixed {
	width:80px;
	float:left;
	text-align:right;
	margin-right:4px;
}
.oneColFixCtrHdr .btn {
	width:80px;
}
.oneColFixCtrHdr #sidebar1 p {
	margin-bottom:4px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, SunSans-Regular;;
	font-size: 11pt;
	margin-bottom:10px;
}
.oneColFixCtrHdr #mainContentSidebar {
	margin:12px 15px 0 200px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentSidebar p {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, SunSans-Regular;;
	font-size: 11pt;
	margin-bottom:10px;
}
.oneColFixCtrHdr #footer {
	padding:10px;
	font-size: small;
	margin:10px 15px 10px 15px;
	border:1px solid #709A1A;
}
.oneColFixCtrHdr #footer p {
	font-size: 11px;
	color:#000;
	text-align:center;
}
#shadowHolderLeft {
	margin-left:10px;
	margin-right:10px;
	float:left;
}
#shadowHolderRight {
	margin-left:10px;
	float:right;
	margin-right:10px;
}
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}
#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #BACA67;
	border: 1px solid #848284;
	padding: 10px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
table.survey {
	border-collapse:collapse;
	margin-bottom:10px;
	background-color:#CFDD7E;
}
.survey th {
	border:1px solid #838383;
}
.survey th, td {
	padding:5px;
	font:bold 11px "Trebuchet MS", Verdana, Arial, Helvetica;
}
table.survey th {
	text-align:center;
	font:bold 12px "Trebuchet MS", Verdana, Arial, Helvetica;	
}
.survey td.allBorder {
	border:1px solid #838383;
}
.survey td.lhRadio {
	border-top:1px solid #838383;
	border-left:1px solid #838383;
	border-bottom:1px solid #838383;
	border-right:none;
}
td.cRadio {
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	border-left:none;
	border-right:none;
}
td.rhRadio {
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	border-left:none;
	border-right:1px solid #838383;
}
label.surveyLabel {
	width:80px;
	float:left;
}