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

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #6F6D54 url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #2A2924;
	font: bold 24px/26px Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #57522A;
	font: 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #4A482E;
	font: bold italic 16px/18px Georgia, "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #4A4947;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #4A4947;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	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;
}

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

/* Layout
---------------------------------------------- */
#bgImage {
	/* background: transparent url(assets/images/bgImage_bg.jpg) no-repeat left top; */
}
#logins {
	margin: 0px auto;
	padding: 19px 40px 0px 0px;
	width: 771px;
	height: 17px;
	color: #fff;
	font: 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
}
	#logins a {
		color: #fff;
		}
#topInfo {
	margin: 0px auto;
	padding: 28px 65px 0px 0px;
	width: 746px;
	height: 72px;
	background: transparent url(assets/images/topInfo_bg.gif) no-repeat right top;
}
	#docName {
		margin: 0px 0px 0px auto;
		width: 298px;
		height: 29px;
		text-indent: -900%;
		background: transparent url(assets/images/docName.gif) no-repeat left top;
		}
	#addressPhone {
		padding: 12px 0px 0px 0px;
		color: #bcb78b;
		font: bold 14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: right;
		text-transform: uppercase;
		}
		#addressPhone span {
			color: #fff;
			}
#wrapper {
	margin: 0px auto;
	width: 811px;
	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;
	}
		#leftCol {
			float: left;
			width: 201px;
		}
			#logo {
				position: absolute;
				margin: -54px 0px 0px 22px;
				}
			#nav {
				margin: 0px;
				padding: 135px 23px 0px 23px;
				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: 7px 0px;
						width: 155px;
						height: auto;
						color: #2D291E;
						font: bold 14px/16px "Times New Roman", Times, serif;
						text-align: center;
						text-transform: uppercase;
						border-bottom: 1px #4C4822 solid;
					}
					#nav a:hover {
						color: #fff;
						text-decoration: none;
						}
		#rightCol {
			margin: 0px 0px 0px 230px;
			padding: 45px 0px 55px 0px;
			width: 520px;
				min-height: 348px;
				_height: 348px;
		}
		#footer {
			clear: both;
			height: 111px;
			background: transparent url(assets/images/footer_bg.jpg) no-repeat left top;
		}
			#bottomPics {
				position: absolute;
				margin: -45px 0px 0px 359px;
				}
	#bottomNav {
		margin: 0px auto;
		padding: 20px 70px;
		width: 671px;
		height: auto;
		text-align: center;
	}
		#bottomNav li {
			display: inline;
			margin: 0px;
			padding: 0px 7px;
			width: auto;
			height: auto;
			list-style: none outside none;
			border-right: 1px #4C4822 solid;
		}
		#bottomNav li.last {
			border-right: 0px;
			}
			#bottomNav a {
				color: #2D291E;
				font: bold 10px/12px "Times New Roman", Times, serif;
				text-transform: uppercase;
			}
			#bottomNav a:hover {
				color: #fff;
				text-decoration: none;
				}

