@charset "utf-8";
/* CSS Document */

/* General */
html, body{height:100%; margin:0px; padding:0px;}
h1{font-size:14pt; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0;}
h2{font-size:12pt; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0;}
li{margin-bottom:10px;}
a{color:#000;}
p{}
a:focus, div, li{outline-style:none;}

	/* Seasonal font colors */
	.spring h1, .spring h2, .spring h3, .spring .textWhite, .spring a.active, .spring #quickLinks a.active, .spring a:hover{color:#005883;}
	.summer h1, .summer h2, .summer h3, .summer .textWhite, .summer a.active, .summer #quickLinks a.active, .summer a:hover{color:#61753a;}
	.fall h1, .fall h2, .fall h3, .fall .textWhite, .fall a.active, .fall #quickLinks a.active, .fall a:hover{color:#c2510f;}
	.winter h1, .winter h2, winter h3, .winter .textWhite, .winter a.active, .winter #quickLinks a.active, .winter a:hover{color:#223e7a;}

/* Body & Backgrounds */
body{background:no-repeat top left; font-family:Arial, Helvetica, sans-serif; font-size:8.5pt;}
	body.spring{background-image:url('../img/bg_spring.jpg'); background-color:#cfdcbb;}
	body.summer{background-image:url('../img/bg_summer.jpg'); background-color:#fdeb92;}
	body.fall{background-image:url('../img/bg_fall.jpg'); background-color:#efbc33;}
	body.winter{background-image:url('../img/bg_winter.jpg'); background-color:#eaeaeb;}

/* Container */
#container{position:relative; }

/* Header */
#header{height:142px; background:no-repeat 0px 10px; position:relative; margin-left:19px;}
	/* Header left corner positioning */
	.lCorner1{position:absolute; left:-19px; height:19px; width:19px;}
	.lCorner2{position:absolute; left:-19px; top:19px; height:123px; width:19px;}

	/* Header rounded left corner images */
	.spring .lCorner1{background:no-repeat url('../img/lCorner_spring.gif');}
	.summer .lCorner1{background:no-repeat url('../img/lCorner_summer.gif');}
	.fall .lCorner1{background:no-repeat url('../img/lCorner_fall.gif');}
	.winter .lCorner1{background:no-repeat url('../img/lCorner_winter.gif');}	

	/* Header Background Color */
	.spring .lCorner2, .spring #header{background-color:#a1c285;}
	.summer .lCorner2, .summer #header{background-color:#f0be2c;}
	.fall .lCorner2, .fall #header{background-color:#c2510f;}
	.winter .lCorner2, .winter #header{background-color:#3e647e;}	

	/* Header banner text */
	.spring #header{background-image:url('../img/header_spring.gif');}
	.summer #header{background-image:url('../img/header_summer.gif');}
	.fall #header{background-image:url('../img/header_fall.gif');}
	.winter #header{background-image:url('../img/header_winter.gif');}	

	.headerContent{height:85px;width:192px;text-align:right; position:absolute; z-index:2; padding-top:13px; right:167px; line-height:20px; color:#fff;overflow:hidden;}
	.tabs{text-align:right; position:absolute; right:0px; bottom:0px; z-index:2}	

	/* Header right corner images */
	.spring .rCorner{background-image:url('../img/rCorner_spring.jpg'); position:absolute; top:-12px; right:-26px; height:154px; width:212px;}
	.summer .rCorner{background-image:url('../img/rCorner_summer.jpg'); position:absolute; top:-49px; right:-36px; height:191px; width:222px;}
	.fall .rCorner{background-image:url('../img/rCorner_fall.jpg'); position:absolute; top:-27px; right:-9px; height:169px; width:195px;}
	.winter .rCorner{background-image:url('../img/rCorner_winter.jpg'); position:absolute; top:0px; right:-77px; height:142px; width:270px;}	

	/* Search */
	#search{position:absolute; bottom:10px; _bottom:-10px;}
		#search input.searchBox{position:relative; width:197px; height:20px; background:url('../img/searchBox.gif') no-repeat; border:none; padding-left:5px;}
		#search input.submit{border:none; background:url('../img/searchArrow.gif'); width:13px; height:13px; position:absolute; right:10px; top:3px;}	

	/* Tabs */
	.tabs{margin-right:4px; height:40px;}
		.tabs a{height:40px; display:block; float:left;}
		a.homeTab{width:83px;}
		a.govtTab{width:127px;}
		a.countyTab{width:126px;}
		a.livingTab{width:99px;}
		a.visitingTab{width:100px;}
		a.businessTab{width:98px;}		

		/* Spring Tabs */
		.spring a.homeTab{background:url('../img/tabHome_spring.gif');}
		.spring a.govtTab{background:url('../img/tabGovt_spring.gif');}
		.spring a.countyTab{background:url('../img/tabCounty_spring.gif');}
		.spring a.livingTab{background:url('../img/tabLiving_spring.gif');}
		.spring a.visitingTab{background:url('../img/tabVisiting_spring.gif');}
		.spring a.businessTab{background:url('../img/tabBusiness_spring.gif');}		

		.spring #home a.homeTab{background:url('../img/tabHome_springActive.gif');}
		.spring #govt a.govtTab{background:url('../img/tabGovt_springActive.gif');}
		.spring #county a.countyTab{background:url('../img/tabCounty_springActive.gif');}
		.spring #living a.livingTab{background:url('../img/tabLiving_springActive.gif');}
		.spring #visiting a.visitingTab{background:url('../img/tabVisiting_springActive.gif');}
		.spring #business a.businessTab{background:url('../img/tabBusiness_springActive.gif');}		

		/* Summer Tabs */
		.summer a.homeTab{background:url('../img/tabHome_summer.gif');}
		.summer a.govtTab{background:url('../img/tabGovt_summer.gif');}
		.summer a.countyTab{background:url('../img/tabCounty_summer.gif');}
		.summer a.livingTab{background:url('../img/tabLiving_summer.gif');}
		.summer a.visitingTab{background:url('../img/tabVisiting_summer.gif');}
		.summer a.businessTab{background:url('../img/tabBusiness_summer.gif');}		

		.summer #home a.homeTab{background:url('../img/tabHome_summerActive.gif');}
		.summer #govt a.govtTab{background:url('../img/tabGovt_summerActive.gif');}
		.summer #county a.countyTab{background:url('../img/tabCounty_summerActive.gif');}
		.summer #living a.livingTab{background:url('../img/tabLiving_summerActive.gif');}
		.summer #visiting a.visitingTab{background:url('../img/tabVisiting_summerActive.gif');}
		.summer #business a.businessTab{background:url('../img/tabBusiness_summerActive.gif');}		

		/* Fall Tabs */

		.fall a.homeTab{background:url('../img/tabHome_fall.gif');}
		.fall a.govtTab{background:url('../img/tabGovt_fall.gif');}
		.fall a.countyTab{background:url('../img/tabCounty_fall.gif');}
		.fall a.livingTab{background:url('../img/tabLiving_fall.gif');}
		.fall a.visitingTab{background:url('../img/tabVisiting_fall.gif');}
		.fall a.businessTab{background:url('../img/tabBusiness_fall.gif');}		

		.fall #home a.homeTab{background:url('../img/tabHome_fallActive.gif');}
		.fall #govt a.govtTab{background:url('../img/tabGovt_fallActive.gif');}
		.fall #county a.countyTab{background:url('../img/tabCounty_fallActive.gif');}
		.fall #living a.livingTab{background:url('../img/tabLiving_fallActive.gif');}
		.fall #visiting a.visitingTab{background:url('../img/tabVisiting_fallActive.gif');}
		.fall #business a.businessTab{background:url('../img/tabBusiness_fallActive.gif');}		

		/* Winter Tabs */
		.winter a.homeTab{background:url('../img/tabHome_winter.gif');}
		.winter a.govtTab{background:url('../img/tabGovt_winter.gif');}
		.winter a.countyTab{background:url('../img/tabCounty_winter.gif');}
		.winter a.livingTab{background:url('../img/tabLiving_winter.gif');}
		.winter a.visitingTab{background:url('../img/tabVisiting_winter.gif');}
		.winter a.businessTab{background:url('../img/tabBusiness_winter.gif');}		

		.winter #home a.homeTab{background:url('../img/tabHome_winterActive.gif');}
		.winter #govt a.govtTab{background:url('../img/tabGovt_winterActive.gif');}
		.winter #county a.countyTab{background:url('../img/tabCounty_winterActive.gif');}
		.winter #living a.livingTab{background:url('../img/tabLiving_winterActive.gif');}
		.winter #visiting a.visitingTab{background:url('../img/tabVisiting_winterActive.gif');}
		.winter #business a.businessTab{background:url('../img/tabBusiness_winterActive.gif');}	

/* Content */

#content{height:460px; width:969px; background:#fff;}

	/* Quick Links */
	#quickLinks{height:41px; text-align:right; color:#dad7d4; line-height:40px; margin-right:15px;}
	#quickLinks a{color:#7c7369; font-weight:bold; text-decoration:none; font-size:8pt; padding:2px;}
	#quickLinks a:hover{text-decoration:underline;}
	.spring #quickLinks .rollover{background:#e5eef2;}
	.summer #quickLinks .rollover{background:#f5f6db;}
	.fall #quickLinks .rollover{background:#fbeecc;}
	.winter #quickLinks .rollover{background:#e6ebef;}
	
		#quickLinks .subLinks{display:none; white-space:nowrap; position:absolute; top:19px; padding-top:2px; left:0px; line-height:1.5em; text-align:left;}
		#quickLinks .subLinks a{display:block;}

	/* Left Menu Bar */
	#leftMenu{width:217px; height:419px; float:left;overflow:hidden;}
	.spring #leftMenu{background:#e5eef2;}
	.summer #leftMenu{background:#f5f6db;}
	.fall #leftMenu{background:#fbeecc;}
	.winter #leftMenu{background:#e6ebef;}	

		#leftMenu a{display:block; height:39px; }
		.spring #leftMenu a.quick{background:url('../img/menuQuick_spring.gif');}
		.spring #leftMenu a.how{background:url('../img/menuHow_spring.gif');}
		.spring #leftMenu a.online{background:url('../img/menuOnline_spring.gif');}		

		.summer #leftMenu a.quick{background:url('../img/menuQuick_summer.gif');}
		.summer #leftMenu a.how{background:url('../img/menuHow_summer.gif');}
		.summer #leftMenu a.online{background:url('../img/menuOnline_summer.gif');}		

		.fall #leftMenu a.quick{background:url('../img/menuQuick_fall.gif');}
		.fall #leftMenu a.how{background:url('../img/menuHow_fall.gif');}
		.fall #leftMenu a.online{background:url('../img/menuOnline_fall.gif');}		

		.winter #leftMenu a.quick{background:url('../img/menuQuick_winter.gif');}
		.winter #leftMenu a.how{background:url('../img/menuHow_winter.gif');}
		.winter #leftMenu a.online{background:url('../img/menuOnline_winter.gif');}		

	#calendar{margin:10px 0px 0px 20px; height:auto;overflow:hidden;}
		.calendarHead{width:177px; height:57px;}
		.spring .calendarHead{background:url('../img/calendar_spring.gif');}
		.summer .calendarHead{background:url('../img/calendar_summer.gif');}
		.fall .calendarHead{background:url('../img/calendar_fall.gif');}
		.winter .calendarHead{background:url('../img/calendar_winter.gif');}

	

		.calendarEvents{height:270px;overflow-y:auto;}
		.calendarEvents p{margin:0px; padding:0px 0px;}	
		.calendarEvents a {margin:0px;padding:0px;height:10px;overflow:hidden;margin-bottom:0px;}
		.calendar {padding:0px;margin:0px;color:red;}

	/* Middle Content */
	#midContent{width:737px; margin:0 0 0 15px; float:left;}

		/* Welcome Images */
		.home, .govt, .county, .living, .visiting, .business, .calendar{background:no-repeat; padding-top:75px; padding-right:10px; float:left;}
		.home, .visiting, .living, .county, .business, .govt, .calendar, .sub{width:306px; font-size:9pt; height:238px;overflow-y:auto;}
		.home{width:305px}
		.visiting, .county, .govt, .calendar, .business{width:723px; height:243px;}
		.sub{width:723px;_width:718px; height:392px; _height:388px;padding-right:15px; overflow-y:scroll;clear:both;}
			.calendar .sub{}

			.spring .home{background-image:url('../img/titleWelcome_spring.gif')}
			.summer .home{background-image:url('../img/titleWelcome_summer.gif')}
			.fall .home{background-image:url('../img/titleWelcome_fall.gif')}
			.winter .home{background-image:url('../img/titleWelcome_winter.gif')}	
			
			.spring .calendar{background-image:url('../img/calendar_spring.gif');}
			.summer .calendar{background-image:url('../img/calendar_summer.gif')}
			.fall .calendar{background-image:url('../img/calendar_fall.gif')}
			.winter .calendar{background-image:url('../img/calendar_winter.gif')}
				

			.spring .govt{background-image:url('../img/titleGovt_spring.gif')}
			.summer .govt{background-image:url('../img/titleGovt_summer.gif')}
			.fall .govt{background-image:url('../img/titleGovt_fall.gif')}
			.winter .govt{background-image:url('../img/titleGovt_winter.gif')}			

			.spring .county{background-image:url('../img/titleCounty_spring.gif')}
			.summer .county{background-image:url('../img/titleCounty_summer.gif')}
			.fall .county{background-image:url('../img/titleCounty_fall.gif')}
			.winter .county{background-image:url('../img/titleCounty_winter.gif')}			

			.spring .living{background-image:url('../img/titleLiving_spring.gif')}
			.summer .living{background-image:url('../img/titleLiving_summer.gif')}
			.fall .living{background-image:url('../img/titleLiving_fall.gif')}
			.winter .living{background-image:url('../img/titleLiving_winter.gif')}			

			.spring .visiting{background-image:url('../img/titleVisiting_spring.gif')}
			.summer .visiting{background-image:url('../img/titleVisiting_summer.gif')}
			.fall .visiting{background-image:url('../img/titleVisiting_fall.gif')}
			.winter .visiting{background-image:url('../img/titleVisiting_winter.gif')}			

			.spring .business{background-image:url('../img/titleBusiness_spring.gif')}
			.summer .business{background-image:url('../img/titleBusiness_summer.gif')}
			.fall .business{background-image:url('../img/titleBusiness_fall.gif')}
			.winter .business{background-image:url('../img/titleBusiness_winter.gif')}			

		.image img{float:left;}
		.bottom{clear:both; margin-left:-15px; padding:15px; width:722px; height:71px;overflow-y:auto;}
		.bottom a{display:block; width:90%; float:left; font-weight:bold; font-size:9pt; line-height:20px;clear:both;}
		.bottom a:hover{color:#555;}
			.spring .bottom{background:#9fc1d3;}
			.summer .bottom{background:#c4ca4c;}
			.fall .bottom{background:#ce9d00;}
			.winter .bottom{background:#abbcc8;}			

	.image{width:422px; height:318px; float:left}
		.spring .image{background-image:url('../img/imageWelcome_spring.jpg');}
		.summer .image{background-image:url('../img/imageWelcome_summer.jpg');}
		.fall .image{background-image:url('../img/imageWelcome_fall.jpg');}
		.winter .image{background-image:url('../img/imageWelcome_winter.jpg');}
		
	/* Subheaders */
	#subHead{padding-bottom:10px;}

/* Footer */
#footer{text-align:center; margin-bottom:10px;}
	#footer div{margin-top:10px;}
	#footer a{color:#000; text-decoration:none;}
	#footer a:hover{text-decoration:underline;}
	
/* Footer */
.whitebox {padding:5px;}	
.adminForm {height:400px;}

.whitebox{background-color: #FFFFFF;color:#666666;}
.whitebox_topleft{background: url(../assets/img/1-topleft.gif);width:9px;}
.whitebox_bottomright{background: url(../assets/img/1-bottomright.gif);width:9px;}

#adminMain {height:415px;overflow-y:scroll;}

hr{height:2px;margin-bottom:0px;padding-bottom:0px;border-bottom:1px;border-style:solid;border-color:#cccccc;}

#ticker {
	height: 35px;
	overflow: hidden;
	padding:0px;
	margin:0px;
}
#ticker li {
	height: 35px;
}

		.calendarEvents a {margin:0px;padding:0px;height:15px !important;overflow:hidden;margin-bottom:0px;margin-top:5px;}
