@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	height: 100%;
}
#bg {
	height: 501px;
	width: 300px;
	position: fixed;
	bottom: 0px;
	z-index: 150;
	background-image: url(../images/pageBg.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#page {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
#header {
	background-image: url(../images/headerBg.png);
	background-repeat: no-repeat;
	height: 157px;
	position: relative;
}
#nav {
	height: 28px;
	width: 450px;
	position: absolute;
	right: 50px;
	bottom: 0px;
}
#content {
	font-size: 1.2em;
	background-image: url(../images/stageBg.png);
	background-repeat: repeat-y;
}
#ender {
	background-image: url(../images/endBg.png);
	background-repeat: no-repeat;
	height: 143px;
	text-align: center;
	padding-top: 88px;
}
#ender p {
	font-size: .8 em;
	color: #555;
}
#ender a {
	color: #555;
}
#wrap {
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 45px;
}
#footer {
	z-index: 100;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	height: 48px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#polyBox {
	height: 380px;
	width: 340px;
	position: fixed;
}
.newPoly {
	margin-left: 225px;
	position: fixed;
}
#polyWrap {
	padding: 8px;
}
#polyClose {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
#navigation {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}

/* FE NAV PLATE STYLES */

#navigation {
	width: 450px;
	height: 28px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	position: relative;
}
#navigation .feDrop{
	cursor:default;
	z-index: 2;
	font-size: 12px;
	position: relative;
}
/*#navigation .feDrop:hover, #navigation .feDrop a:hover{
	color: #000;
	background-image: url(../images/navHighlight.png);
	background-position:center center;
	background-repeat: no-repeat;
} */
#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:#fff;
    text-decoration:none;
 }
 


#navigation a:hover{
    color:#fff;
}
#navigation .tertiary a{
	padding: 0 3px;
}


#navigation .secondary{
    position:absolute;
	top: 28px;
	left: -20px;
    display:none; 
	background-color: #000; /* BACKGROUND PLATE COLOR */
	font-size: 12px;
	line-height: px;
	z-index: 15;
	padding: 3px !important;
	font-weight: normal;
}

.w150 {
	width: 170px;
}
.w300 {
	width: 340px;
}
.w450 {
	width: 510px;
}
.w600 {
	width: 680px;
}
.w750 {
	width: 850px;
}
#navigation .secondary a{
	color: #fff;
}
#navigation .secondary a:hover {
	color: #ccc;
}
#navigation .secondary ul {
	margin-bottom: 27px;
	border-left: solid 1px #ccc; /* UL SIDELINE COLOR */
	
}
#navigation .tertiary {	
}
#navigation .secondary li {
	min-width: 120px;
	_width: 120px;
	margin-right: 10px;
	float:left;
}
#navigation .tertiary li{
	float: none;
	text-align: right;
	margin-right: -10px;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#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;
}

#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #052502;
	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 #000000;	
}
#modal:hover{
	cursor: pointer;
}

.whiteLink {
	color: #FFFFFF !important;
}
.whiteLink:hover {
	color: #FFFFFF !important;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 25px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
/* b {
	font-weight: normal;
}
strong {
	font-weight: normal;
}
*/
#boxTab {
	display: none;
	cursor: pointer;
	height: 138px;
	width: 45px;
	position: fixed;
	top: 30%;
	right: 0px;

}
#main a{
	color: #5a1e02;
}
#main a:hover {
	color: #052502;
}
.green {
	color: #052502;
}
.brown {
	color: #5a1e02;
}
.cBox {
	font-size: 10px;
	width: 350px;
	height: 180px;
}
.cLeft {
	text-align: right;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #333333;
}
.cRight {
	text-align: left;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #999999;
}
.cBot {
	vertical-align: top;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCCCCC;

}
.cTop {
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #333333;

}
.cBox ul {
	text-align: left;
	width: 300px;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 25px;
}

.cLeft ul {
	clear: both;
	float: right;
}
.cRight ul {
	clear: both;
	float: left;
}

.cGreen {
	color: #FFFFFF;
	background-color: #052502;

}

.cBrown {
	color: #FFFFFF;
	background-color: #5a1e02;

}
.cText {
	clear: both;
	height: 40px;
	width: 300px;
}
.cLeft .cText {
	float: right;
}
.cRight .cText {
	float: left;
}	
.cLeft h2 {
	clear: both;
	float: left;
}
.cRight h2 {
	clear: both;
	float: right;
}
.topBord {
	border-top: 1px solid #000000 !important;
}
.gHead {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	margin: 15px 7px 0px 6px;
	color: #052502;
}
.rSubHead {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;;
	font-size: 18px;
	font-style: italic;
	margin: 5px 7px 15px 45px;
	color: #5a1e02;
}
.home {
	width: 105%;
	height: 100%;
	margin-left: -19px;
	margin-bottom: -75px;
	//background-image: url(/images/slido.png);	
	//background-repeat: no-repeat;
	//background-position: center bottom;
	padding-bottom: 5px;
}
#stretch{clear:both;height:0px;}
.tBig {
	font-size: 14px;
	font-weight: bold;
}
.greenCol {
	background-color: #9ba89a;
	-moz-border-radius: 8px;
	float: left;
	width: 42%;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 7px;
	min-height: 180px;
	opacity: .8;
	_height: 180px;
}
.greenFull {
	clear:both;
	background-color: #9ba89a;
	-moz-border-radius: 8px;
	width: 92%;
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	min-height: 60px;
	opacity: .8;
	_height: 60px;
}
.greenFull p, .greenCol p {
	opacity: 1;
}
.whiteBox {
	margin: 10px 0px 10px 15px;
	-moz-border-radius: 8px; 
	background-image: url(/images/white.png);
}
.tMarginBot {
	margin-bottom: 5px;
}

