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

body {
	text-align:center;
	background-image:url(graphics/bg.jpg);
}

textarea {
	font-size: 12px;
	font-family: inherit;
}

#outerFrame {
	width: 812px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	padding: 20px;
}

#innerFrame {
	width: 812px;
	text-align:left;
}

#mainHeader {
	background-image: url(graphics/main_header.jpg);
	float: left;
	height: 345px;
	width: 812px;
	position:relative;
	z-index:100;
}

#topNav {
	width: 527px;
	height: 30px;
	position:absolute;
	top: 0;
	left: 12px;
	z-index:1000;
}

#mainPhoto {
	background-image: url(graphics/main_photo.jpg);
	height: 275px;
	width: 264px;
	position: absolute;
	left: 57px;
	top: 120px;	
	z-index:100;
}

#mainVideo {
	background-image: url(graphics/main_video.jpg);
	height: 42px;
	width: 92px;
	position: absolute;
	left: 364px;
	top: 304px;	
}

#mainProfile {
	background-image: url(graphics/main_profile.jpg);
	height: 42px;
	width: 92px;
	position: absolute;
	left: 456px;
	top: 304px;	
}

#mainWeather {
	background-image: url(graphics/main_weather.jpg);
	height: 42px;
	width: 92px;
	position: absolute;
	top: 304px;
	left: 640px;		
}

#mainCalendar {
	background-image: url(graphics/main_calendar.jpg);
	height: 42px;
	width: 92px;
	position: absolute;
	top: 304px;
	left: 548px;		
}

#mainHeader2 {
	background-image: url(graphics/main_header2.jpg);
	float: left;
	height: 132px;
	width: 812px;
	position:relative;
	z-index:1;
}

#search {
	position: absolute;
	width: 245px;
	height: 30px;
	top: 0;
	left: 570px;
	z-index: 1000;
}

	#search form {
		margin: 0;
		padding: 0;
	}
	
		#search input.searchWords {
			width: 206px;
			height: 15px;
			margin: 5px 0 0 0;
			padding: 0;
			background: #FFC;
			border: none;
		}

		#search input.searchSubmit {
			width: 26px;
			height: 18px;
			margin: 3px 0 0 5px;
			padding: 0;
			background:url(graphics/button_go.gif) no-repeat top left;
			border: none;
			cursor: pointer;
		}

#mainIntro {
	width: 433px;
	height: 95px;
	position:absolute;
	top: 13px;
	left: 364px;
	z-index:1;
}

#mainIntro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;		
}

#mainContentArea {
	width: 812px;
	float:left;
	background-color:#f0fa92;
	text-align:center;	
}

#mainNewsCalendar {
	width: 785px;
	height: 257px;
	padding-left: 13px;
	float:left;
	text-align:left;
		
}

#mainCalendarArea {
	width: 249px;
	height: 237px;
	padding-right: 32px;
	padding-left: 64px;
	float:left;
	background-image: url(graphics/main_calendar_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
}

#mainCalendarHeader {
	background-image: url(graphics/main_calendar_header.jpg);
	float: left;
	height: 40px;
	width: 249px;
	
}

.mainCalendarItem {
	float: left;
	height: 38px;
	width: 249px;
}

.mainCalendarItem a {
	width:249px;
	height:38px;
	background:url(graphics/main_calendar_item_double.jpg) 0 0;
	display:block;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}
.mainCalendarItem a:hover {
	background-position: 0 -38px;
	cursor:pointer;
}

.mainCalendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	width: 234px;
	padding-left: 15px;
	padding-top: 5px;
	float:left;
	background:none;
}

.mainCalendarEventName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c20703;
	width: 234px;
	padding-left: 15px;
	float:left;
	font-weight: bold;
	background:none;
}

