/* CSS Document */
@import url(fonts.css);
#splashContainer {
	width: 792px;
	position: relative;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;

}
#bodyContainer {
	width: 792px;
	position: relative;
	background-color: #F2F2F2;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;

}
#bodyBanner {
	background-image: url(../images/template/banner.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 192px;
}
#menuNavBarWrapper {
	width: 580px;
	height: 40px;
/*
border-style: solid;
border: 1px;
*/
	margin-left: 52px;
	margin-top: -40px;
	position: absolute;
	z-index: 5;
}
*html #menuNavBarWrapper {
	margin-left: -98px;
}
.menuNavItem {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 62px;
}
.menuNavItem a, .menuNavItem a:active, .menuNavItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.menuNavItem a:hover {
	background-color: #666666;
	color: #D6B99B;
	text-decoration: none;
}
.menuNavSeparator {
	float: left;
	background-image:url(../images/template/nav-separator.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 40px;
}
.menuNavItem2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 62px;
}
.menuNavItem2 a, .menuNavItem2 a:active, .menuNavItem2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}
.menuNavItem2 a:hover {
	background-color: #666666;
	color: #D6B99B;
	text-decoration: none;
}
#altMenuNavBarWrapper {
	width: 192px;
	height: 80px;
/*
border-style: solid;
border: 1px;
*/
	margin-left: 600px;
	margin-top: 15px;
	position: absolute;
	z-index: 20;
}
*html #altMenuNavBarWrapper {
	margin-left: 449px;
}
.altMenuNavItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	border-bottom: 2px;
	border-bottom-color: #D5BEAB;
	border-bottom-style: solid;
}
.altMenuNavItem a, .altMenuNavItem a:active, .altMenuNavItem a:visited {
	color: #7F7F7F;
	text-decoration: none;
	vertical-align: middle;
}
.altMenuNavItem a:hover {
	color: #D6B99B;
	text-decoration: none;
}
#ourServicesMenuWrapper {
	width: 100px;
	margin-left: 198px;
	margin-top: -3px;
	background-color: #A8A9AD;
	border-style: solid;
	border-width: thin;
	border-color: #888888;
	position: absolute;
	z-index: 20;
	visibility: hidden;
}
*html #ourServicesMenuWrapper {
/*
	width: 87px;
*/
	margin-left: 50px;
	border: 1px;
}
#ourServicesMenuWrapperShadow {
	width: 100px;
	height: 40px;
	margin-left: 205px;
	margin-top: 4px;
	background-color: #A8A9AD;
	position: absolute;
	z-index: 2;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	visibility: hidden;
}
*html #ourServicesMenuWrapperShadow {
	margin-left: 57px;
}
.subMenuItem {
	width: 100px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.subMenuItem a, .subMenuItem a:active, .subMenuItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	vertical-align: middle;
	padding-left: 5px;
}
.subMenuItem a:hover {
	background-color: #666666;
	color: #D6B99B;
	text-decoration: none;
}
#hideSubMenusLayer {
	width: 792px;
	height: 500px;
	margin-left: 0px;
	margin-top: -192px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
/*
border-style: solid;
border-width: thin;
*/
}
*html #hideSubMenusLayer {
	margin-left: -150px;
	border: 1px;
}
#bodyContent {
	margin-left: 150px;
	padding-top: 40px;
/*
border-style: solid;
border: 1px;
*/
	width: 470px;
}
#pageFooter {
	text-align: center;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 30px;
	font-size: 10px;
	color: #A7A9AC;
}
#pageFooter a, #pageFooter a:active, #pageFooter a:visited {
	color: #A7A9AC;
}

