/* RED EMBER CSS DOCUMENT */

body {
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	font-family: Corbel;
	color: #7F7F7F;
	font-weight: normal;
	font-size: 18px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4B0B09;
}

#page-wrap {
	text-align: left;
	margin-top: 0px;
	margin: 0px auto;
	width: 980px;
}

.page-header {
	text-align:right;
	margin: 0px;
	font-family: Corbel;
	color: #7F7F7F;
	font-size: 34px;
	font-weight:normal;
}

/* TOP NAV BAR */

div#navbar1 {
	text-align: right;
	height: 30px;
	width: 100%;
	color: #7F7F7F;
	background-color: #FFFFFF;
	font-size: 23px;
	line-height: 30px;
}
div#navbar1 ul {
	margin: 0px;
	padding: 0px;
	font-family: Corbel;
	white-space: nowrap;
}
div#navbar1 li {
	padding: 7px 10px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
div#navbar1 li a {
	text-decoration: none;
	color: #7F7F7F;
	font-weight: normal;
}
div#navbar1 li a:link {
    color: #7F7F7F;
}
div#navbar1 li a:visited {
    color: #7F7F7F;
}
div#navbar1 li a:hover {
    font-weight: bold;
    color: #7F7F7F;
}

/* SUB NAV BAR */

.navbar2 {
	width: 150;
	height: 55px;
	font-weight: normal;
	text-align: center;
	vertical-align:bottom;
	color: #FFFFFF;
	font-size: 20px;
}
.navbar2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar2 a:link {
    color: #FFFFFF;
}
.navbar2 a:visited {
    color: #FFFFFF;
}
.navbar2 a:hover {
    font-weight: bold;
    color: #FFFFFF;
}

/* SIDE NAV BAR */

div#navbar2 {
	text-align: left;
	width: 100%;
	color: #7F7F7F;
	background-color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Corbel;
	white-space: nowrap;
}
div#navbar2 li {
	padding: 7px 10px;
	list-style-type: none;
	font-weight: bold;
}
div#navbar2 li a {
	text-decoration: none;
	color: #7F7F7F;
	font-weight: normal;
}
div#navbar2 li a:link {
    color: #7F7F7F;
}
div#navbar2 li a:visited {
    color: #7F7F7F;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #7F7F7F;
}

.masthead-text {
	text-align:left;
	margin: 0px;
	padding-left:10px;
	font-family: Corbel;
	color: #FFFFFF;
	font-size: 31px;
	font-weight: bold;
}

.section-header {
	text-align:left;
	margin: 0px;
	font-family: Corbel;
	color: #7F7F7F;
	font-weight: bold;
	font-size: 24px;
}

.form-header {
	text-align:left;
	padding-top:10px;
	font-family: Corbel;
	color: #7F7F7F;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.body-text {
	text-align:left;
	margin: 0px;
	margin-top: 15px;
	font-family: Corbel;
	color: #7F7F7F;
	font-weight: normal;
	font-size: 16px;
}

.red-text {
	color: #D80519;
}

.footer-text {
	text-align:left;
	margin: 15px 0px;
	font-family: Corbel;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding-left: 40px;
}

span.label,span.spacer,span.multiple span {
	width:150px;float:left;font-family:arial;font-weight:700;color:#FFFFFF;padding-left:15px;
	}
span.charcount {
	float:left;padding-left:165px;font-size:12px;font-family:arial;font-weight:normal;color:#FFFFFF;
	}  
span.multiple {
	float:left;
	} 
span.button {
	padding-left:165px;
	} 
div.form {
	clear:both;margin-top:10px;padding-left:15px;
	} 

.acceptable li {
	background:url("../images/gr_chk.gif") left 3px no-repeat; list-style-type:none; padding:0 0 0 22px; margin:0 0 0.5em;
	}
.unacceptable li {
	background:url("../images/red_slsh.gif") left 3px no-repeat; list-style-type:none; padding:0 0 0 22px;
	}
