/* CSS Document */

body {
	margin: 0;
	background-image: url(../assets/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #435600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapperShadow {
	margin-left: auto;
	margin-right: auto;
	width: 852px;
	min-height: 620px;
	_height: 620px;
	background-color: transparent;
	background-image: url(../assets/shadow.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	_background: url(../assets/shadow.gif);
	padding-bottom: 10px;
}


#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 600px;
	_height: 600px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #560021;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #560021;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

p {
	line-height: 150%;
}

a {
	color: #560021;
	font-weight: bold;
}

a:hover {
	color: #999999;
}

.search {
	position: absolute;
	width: 150px;
	height: 30;
	left: 652px;
	top: 6px;
}

.search input {
	width: 100px;
	margin-right: 5px;
	float: left;
}

.homeDownload {
	width: 242px;
	height: 100px;
	left: 25px;
	top: 296px;
	position: absolute;
}

.homeDownload a {
	color: #FFFFFF;
	text-decoration:none;
	border: #FFFFFF solid 1px;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
	background-color:#435600;
	font-weight: normal;
	width: 239px;
	height: 30px;
	display: block;
	margin-bottom:10px;
}

.homeDownload a:hover {
	background-color:#5F7B00;
}

.slideFloat {
	width: 250px;
	height: 170px;
	position: absolute;
	z-index: 2000;
	top: 197px;
	left: 550px;
}

#footer {
	position: relative;
	padding-left: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 828px;
	height: 50px;
	line-height: 45px;
	font-size: 10px;
	color: #81A700;
	background-color: transparent;
	background-image: url(../assets/footerBackground.png);
	background-repeat: no-repeat;
	background-position: left top;
	_background-image: url(../assets/footerBackground.gif);
}

#footer a {
	color: #81A700;
	text-decoration:none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 0;
	left: 730px;
	text-align:right;
}


#topNav {
	background-color: #5F7B00;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 25px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 160px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	height: 25px;
	line-height:25px;
	font-weight: normal;
	text-transform:uppercase;
}

#nav a:hover {
	background-color: #435600;
}

#nav li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 5000;
	width: 159px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7B002F;
	border-left-color: #7B002F;
}

#nav li ul a {
	color: #000000;
	text-align: left;
	background: #FFFFFF;
	border-bottom: 1px solid #7B002F;
	padding-left: 10px;
	width: 149px;
	text-transform: capitalize;
}

#nav li ul a:hover {
	color: #FFFFFF;
	background-color: #7B002F;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 159px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B002F;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}


#nav li ul a.hasChild {
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 143px 10px;
}


#nav li ul a:hover.hasChild {
	background-image: url(../assets/bulletReversed.gif);
	background-repeat: no-repeat;
	background-position: 143px 10px;
}


.homeBanner {
	width: 800px;
	height: 245px;
	border-bottom: 2px solid #FFFFFF;
}

.quickLinksHead {
	width: 800px;
	height: 25px;
	color: #FFFFFF;
	background-color: #560021;
}

.quickLinksHead span {
	width: 266px;
	display: block;
	height: 25px;
	line-height:26px;
	float:left;
	text-align:center;
	background-image: url(../assets/quickLinksHeadLine.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.quickLinksHead span.firstHead {
	background-image: none;
}

.quickLinks ul {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 25px;
	list-style-type:none;
	float: left;
	width: 240px;
	border-left: 1px solid #7B002F;
}

.quickLinks ul.firstQuickLinks {
	border-left: none;
}

.quickLinks li {
	margin-bottom: 5px;
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.quickLinks ul a {
	color: #000000;
	padding-left: 14px;
	font-weight: normal;
}

.quickLinks ul a:hover {
	color: #7B002F;
}

.separator {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
}

.greyline {
	clear: both;
	width: 580px;
	height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cookieWrapper {
	position: relative;
	width: 800px;
}

.cookieTrail {
	font-size: 10px;
	color: #999999;
	height: 50px;
	line-height: 40px;
	margin-left: 200px;
}

.cookieTrail a {
	color: #999999;
	font-weight: normal;
}

.cookieTrail a:hover {
	color: #7B002F;
}

.article {
	position: relative;
	width: 580px;
	margin-left: 200px;
	position: relative;
	margin-bottom: 30px;
}

.imgFeatureWrapper {
	padding-top: 4px;
	position: relative;
	width: 160px;
	margin-left: -178px;
	text-align: right;
	z-index:1000;
	float: left;
}

.imgLeft {
	width: 155px;
	min-height: 20px;
	_height: 20px;
	margin-bottom: 40px;
}

.cap {
	font-style:italic;
	font-size:10px;
	padding-top: 5px;
}

.featureLinks {
	width: 160px;
}


.featureLinks a {
	display: block;
	width: 160px;
	height: 38px;
	background-image:url(../assets/downloadsBack.gif);
	background-repeat: no-repeat;
	background-position: left -38px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	line-height:32px;
	font-weight:normal;
}

.featureLinks a:hover {
	background-position: left top;
}


.staffImg {
	position: absolute;
	width: 80px;
	min-height: 20px;
	_height: 20px;
	top: 0;
	left: -105px;
}

.quickLinksDropDown {
	position: absolute;
	width: 170px;
	height: 40px;
	left: 20px;
	top: 9px;
	z-index:4000;
}

form {
	padding: 0;
	margin: 0;
}

.quickLinksDropDown select {
	width: 155px;
}



.downloads {
	background-image: url(../assets/downloadIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.downloads a {
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	font-size: 13px;
	text-decoration: underline;
	background-position: left 1px;
}

.DDsubmenu {
	padding-left: 5px;
}

.navTable {
	width: 90%;
}

.navTable td {
	padding-bottom: 3px;
	padding-top: 3x;
}

#backToTop {
	width: 27px;
	height: 27px;
	position: absolute;
	left: 820px;
	bottom: 60px;
	z-index: 1000;
}

label {
	width: 100px;
	float: left;
	font-weight: bold;
}

input {
	width: 250px;
}

textarea {
	width: 300px;
}

.submitBtn {
	width: auto;
	margin-left: 100px;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}

