@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	color: #332d24;
}

img {
	width: auto;
	height: auto;
}

a:link, a:visited {
	color: #a91414;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	color: #630d0d;
}

body {
	background: #DBD9CC url(/images/layout/bg.gif) repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
	color: #3f382d;
/*	height: 100%;*/
	padding-bottom: 20px;
}

#container {
	margin: 11px auto;
	padding: 0px;
	background: #dbd9cc;
	width: 970px;
/*	min-height: 100%;*/
	height: inherit;
}

#header {
	background: #efeec6 url(/images/layout/header2.jpg) no-repeat;
	width: 970px;
	height: 150px;
}

#header img{
	height:120px;
	position:relative;
	top:30px;
	width:375px;
}

#nav {
	background: #4b0a0a /* url(/images/layout/navbg.gif) repeat-x */ ;
	height: 45px;
	position: relative;
	width: 100%;
}

#Portals {
	float: left;
	margin-left:10px;
}

#nav ul {
	display: inline-block;
	background: transparent;
	float: left;
	width: auto;
}

#nav li {
	list-style: none;
	background: transparent;
	display: inline-block;
	height: 45px;
	width: 142px;
	margin: 0px;
}

#nav li a {
	background: transparent;
	height: 45px;
	width: 142px;
	display: block;
	line-height: 45px;
	text-align: center;
}

#nav li a:hover {
	background: #4b0a0a url(/images/layout/navitembg.jpg) no-repeat;
	height: 45px;
	width: 142px;
	display: block;
	line-height: 45px;
	text-align: center;
}

#Search{
	float:right;
	margin-right:15px;
	padding-top:4px;
}

#Search img{
	border:0;
}

.SEARCH_FORM_BOX{
	background: #4b0a0a url(/images/layout/searchbg.gif) no-repeat;
	color: #8c6262;
	height: 21px;
	padding:7px;
	position:absolute;
	right:65px;
	width: 150px;
}

.SEARCH_FORM_LABEL_TEXT{
	color:#000;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	margin:0 5px 0 10px;
}

.SearchLabel{
	color: #8c6262;
}

.SUBMIT_BUTTON{
	background:url(/images/layout/searchbttn.gif) no-repeat;
	cursor:pointer;
	float:right;
	height:32px;
	width:42px;
}

.SUBMIT_BUTTON:hover{
	background:url(/images/layout/searchbttnhvr.gif) no-repeat;
}

#Content_Home{
	position: relative;
	width: 100%;
}

#welcome {
	background: #faf8f2 left url(/images/layout/welcomebg.jpg) no-repeat;
	font: 0.75em Arial, Helvetica, sans-serif;
	height: 222px;
	line-height: 18pt;
	padding:12px 220px 12px 22px;
	width:243px;
	float:left;
}

#welcome img {
	margin:10px 0;
/*	float: left;
	clear: both;
	width: 107px;*/
}

#welcome p {
/*	margin: 22px 0px 0px 22px;
	width: 245px;
	height: 120px;
	line-height: 18pt;
	float: left;*/
}

#info {
	background: #faf8f2;
	height: 203px;
	width: 100%;
	clear: both;
}

#WhatWeDo{
	float: left;
	font-size:0.8em;
	margin-left:20px;
	width:600px;
}

/*
#finance {
	background: none;
	width: 620px;
	height: 203px;
	overflow: hidden;
	float: left;
}

#finance img {
	float: left;
	width: 181px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	margin: 15px 0px 0px 21px;
}

#finance p {
	margin: 0px 0px 0px 21px;
	width: 600px;
	height: 120px;
	line-height: 18pt;
	float: left;
	clear: both;
}
*/
#additionalInfo {
	width: 330px;
	height: 203px;
	float: right;
	font-size:0.8em;
	padding-left: 20px;
}

#additionalInfo img {
	float: left;
	width: 143px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	margin: 15px 0px 0px 21px;
	clear: both;
}

#additionalInfo ul {
	margin: 0px 0px 0px 21px;
	width: 320px;
	height: 120px;
	line-height: 18pt;
	float: left;
	clear: both;
	list-style-image: url(/images/layout/bullet.gif);
}

