@charset "utf-8";
/* CSS Document */
#home_left {
	float: left;
	width: 450px;
	min-width: 450px;
	max-width: 450px;
	background-image: url(../_images/_backgrounds/split.gif);
	background-repeat: no-repeat;
	background-position: 447px 0px;
	overflow: hidden;
	min-height: 170px;
}

	#home_left label {
		color: #D6002E;
		font-weight: normal;
		margin-bottom: 20px;
		font-size: 93%;
		cursor: pointer;
		clear: both;
		padding-left: 2px;
	}

	#home_left em {
		clear: both;
		font-style: italic;
		display: block;
		padding-top: 2px;
		margin-bottom: 15px;
		padding-left: 2px;
		font-size: 85%;
	}

		#home_left ul#home_search {
			list-style: none;
			list-style-type: none;
		}

			#home_left ul#home_search li {
				float: left;
				list-style: none;
				list-style-type: none;
			}
	
				#home_left ul#home_search li .input_wrapper {
					background-image: url(../_images/_backgrounds/sprites.png);
					background-repeat: no-repeat;
					background-position: -164px -7px;
					width: 307px;
					min-width: 307px;
					max-width: 307px;
					height: 27px;
					min-height: 27px;
					max-height: 27px;
				}
				
					#home_left ul#home_search li .input_wrapper input {
						margin-top: 5px;
						margin-left: 7px;
						width: 290px;
						min-width: 290px;
						max-width: 290px;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 85%;
						color: #808080;
						font-weight: bold;
						letter-spacing: 0px;
						outline: none;
						border: none;
						background-color: transparent;
					}
			
					#home_left ul#home_search li .input_wrapper input.unselected {
						color: #b2b2b2;
						font-style: italic;
						letter-spacing: 0px;
					}

				#home_left ul#home_search li button.search {
					display: block;
					background-image: url(../_images/_backgrounds/sprites.png);
					background-repeat: no-repeat;
					background-position: -526px -290px;
					height: 25px;
					min-height: 25px;
					max-height: 25px;
					width: 59px;
					min-width: 59px;
					max-width: 59px;
					text-indent: -9999px;
					border: none;
					margin-top: 2px;
					background-color: transparent;
					cursor: pointer;
				}

				#home_left ul#home_search li button.search:hover {
					background-position: -587px -290px;
				}

		#home_left ul#home_areas {
			list-style: none;
			list-style-type: none;
			overflow: hidden;
			margin-bottom: 30px;
		}

			#home_left ul#home_areas li {
				float: left;
				margin-right: 10px;
				list-style: none;
				list-style-type: none;
				font-size: 85%;
			}

			#home_left ul#home_areas li.nomargin {
				margin-right: 0px;
			}

				#home_left ul#home_areas li strong {
					color: #d6002e;
				}

				#home_left ul#home_areas li a:link, 
				#home_left ul#home_areas li a:active, 
				#home_left ul#home_areas li a:visited { 
					color: #808080;
					font-weight: normal;
					text-decoration: none;
				}

				#home_left ul#home_areas li a:hover { 
					text-decoration: underline;
				}

		#home_left ul#home_brochure {
			list-style: none;
			list-style-type: none;
		}

			#home_left ul#home_brochure li {
				float: left;
				margin-right: 10px;
				list-style: none;
				list-style-type: none;
				font-size: 85%;
			}

#home_right {
	float: left;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	margin-left: 16px;
}

	#home_right h6 {
		color: #D6002E;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 0px;
		font-size: 93%;
	}
	
	#home_right p {
		font-size: 85%;
		padding-bottom: 10px;
		overflow: hidden;
	}
	
	#home_right a:link,
	#home_right a:active,
	#home_right a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #d6002e;
		font-size: 93%;
	}

	#home_right a:hover {
		text-decoration: underline;
		color: #d6002e;
	}

		

