/* CSS Document */


html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #E1E4E9;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height:130%;
}

h1 {
	font-size:24px;
	color: #55002A;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E4E9;
	font-weight: normal;
	padding-bottom: 15px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

a {
	color: #333333;
}

a:hover {
	color: #55002A;
}

label {
	width: 100px;
	font-weight: bold;
	display: block;
}

textarea {
	width: 400px;
}

textarea .lta{
	width: 400px;
}

input.sInput {
	width: 50px;
}

input.mInput {
	width: 50%;
}

input.lInput {
	width: 80%;
}

p 
{
	margin: 0;
	padding: 0;
	padding-top: 5px;
}


.wrapper	{
	position: relative;
	min-height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/wrapperBack.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
}

* html .wrapper {
	height: 100%;
}

.content {
	padding-bottom: 60px;
}

.footer	{
	position: relative;
	margin-top: -56px;
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	background-color:#8693A7;
	line-height: 45px;
	text-align:center;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	color: #E1E4E9;
}

.footer a {
	color:#E1E4E9;
	text-decoration: none;
}

.footer a:hover {
	text-decoration:underline;
}

.header {
	width: 898px;
	height: 98px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.logo {
	width: 244px;
	height: 98px;
	float: left;
	
}
	
.topNav {
	width: 654px;
	height: 58px;
	float: left;
}

.search {
	width: 653px;
	height: 40px;
	background-image: url(../assets/searchBack.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

.homeBanner {
	height: 239px;
	width: 898px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.homeBanner img {
	float: left;
}

.homeContent {
	padding-top: 9px;
	background-image: url(../assets/homeContentTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}	

.leftCol {
	float: left;
	width: 214px;
}

.rightCol {
	float: left;
	width: 624px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 20px;
}

.quickLinks {
	width: 203px;
	height: 63px;
	border-top: 11px solid #FFFFFF;
	border-bottom: 11px solid #FFFFFF;
	border-left: 11px solid #FFFFFF;
	background-color:#8693A7;
	margin-left: 1px;
}
.quickLinks select {
	margin-top: 23px;
	margin-left: 20px;
	width: 160px;
}

.subQuickLinks {
	width: 160px;
	height: 63px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-left: 30px;
}

.subQuickLinks select {
	margin-top: 23px;
	width: 160px;
} 

form {
	margin: 0;
}

.termDate {
	font-weight: bold;
	font-size: 14px;
}

.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align:left;
	padding: 10px;
	border: 1px solid #E1E4E9;	
}


.cap {
	font-size: 10px;
	font-style:italic;
}

.latestNews {
	width: 166px;
	margin-left: 30px;
}

.latestNews h1 {	
	padding-top: 20px;
	color: #656F7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}

.downloads{
	float:left;
	padding-left: 20px;
	line-height:16px;
	color: #333333;
	background-image: url(../assets/downloads.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
}

.downloads a {
	text-decoration:underline;
	font-weight: bold;
}

.downloads a:hover {
	color: #55002A;
}

.separator {
	width: auto;
	height: 1px;
	font-size: 1px;
	margin:0;
	padding:0;
	clear: both;
}

.searchForm {
	width: 270px;
	margin-left: 383px;
	font-size: 11px;
	color: #E1E4E9;
	padding-top: 12px;
}

.searchForm a {
	color: #E1E4E9;
	text-decoration: none;
}

.searchForm a:hover {
	text-decoration:underline;
}

.searchField {
	width: 134px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}

.searchButton {
	margin-bottom: -3px;
}


.subNav {
	background-image: url(../assets/subNavBack.gif);
	background-repeat: no-repeat;
	margin-left: 1px;	
}

.cookieTrail {
	height: 74px;
	line-height:85px;
	padding-left: 40px;
	width: 684px;
	background-image: url(../assets/cookieTrailBack.gif);
	background-repeat: no-repeat;
	margin-top: -40px;
	margin-left: -40px;
	font-size: 11px;
}


.article {
	padding-bottom: 20px;
}

.article ul{
	position: relative;
	left: 15px;
}

.article ul li{
}


.navHeading {
	font-size: 22px;
	color: #FFFFFF;
	height: 74px;
	font-weight: normal;
	line-height:74px;
	padding-left: 25px;
	margin-bottom: 15px;
	
}	

.treeview { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 36px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	list-style:none;
	list-style-position:outside;
	padding-left: 34px;	
	background-image: url(../assets/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 23px 7px;
	min-height: 26px;
}


/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 23px 6px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-size:12px;
	
	
}

.treeview a:hover {
	color: #55002A;
	text-decoration: underline;
}

.treeview ul li {	
	margin-left: -40px;
	padding: 0;
	background-image: url(../assets/subNavBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-position:outside;
}

.treeview ul a {
	width: 210px;	
	font-weight:normal;
	background-image: none;
	margin-left: 10px;
}

.treeview ul li.last {
	border-bottom: none;
}

#backToTop {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 110px;
	bottom: 60px;
	z-index: 1000;
}

/* This is the CSS for the calendar page */

.eventsSelection {
	margin: 10px;
}

.calendarWrapper {
	width: 500px;
}

.calendar {
	float: left;
	width: 180px;
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.calActive {
	background-color: #F1F3F8;
}

.calActive a {
    text-decoration: none;
    font-weight: bold;
}

.calActive a:hover {
    color: #95122C;
}

.eventsHeading {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.eventsHeading a {
    color: #FFFFFF;
    text-decoration: none;
}

.selectLocation {
	margin-right: 5px;
	margin-top: 4px;
}

.events {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.events th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	background-color: #E7EBEE;
	border: 1px solid #FFFFFF;
}

.events td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

.eventLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.highlighted {
	background-color: #F1F3F8;
}

.eventLink a:hover {
	color: #95122C;
}

.detailsHeading {
	clear: both;
	height: 30px;
	width: 550px;
	line-height: 30px;
	color: #262968;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7EBEE;
}

.details {
	clear: both;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.details td, th {
	padding-top: 5px;
	padding-bottom: 5px;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.errorMessage {
	color: #CC0000;
}


.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;
}
.greyline {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	margin-top: 20px;
	margin-bottom: 25px;
}

.gvHeading {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gvHeading a {
    color: #FFFFFF;
    text-decoration: none;
}

.gv {
	float: left;
	width: 610px;
	margin-bottom: 10px;
}

.gvImg {
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	padding: 0px;
	border: 1px solid #E1E4E9;	
}

.gv th {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	background-color: #8693A7;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.gv td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}

.gvLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.loginEmail {
	width: 190px;
}

.loginPassword {
	width: 190px;
}

#loginError {
	width: 428px;
	color:#FF0000;
	position: relative;
	height: 30px;
}
.curLetter{font-size:14px; font-weight:bold; text-decoration:underline;}

.printer{width: 25px; float:right; top:-25px; left:450px;}

.memSearch{width:130px;}
.butSearch{
	border:0;
	margin-left: 5px;
	float:right;
}

.siteSearch{width:150px; margin-left:20px; margin-top:20px; padding-bottom:40px;}
.siteSearch .tfSearch{width:115px}
.tfSearch{
	width: 85px;
	height:18px;
	font-size: 10px;
	color:#000000;
	float:left;
}
