/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #6C93CE url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #5778A3;
	font: italic 20px/40px Georgia, "Times New Roman", Times, serif;
}
	h1:first-letter {
		font-size: 40px;
	}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #b28d79;
	font: 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #555553;
	font: bold italic 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #5778A3;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* 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;
}
.lineheight {
	line-height: 20px;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}


#contactForm{
	margin:0px 0px 0px 6px;
}
#contactForm input, textarea{
	margin:5px 0px 5px 0px;
	width:142px;
	padding:5px 3px 5px 3px;
}
#contactForm .submit{
	height:25px;
	padding:0px;
	width:150px;
}
.contactTitle{
	font-size:18px;
	background:#F0EACB;
	width:145px;
	padding:6px 3px 6px 3px;
	margin:0px 0px 5px 0px;
	text-align:center;
}

/* Layout
(margins, paddings, widths, heights have been reset at the begining of this file)
---------------------------------------------- */
#header {
	margin: 0px auto;
	width: 751px;
	height: 161px;
}
	#logo {
		position: absolute;
		margin-top: 8px;
		width: 547px;
		height: 139px;
		text-indent: -900%;
		background: transparent url(assets/images/logo.png) no-repeat left top;
		/* Cross-browser NON-validating PNG support
		------------------------------------------------ */
			_background: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://drokeefe.com/assets/images/logo.png',sizingMethod='scale');
	}
	#topAddress {
		color: #ccc;
		font: 12px/32px Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#topPhone {
		padding: 44px 25px 0px 0px;
		color: #fff;
		font: 20px/20px "Times New Roman", Times, serif;
		letter-spacing: 2px;
		text-align: right;
	}
	#tagline {
		padding: 30px 20px 0px 0px;
		color: #5a5a5a;
		font: 24px/24px Sylfaen, "Times New Roman", serif;
		letter-spacing: .02em;
		text-align: right;
		text-transform: uppercase;
	}
		#tagline:first-letter {
			font-size: 26px;
		}
#wrapper {
	margin: 0px auto;
	width: 751px;
	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: 157px;
			/* Cross-browser NON-validating minimum height
			------------------------------------------------ */
				min-height: 408px;
				_height: 408px;
		}
			#nav {
				margin: 0px;
				padding: 25px 0px;
				width: auto;
				height: auto;
			}
				#nav li {
					margin: 0px;
					padding: 1px 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
				}
					#nav a {
						display: block;
						margin: 0px;
						padding: 0px 0px 0px 20px;
						width: 137px;
						height: auto;
						color: #fff;
						font: 12px/24px Arial, Helvetica, sans-serif;
						letter-spacing: 1px;
						background: transparent url(assets/images/navA_bg.jpg) repeat-y left top;
					}
					#nav a:hover {
						text-decoration: none;
						background: #000;
					}
			#sidebar {
				padding: 0px 10px;
				color: #ddd;
				font: 11px/18px Arial, Helvetica, sans-serif;
			}
		#rightCol {
			float: left;
			padding: 5px 0px 0px 6px;
			width: 580px;
		}
			#banner {
				padding-bottom: 6px;
			}
			#rightPic {
				float: right;
			}
			#contents {
				padding: 20px 24px;
			}
		#footer {
			clear: left;
			height: 50px;
			background: transparent url(assets/images/footer_bg.jpg) no-repeat left bottom;
		}
			#credits {
				padding-top: 31px;
				color: #ABA9A3;
				font: 11px/11px Arial, Helvetica, sans-serif;
				text-align: center;
			}
				#credits a {
					color: #ABA9A3;
				}
				
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}
#bottomlinks {
	padding-top: 2px;
	text-align: center;
}
#bottomlinks a {
	color: white;
}

