/* CSS Document */

#mainMenuArea a {
	position: relative;
	left: 4px;
	top: 0px;
	float: left;
	display: block;
}
#mainMenuArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainMenuArea ul li {
	display: block;
	list-style: none;
	float: left;
	
}

#mainMenuArea ul li a {
	display: block;
	padding-left: 13px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
	list-style: none;
	float: left;
	border-right: 1px solid #c0dcf4;
	
}



#mainMenuArea ul li a:hover {
	display: block;
	background-image: url(../images/layoutImages/mainMenuBackgroundHover.gif);
	background-repeat: repeat-x;
	padding-left: 13px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
	list-style: none;
	float: left;
	border-right: 1px solid #c0dcf4;
}

#mainMenuArea .active a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/layoutImages/mainMenuBackgroundHover.gif);
	background-repeat: repeat-x;
}


.mainMenuType a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	
	background-image: url(../images/layoutImages/mainMenuBackground.gif);
	background-repeat: repeat-x;
}

/* Path Frame */

#pathFrame {
	position: relative;
	left: 4px;
	height: 23px;
	top: 0px;
	width: 594px;
	float: left;
	overflow: hidden;
	background-image: url(../images/layoutImages/pathFrameBackground.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#pathFrame p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9d9e7f;
	text-decoration: none;
	padding: 4px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}

#pathFrame p a {
	color: #adad8b;
	font-weight: bold;
	text-decoration: none;
}

#pathFrame p a:hover {
	color: #8f9174;
	font-weight: bold;
	text-decoration: underline;
}

/* Drop-Down Menu */

#fortDropMenu {
	text-align: left;
	width: 205px;
	height: 50px;
	visibility: visible;
	position: absolute;
	left: 65px;
	top: 25px;
	visibility: hidden;
	
}

#fortDropMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fortDropMenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

.dropMenuElement a {
	padding: 5px 10px 5px 10px;
	display: block;
	text-align: left;
	background-color: #d2e4f4;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #2483C6;
	border-left: 1px solid #2483C6;
	border-right: 1px solid #2483C6;
	border-bottom: 1px solid #2483C6;
}

.dropMenuElement a:hover {
	background-color: #ebf3fa;
	display: block;
	text-decoration: none;
	color: #2483C6;
}

/* Disclaimer Area */
#bottomDisclaimerFrame {
	position: relative;
	left: 4px;
	padding: 2px;
	width: 754px;
	text-align: left;
	margin: auto;
}

#bottomDisclaimerFrame p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 0;
	float: left;
	margin-right: 8px;
	border-right: 1px solid #CCCCCC;
	padding-right: 8px;
}

#bottomDisclaimerFrame p a {
	color: #F26522;
	text-decoration: none;
}

#bottomDisclaimerFrame p a:hover {
	color: #F26522;
	text-decoration: underline;
}