@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../_images/_backgrounds/background_main_d6caab.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d6caab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

#container {
	background-color: #ffffff;
	width: 1037px;
	min-width: 1037px;
	max-width: 1037px;
	margin-left: auto;
	margin-right: auto;
}

	#container #address {
		background-image: url(../_images/_backgrounds/header_address.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 1037px;
		min-width: 1037px;
		max-width: 1037px;
		height: 42px;
		min-height: 42px;
		max-height: 42px;
	}
	
		#container #address #address_wrapper {
			margin-top: 10px;
			float: right;
			width: 450px;
			min-width: 450px;
			max-width: 450px;
			text-align: center;
			font-size: 77%;
			color: #ffffff;
			font-weight: normal;
		}
		
			#container #address #address_wrapper #address_phone {
				float: right;
				width: 155px;
				min-width: 155px;
				max-width: 155px;
				text-align: center;
				color: #ffffff;
				font-weight: normal;
			}
			
	#container #header {
		clear: both;
		height: 109px;
		min-height: 109px;
		max-height: 109px;
	}
	
		#container #header #logo {
			float: left;
			width: 50%;
			min-width: 50%;
			max-width: 50%;
		}

		#container #header #weather {
			float: right;
			width: 45%;
			min-width: 45%;
			max-width: 45%;
			text-align: right;
			margin-top: 35px;
			color: #007ac3;
			font-weight: bold;
			font-size: 85%;
			letter-spacing: -0.05em;
		}
	
			#container #header #weather .weather_icon {
				position: relative;
				top: 5px;
			}
			
			#container #header #weather #weather_temp {
				position: relative;
				float: right;
				padding-top: 25px;
				padding-left: 7px;
				padding-right: 10px;
			}
			
	#container #banner {
		clear: both;
		width: 1037px;
		min-width: 1037px;
		max-width: 1037px;
		height: 188px;
		min-height: 188px;
		max-height: 188px;
	}
	
	#container #content {
		overflow: hidden;
		clear: both;
		width: 1037px;
		min-width: 1037px;
		max-width: 1037px;
	}
	
		#container #content #left_side {
			float: left;
			width: 281px;
			min-width: 281px;
			max-width: 281px;
		}
		
			#container #content #left_side #left_side_menu {
				width: 281px;
				min-width: 281px;
				max-width: 281px;
				height: 368px;
				min-height: 368px;
				max-height: 368px;
			}

		#container #content #right_side {
			float: right;
			width: 756px;
			min-width: 756px;
			max-width: 756px;
			padding-top: 3px;
		}

		#container #content #interior_contact {
			clear: both;
			width: 755px;
			min-width: 755px;
			max-width: 755px;
			height: 105px;
			min-height: 105px;
			max-height: 105px;
		}
		
		#container #content #pagination_content {
			margin-top: 5px;
			border-top: 3px #4E6486 solid;
			border-bottom: 3px #4E6486 solid;
			overflow: hidden;
			clear: both;
		}

			#container #content #pagination_content ul {
				list-style: none;
				list-style-type: none;
				position: relative;
			}
			
				#container #content #pagination_content ul li {
					padding-top: 5px;
					padding-bottom: 5px;
					padding-right: 2px;
					padding-left: 2px;
					color: #454545;
					font-weight: bold;
					font-size: 93%;
					list-style: none;
					list-style-type: none;
					float: left;
				}

					#container #content #pagination_content ul li a:link, 
					#container #content #pagination_content ul li a:active, 
					#container #content #pagination_content ul li a:visited {
						color: #4E6486;
						text-decoration: none;
					}

					#container #content #pagination_content ul li a:hover {
						text-decoration: underline;
					}

				#container #content #pagination_content ul li.selected {
					padding-top: 5px;
					padding-bottom: 5px;
					padding-right: 2px;
					padding-left: 2px;
					color: #0277C6;
					font-weight: bold;
					font-size: 93%;
					list-style: none;
					list-style-type: none;
					float: left;
				}

	#container #footer {
		clear: both;
		margin-top: 25px;
		text-align: center;
	}
	
		#container #footer #footer_navigation {
			margin-bottom: 15px;
			display: table;
			margin-left: auto;
			margin-right: auto;
		}
		
			#container #footer #footer_navigation ul {
				list-style: none;
				list-style-type: none;
				position: relative;
				font-size: 77%;
				font-weight: bold;
			}
			
				#container #footer #footer_navigation ul li {
					float: left;
					padding-left: 7px;
					padding-right: 7px;
					border-right: 1px #858585 solid;
					maragin-right: 7px;
				}

				#container #footer #footer_navigation ul li.noborder {
					float: left;
					padding-left: 7px;
					padding-right: 7px;
					border-right: none;
					maragin-right: 0px;
				}

					#container #footer #footer_navigation ul li a:link, 
					#container #footer #footer_navigation ul li a:active, 
					#container #footer #footer_navigation ul li a:visited { 
						color: #858585;
						text-decoration: none;
					}

					#container #footer #footer_navigation ul li a:hover { 
						color: #000000;
						text-decoration: underline;
					}

	#container #footer #footer_text {
		clear: both;
		text-align: center;
		padding-bottom: 35px;
	}

		#container #footer #footer_text p {
			padding-bottom: 2px;
			font-size: 77%;
			color: #858585;
			letter-spacing: -0.05em;
		}

		#container #footer #footer_text .footer_image_logo {
			position: relative;
			top: 2px;
			padding-right: 1px;
		}

		#container #footer #footer_text .footer_image_equalhousing {
			position: relative;
			top: 1px;
		}
	
.header_bluebar {
	height: 31px;
	min-height: 31px;
	max-height: 31px;
	background-color: #007ac3;
	margin-right: 5px;
}

	.header_bluebar h1 {
		font-size: 85%;
		font-weight: bold;
		letter-spacing: -0.05em;
		color: #ffffff;
		padding-top: 7px;
		padding-left: 7px;
	}

h1.pagetitle {
	color: #445965;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 18px;
	margin-top: 15px;
	text-align: left;
}

	h1.pagetitle .notbold {
		font-weight: normal;
	}
	
a:link, 
a:active, 
a:visited {
	color: #017AC3;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

