/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	background: #603A23 url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #710F0C;
	font: bold italic 24px/26px "Times New Roman", Times, serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #795F4E;
	font: bold 17px/20px Arial, Helvetica, sans-serif;
}
	h2 strong {
		font-weight: normal;
	}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #F46C3A;
	font: bold italic 18px/18px "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #333;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #710F0C;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #E1DCBC;
	height: 1px;
	background-color: #E1DCBC;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
div#officeTour {
	float: right;
	width: 275px;
	height: 190px;
	padding: 0px;
	margin: 5px;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 816px;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
}
	#container {
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
	}
		#container2 {
			background: transparent url(assets/images/container2_bg.jpg) no-repeat left bottom;
		}
			#header {
				padding: 50px 33px 0px 33px;
				height: 90px;
			}
				#header .topInfo {
					color: #fff;
					font: bold 15px/16px "Times New Roman", Times, serif;
					text-align: center;
				}
				#header span {
					display: block;
				}
				#header .address {
					font: 11px/16px Arial, Helvetica, sans-serif;
				}
			#rightCol {
				float: right;
				padding: 0px 13px 0px 0px;
				width: 217px;
			}
				#nav {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: 320px;
				}
					#nav li {
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						line-height: 23px;
						list-style: none outside none;
						background: transparent url(assets/images/bar.gif) no-repeat center bottom;
					}
					#nav li.last {
						background: none;
					}
						#nav a {
							display: block;
							margin: 0px;
							padding: 0px 34px 1px 0px;
							width: 183px;
							height: auto;
							color: #fff;
							font: 14px/22px Arial, Helvetica, sans-serif;
							text-align: right;
							background: transparent url(assets/images/bullet.gif) no-repeat 195px 7px;
						}
						#nav a:hover {
							color: #F46C3A;
							text-decoration: none;
							background-position: 200px 7px;
						}
				#sidebar, #sidebar p {
					font: 11px/18px Arial, Helvetica, sans-serif;
				}
			#leftCol {
				padding: 0px 0px 0px 18px;
				width: 537px;
					min-height: 445px;
					_height: 445px;
			}
				#topPic {
					padding: 0px 0px 17px 0px;
				}
			#clear {
				clear: both;
				height: 40px;
				font-size: 0px;
				line-height: 0px;
			}
#footer {
	margin: 0px auto;
	padding: 0px 38px;
	width: 740px;
	color: #d2a586;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-align: center;
}
	#footer p {
		line-height: 13px;
	}
	#footer a {
		color: #e7cdbc;
	}
	#bottomNav {
		margin: 0px;
		padding: 10px 0px;
		width: auto;
		height: auto;
	}
		#bottomNav li {
			display: inline;
			margin: 0px;
			padding: 0px 5px;
			width: auto;
			height: auto;
			line-height: 14px;
			list-style: none outside none;
			border-right: 1px #e7cdbc solid;
		}
		#bottomNav li.last {
			border: 0px;
		}
			#bottomNav a {
				color: #e7cdbc;
				font-weight: normal;
				text-decoration: underline;
			}
			#bottomNav a:hover {
				text-decoration: none;
			}
#toplinks {
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: -11px;
}
#toplinks a {
	text-align: center;
	color: white;
}

