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

/* We actually want to keep the natural borders on textarea, so only remove it when we need to. */
img {
	border: 0px;
}

* {
	padding: 0px;
	margin: 0px;
	zoom: 1;
}

.inputBox {
	font-weight:normal;
	font-size:12px;
	background-color: #EDEAE3;
	color:#878265;
	font-family:"Bell Gothic Std Black", "Bell Gothic Std Light";
}

p.centered {
	text-align: center;
}

table {
	margin-right: auto;
	margin-left: auto;
}

tr.locationData {
	border-top: 1px;
}

td {
	vertical-align: top;
	padding: 5px 20px 5px 11px;
}

#movieAndText {
	overflow: hidden;
	margin-bottom: 20px;
}

#movieAndText a {
	float: left;
}

#movieAndText p {
	padding-top: 25px;
}

#flowplayer {
	float: left;
	display: block;
	width: 425px;
	height: 300px;
	margin-left: 15px;
	margin-right: 30px;
	margin-top: 17px;
}

td:first-child {
	text-align: right;
}

.donateButtonBlock {
	height: 60px;
}

.donateButton {
	margin: 20px 30px 0px 0px;
	float: right;
	display: inline;
}

.logoBlock {
	padding: 0px 0px 0px 10px;
}

/* To vertical-align elements in a block, ALL of the elements inside must be aligned, not just the immediate children */
.logo, .logo * {
	padding: 0px;
	vertical-align: bottom;
}

.mainPaneTopBlock {
	background-color: white;
	overflow: hidden;			/* Makes this block be as high as its contents */
}

.mainPaneTopLeftCorner {
	float: left;
	display: inline;
}

.mainPaneTopRightCorner {
	float: right;
	display: inline;
}

.mainPaneBottomLeftCorner {
	margin-top: 12px;
	float: left;
	display: inline;
}

.mainPaneBottomRightCorner {
	padding: 12px 16px 10px 0px;
	float: right;
	display: inline;
}

.mainPaneTopRightIcon {
	margin: 10px 7px 0px 0px;
}

.centeredMainTable {
	width: 892px;
	margin-left: auto;			/* centers the main layout */
	margin-right: auto;
}

.inputDropdown {
    font-family:"Arial";
    font-weight:normal;
    font-size:12px;
    color:#696552;/*847e68*/
    padding:0px 0px 0px 5px;
}

.inputText {
	background-image:url(../images/text.gif);
	background-repeat:no-repeat;
	width:152px;
	height:23px;
	border:0px;
	padding:4px 0px 0px 8px;
	font-family:"Bell Gothic Std Black", "Bell Gothic Std Light";
	font-weight:normal;
	font-size:13px;
	color:#878265;
}

.mainPaneContentBlock {
	background-color: white;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 32px;

	font-family: "Arial";
	font-size: 12px;
	color: #696552;
}

.mainPaneContentBlock .rowAndDeets {
}

.mainPaneContentBlock p {
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
}

.mainPaneContentBlock ol {
	padding-left: 40px;
}

.mainPaneContentBlock ul {
	padding-left: 40px;
}

.mainPaneContentBlock li {
	padding-bottom: 14px;
}

.mainPaneContentBlock a {
	color: #A4A03F;
	font-weight: bold;
}

.mainPaneContentBlock h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "TradeGothic LT Bold";
	font-weight: bold;
	font-size: 14px;
	color: #a59e35;
}

.mainPaneContentBlock h2 {
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 13px;
	color:#878265;
}

.pictures {
	padding-top: 20px;
}

.picture1 {
	padding-right: 10px;
}

.headerImage {
	padding-bottom: 15px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px; 
	background-image:url(../images/background_img.jpg);
    background-attachment: fixed;
}

.dashedLine {
	padding-top: 0px;
	padding-bottom: 0px;
    background-image:url(../images/spacer.gif);
    background-repeat:repeat-x;
	height: 1px;
}

.directorTitle {
	padding-bottom: 20px;
}

.rowContainer {
	font-weight: bold;
	font-size: 10px;
	color:#878265;
	overflow: hidden;
}

