@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../_images/_backgrounds/site_main_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #ffffff;
}

#container {
	width: 1152px;
	margin-left: auto;
	margin-right: auto;
}

	#container #content {
		background-image: url(../_images/_backgrounds/site_main.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 1152px;
		min-height: 656px;
	}
	
		#container #content #large_logo {
			width: 1152px;
			height: 150px;
			min-height: 150px;
			max-height: 150px;
			text-align: center;
		}
		
		#container #content #logo_bottom_row {
			width: 1152px;
			height: 32px;
		}
			
			#container #content #logo_bottom_row #blue_row {
				background-color: #5486b9;
				margin-left: 124px;
				margin-right: 752px;
				height: 32px;
				min-height: 32px;
				max-height: 32px;
			}
			
		#container #content #navigation {
			padding-top: 9px;
			padding-left: 124px;
			padding-right: 124px;
		}
			
			#container #content #navigation #nav_text_left {
				float: left;
				height: 42px;
				max-height: 42px;
				min-height: 42px;
			}
			
			#container #content #navigation #nav_items {
				float: right;
				width: 645px;
				max-width: 645px;
				min-width: 645px;
				height: 42px;
				max-height: 42px;
				min-height: 42px;
				text-align: right;
				position: relative;
				left: 10px;
			}

				#container #content #navigation #nav_items ul {
					max-height: 51px;
					height: 42px;
					min-height: 42px;
					max-height: 42px;
					list-style-type: none;
					list-style: none;
					display: inline;
				}
				
					#container #content #navigation #nav_items ul li {
						float: left;
						height: 42px;
						min-height: 42px;
						max-height: 42px;
						display: table-cell;
						position: relative;
					}
					
		#container #content #small_logo_row {
			width: 1152px;
			height: 68px;
		}
			
			#container #content #small_logo_row #small_logo {
				float: left;
				background-color: #ffffff;
				margin-left: 124px;
				width: 277px;
				max-width: 277px;
				min-width: 277px;
				height: 68px;
				min-height: 68px;
				max-height: 68px;
			}
			
			#container #content #small_logo_row #page_title {
				float: right;
				width: 627px;
				max-width: 627px;
				min-width: 627px;
				height: 42px;
				max-height: 42px;
				min-height: 42px;
				margin-right: 124px;
			}

				#container #content #small_logo_row #page_title #page_title_text {
					padding-top: 20px;
					padding-left: 15px;
				}

				#container #content #small_logo_row #page_title #page_subnav {
					padding-left: 15px;
				}

					#container #content #small_logo_row #page_title #page_subnav ul {
						position: relative;
						list-style: none;
						list-style-type: none;
					}

						#container #content #small_logo_row #page_title #page_subnav ul li {
							float: left;
							list-style: none;
							list-style-type: none;
							padding-right: 20px;
						}

	#container #main_content {
		clear: both;
		background-image: url(../_images/_backgrounds/content_bg.jpg);
		background-repeat: repeat-y;
		background-position: center top;
		width: 1152px;
		min-height: 360px;
		overflow: hidden;
	}
	
		#container #main_content #content_area {
			margin-left: 124px;
			margin-right: 124px;
			min-height: 360px;
		}
		
			#container #main_content #content_area #blue_sidebar {
				float: left;
				background-color: #5486b9;
				width: 277px;
				max-width: 277px;
				min-width: 277px;
				min-height: 360px;
			}

			#container #main_content #content_area #content_container {
				float: right;
				width: 627px;
				max-width: 627px;
				min-width: 627px;
			}
			
				#container #main_content #content_area #content_container #content_text {
					padding-top: 10px;
					padding-left: 15px;
					padding-right: 15px;
					padding-bottom: 10px;
					/* font-variant: small-caps; */
				}
	
					#container #main_content #content_area #content_container #content_text a:link, 
					#container #main_content #content_area #content_container #content_text a:visited, 
					#container #main_content #content_area #content_container #content_text a:active { 
						border-bottom: 1px #ffffff dotted;
						font-weight: bold;
						color: #ffffff;
						text-decoration: none;
						cursor: pointer;
					}

					#container #main_content #content_area #content_container #content_text a:hover { 
						border-bottom: none;
						color: #5486b9;
					}

					#container #main_content #content_area #content_container #content_text h1 {
						font-weight: bold;
						letter-spacing: -0.05em;
						font-size: 153.9%;
						color: #ffffff;
						font-variant: small-caps;
						margin-bottom: 10px;
					}

					#container #main_content #content_area #content_container #content_text h2 {
						font-weight: bold;
						letter-spacing: -0.05em;
						font-size: 138.5%;
						color: #ffffff;
						font-variant: small-caps;
						text-align: center;
						margin-bottom: 0px;
						padding: 0px;
						line-height: 0.9em;
					}

					#container #main_content #content_area #content_container #content_text h3 {
						font-weight: normal;
						letter-spacing: -0.05em;
						font-size: 123.1%;
						color: #ffffff;
						font-variant: small-caps;
						text-align: center;
						margin-bottom: 0px;
						padding: 0px;
						line-height: 0.9em;
					}

					#container #main_content #content_area #content_container #content_text h4 {
						font-weight: bold;
						letter-spacing: -0.05em;
						font-size: 123.1%;
						color: #ffffff;
						font-variant: small-caps;
						text-align: left;
						margin-bottom: 0px;
						padding: 0px;
						line-height: 0.9em;
					}
					
					#container #main_content #content_area #content_container #content_text #contact_address {
						width: 300px;
						min-width: 300px;
						max-width: 300px;
						margin-left: auto;
						margin-right: auto;
						overflow: hidden;
						margin-top: 10px;
						margin-bottom: 20px;
						line-height: 1.1em;
					}

						#container #main_content #content_area #content_container #content_text #contact_address #line_left {
							float: left;
							text-align: left;
							font-weight: normal;
							letter-spacing: -0.05em;
							font-size: 123.1%;
							color: #ffffff;
							font-variant: small-caps;
						}

						#container #main_content #content_area #content_container #content_text #contact_address #line_right {
							float: right;
							text-align: right;
							font-weight: normal;
							letter-spacing: -0.05em;
							font-size: 123.1%;
							color: #ffffff;
							font-variant: small-caps;
						}

					#container #main_content #content_area #content_container #content_text abbr {
						padding-right: 15px;
					}

					#container #main_content #content_area #content_container #content_text p {
						font-size: 100%;
						letter-spacing: normal;
						line-height: 1.25em;
						padding-bottom: 10px;
						color: #ffffff;
					}

					#container #main_content #content_area #content_container #content_text #clientlist_table {
						border: none;
						width: 100%;
						min-width: 100%;
						max-width: 100%;
					}

						#container #main_content #content_area #content_container #content_text #clientlist_table #clientlist_column {
							text-align: left;
							vertical-align: top;
							width: 50%;
							min-width: 50%;
							max-width: 50%;
						}

					#container #main_content #content_area #content_container #content_text ul {
						list-style: square;
						list-style-type: square;
						margin-left: 25px;
						margin-bottom: 10px;
					}

						#container #main_content #content_area #content_container #content_text li {
							list-style: square;
							list-style-type: square;
						}

					#container #main_content #content_area #content_container #content_text .appraiser {
						display: none;
					}
		
	#container #footer {
		clear: both;
		background-image: url(../_images/_backgrounds/site_main_footer.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 1152px;
		height: 208px;
		max-height: 208px;
		min-height: 208px;
	}
