/* CSS Document */

/* GENERAL PAGE LAYOUT ELEMENT FORMATTING */
body {
	text-align: center;
	background-color:#999999;
	margin: 0px 0px 0px 0px;
	background-image:url(/primaryImages/bodybackground.gif);
}

#headbackground{
	background-image:url(/primaryImages/topBackground.gif);
	background-repeat:repeat;
}
#headwrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image:url(/primaryImages/topBackgroundLight.gif);
	background-repeat:repeat;
}
#headerLogo{
	z-index:10;
	position:absolute;
}

#menubackground{
	background-color:#006600;
	width: 100%;
	height:28px;
	background-image:url(/primaryImages/MenubarBack.gif);
	background-repeat:repeat;
}
 
#menuwrapper{
	width: 780px; 
	margin: 0 auto;
	text-align: right;
	height:28px;
	background-image:url(/primaryImages/menubar.gif);
	background-repeat:repeat;
	position: relative;
}
/*
#bodybackground {
	background-image:url(/primaryImages/bodybackground.gif);
	background-repeat:repeat;
	height:100%;
}
*/
#bodywrapper{
	width: 780px; 
	margin: 0 auto;
	text-align: left;
	background-color:#CCCCCC;
	overflow: auto;
	height:100%;
}

#footerwrapper {
	width: 780px; 
	margin: 0 auto;
	text-align:center;
	float:left;
	/* background-color:#006600; */
}
/*
#pageBottom {
	background-image:url(/primaryImages/bodybackground.gif);
	background-repeat:repeat;
	height:100px;
}
*/
/*  GENERAL USE / COMMONLY USED TEXT AND ELEMENT FORMATTING */

.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}
a.footerText:link {
	text-decoration:underline;
	color:#000000;
}
a.footerText:visited {
	text-decoration:underline;
	color:#000000;
}
a.footerText:active {
	text-decoration:underline;
	color:#FFFFFF;
}
a.footerText:hover {
	color:#FF3300;
	cursor:pointer;
	border: 1 solid #FF3300;
}

.sidebartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#006633;
}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.largecap {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
.signatureText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
a.bodytext:link {
	text-decoration:underline;
	color:#000000;
}
a.bodytext:visited {
	text-decoration:underline;
	color:#000000;
}
a.bodytext:active {
	text-decoration:underline;
	color:#FFFFFF;
}
a.bodytext:hover {
	color:#FF3300;
	cursor:pointer;
	border: 1 solid #FF3300;
}
.mediumpagetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
a.mediumpagetext:link {
	text-decoration:underline;
	color:#FFFFFF;
}
a.mediumpagetext:visited {
	text-decoration:underline;
	color:#FFFFFF;
}
a.mediumpagetext:active {
	text-decoration:underline;
	color:#FFFFFF;
}
a.mediumpagetext:hover {
	color:#FF3300;
	cursor:pointer;
	border: 1 solid #FF3300;
}
.pagehead {
	margin:  30px 0px 15px 40px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	font-style:italic;
	color: #666666;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #E6E6E6;
	border-style:inset;
	border-color:#FFFFFF;
	border-width:thin;
	padding: 2px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.textfieldhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFCC;
	border-style:inset;
	border-color:#FFFFCC;
	border-width:0px;
	padding: 2px;
}
.buttonhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFCC;
}
.formHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
}
.formlabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align: right;
	padding-top:2px;
	padding-right:2px;
	color:#333333;
	width:75px; 
	float:left;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
	border-style:inset;
	border-color:#FFFFFF;
	border-width:thin;
}
.errorformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF6600;
}
.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.buttonResetStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}

/* HEIRACIAL MAIN MENU FORMATING AND CONTROLS */

	#menu {
	/* width: 100%;
	background-color:#FF0000; */
	float: right;
	z-index: 10;
	}
	
	#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8em;
	float: left;
	}

	#menu a, #menu h2 {
	/* font: bold 11px/16px georgia, times; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	display: block;
	border-width: 1px;
	border-style:solid;
	border-color:#006600;
	border-top-color:#66CC66;
	border-left-color:#66CC66;
	background-color:#006600;
	margin: 0px;
	padding: 2px;
	}
	
	#menu h2 {
	color:#006633;
	background-color:#006633;
	/* text-transform: uppercase; */
	}
	
	#menu a {
	color:#FFFFFF;
	background-color:#006600;
	text-decoration: none;
	-moz-opacity:0.85;filter:alpha(opacity=85)
	}
	
	#menu a:hover {
	color:#FF9900;
	background-color:#003300;
	}
	
	#menu li {position: relative; z-index: 10;}

	#menu ul ul ul {
	position: absolute;
	top: 0;
	z-index: 10;
	left: 100%;
	}
	
	#menu ul ul {
	position: absolute;
	z-index: 10;
	}
	
	div#menu ul ul {
	display: none;
	z-index: 10;
	}
	
	/* show levels */
	div#menu ul li:hover ul
	{display: block;}
	
	
	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;}
	
	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul
	{display: block;}

	body {
	behavior: url(csshover.htc);
	}
