@charset "utf-8";
body {
}

#divStageWrap {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tileBG.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top-width: 120px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#divHeadWrap {
	background-image: url(../images/NavBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EB7E3B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	z-index: 5;
}
#divMainMenu {
	font-size: 1em;
	font-weight: bold;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #58585a;
	padding-left: 208px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 34px;
}
#divRootMenu  {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 34px;
	position: relative;
	margin-left: 30px;
}
#divRootMenu li   {
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	position: relative;
}
#divRootMenu li    a:link,#divRootMenu  li a:visited   {
	line-height: 34px;
	text-decoration: none;
	color: #666666;
	display: block;
	height: 34px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#divRootMenu li  a:hover,#divRootMenu  li a:active, #divRootMenu li a.current:visited {
	background-image: url(../images/_NavBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f7b42c;
	cursor: pointer;
}
#divSubMenuWrap {
	float: left;
	position: absolute;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #747474;
	border-bottom-color: #747474;
	border-left-color: #747474;
	padding-right: 12px;
	padding-left: 12px;
	left: 250px;
	top: 0px;
}
#divSubMenuWrap  li {
	float: left;
	padding: 5px;
}
#divSubMenuWrap  li  a:link,#divSubMenuWrap li a:visited {
	text-decoration: none;
	font-size: 1.1em;
	color: #999999;
	line-height: normal;
}
#divSubMenuWrap li a:hover, #divSubMenuWrap li a:active, #divSubMenuWrap li a.subCurrent:visited {
	text-decoration: none;
	color: #990033;
	line-height: normal;
}


#divSubMenuCR {
	background-image: url(../images/SubMenuCR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 12px;
	width: 12px;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
#divSubMenuCL {
	height: 12px;
	width: 12px;
	position: absolute;
	left: -1px;
	bottom: -1px;
	background-image: url(../images/SubMenuCL.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#h1Andsville {
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	height: 164px;
	width: 208px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	bottom: -32px;
	z-index: 10;
}




#divContentWrap {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 865px;
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	font-family: "Palatino Linotype", "Courier New", Courier, monospace;
	z-index: 0;
	position: relative;
}

#divFootWrap {
	text-align: center;
	background-color: #f6ee7e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
#divFootWrap p {
	padding: 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
}


#divFootHead {
	background-image: url(../images/FooterTop.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F1AE56;
}
