@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.blur {
	color: #999;
	margin: 0px;
	padding: 0px;
}
th {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

body {
	background: #000;
}
h3 {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 3px double #CCCCCC;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.top {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	margin-top: 2px;
	margin-right: 15px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.top a {
	color: #595959;
	text-decoration: none;
	font-size: 11px;
}
.top a:hover {
	text-decoration: underline;
}
.copy strong {
	font-size: 12px;
}



.container {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
p {
	line-height: 16px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
}
h1 {
	padding-top: 20px;
	font-size: 14px;
	color: #cc0023;
	padding-bottom: 10px;
	display: block;
	margin-left: 20px;
}



/* Header Properties */

.header {
	background-color: #FFF;
	margin-bottom: 5px;
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header img {
	border: none;
}

/* Horizontal Menu */

.navBar {
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 2px;
}
.navBar ul {
	width: 980px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0b29d;
	border-right-color: #c0b29d;
	border-bottom-color: #c0b29d;
	border-left-color: #c0b29d;
	height: 20px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navBar li {
	display: inline;
}
.navBar a {
	float: right;
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 11px;
}
.navBar a:hover {
	text-decoration: underline;
}

/* Horizontal Menu Icons */

.home  {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.home:hover {
	background-image: url(../images/homeO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.about  {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.about:hover {
	background-image: url(../images/aboutO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.request  {
	background-image: url(../images/request.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.request:hover {
	background-image: url(../images/requestO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.news  {
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.news:hover {
	background-image: url(../images/newsO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.search {
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.search:hover {
	background-image: url(../images/searchO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


.contact  {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact:hover {
	background-image: url(../images/contactO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Content Styles */

.content {
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 5px;
}
.copy ul {
	margin-left: 50px;
}
.copy li {
	font-size: 12px;
	line-height: 17px;
}
.copy u {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.flash {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
}
.copy {
	position: relative;
	text-align: left;
	vertical-align: top;
}

/* Slant Navigation */

.nav {
	position: absolute;
	z-index: 9;
}

.nav li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}

.nav ul  {
	padding-top: 15px;
	margin-left: 0px;
}

.nav a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Black Slant Images */

.slant {
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
.footer {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.footer p {
	margin: 0px;
	padding: 0px;
	color: #7f7f7f;
	font-size: 11px;
}
.footer strong {
	color: #000000;
}
.footer a {
	color: #7F7F7F;
	text-decoration: none;
	font-size: 11px;
}
.red {
	color: #CC0023;
	padding-right: 10px;
	padding-left: 10px;
}


.links li {
	display: inline;
	color: #7F7F7F;
}
.links ul {
	padding-top: 1px;
}

.footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.links {
	float: right;
	text-align: right;
}


.right-column {
	float: right;
	width: 280px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}
.box {
	margin-top: 15px;
	width: 223px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d7cfc2;
	border: 1px solid #c0b29d;
	padding: 2px;
	margin-bottom: 10px;
}
.box p {
	color: #72624b;
	margin: 0px;
	font-size: 11px;
	padding: 5px;
}
.box a {
	font-size: 11px;
}

.left-column {
	width: 170px;
	background-color: #000000;
	background-image: url(../images/e.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
}
.navlt li {
	list-style-type: none;
}
.navlt {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2c2c;
}
.navlt a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2c2c2c;
}
.navlt a:hover {
	background-color: #2c2c2c;
	color: #E6E6E6;
}


h2 {
	padding-top: 20px;
	font-size: 14px;
	color: #cc0023;
	padding-bottom: 1px;
	display: block;
	margin-right: 20px;
	margin-left: 310px;
	margin-bottom: 15px;
}
.border {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
.seperation {
	background-color: #E8E2D9;
	padding: 10px;
	border: 3px solid #C0B29D;
	margin: 20px;
	text-align: center;
}
.seperation select {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
.seperation p {
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.seperation td {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #77664D;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 20px;
	color: #000000;
	padding-right: 0px;
	text-transform: uppercase;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
}

.contactBox {
	padding-right: 20px;
	padding-left: 20px;
}
.contactBox .fancy {
	background-color: #ECE7DF;
	border: 4px double #C0B29D;
	border-collapse:collapse;
}
.contactBox .label {
	background-color: #E4DED3;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0B29D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #78674E;
}
.contactBox .required {
	background-color: #E4DED3;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0B29D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AE0004;
}
.contactBox input {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
}
.contactBox textarea {
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	height: 50px;
}
.contactBox select {
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

.contactBox td {
	background-color: #C0B29D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF9D83;
}
.contactBox .validate {
	background-color: #E4DED3;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0B29D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #78674E;
}
.contactBox .SubmitButton  {
	background-color: #990000;
	color: #FFFFFF;
	border: 3px double #7D0000;
}
.contactBox .SubmitButton:hover  {
	background-color: #D70000;
	color: #FFFFFF;
	border: 3px double #B30000;
}

.contactBox p {
	display: block;
	background-color: #887557;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	background-image: url(../images/formHead.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.locRight {
	float: right;
	margin-right: 300px;
}
.gray {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.red {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.black {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.apps {
	background-color: #E8E8E8;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CACACA;
	border-bottom-color: #CACACA;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 18px;
}
.newsletter {
	margin-top: 15px;
	width: 229px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6CEC1;
	background-image: url(../images/newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 72px;
}
.newsletter td {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.newsletter input {
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	margin: 0px;
	float: left;
	line-height: 14px;
}
.button, #NewsletterSubmit {
	height: 20px;
	width: 74px;
	padding: 0px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #FF0000;
	font-size: 12px;
}
a:hover {
	color: #000000;
}
.left-column  ul {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.bord {
	border: 1px solid #CCCCCC;
}
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}
.index a {
	font-size: 15px;
	text-decoration: none;
	color: #333333;
}
.index a:hover {
	color: #CC0023;
	text-decoration: none;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: right;
}
.browse {
	display: block;
	margin-left: 205px;
	padding-left: 10px;
	margin-right: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #A7CADD;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.tell {
	float: right;
	margin-right: 20px;
	margin-top: -12px;
}
.tell img {
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.EventList td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.EventList {
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.EventList .Titles td {
	background-color: #414141;
	color: #CCCCCC;
}
.EventList .AltRow td {
	background-color: #E0E0E0;
}
.copy ol {
	margin-left: 50px;
}
.breadCrumb {
	float: right;
	color: #999999;
	font-weight: normal;
	margin-right: 20px;
}
.breadCrumb a {
	font-size: 11px;
	color: #666666;
}
.breadCrumb a:hover {
	color: #CC0023;
}
h3 a {
	text-decoration: none;
	color: #333333;
}
h3 a:hover {
	text-decoration: underline;
}
.siteMap {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	background-color: #EEEEEE;
	border: 3px double #CCCCCC;
}
.MsMP {
	font-size: 16px;
}
.MsMP strong {
	font-size: 16px;
}
.pop {
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 3px double #CCCCCC;
}
.pop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pop strong {
	font-size: 13px;
}
.subNews {
	margin-bottom: 4px;
	background-image: url(../images/sub-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0px;
}
.subNews td {
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	font-size: 0px;
}
.subNews .email {
	width: 92px;
}
.subNews .bottom {
	padding-bottom: 6px;
}


.subNews input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 2px;
	width: 145px;
	background-color: #FFFFFF;
	border: 1px solid #7A6D5A;
	float: left;
	line-height: 14px;
}
.subNews img {
	height: 37px;
}
.subNews .NewsletterSubmit {
	padding: 1px;
	width: 49px;
	font-size: 10px;
	background-color: #796C59;
	color: #CDC0AF;
	border: 1px solid #C1B29D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 14px;
}
.dred {
	font-size: 12px;
	color: #AE0004;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
    .searchForm {
	background: url(../images/grad.jpg) repeat-x left bottom;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
    .searchResults {
	margin: 20px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
    .searchForm #ctl00_ContentPlaceHolder1_SearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	width: 200px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.searchForm #ctl00_ContentPlaceHolder1_SearchButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	background-color: #990000;
	padding: 3px;
	background-image: url(../images/red-grad.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}.searchForm #ctl00_ContentPlaceHolder1_SearchButton:hover {
	background-color: #CA0000;
	padding: 3px;
	background-image: none;
}
.rtLink{
float:right;
}
.rtLink a{
	display:block;
	background:#990000;
	padding: 3px 20px 3px 20px;
	margin: 0 20px 0 0;
	color:#FFF;
	text-decoration:none;
	border: 3px double #C60000;
}
.rtLink a:hover{
	background: #C60000;
}

#ctl00_ContentPlaceHolder1_panelDocuments{
margin: 0 20px 0 20px;
}
.gvListHeader td{
padding: 0;
}
.gvList td{
padding: 3px 10px 3px 10px;
}