@charset "utf-8";
html {
	font-size: 65%;
	background-color: #5a5a5a;
	background-image: url(../images/siteBG.png);
}
body {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Cambria;
}
#stage{
	width: 960px;
	margin:auto;
	background-image: url(../images/pageBG.png);
}
#header{
	width: 832px;
	height:166px;
	margin-left:64px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;	
}
#page {
	width: 832px;
	margin-left: 64px;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: -67px 15px;		
}
#nav {
	height: 37px;
	background-image: url(../images/navBG.png);
	background-repeat: no-repeat;	
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
}
#contentWrap{
	background-image: url(../images/copyTop.png);
	background-repeat: no-repeat;
	padding-top:10px;

}
#content{
	background-image: url(../images/copyBG.png);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-bottom: 26px;

}
#mainContent{
	float:left;
	margin-left:53px;
	width: 474px;
}
#sideBar{
	float: left;
	margin-left:35px;
	width:211px;

}

/* MY FORMS STYLES */

#response{
}

#myForm label{
	display: inline-block;
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 2px;
}
#myForm br{
	margin-bottom: 5px;
}





/* FE NAV PLATE STYLES */

#navigation {
	width: 900px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	position: relative;
}
#navigation .feDrop{
	cursor:default;
	z-index: 2;
	font-size: 14px;
	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 h1 {
	margin: 0px;
}

#navigation .secondary{
    position:absolute;
	top: 30px;
	background-color: #4d4d4d; /* BACKGROUND PLATE COLOR */
	font-size: 14px;
	line-height: 26px;
	z-index: 15;
	padding: 3px !important;
	left: -10000px;
   /* display:none; */
}

.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: 20px;
	text-decoration: none;
}
#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;
}