#mainNewsArea {
	width: 376px;
	height: 235px;
	padding-left: 63px;
	padding-top:2px;
	float:left;
	background-image: url(graphics/main_news_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainNewsItem a {
	background-image: url(graphics/main_news_item_double.jpg);
	float: left;
	height: 38px;
	width: 376px;
	padding-bottom:1px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}

.mainNewsItem a:hover { 
	background-position: 0 -38px;
	cursor:pointer;
}

.mainNewsDateWrapper {
	width: 52px;
	height: 38px;
	float:left;
}

.mainNewsDate {
	width: 52px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	color: #FFF;
	float: left;
	line-height: 14px;
}

.mainNewsMonth {
	width: 52px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	float: left;	
	line-height: 10px;
}

.mainNewsStory {
	width: 304px;
	padding-left: 20px;
	float: left;
	font-size:14px;
	font-weight:bold;
	color: #c20703;
	padding-top:11px;
}

.moreEvents {
	width: 100px;
	text-align:right;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px 6px 0 0;
}

.moreEvents a {
	color: #c20703;
	text-decoration: none;
}

.moreNotices {
	width: 100px;
	text-align:right;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0 2px 0 0;
}

.moreNotices a {
	color: #c20703;
	text-decoration: none;
}

#mainFooter {
	background-image: url(graphics/main_footer.jpg);
	float: left;
	height: 174px;
	width: 812px;
	position:relative;
}

#thingsToDo {
	width: 675px;
	height: 70px;
	position:absolute;
	left: 122px;
	top: 22px;
}
.thingToDo {
	width: 110px;
	height: 18px;
	margin-right: 8px;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 11px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-image: url(graphics/to_do_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.thingToDoNoBorder {
	width: 110px;
	height: 18px;
	margin-right: 8px;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 11px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-image: url(graphics/to_do_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.thingToDo a {
	color: #CCC;
	text-decoration:none;
}

.thingToDoNoBorder a {
	color: #CCC;
	text-decoration:none;
}

.thingToDo a:hover {
	color: #FFF;
	text-decoration:none;
}

.thingToDoNoBorder a:hover {
	color: #FFF;
	text-decoration:none;
}

#bottomNav {
	width: 675px;
	position:absolute;
	height: 18px;
	padding-top:12px;
	padding-right:15px;
	top:92px;
	right:0;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#bottomNav a {
	color: #FFF;
	padding: 0 3px 0 3px;
	text-decoration:none;
}

#bottomNav a:hover {
	color: #FFF;
	text-decoration:underline;
}

#copyright {
	width: 675px;
	height: 43px;
	position: absolute;
	top: 130px;
	right: 0;
	text-align:right;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding-right: 18px;
	padding-top: 7px;
}

.limegreen {
	color: #f1f8a2;	
}

	.limegreen a {
		color: #f1f8a2;	
	}

.orange {
	color: #e56027;	
}

	.orange a {
		color: #e56027;	
	}

		.orange a:hover {
			color: #e56027;	
		}

/*INSIDE STRUCTURE */
#insideHeader {
	background-image: url(graphics/inside_header.jpg);
	float: left;
	height: 159px;
	width: 812px;
	position:relative;
	z-index:100;
}

#insideContentArea {
	width: 812px;
	float:left;
	background-color:#FFF;
	text-align:left;
	background-image: url(graphics/inside_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#insideContentAreaRight {
	width: 555px;
	padding:10px 30px 20px 0;
	float:right;
}

	#insideContentAreaRight .noticeList {
		float: left;
		width: 555px;
		margin: 0 0 10px 0;
		display: inline;
	}
	
		#insideContentAreaRight .noticeList a {
			float: left;
			padding: 10px;
			margin: 0;
			width: 535px;
			color: black;
			background: #DDDDDD;
			display: block;
		}

	#insideContentAreaRight h1 {
		font-size: 21px;
		color: black;
	}
			
	#insideContentAreaRight p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#insideContentAreaRight ul {
		margin: 0 0 8px 20px;
		padding: 0;
	}

		#insideContentAreaRight li {
			color: #3b3b3b;
		}

	#insideContentAreaRight a {
		color: #c20703;
		text-decoration: none;
	}
		
		#insideContentAreaRight a:hover {
			color: #73BD1E;
		}
		
	#insideContentAreaRight em {
		color: #3b3b3b;
	}
	
	#insideContentAreaRight a img {
		border: none;	
	}

#insideFooter {
	background-image: url(graphics/inside_footer.jpg);
	float: left;
	height: 174px;
	width: 812px;
	position:relative;
}

#leftAreaWrapper {
	float: left;
	width: 207px;
	padding-top: 10px;
}

.leftTitleRelated {
	background-image: url(graphics/inside_left_related.jpg);
	float: left;
	height: 22px;
	width: 207px;	
}

.leftTitleUpcoming {
	background-image: url(graphics/inside_left_upcoming.jpg);
	float: left;
	height: 22px;
	width: 207px;	
}

.leftAreaItem {
	float: left;
	height: 36px;
	width: 207px;
	line-height: 10px;
}

