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

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #015073;
	font: 14px "Times New Roman", Times, serif;
	background: #21221D url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #813879;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #2380AB;
	font: 18px/20px Arial, Helvetica, sans-serif;
}
	h2 strong {
		font-weight: normal;
	}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #A3439A;
	font: bold italic 18px/20px "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #015073;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #2380AB;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #015073;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #A7788A;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.fields {
	width:150px;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

#officeTour {
	float: left;
	width: 250px;
	height: 250px;
	margin: 1em 5px 5px 5px;
	padding: 0px;
}

.subNav{
	background-color:#B1BC82;
	margin:-30px 0px 0px 175px;
	padding:6px 6px 6px 0px;
	position:absolute;
}
#nav li ul.subNav li a{
	width:auto;
}


/* Layout
---------------------------------------------- */
#background {
	background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
}
	#wrapper {
		margin: 0px auto;
		width: 955px;
		background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
	}
		#container {
			background: transparent url(assets/images/container_bg.jpg) no-repeat center top;
		}
			#header {
				height: 247px;
			}
				#docName {
					position: absolute;
					margin: 115px 0px 0px 268px;
					width: 412px;
					height: 66px;
					text-indent: -900%;
					background: transparent url(assets/images/name.gif) no-repeat left top;
				}
				#addressPhone {
					position: absolute;
					margin: 182px 0px 0px 258px;
					width: 435px;
					color: #c9d1a6;
					font:  18px/26px "Times New Roman", Times, serif;
					text-transform: uppercase;
					text-align: center;
				}
			#leftCol {
				float: left;
				width: 176px;
			}
				#nav {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
				}
					#nav li {
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						list-style: none outside none;
					}
						#nav a {
							display: block;
							margin: 0px;
							padding: 0px 0px 0px 33px;
							width: 143px;
							height: auto;
							color: #06577e;
							font: bold 14px/24px "Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
							text-transform: uppercase;
						}
						#nav a:hover {
							color: #C6D4A1;
							text-decoration: none;
							background-color: #A7788A;
						}
				#sidebar {
					padding: 20px 10px 0px 10px;
					font: 12px/18px "Times New Roman", Times, serif;
				}
			#rightPic {
				float: right;
				width: 215px;
			}
			#rightPic p {
				margin: 0px;
				padding: 0px;
			}
			#rightCol {
				margin: 0px 0px 0px 200px;
				width: 530px;
			}
			#footer {
				clear: both;
				height: 181px;
				font-size: 0px;
				line-height: 0px;
				background: transparent url(assets/images/footer.jpg) no-repeat left bottom;
			}
	#bottomNav, #credits {
		margin: 0px auto;
		padding: 20px 0px 0px 0px;
		width: 955px;
		height: auto;
		text-align: center;
	}
		#bottomNav li {
			display: inline;
			margin: 0px 10px;
			padding: 0px;
			width: auto;
			height: auto;
			list-style: none outside none;
		}
			#bottomNav a {
				color: #835480;
				font: 10px/12px Arial, Helvetica, sans-serif;
			}
	#credits {
		color: #835480;
		font: 10px/12px Arial, Helvetica, sans-serif;
	}
		#credits a {
			color: #C9D2A7;
		}



#toplinks {
	
	text-align: center;
	font-size: 11px;
	margin: 0px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}






