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

body {
font-family: "Times New Roman", Times, serif;
background: #201816;
color: #68503d;
font-size: 12px;
}

#container {
width: 871px;
margin: 20px auto;
background: url('images/bg.png') repeat-y #fff;
}

#header {
background: url('images/header.png');
width: 871px; height: 113px;
}
	#header h1 {
	margin: 0;
	}
		#header h1 a {
		display: block;
		float: left;
		text-indent: -9999px;
		width: 235px; height: 70px;
		margin: 40px 0 0 33px;
		}
#nav {
width: 811px; height: 24px;
margin: 4px 0 3px 30px;
background: #506731;
}
	#nav ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	float: right;
	}
		#nav ul li {
		display: inline;
		margin: 0 7px;
		}
			#nav ul li a {
			font-family: Century Gothic;
			color: #fff;
			font-size: .9em;
			text-transform: uppercase;
			text-decoration: none;
			}
				#nav ul li a:hover {
				color: #FFF1BA;
				}
#flash {
/*
width: 816px; height: 423px;
margin: 2px 0 2px 31px;
*/
padding: 4px 29px;
}
#nav-bottom {
background: #FFF1BA;
width: 811px; height: 24px;
margin: 4px 0 3px 30px;
}
	#nav-bottom ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
	}
		#nav-bottom ul li {
		display: inline;
		margin: 0 7px;
		}
			#nav-bottom ul li a {
			font-family: Century Gothic;
			color: #794F2B;
			font-size: .9em;
			text-transform: uppercase;
			text-decoration: none;
			}
				#nav-bottom ul li a:hover {
				color: #6E7669;
				}
#footer {
width: 811px; height: 126px;
margin:0px 0 3px 30px;
background: #6E7669;
text-align: center;
padding: 0 0 0 0;
color: #f0eaca;
}
	#footer #logos {
	width: 95%;
	margin: 0 auto;
	}
		#footer #logos ul {
		list-style-type: none;
		}
			#footer #logos ul li {
			display: inline;
			margin: 0 10px;
			}
				#footer #logos ul li a img {
				border: 0;
				}
			#footer #logos ul li.higher {
			margin-top: -10px;
			}
	#footer #text {
	font-size: .9em;
	color: #404137;
	width: 100%;
	padding-top: 4px;
	}
		#footer #text a {
		color: #404137;
		}
#bottom {
background: url('images/bottom.png');
width: 871px; height: 41px;
}
#content {
padding: 10px 40px;
}
	#content h2 {
	font-size: 2.25em;
	color: #6E7669;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .06em;
	margin: 0 0 8px 0;
	}
	#content p {
	font-size: 1.3em;
	margin: 16px 0;
	padding: 0 18px;
	line-height: 140%;
	}

body.photos {
text-align: center;
color: #B9AC70;
}
	.photos h1 {
	font-size: 2em;
	margin: 0 0 4px 0;
	color: #6E7669;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .06em;
	}
#office-flash {
width: 815px; height: 420px;
background: url('images/offices.jpg');
}
	#office-flash a {
	float: right;
	background: #9D331D;
	color: #fff;
	padding: 2px 8px 3px 8px;
	border: 1px solid #fff;
	text-decoration:none;
	margin: 14px 14px 0 0;
	}
		#office-flash a:hover {
		background: #CC0000;
		}
                
a.newlink {
    color: #00008b;
    text-decoration: none;
}