.leftAreaItem a {
	background-image: url(graphics/inside_left_item_double.jpg);
	float:left;
	height: 36px;
	width: 207px;
	text-decoration: none;
	cursor:pointer;
}

.leftAreaItem a:hover {
	background-position: 0 -36px;
	cursor:pointer;
}

.leftAreaItem2 {
	float: left;
	height: 36px;
	width: 207px;
	line-height: 10px;
}

.leftAreaItem2 a {
	background-image: url(graphics/inside_left_item_double_green.jpg);
	float:left;
	height: 36px;
	width: 207px;
	text-decoration: none;
	cursor:pointer;
}

.leftAreaItem2 a:hover {
	background-position: 0 -36px;
	cursor:pointer;
}

.leftAreaPageLink {
	width: 192px;
	padding:7px 0 5px 15px;
	font-size: 13px;
	color: #333;
	float:left;
	font-weight: bold;
	line-height: 18px;
}

.leftCalendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	width: 192px;
	padding:5px 0 5px 15px;
	float:left;
	background:none;
}

.leftCalendarEventName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c20703;
	width: 192px;
	padding-left: 15px;
	float:left;
	font-weight: bold;
	background:none;
}

.leftWeather {
	float:left;
	width: 168px;
	padding: 15px 0 10px 23px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 30px;
	color: #000;
	line-height: 32px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 20px;
	color: #666;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	font-size: 14px;
	color: #73BD1E; /* green */
	font-weight: bold;
}


.businessCategories {
	text-align: left;	
}

.businessCategories a {
	text-align: center;
	color: #73BD1E;
	text-decoration: none;
	padding: 0 3px;
}

.businessBorder {
	float: left;
	width:543px;
	border: 1px solid #CCC;	
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	position:relative;
}

.businessBorder .heightSpacer {
	float: left;
	width: 0;
	height: 50px;
}

.businessChamber {
	background: url(graphics/Chamber-logo.jpg) no-repeat bottom right;
	height: 32px;
	width: 150px;
	position: absolute;
	right: 5px;
	bottom: 5px;		
}

.businessBorder p {
	margin: 0 0 8px 0;
}

.businessName {
	float: left;
	font-size: 14px;
	color: #c20703;	
	width: 335px;
}

.businessPhoneNonMember {
	font-size: 14px;
	color: #75BD1D;
	text-align: right;
	float: right;	
}

.businessPhotoSmall {
	width: 200px;
	float:left;
	padding-right: 8px;
}

.businessDescriptionSmall {
	float: left;
	font-size: 12px;
	color: #666;
	width: 335px;
}

.businessDescription {
	float: left;
	font-size: 12px;
	color: #666;
	width: 543px;
}

table#green{
	border-top:1px solid #999;
	border-left:1px solid #999;
}

	table#green th{
		border-right:1px solid white;
		border-bottom:1px solid white;
		background-color:#73BD1E; /* green */
		padding:5px;
		margin:0;
		color:white;
	}
	
		table#green th.last{
			border-right:1px solid #999;
			border-bottom:1px solid white;
			background-color:#73BD1E; /* green */
			padding:5px;
			margin:0;
			color:white;
		}
	
	table#green td{
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		padding:5px;
		margin:0;
		line-height:13px;
		font-size:11px;
	}
	
#projects {
	float: left;
	width: 758px;
	border: 2px solid #dae194;  /* light green */
	padding: 10px;
	margin: 0 0 10px 15px;
	display: inline;
	background: url(graphics/current_projects_title.gif) 7px 7px no-repeat white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: left;
}

	#projects h3 {
		font-size: 12px;
		color: #777777;
		padding: 0;
		margin: 0 0 5px 0;
	}

		#projects h3 a {
			color: #777777;
			text-decoration: none;
		}

			#projects h3 a:hover {
				color: #777777;
				text-decoration: underline;
			}

	#projects .minHeightSpacer {
		float: left;
		width: 200px;
		height: 80px;
		margin: 0;
		padding: 0;
	}

	#projects .projectWrapper {
		float: left;
		width: auto;
		margin: 0 0 0 10px;
		display: inline;
	}

		#projects .projectWrapper .projectImage {
			float: left;
			width: 104px;
			margin: 0;
			padding: 0 8px 0 0;
		}

			#projects .projectWrapper .projectImage img {
				margin: 0;
				padding: 0;
				border: 2px solid #dae194;  /* light green */
			}

			#projects .projectWrapper .projectImage p {
				margin: 0;
				padding: 0;
			}

		#projects .projectWrapper .projectText {
			float: left;
			width: 151px;
			margin: 0;
			padding: 0;
		}

			#projects .projectWrapper .projectText p {
				margin: 0;
				padding: 0;
			}
	
			#projects .projectWrapper .projectText a {
				color: #c20703; /* red */
				text-decoration: none;
			}
	
				#projects .projectWrapper .projectText a:hover {
					color: #c20703; /* red */
					text-decoration: underline;
				}


