/* GFA baseStyle.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	}

#bodyFrame {
	width:765px;
	background-repeat: repeat-y;
	background-image: url(../images/background.gif);
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	left: 0px;
}

/*formats top level navigation, above banner*/
#topNav {
	height: 15px;
	padding: 5px 0 5px 0;
	color: #000000; /*black*/
	background: #CC3300; /*red*/
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	float: left;
	width: 765px;
	text-decoration: none;
}
#topNav a:link {
	padding: 5px 5px 0 5px;
	color: #FFFFFF;  /*white*/
	text-decoration: none;
}
#topNav a:visited {
	padding: 5px 5px 0 5px;
	color: #FFFFFF;  /*white*/
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	text-decoration: underline;
}

/*float the contact and site map links to the right*/
.right {
	float:right;
}
.left {
	float: left;
}
/*hides various items used for 508 compliance*/
.hidden {
	display: none;
}
#startContent {
	display: none;
}
/*left navigation menu #pageNavigation is the style that defines the top level menu links*/
#pageNavigation {
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background-color: #cc3300; /*red*/
	color: #ffffff; /*white*/
}
#pageNavigation p {
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-top: 7px;
}
#pageNavigation a:link {
	text-decoration: none;
	color: #ffffff; /*white*/
}
#pageNavigation a:visited {
	text-decoration: none;
	color: #ead7b5; /*tan*/
}
#pageNavigation a:hover, #pageNavigation a:active {
	text-decoration: underline;
	
}
/*left navigation menu #submenu is the style that defines the drop-down menus beneath the top level menu links (light blue background)*/
#submenu {
	background: #FFCDD5; /*pink*/
	color: #000000; /*black*/
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
#submenu p {
	margin-left: 8px;
	color: #000000; /*black*/
	font-weight: bold;
	margin-right: 5px;
}
#submenu .menuTitle {
	border-bottom: 2px solid #000000; /*black*/
	padding-bottom: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#submenu a:link {
	color: #cc3300; /*red*/
	text-decoration: none;
}
#submenu a:active {
	color: #cc3300; /*red*/
	text-decoration: none;
}

#submenu a:visited {
	text-decoration: none;
	color: #7d2200; /*dark red*/
}

#submenu a:hover {
	text-decoration: underline;
}



/*left navigation menu #secondlevelsubmenu is the style that defines the secondlevel menu links beneath the submenu. NOTE:	This style is not yet active so do not apply it to your pages*/
#secondlevelsubmenu {
	font-size: 11px;
	font-weight: bold;
	
	}
#secondlevelsubmenu ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -30px;
	font-weight: bold;
}
#secondlevelsubmenu a {
	color: #156357;
	font-weight: bold;
}
#secondlevelsubmenu a:hover, #submenu a:active {
	text-decoration:underline;
	color: #CB9F5B;
	font-weight: bold;
	}
/*left navigation menu #thirdlevelsubmenu is the style that defines the bottom level submenu links. This style indents the links to the right and make them normal, rather than bold*/
#thirdlevelsubmenu {
	background: #EAD7B5;
	color: #000000; /*black*/
	font-weight: normal;
}
#thirdlevelsubmenu p {
	margin-left: 15px;
	color: #CB9F5B;
	font-weight: normal;
}
#thirdlevelsubmenu a {
	color: #156357;
	font-weight: normal;
}
#thirdlevelsubmenu a:hover, #thirdlevelsubmenu a:active{
	text-decoration:underline;
	color: #CB9F5B;
}
#thirdlevelsubmenu .menuheader{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CB9F5B;
	padding-bottom: 2px;
}

/*Adobe PDF Logo*/
#pdf_logo img {
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
#pdf_logo {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-left: -15px;
	text-align: center;
}
/*defines editable region parameters*/
#contentBlock {
	float: left;
	width: 765px;
}
#content {
	background-color: #FFFFFF; /*white*/
	float: left;
	padding-left: 6px;
	padding-right: 0px;
	width: 609px;
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 9px;
	height: auto;
}
#contentNoNav {
	background-color: #FFFFFF; /*white*/
	float: left;
	padding-left: 6px;
	padding-right: 0px;
	width: 765px;
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 9px;
	height: auto;
}
/*defines search form parameters*/
#recSearch {
	color: #000000;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
}
#recSearch form {
	margin-top: 7px;
}

/*********Horizontal Template Styles*********/

#headContainer {
	width: 765px;
	float: left;
	}


/*HorizontalNav applies to the elements below the banner. The Horizontal Navigation and Search Box are both nested within this Horizontal Nav*/
#horizontalNav {
	color: #000000; /*black*/
	background: #cc3300; /*red*/
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	float: left;
	width: 765px;
	text-align: center;
}
#horizontalNav a:link {
	text-decoration: none;
	color: #000000; /*black*/
}
#horizontalNav a:visited {
	text-decoration: none;
	color: #7d2200; /*dark red*/
}
#horizontalNav a:hover, #horizontalNav a:active {
	text-decoration: underline;
	
}
#horizontalNav .searchbox {
	float: left;
	clear: left;
	position: static;
	width: 300px;
}
#horizontalNav .searchTxt {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #156357; /*dark teal*/
	background-color: #CB9F5B; /*tan*/
}
/*#horizontalMenu defines the actual navigation links/menu below the banner*/
#horizontalMenu {
	font-weight: bold;
}
#horizontalMenu a:link, #horizontalMenu a:visited {
	text-decoration: none;
	color: #ffffff; /*white*/
	font-weight: bold;
}
#horizontalMenu a:hover, #horizontalMenu a:active {
	text-decoration: underline;
	color: #A7B7D9; /*light blue*/
	font-weight: bold;
	}
/*#horzContent defines Horizontal Page Content*/
#horizContent {
	padding-top: 5px;
	padding-left: 5px;
}
#bodyFramehorizontal {
	width:765px;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: none;
	background-position: bottom;
	vertical-align: bottom;
	}
	
.footerText {
	width: 765px;
	float: right;
	padding-top: 9px;
}
