html,body{
	margin:0;
	padding:0;
}

body{
	background-color:#D0E6E1;
	background-image:url(/images/layout/bg.gif);
	background-repeat:repeat-x;
}

#Container{
	background-image:url(/images/layout/wrapper.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	width:960px;
}

#Header{
	background-image:url(/images/layout/header.jpg);
	background-repeat:no-repeat;
	height:196px;
/*	padding:10px 20px 0 20px;*/
	position:relative;
	width:100%;
}

#TopLinks{
	float:right;
	margin:13px 145px 0 0;
}

* html #TopLinks{
	float:right;
	margin:13px 75px 0 0;
}

ul.ulTop{
	margin:0;
	padding:0;
}

ul.ulTop li{
	display:inline;
	height:25px;
}

a.toplink{
	border-right:1px solid #000;
	color:#000;
	font-size:13px;
	padding:0 7px 0 5px;
	text-decoration:none;
}

a.toplink:hover{
	font-size:13px;
	text-decoration:underline;
}

#Search{
	left:128px;
	position:relative;
	top:-32px;
}

.SEARCH_FORM_BOX{
	background-color:#E6E6E6;
	border:1px solid #8D9C94;
	color:#666;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:11px;
	margin-bottom:-3px;
	margin-right:-10px;
	height:20px;
	padding:0 0 -3px 0;
}

.SEARCH_FORM_LABEL_TEXT{
	color:#000;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	margin:0 5px 0 10px;
}

.SUBMIT_BUTTON{
}

#ctl10_SBtnI{
}

#HomeLink{
	float:left;
/*	margin:5px 0 0 150px;*/
}

#HomeLink img{
	border:0;
	height:130px;
	margin:0px 0 0 40px;
	width:500px;
}

#Photos{
}

#TopNav{
	background-image:url(/images/layout/nav.gif);
	background-repeat:no-repeat;
	height:33px;
	padding-left:20px;
	position:relative;
	width:100%;
}

#Left{
	float:left;
	margin:0 0 0 -960px;
	width:250px;
}

#Left img{
/*	padding-top:5px;*/
}

#QuickLinks{
	background-image:url(/images/layout/quicklinks.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	height:30px;
	margin:20px 0;
	padding:6px 0 0 30px;
}

#QuickLinks img{
	border:0;
	margin:0 7px;
}

ul.ulLinks{
	margin:0;
	padding:0;
}

ul.ulLinks li{
	display:inline;
}

img#Email{
	background-image:url(/images/icons/email.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:19px;
}

img#Email:hover{
	background-image:url(/images/icons/email_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:19px;
}

ul li.Print{
/*	background-image:url(/images/icons/print.gif);
	background-repeat:no-repeat;*/
	border:0;
	height:19px;
	padding:8px;
	width:23px;
}

.QCONTENT_PRINTABLE_TEXT{
	color:#999;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	font-weight:500;
	position:relative;
}

img#Print{
	background-image:url(/images/icons/print.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:23px;
}

img#Print:hover, .QCONTENT_PRINTABLE_TEXT:hover{
	background-image:url(/images/icons/print_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:23px;
}

img#RSS{
	background-image:url(/images/icons/rss.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:19px;
}

img#RSS:hover{
	background-image:url(/images/icons/rss_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:19px;
}

img#Calendar{
	background-image:url(/images/icons/calendar.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:20px;
}

img#Calendar:hover{
	background-image:url(/images/icons/calendar_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:20px;
}

img#SiteMap{
	background-image:url(/images/icons/sitemap.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:23px;
}

img#SiteMap:hover{
	background-image:url(/images/icons/sitemap_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:19px;
	width:23px;
}

#MiniCal{
	background-color:#FBF9F3;
	background-image:url(/images/layout/curve_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:10px 0 0 22px;
	padding-top:11px;
	width:210px;
}

#CalSelect{
	background-color:#FBF9F3;
	background-image:url(/images/layout/curve_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 0 10px 22px;
	padding:0 0 11px 10px;
	width:200px;
}

#Weather{
/*	height:138px;*/
	height:108px;
	margin:0 0 20px 30px;
	overflow:hidden;
	width:180px;
}

#Navigation{
	padding-left:5px;
}

#Wrapper{
	float:left;
	width:100%;
}

#ContentTop{
	color:#333;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	height:7px;
	margin:0 0 0 270px;
	overflow:hidden;
	padding:20px 0 10px 0;
}

#Breadcrumbs{
	float:left;
}

#Breadcrumbs img{
	padding:0 5px;
}

.BREADCRUMB_TEXT{
	color:#999;
}

.BREADCRUMB_LINK{
	color:#999;
	text-decoration:none;
}

.Email{
	border:0;
}

.QLINKSHARE_TEXT{
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
}

.QLINKSHARE_HEADER_TEXT{
	color:#066;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:21px;
	font-weight:700;
	margin:5px 0 10px 0;
}

#ContentHome{
	background-color:#FCFAF5;
	color:#333;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	line-height:1.8;
	margin:20px 355px 0 250px;
	min-height:630px;
	overflow:hidden;
	width:355px;
}