#projectsList {
	float: left;
	width: 535px;
	margin: 0 0 10px 0;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

	#projectsList h3 {
		font-size: 14px;
		color: #777777;
		padding: 0;
		margin: 0 0 5px 0;
	}

		#projectsList h3 a {
			color: #777777;
			text-decoration: none;
		}

			#projectsList h3 a:hover {
				color: #777777;
				text-decoration: underline;
			}

	#projectsList .minHeightSpacer {
		float: left;
		width: 200px;
		height: 80px;
	}

	#projectsList .projectItem {
		float: left;
		width: 515px;
		border: 2px solid #dae194;  /* light green */
		padding: 10px;
		margin: 0 0 10px 0;
		display: inline;
	}

		#projectsList .projectItem .projectImage {
			float: left;
			width: 105px;
			margin: 0;
			padding: 0 10px 0 0;
		}

			#projectsList .projectItem .projectImage img {
				margin: 0;
				padding: 0;
				border: 2px solid #dae194;  /* light green */
			}

			#projectsList .projectItem .projectImage p {
				margin: 0;
				padding: 0;
			}

		#projectsList .projectItem .projectText {
			float: left;
			width: 400px;
			margin: 0;
			padding: 0 0 5px 0;
		}

			#projectsList .projectItem .projectText p {
				margin: 0;
				padding: 0 0 5px 0;
			}

			#projectsList .projectItem .projectText a {
				color: #c20703; /* red */
				text-decoration: none;
			}

				#projectsList .projectItem .projectText a:hover {
					color: #c20703; /* red */
					text-decoration: underline;
				}

#adList {
	float: left;
	width: 555px;
	margin: 0 0 10px 0;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

	#adList p {
		margin: 0 0 5px 0;
		padding: 0;
	}

	#adList h3.adCategory {
		float: left;
		width: 545px;
		margin: 0 0 5px 0;
		padding: 3px 5px 3px 5px;
		color: white;
		background: #73BD1E; /* green */
	}

	#adList .adItem {
		float: left;
		width: 555px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		color: black;
		border-bottom: 1px solid #73BD1E; /* green */
		display: inline;
	}



.black {
	color: #000;	
}

.green {
	color: #75bd1d;
}

.noBorder{
	border: none;	
}

.imageRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imageLeft {
	float: left;
	margin: 0 10px 10px 0;
}


/* FORMMODULE */


.formmodule {
	background-color: #FFFFFF;
} 

.formmodule p {
	margin: 0 0 5px 0;
}

.formmodule hr.line {
	border-top: 1px solid #000000;
	width: 555px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
} 

.formmodule a {
	text-decoration:none;
	color:#892134;
}

.formmodule a:hover {
	text-decoration:underline;
	color:#892134;
}

.formmodule h2.subhead {
	width: 560px;
	padding: 0 0 3px 0;
	margin: 10px 0 6px 0;
	color: #666666;
	font-size: 14px;
	border-bottom: 1px solid #666666;
}

.formmodule h3.tbarblue {
	margin: 0;
	color: #FFFFFF;
	font: bold 11px Arial, sans-serif;
	border-bottom: none;
	padding: 7px 5px 5px 10px;
	background: #DDDBD6 url("graphics/sidebar_tbar_blue.gif") no-repeat top right;
}

.formmodule span.required {
	color: #FF0000;
}

.formmodule .errorswrapper {
	width: 555px;
	float: left;
	background-color: #FFFF99;
	margin: 0 0 10px 0;
}

.formmodule .errors {
	font: normal 12px Verdana, sans-serif;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
}

.formmodule .intro {
	font: normal 12px Verdana, sans-serif;
	width: 555px;
	float:left;
	padding: 0 0 10px 0;
}