#additionalInfo li {
	margin-left: 16px;
}
/*
.readMore, .readMore:visited {
	width: 109px;
	height: 36px;
	display: block;
	background: #faf8f2 url(/images/layout/readmore.jpg) no-repeat;
	margin: 17px 0px 0px 0px;
	float: left;
}

.readMore:hover, .readMore:active {
	width: 109px;
	height: 36px;
	display: block;
	background: #faf8f2 url(/images/layout/readmorehvr.jpg) no-repeat;
	margin: 17px 0px 0px 0px;
	float: left;
}
*/
#slideshow {
	background: #faf8f2 url(/images/layout/slideshow.jpg) no-repeat;
	width: 485px;
	height: 246px;
	float: right;
	position: relative;
}

#feeds {
	width: 649px;
/*	min-height: 100%;*/
	min-height: 312px;
	background: #f6f5db url(/images/layout/feedsbg.gif) repeat-x bottom;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#feeds i {
	width: 649px;
	height: 5px;
	float: left;
	background: url(/images/layout/feedsbgtop.gif) top left no-repeat;
}

#feeds a + li {
	margin-top: 10px;
}

.feedHeading {
	float: left;
	position: relative;
	width: auto;
	border-bottom: 1px dotted #3e372c;
	padding-bottom:10px;
}

#feeds ul {
	float: left;
	width: 296px;
	background: none;
	margin: 14px 0px 0px 20px;
	list-style: none;
}

#feeds li {
	height: 40px;
	width: 100%;
	line-height: 12pt;
/*	padding-top: 6px;*/
	color: #3f382d;
}

.archive, .archive:visited {
	width: 109px;
	height: 36px;
	display: block;
	background: #faf8f2 url(/images/layout/archivesbttn.jpg) no-repeat;
	margin: 17px 0px 0px 0px;
	float: left;
}

.archive:hover, .archive:active {
	width: 109px;
	height: 36px;
	display: block;
	background: #faf8f2 url(/images/layout/archivebttnhvr.jpg) no-repeat;
	margin: 17px 0px 0px 0px;
	float: left;
}

#feeds ul li.first {
	padding: 0px;
	margin: 0px;
	border: none;
}

#feeds ul li.last {
	padding: 0px;
	margin: 0px;
	border: none;
}

.NEWS_FEED_DISPLAY_ROW_TITLE{
	border-bottom:1px dotted #4B4739;
	padding:10px 0;
}

.NEWS_FEED_DISPLAY_LINK_TITLE{
	font:1em arial,sans-serif;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE{
	padding:10px 0;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE{
	font:1em arial,sans-serif;
}

.rss, .rss:visited {
	width: 16px;
	height: 16px;
	background: url(/images/layout/rss.gif) no-repeat;
	position: relative;
	float:right;
}

.rss:hover, .rss:active {
	width: 16px;
	height: 16px;
	background: url(/images/layout/rsshvr.gif) no-repeat;
	position: relative;
	float:right;
}

#EventRepeat{
}

#EventDate{
	padding:10px 0;
	border-bottom:1px dotted #4B4739;
}

#EventLink{
}

#EventMore{
	padding:10px 0;
}

#rightSide {
	width: 321px;
/*	height: 100%;
	min-height: 290px;*/
	min-height: 312px;
	background: #3B342A url(/images/layout/rightsidebttm.gif) bottom left no-repeat;
	float: left;
	margin-bottom:20px;
	padding-bottom:30px;
}

#rightSide i {
	width: 321px;
	height: 5px;
	float: left;
	background: #3B342A url(/images/layout/rightsidetop.gif) top left no-repeat;
}

#rightSide img {
	margin: 14px 0px 0px 15px;
}

#howDoI,#quickLinks{
	border-top:#4D453A dotted 1px;
	margin:14px 0px 0px 15px;
	padding:10px 0;
	width:285px;
}

#rightSide form {
	margin: 5px 0px 0px 15px;
	width: 252px;
	height: 19px;
	border-top: #4d453a dotted 1px;
	padding-top: 13px;
}

#contactUs {
	width: 102px;
	float: left;
	margin: 14px 0px 0px 20px;
}

#rightSide ul {
	margin: 5px 0px 0px 20px;
	width: 252px;
	height: 100%;
	padding-top: 13px;
	color: #f2f2c4;
	list-style: none;
	clear: both;
	float: left;
}

#rightSide li {
	color: #f2f2c4;
	border-top: #4d453a dotted 1px;
	line-height: 12pt;
	padding: 5px 0px;
}

#rightSide b {
	color: #f2f2c4;
}