#communityPartnersText {
	font-size: 14px;
}

#superscriptNotes {
	padding-top: 10px;
	padding-left: 10px;
}

#eligibilityRequirementsWrapper {
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px dashed #878265;
}

#loginWrapper {
	margin-top: 10px;
	overflow: hidden;
	border-top: 1px dashed #878265;
}

#loginInputWrapper {
	overflow: hidden;
}

#communityPartnersWrapper {
	width: 98%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	overflow-y: scroll;
}

#communityPartnersWrapper div {
	padding-top: 1px;
	padding-bottom: 1px;
}

#sponsorColumns {
	/* background: blue; */
	font-size: 10px;
	color:#878265;
	/* This is needed have the white background stretch all the way down to the
	   bottom of the floats. */
	overflow: hidden;
	padding-top: 15px;
	padding-left: 10px;
}

#sponsorColumns .gold h1 {
	color: #a59e35;
}

#sponsorColumns .gold p {
	color: #a59e35;
}

#sponsorColumns h1 {
	color: #878265;
    font-family:"Arial";
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

#sponsorColumns p {
	color: #878265;
    font-family:"Arial";
	font-size: 12px;
	padding: 0px;
}

#commCol1 {
	float: left;
	width: 53%;
	display: inline;
}

#commCol2 {
	float: left;
	width: 47%;
	display: inline;
}

#elReqCol1 {
	float: left;
	width: 43%;
	display: inline;
}

#elReqCol2 {
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px dashed #878265;
	float: left;
	width:50%;
	display: inline;
}

#loginCol1 {
	float: left;
	width: 20%;
	border-right: 1px dashed #878265;
	display: inline;
}

#loginInputCol1 {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 30%;
	display: inline;
}

#loginInputCol1 p {
	padding-top: 2px;
	padding-bottom: 24px;
}

#loginInputCol2 {
	float: left;
	width: 50%;
	display: inline;
}

#loginInputCol2 p:first-child {
	color: red;
}

#loginInputCol3 {
	clear: both;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#loginCol1 p {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-top: 1px dashed #878265;
}

#loginCol1 p:first-child {
	border-top: none;
}

#loginCol1 a {
	text-decoration: none;
	font-family:"Bell Gothic Std Black", "Bell Gothic Std Light";
	font-size: 14px;
}

#loginCol1 a:hover {
	color: #878265;
}

#loginCol2 {
	padding-top: 10px;
    padding-left: 10px;
	float: left;
	width:70%;
	display: inline;
}

#scheduleData {
	padding-left: 5px;
	padding-top: 8px;
}

.titleAndButtonWrapper {
	overflow: hidden;
}

.titleAndButtonWrapper h1 {
	float: left;
	display: inline;
}

.titleAndButtonWrapper a {
	padding-top: 5px;
	float: right;
	display: inline;
}

#volPrepCol2 .navcontainer {
	margin-left: 10px;
}

.vol_ScheduleTable {
	margin-right: 0;
	margin-left: 0;
}

.vol_ScheduleTable td {
	padding: 1px 0px 0px 5px;
}

.vol_ScheduleTable td:first-child {
	text-align: left;
}

#volPrepCol2 {
	padding-left: 10px;
	float: left;
	width:75%;
	display: inline;
}

#volPrepCol2 .addScheduleDiv {
	padding-top: 15px;
	padding-bottom: 15px;
}

#volPrepCol2 p {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#volPrepCol2 h1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#volPrepCol2 select {
	margin-left: 10px;
	margin-right: 10px;
}

#volCol2 {
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	width:75%;
	display: inline;
}

#volCol2 p {
	padding-left: 8px;
}

#factsCol2 {
	padding-left: 20px;
	padding-top: 15px;
	float: left;
	width:75%;
	display: inline;
}

#factsCol2 p {
	padding-left: 15px;
	padding-top: 0px;
}

#factsCol2 .questionLink {
	padding-bottom: 10px;
}

#factsCol2 #buttonContainer {
	padding-top: 15px;
}

