@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#stage {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	z-index: -3;
}
#stageWrap {
	height: 100%;
	width: 100%;
	position: absolute;
}
a {
	color: #166fa4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.redlink {
	color: #ae0434 !important;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 99px;
	width: 950px;
	background-color: #405C78;
	position: relative;
}
#searchBar {
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: "Copperplate Gothic Light", "Arial Black", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#searchSubmit{
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	margin-top: -22px;
	margin-left: 164px;
	cursor:pointer;
}
#mainThick {
	float: left;
	width: 725px;
}
#mainXtraThick {
	float: left;
	width: 950px;
}

#imageBox {
	height: 299px;
	width: 950px;
	background-color: #e6dfc9;
}
#imageBoxSmall {
	float: left;
	height: 220px;
	width: 725px;
	background-color: #e6dfc9;
	background-image: url(../images/lilBoxBorder.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -2;
}
#imageBoxSmall .caption {
	position: relative;
	bottom: 20px;
	right: 20px;
	text-align: right;
	z-index: 0;
	color: #ffffff;
}
#headerBoxRight {
	float: left;
	width: 225px;
	height: 220px;
	background-color: #e6dfc9;
}
#page {
	background-color: #E6DFC9;
	color: #201d14;
	background-image: url(../images/yellowBar.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	z-index: -3;
}
.darkBox {
	background-color: #c9bfab;
	padding: 6px;
}
.title {
	font-family: "Copperplate Gothic Light", "Arial Black", Arial, sans-serif;
	font-size: 18px;
}
.blue {
	color:#166fa4;
}
.orange {
	color:#e27807;
}
#pageWrap {
	background-image: url(../images/hGrad.png);
	background-repeat: repeat-y;
	background-position: 725px 0px;
}
#pageWrapWide {
	background-image: none;
/*	background-repeat: repeat-y;
	background-position: 725px 0px; */
}
#bgWrap {
	position: fixed;
	width: 100%;
	height: 90%;
	top: 10%;
}
#bg {
	width: 950px;
	margin: auto;
	background-color:#E6DFC9;
	height: 100%;
}
#leftCol {
	width: 225px;
	float: left;
}
#mainThin {
	width: 500px;
	float: left;
}
#rightCol {
	width: 225px;
	float: left;
}
#rightColInterior {
	margin-top: -230px;
	width: 225px;
	float: left;
	background-image: url(../images/rightCol.png);
	background-repeat: repeat-y;
}
.wrap {
	padding: 10px 5px;
}
.wrap2 {
	padding: 10px 15px;
}
.searchInput {
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	width: 164px;
	border: 1px solid #000000;
	background-image: url(../images/go.png);
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #FFFFFF;
	padding-right: 25px;
}
#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #111111;
	background-image: url(../images/imgCloser.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 4px 4px 4px;
	-moz-border-radius: 4px;
	border: solid 1px #cccccc;	
}
#modal:hover{
	cursor: pointer;
}
#footer {
	font-size: 10px;
	height: 20px;
	padding: 10px 10px 0;
	line-height: 20px;
	background-color: #e6dfc9;
	background-image: url("../images/yellowBar.png");
	color: #777;
}
#fixFooter{
	width: 950px;
	font-size: 10px;
	height: 20px;
	padding: 10px 0 0;
	line-height: 20px;
	background-color: #e6dfc9;
	background-image: url("../images/yellowBar.png");
	color: #777;
}
#bumper {
	width: 950px;
	margin: auto;
}
#footWrap {
	width: 100%;
	position: fixed;
	bottom: 0;
}
#footer a{
	color: #166fa4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#logout {
	text-align: right;
}
.interior_left {
	float: left;
	width: 220px;
}

/* Calendar Color Fixes - Dark BG */

.monthName, .yearName {
	color: #333 !important;
}


/* FE NAV PLATE STYLES */

#navigation {
	width: 950px;
	font-family: "Copperplate Gothic Light", "Arial Black", Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	height: 32px;
	line-height: 32px;
	color: #473024;
	position: relative;
}
#navigation .feDrop{
	cursor:default;
	z-index: 1;
	font-size: 12px;
	position: relative;
}
#navigation .feDrop:hover {
}
#navigation .primary, #navigation .primary ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
#navigation .primary  li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
#navigation a:link, #navigation a:active, #navigation a:visited{
    display:block;
    padding:0px;
    color:#473024;
    text-decoration:none;
 }
 


#navigation a:hover{
    color:#fff;
}
#navigation .tertiary a{
	padding: 0 3px;
}


#navigation .secondary{
    position:absolute;
	background-color: #b4a895;
	background-image: url(../images/navPlateBG.png);
	background-repeat: repeat-x;
	border-left: solid 4px #ecc236;
	border-right: solid 4px #ecc236;
	border-bottom: solid 4px #ecc236;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	top: 32px;
	left: -45px;
    display:none; 
	line-height: 26px;
	z-index: 1;
	padding: 3px !important;
}

.w150 {
	width: 170px;
}
.w300 {
	width: 320px;
}
.w450 {
	width: 510px;
}
.w600 {
	width: 680px;
}
.w750 {
	width: 850px;
}
#navigation .secondary a{
	color: #473024;
}
#navigation .secondary a:hover {
	color: #fff;
}
#navigation .secondary ul {
	margin-bottom: 27px;
	border-left: solid 1px #ecc236; 
	
}
#navigation .tertiary {	
}
#navigation .secondary li {
	min-width: 120px;
	_width: 120px;
	margin-right: 10px;
	float:left;
}
#navigation .tertiary li{
	float: none;
	text-align: left;
	margin-right: -10px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	margin: 6px 0;
	max-width: 180px;
}
#navigation .constantNav {
	position: absolute;
	right: 5px;
	bottom: -5px;
	font-size: 10px;
}
#navigation .constantNav a:link, #navigation .constantNav a:active, #navigation .constantNav a:visited{
	display: inline;
	text-decoration: none;
	padding: 0px 6px;
}
#navigation .navBadge {
	min-width: 50px;
	max-width: 150px;
	_width:50px;
	float: right;
	z-index: 1;
}
