﻿@charset "utf-8";
body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.backChad {
	background-image: url(../Images/backShadowL_UPrepeatX.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #E8EBE4;
}
.backShadowL {
	background-image: url(../Images/backShadowL.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.backShadowR {
	background-image: url(../Images/backShadowR.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.backLargePic {
	background-image: url(../Images/backLargePicContent.jpg);
	background-repeat: no-repeat;
	background-position: left 80px;
}

.ImgMenu {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Root = Vertical, Secondary = Vertical */


ul#navmenu li {
	margin: 0;
	padding: 0;
	width: 136px; /*For KHTML*/
	list-style: none;
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

ul#navmenu {
	background-image: url(../Images/backMenu.jpg);
	background-repeat: no-repeat;
	background-position: right -28px;
	margin: 0;
	padding: 0;
	width: 136px;
	list-style: none;
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	height: 0;
	visibility: hidden;
}

/* Root Menu */
ul#navmenu a {
	color: white;
	text-decoration: none;
	color: #000000;
	float: none !important; /*For Opera*/
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
}


/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #C1272E;
	filter:none;
}

ul#navmenu li{
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8EBE4;
	
}

ul#navmenu li li {
	width: 100px;
	border-bottom-style: none;
}


/* 2nd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a,
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a{
	float: none;
	color: #FFFFFF;
	font-size:11px;
	text-align: left;
	width: 100px;
	line-height: 18px;
	margin-top: 1px;
	background-color: #99615d;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:15px 15px 15px 15px;
}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #Copyright;
	padding-top: 5px;
	text-align: center;
}


.poll_field {
	font-size:11px;
	border:1px solid #C5CFC2;
	color:#666666;
	height: 16px;
}

.poll_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size:11px;
	color:#FFFFFF;
	height: 16px;
	border:0px;
	background-repeat: no-repeat;
	width: 64px;
	background-color: #C1272E;
	cursor:pointer;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}




/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #FFFFFF;
	background-color: #C1272E;
	background-image: none;
}



ul#navmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
	position: absolute;
	top: 0;
	left: 136px;
	width: 100px;
}

ul#navmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 136px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #C1272E;
	font-size: 17px;
	font-weight: bold;
}