#factsCol2 .testButtons {
	padding-bottom: 5px;
	text-align: center;
}

#factsCol2 .testButtons span {
	padding-right: 50px;
}

#testCol2 {
	padding-left: 20px;
	float: left;
	width:75%;
	display: inline;
}

#testCol2 .scenarioContainer {
	padding-bottom: 15px;
	border-bottom: 1px dashed #878265;
	margin-bottom: 10px;
}

#testCol2 .sansTitleContainer {
	padding-left: 10px;
}

#testCol2 #submitContainer {
	padding-top: 5px;
	padding-right: 75px;
	text-align: center;
}

#testCol2 #submitContainer input {
	padding-left: 5px;
	padding-right: 5px;
}

#testCol2 .scenario {
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

#testCol2 ul {
	padding-left: 15px;
}

#testCol2 li {
	padding-bottom: 5px;
}

#testCol2 .answerChoice {
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

#testCol2 .answerChoice input {
	float: left;
	width: 5%;
	display: inline;
}

#testCol2 .answerChoice div {
	float: left;
	padding-left: 5px;
	width: 95%;
	display: inline;
}

#testCol2 .questionTitle {
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#resultCol2 {
	padding-left: 20px;
	float: left;
	width:75%;
	display: inline;
}

#resultCol2 .question {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#resultCol2 .question:first-child {
	padding-top: 20px;
}

#resultCol2 .answerContainer {
	padding-left: 5px;
	overflow: hidden;
}

#resultCol2 .answer {
	float: left;
	width: 18%;
	display: inline;
}

#resultCol2 .answer2 {
	float: left;
	width: 82%;
	display: inline;
}

#resultCol2 p {
	border-top: 1px dashed #878265;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
}

#regCol2 {
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	width:78%;
	display: inline;
}

#regCol2 #jQueryValidationErrors {
	display: none;
}

#regCol2 #jQueryValidationErrors label {
	display: block;
	margin-bottom: 2px;
}

#regCol2 #jQueryValidationErrors #generatedErrors {
	padding-left: 10px;
}

#regCol2 h1 {
	padding-top: 15px;
	padding-bottom: 10px;
}

#regCol2 .fieldRow {
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

#regCol2 .asterisk {
	color: red;
}

#regCol2 .error {
	color: red;
}

#regCol2 #vOrganization {
	max-width: 350px;
}

#regCol2 #notListedOrg {
	display: none;
}

#regCol2 .submitRow {
	padding-top: 10px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

#regCol2 .submitRow input {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
}

#regCol2 .fieldDesc {
	padding-top: 3px;
	font-weight: bold;
	padding-left: 5px;
	float: left;
	width: 39%;
	display: inline;
}

#regCol2 .colon {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	width: 2%;
	display: inline;
}

#regCol2 .field {
	float: left;
	width: auto;
	display: inline;
}

#pleaseDonateImage {
	width: 650px;
}

#col1 {
	float: left;
	width: 33%;
	/* background: #ddd; */
	display: inline;
}

#col2 {
	float: left;
	width: 33%;
	/* background: #c99; */
	display: inline;
}

#col3 {
	float: left;
	width: 34%;
	/* background: #9c9; */
	display: inline;
}

.rowContainer span {
	padding: 5px;
}

.deetsContainer {
	font-size: 12px;
	color:#878265;
	overflow: hidden;
}

.deetsContainer span {
	padding: 5px;
}

.title {
	font-family: "TradeGothic LT Bold";
	font-weight: bold;
	font-size: 14px;
	color: #a59e35;
}

.col1 {
	float: left;
	width: 150px;
	display: inline;
}

.col2 {
	overflow: hidden;
	float: left;
	width: 350px;
	display: inline;
}

.col2a {
	float: left;
	width: 350px;
	margin-left: 160px;
	display: inline;
}

.col3 {
	overflow: hidden;
	float: left;
	width: 225px;
	display: inline;
}

.col4 {
	float: right;
	width: 30px;
	display: inline;
}

#slideshow {
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

