body { font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	color: #deaf69;
	background: #741B0D url(assets/images/background.jpg) repeat-x left top;
}

p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #deaf69;
	font: 28px/28px "Times New Roman", Times, serif;
	height: 90px;
}

h2 { font-size: 20px;
	color: #fff;
}

h3 { font-size: 16px;
	color: #FFD198;
}

h4 { font-size: 14px;
	color: #DA8B2C;
}

a {
	color: #DA8B2C;
	font-weight: bold;
	text-decoration: none;}

a:hover {
	color: #fff;
	text-decoration: none;}

li { font-size: 12px;
	line-height: 20px;
}

hr { color: #6F3416;
	background: #6F3416;
	height: 1px;
	border: 0;}

blockquote {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
/* Classes */

.imgborder { border: 1px solid #000;}

.smalltext { font-size: 10px;
	line-height: 14px;}

.nomargin { margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.fields { font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #ececec !important;
	width:150px;}

input.submit, input.submit:hover { border: 1px solid #000;
	padding: 0.25px;
	font-size: 12px;}
	
input.submit { background-color: #CCC;
	color: #000;}

input.submit:hover { background-color: #000;
	color: #CCC;}
input { background-color:#FFFFFF !important;}


/* End Custom Forms*/

/* Template Structure */
#hover {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	width: 1000px;
	height: 397px;
	background: transparent url(assets/images/hover_bg.jpg) no-repeat left top;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 720px;
	height: auto;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
}
	#container {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		background: transparent url(assets/images/container_bg.jpg) no-repeat left bottom;
	}
		#header {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 397px;
			background: transparent url(assets/images/header_bg.jpg) no-repeat left top;
		}
			#miniNav {
				margin: 0px;
				padding: 43px 28px 0px 0px;
				width: auto;
				height: auto;
				text-align: right;
			}
				#miniNav li {
					display: inline;
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
				}
					#miniNav a {
						margin: 0px;
						padding: 0px 10px 0px 10px;
						width: auto;
						height: auto;
						color: #deaf69;
						font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
					}
					#miniNav a:hover {
						color: #fff;
						text-decoration: none;
					}
			#doctorAddress {
		margin: 0px 0px 18px 0px;
		padding: 3px 0px 6px 0px;
		width: auto;
		height: 56px;
		color: #deaf69;
		font: bold 19px/22px "Times New Roman", Times, serif;
		text-align: center;
				
			}
				#doctorAddress span {
				font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
				margin: 0px;
				padding: 0px;
				}
			#topPic {
			position: absolute;
			margin: 0px;
			padding: 0px;
			width: 345px;
			height: 249px;
			z-index: 901;
			top: 147px;
			left: 355px;
			}
	#navTop {
	margin: 0px;
	padding: 0px 0px 0px 24px;
	width: auto;
	height: 30px;
	z-index: 904;
	position: relative;
}
	#navTop li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: auto;
	list-style: none outside none;
	border-right: 1px #deaf69 solid;
	
}
	#navTop a {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	color: #deaf69;
	font: bold 12px/30px Georgia, "Times New Roman", Times, serif;
	z-index: 907;
}
	#navTop a:hover {
	color: #fff;
	text-decoration: none;
}
	#navTop li.last {
	border-right: 0px;
}

	#navBottom {
	margin: 0px;
	padding: 0px 0px 0px 24px;
	width: auto;
	height: 30px;
	z-index: 903;
	position: relative;
}
	#navBottom li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: auto;
	list-style: none outside none;
	border-right: 1px #deaf69 solid;
}
	#navBottom a {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	color: #deaf69;
	font: bold 12px/30px Georgia, "Times New Roman", Times, serif;
}
	#navBottom a:hover {
	color: #fff;
	text-decoration: none;
}
	#navBottom li.last {
	border-right: 0px;
}

			/* dropdown STARTS */
		#navTop li ul {
	width:190px;
	height:auto;
	top: 22px;
	left: 30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:910;
	position:absolute;
	border:1px solid #fff;
	background-color:#741B0D;
	visibility:hidden;
		}
		#navTop li ul li {
		margin:0px;
		padding:0px;
		border:none;
		}
			#navTop li ul li a{
			margin:0px;
			padding:0px 15px;
			display:block;
			background:none;
			font: bold 12px/20px Arial, Helvetica, sans-serif;
			border:none;		
			}
			#navTop li ul li a:hover {
			background-color:#C6823B;
			}
			#navTop li ul li:first-child  {
			border:none;
			}
/* dropdown ENDS */

			#logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 362px;
	height: 190px;
	z-index: 902;
			}
		#leftCol {
			float: left;
			margin: 0px;
			padding: 0px 0px 0px 22px;
			width: 171px;
			height: auto;
		}
			#sidebar {
				margin: 0px;
				padding: 0px 8px 10px 8px;
				width: auto;
				height: auto;
				color: #FFD198;
				font-size: 11px;
			}
				#sidebar p {
					font-size: 11px;
				}
		#rightCol {
			float: right; 
			margin: 0px;
			padding: 0px 40px 0px 22px;
			width: 464px;
			height: auto;
			background: transparent url(assets/images/rightCol_bg.jpg) no-repeat right top;
		}
		#clear {
			clear: both;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 50px;
		}
#bottomInfo {
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	width: 700px;
	height: auto;
	color: #deaf69;
	font: 10px/20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
/* End Template Structure */

/* Splash Structure */

/* End Splash Structure */