#Content{
	background-color:#FCFAF5;
	color:#333;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	line-height:1.8;
	margin:10px 0 0 250px;
	min-height:630px;
	overflow:hidden;
	padding:10px 20px 0 20px;
	position:relative;
	width:670px;
}

#Content p, #ContentHome p, #Content td, #ContentHome td{
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	line-height:1.8;
}

H1{
	color:#066;
	font-family:Georgia,times,serif;
	font-size:24px;
	font-weight:500;
	margin:5px 0 10px 0;
}

H2{
	color:#369;
	font-family:Georgia,times,serif;
	font-size:21px;
	font-weight:500;
	margin:5px 0;
}

A{
	color:#366;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:13px;
	text-decoration:underline;
}

A:hover{
	color:#369;
	text-decoration:none;
}

hr{
	background-color:#366;
	border:0px;
	color:#366;
	height:1px;
}

#News{
	background-image:url(/images/layout/news.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:40px;
	width:331px;
}

#Events{
	background-image:url(/images/layout/events.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:40px;
	width:331px;
}

#Welcome{
	background-image:url(/images/layout/welcome_bg.gif);
	background-repeat:no-repeat;
	float:left;
	height:167px;
	line-height:1.4;
	margin-left:8px;
	padding:45px 15px 0 155px;
	width:154px;
}

a.More{
	color:#325185;
	text-decoration:none;
}

a.More:hover{
	color:#325185;
	text-decoration:underline;
}

#Right{
	float:left;
	margin:20px 0 0 -355px;
	width:355px;
}

#Home_Photos{
	background-image:url(/images/layout/home_photo.jpg);
	background-repeat:no-repeat;
	height:282px;
	width:338px;
}

#Buttons ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

img#QNotify{
	background-image:url(/images/layout/qnotify.gif);
	background-repeat:no-repeat;
	border:0;
	height:58px;
	width:328px;
}

img#QNotify:hover{
	background-image:url(/images/layout/qnotify_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:58px;
	width:328px;
}

img#PressRoom{
	background-image:url(/images/layout/pressroom.gif);
	background-repeat:no-repeat;
	border:0;
	height:56px;
	width:328px;
}

img#PressRoom:hover{
	background-image:url(/images/layout/pressroom_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:56px;
	width:328px;
}

img#JobPostings{
	background-image:url(/images/layout/jobpostings.gif);
	background-repeat:no-repeat;
	border:0;
	height:54px;
	width:328px;
}

img#JobPostings:hover{
	background-image:url(/images/layout/jobpostings_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:54px;
	width:328px;
}

img#Minutes{
	background-image:url(/images/layout/minutes.gif);
	background-repeat:no-repeat;
	border:0;
	height:59px;
	width:328px;
}

img#Minutes:hover{
	background-image:url(/images/layout/minutes_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:59px;
	width:328px;
}

img#Mapping{
	background-image:url(/images/layout/mapping.gif);
	background-repeat:no-repeat;
	border:0;
	height:55px;
	width:328px;
}

img#Mapping:hover{
	background-image:url(/images/layout/mapping_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:55px;
	width:328px;
}

img#Payments{
	background-image:url(/images/layout/payments.gif);
	background-repeat:no-repeat;
	border:0;
	height:54px;
	width:328px;
}

img#Payments:hover{
	background-image:url(/images/layout/payments_over.gif);
	background-repeat:no-repeat;
	border:0;
	height:54px;
	width:328px;
}

#Footer{
	background-color:#D0E6E1;
	border-top:5px solid #FFF;
	clear:left;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:11px;
	height:74px;
	padding-top:10px;
	width:100%;
}

* html #Footer{
	height:79px;
	padding-top:15px;
}

ul.ulFooter{
	margin:0;
	padding:0;
}

li.liFooter{
	border-right:1px solid #666;
}

ul.ulFooter li{
	display:inline;
}

ul.ulFooter li a{
	color:#366;
	font-size:11px;
	text-decoration:none;
}

ul.ulFooter li a:hover{
	font-size:11px;
	text-decoration:underline;
}

a.footerlink{
	border-right:1px solid #666;
	margin-right:7px;
	padding-right:7px;
}

#Contact{
	float:left;
	font-size:11px;
	margin-left:40px;
}

* html #Contact{
	margin-left:10px;
}

.footertext{
	border-right:1px solid #666;
	font-size:11px;
	margin-right:7px;
	padding-right:7px;
}

#FooterLinks{
	float:right;
	margin-right:40px;
	margin-top:5px;
	text-align:right;
}

* html #FooterLinks{
	margin-right:10px;
}

.PoweredBy{
	color:#666;
	font-size:11px;
	font-style:italic;
}

.PoweredBy img{
	border:0;
	margin-bottom:-5px;
	margin-left:5px;
}

/* Site Map */

#objSiteMap img{
	border:0px;
	margin:0px;
}

#objSiteMap a{
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

#objSiteMap a:hover{
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

.SiteMap a{
	font-family:Trebuchet MS,arial,sans-serif;
}

.RootNode{
}