/* ////////////////////////////////////////
	F A Q
	////////////////////////////////////// */



.question {
    margin-top: 25px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #0000ee;
}
.answer {
    padding: 5px 10px 10px 10px;
    background: #FFFFCC;
}
.answer p {
	/*margin-top: 0px;*/
}
u {
	text-transform: capitalize;
	text-decoration: none;
}

.answerScroll {
    padding: 5px 10px 10px 10px;
    background: #FFFFCC;
    height: 200px;
    overflow: auto;
}
.answerScroll p {
	/*margin-top: 0px;*/
}




/* ////////////////////////////////////////
	M A S T H E A D
	////////////////////////////////////// */

#masthead {
	background-image: url(/images/bg_masthead.gif);
	background-repeat: repeat-x;
	background-color: #7e8078;
	position: relative;
	height: 100px;
	width: 780px;
	z-index: 0;
}
#emergencywrapper {
	position: absolute;
	top: 200px;
	left: 235px;
	width: 300px;
	background: #efcdcc;
	border: 5px solid #bb221f;
	display: none;
	z-index: 1001;
}
#emergencywrapper .header {
	background: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#emergencywrapper .content {
	padding: 5px;
	text-align: center;
}








body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-color: #000000;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

h1, .page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #515151;
	margin-top: 20px;
}
h2, .quote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.homeContent {
	padding-right: 55px;
	padding-bottom: 35px;
}




#body {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
.homeLeftColumn img {
	display: block;
	margin-top: 3px;
}

h3, h3 a, h3 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #BB221F;
	margin: 0px;
	padding: 0px;
}

#navigation {
	background-color: #863c3c;
	background-image: url(/images/bg_navigation.gif);
	background-repeat: repeat-x;
	height: 56px;
	width: 780px;
	text-align: center;
}
.striping {
	background-image: url(/images/bg_striping.gif);
	background-repeat: repeat-x;
	height: 27px;
}
#footer {
	position: relative;
	background-color: #908a8a;
	padding: 9px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer a {
	color: #95002c;
}

#footer .shinymachine {
	position: absolute;
	top: 170px;
	left: 310px;
}

blockquote {
	background-color: #FFFFCC;
	padding: 5px;
	border: 3px solid #BB221F;
}

.photo {
	border: 3px solid #bb221f;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photoleft {
	border: 3px solid #bb221f;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


.content_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding-right: 35px;
	padding-bottom: 35px;
}





.bg_row1 {
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 2px;
}


.subnavWrapper {
	background-image: url(/images/bg_subnav.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 300px;
	overflow: visible;
}
.subnavWrapper .link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.subnavWrapper .link a {
	color: #95002c;
}
.subnavWrapper .link a:hover {
	color: #000000;
}
.subnavWrapper .link a:visited {
	color: #4e003e;
}

.subnavWrapper .linkSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.subnavWrapper .linkSub a {
	color: #95002c;
}
.subnavWrapper .linkSub a:hover {
	color: #000000;
}
.subnavWrapper .linkSub a:visited {
	color: #4e003e;
}












.leftAlertBox {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 3px;
}
.leftAlertBox a {
	color: #95002c;
}


#hero {
	background-color: #dbdbdb;
	background-image: url(/images/bg_hero.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 252px;
	width: 780px;
	z-index: 0;
}
#hero #flash {
	width: 815px;
	height: 252px;
	position: absolute;
	top: 0px;
	left: -35px;
	z-index: 501;
}

.red {
	color: #BB221F;
}

.input {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #95002C;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BC494D;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #BC494D;
}

.textarea {
	width: 340px;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFCC;
	margin-bottom: 5px;
	border: 1px solid #666666;
}
.bg_row2 {
	background-color: #FFFFCC;
}
.bg_row3 {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.subnavWrapper .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-style: oblique;
}
.photoLeft {
	border: 3px solid #bb221f;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.photoRight {
	border: 3px solid #bb221f;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}







.newsWrapper {
	padding: 0px 20px 25px 25px;
	background: url(/images/icon_logo.gif) no-repeat;
	clear: both;
}
.newsTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #BB221F;
	margin: 0px;
	padding: 0px;
}
.newsTitle a:hover {
	color: black;
}
.newsBlurb {
	margin: 0px;
}
.newsBlurb a {
	color: #BB221F;
}
.newsBlurb a:hover {
	color: #000;
}
.newsBlurb img {
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid black;
}
.newsLinksP a {
	color: #BB221F;
}
.newsLinksP a:hover {
	color: black;
}