.formmodule .importantcomment {
	font: normal 12px Verdana, sans-serif;
	color: #892134;
	width: 555px;
	float:left;
	padding: 0 0 10px 0;
}

.formmodule .pagecontrols {
	font: normal 10px Verdana, sans-serif;
	width: 555px;
	float:left;
	padding: 0 0 10px 0;
}

.formmodule .subheadbar {
	font: bold 12px Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	width: 550px;
	height: 18px;
	float:left;
	padding: 4px;
	margin: 15px 0 8px 0;
}

.formmodule .category {
	font: bold 10px Verdana, sans-serif;
	width: 150px;
	float:left;
	padding: 0 0 6px 0;
}

.formmodule .content {
	font: 10px Verdana, sans-serif;
	width: 405px;
	float: left;
	padding: 0 0 6px 0;
}

.formmodule .content p {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}

.formmodule .content .column {
	font: 10px Verdana, sans-serif;
	width: 200px;
	float: left;
	padding: 0;
}

.formmodule table {
	font: inherit;
	font-size: 10px;
	margin: 10px 0 10px 0;
}

.formmodule table th.modify {
	color:#FFFFFF;
	text-align:left;
	background-color:#892134;
	padding: 2px 2px 2px 4px;
	height: 18px;
}

.formmodule table td.modifyeven {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFFCC;
}

.formmodule table td.modifyodd {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFF99;
}

.formmodule table td.approve {
	text-aligh:left;
	padding: 4px 2px 4px 4px;
	background-color: orange;
}

.formmodule table td a {
	text-decoration:none;
	color:#892134;
}

.formmodule table td a:hover {
	text-decoration:underline;
	color:#892134;
}


/*for displaying data on overview pages */

.formmodule .overviewlabelwrapper {
	float: left;
	width: 450px;
	margin-bottom: 8px;
}

.formmodule .overviewlabelwrapper .overviewlabel {
	font: 11px Verdana, sans-serif;
	background-color:#FFFF99;
	padding: 6px 6px 6px 6px;
}

.formmodule .overviewlabelwrapper .overviewlabelred {
	font: 11px Verdana, sans-serif;
	background-color:red;
	padding: 6px 6px 6px 6px;
	color: white;
}

.formmodule .overviewlabelwrapper .overviewlabelred a {
	color: white;
	text-decoration: underline;
}

.formmodule .overviewlabelwrapper .overviewlabelred a:hover {
	color: white;
	text-decoration: none;
}

.formmodule .overviewdatawrapper {
	float: left;
	width: 105px;
	margin-bottom: 8px;
}

.formmodule .overviewdatawrapper .overviewdata {
	font: 11px Verdana, sans-serif;
	background-color:#FFFFCC;
	color:#892134;
	font-weight:bold;
	padding: 6px 20px 6px 6px;
	text-align: right;
}

#contentcenter h1 {
	color: #2C95B2;
	font: bold 14px Arial, sans-serif;
	padding: 7px 5px 5px 0;
}

#industrialMap{
	float:left;
	width:550px;
	height:531px;
	margin:0;
	padding:0;
	position:relative;
}	
	#industrialMap img{
		margin:0;
		padding:0;
	}

#mapBlankLevel {
	margin:0;
	padding:0;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:550px;
	height:531px;
}

#mapNoSelections {
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:550px;
	height:531px;
}

#mapClickableAreas{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:550px;
	height:531px;
}

.housingTable{
	background:#FFF;
	border:1px solid #FFF;
}

.housingFirst{
	background:#98ba59;
}
	
.housingYellow1{
	background:#fbe883;
}

.housingYellow2{
	background:#f3d744;
}

.detailColumn{
	width:370px;
	padding:3px 0 3px 10px;
}

.categoryColumn{
	width:150px;
	padding:3px 0 3px 10px;	
}

.heading h3{
	margin:0;
	padding:5px 0 5px 0;
	font-size:14px;
	background:#98ba59;
}


.imageCategories{
	background:#f8fdd5;/*tan*/
	padding:5px 15px 15px 15px;
	margin:5px 0 5px 0;
	width:525px;
	float:left;
}

	.imageCategories .imagegallleryImage{
		float:left;
		margin:0 10px 0 0;
		padding:0;
		width:100px;
	}
	
	.imageCategories .description{
		float:left;
		margin:0;
		padding:0;
		width:415px;
	}
	
.catImages{
	float:left;
	margin:0 6px 6px 0;
	padding:0;
	border:1px solid #789e47;
}