#footer {
	font: 0.75em Tahoma,verdana,sans-serif;
	width: 100%;
	height: auto;
	background: none;
	border-top: 1px solid #c9c7be;
	margin: 20px 0px;
	height: 27px;
	clear: both;
	text-align: center;
	line-height: 18pt;
	padding-top: 3px;
}

#footer a{
	font: 1em Tahoma,verdana,sans-serif;
}

#footer ul {
	background: none;
	list-style: none;
}

#footer li {
	display: inline;
	border-right: 1px solid #332d24;
	padding: 0px 5px;
}

#footer li:last-child {
	border: none;
}

#Content_Default{
	background:#F5F4D8 url(/images/layout/wrapper.gif) repeat-y;
/*	background: #faf8f2 url(/images/layout/content_slice.gif) repeat-x;*/
	clear: both;
	padding:20px;
	position:relative;
	width:930px;
}

#content i {
/*	width: 649px;*/
	height: 5px;
	float: left;
	background: url(/images/layout/feedsbgtop.gif) top left no-repeat;
}

#content {
/*	width: 649px;
	min-height: 100%;*/
	background: #faf8f2 url(/images/layout/content_slice.gif) repeat-x;
/*	background:#FAF8F2;*/
	float: left;
}

#content_left{
	width: 649px;
	background: #faf8f2 url(/images/layout/content_slice.gif) repeat-x;
/*	background:#FAF8F2;*/
	float:left;
	margin-bottom: 20px;
}

#content img {
	margin: 14px 0px 0px 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	
}

#content p {
	margin: 10px 0px 0px 20px;
/*	width: 610px;*/
}

#contentContainer{
	background:#F5F4D8 url(/images/layout/wrapper.gif) repeat-y;
	position: relative;
	width: 100%;
}

#contentMain{
	background:#F5F4D8 url(/images/layout/contentTop.gif) no-repeat;
	float:left;
	font-size:0.8em;
	padding:20px;
	width:685px;
}

#contentMain ul{
/*	margin: 0px 0px 0px 21px;
	line-height:18pt;
	list-style-image: url(/images/layout/bullet.gif);*/

	line-height:18pt;
	list-style-type:none;
	padding:0px;
	margin: 0px 0px 0px 21px;
}

#contentMain li {
	background-image:url(/images/layout/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px; 
	padding-left:20px; 

/*	margin-left: 20px;*/
}

#contentRight{
	width: 245px;
/*	min-height: 312px;*/
	background: #3B342A url(/images/layout/rightTop.gif) no-repeat;
	float:right;
	font-size:0.8em;
	margin-bottom:20px;
	padding-bottom:30px;
}

#contentRight a{
	color:#F2F2C4;
}

#contentRight i {
/*	width: 321px;
	height: 5px;*/
	float: left;
/*	background: #3B342A url(/images/layout/rightsidetop.gif) top left no-repeat;*/
}

#contentRight img {
	margin: 14px 0px 0px 15px;
}

#contentRight ul {
	margin: 5px 20px;
	height: 100%;
	padding-top: 13px;
	color: #f2f2c4;
	list-style: none;
	clear: both;
	float: left;
}

#contentRight li {
	color: #f2f2c4;
	border-top: #4d453a dotted 1px;
	line-height: 12pt;
	padding: 5px 0px;
}

#contentRight b {
	color: #f2f2c4;
}

#content h1{
	margin:15px 22px;
}

h1{
	border-bottom:#332D24 1px dotted;
	color:#A41B1A;
	font:italic 500 1em Lucida Sans Unicode,arial,sans-serif;
/*	margin:15px 22px;*/
	margin:15px 0px;
	padding-bottom:5px;
	text-transform:uppercase;
}

h2{
	border-bottom:#332D24 1px dotted;
	color:#333;
	font:700 1em Lucida Sans Unicode,arial,sans-serif;
	margin:20px;
}

.DeptTextBold{
	color:#333;
	font:700 1em Lucida Sans Unicode,arial,sans-serif;
}

a.BackToTop{
	background:url(/images/layout/backtotop.gif) no-repeat 0 23px;
	font:0.75em Arial, Helvetica, sans-serif;
	padding:20px;
	text-decoration:none;
	text-transform:uppercase;
}

.FB_FileListUL LI DIV SPAN {
     display:none;
}
.FB_Footer {
     display:none;
}

#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}
