@charset "UTF-8";
/* CSS Document */

img, table {
	border: 0;
}
a:visited {
	color: #666;
}
body {
	padding: 0;
	background: #777;
	margin: 20px 0;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #FFF;
}
#bgBanner {
	background: url(img/bg_hdr.jpg);
	height: 150px;
	border: 1px solid #CCC;
	border-bottom: none;
	text-align: right;
}
#bgBanner img {
	margin: 100px 15px 0 0;
	behavior: url(iepngfix.htc);
}
#bgBanner a {
	display: block;
}
h1, h3, #navbar {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.txtwrap {
	margin: 30px;
	text-align: justify;
}
#homePage {
	height: 200px;
}
#navbar {
	text-align: right;
	width: 100%;
}
#navbar strong, #navbar a, #navbar span {
	margin-right: 30px;
}
#navbar, #navbar a, #navbar a:visited {
	line-height: 55px;
	color: #333;
	text-decoration: none;
}
#navbar a:hover, #navbar strong {
	border-bottom: 1px dotted #666;
}
#navbar strong, #navbar a {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
h1 {
	color: #666;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: right;
	margin: 25px 0 50px 0;
}
h1 span {
	padding: 5px 0;
	padding-left: 10px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}
h3 {
	margin-bottom: 5px;
	letter-spacing: 1.2px;
	color: #000;
}
h3 span {
	padding-bottom: 3px;
	border-bottom: 1px dotted #AAA;
}
#footer {
	margin: 30px 20px 0 20px;
	padding: 10px 0 20px 0;
	border-top: 1px dotted #CCC;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 130%;
}
/* content-related CSS below */

#danPhoto {
	float: right;
	margin-left: 40px;
	border: 3px solid #BBB;
}
.bigFont, #homePage p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
}
#googlemap {
	width: 680px;
	padding: 0;
	height: 330px;
	border: 1px solid #CCC;
	margin: 5px 0;
}
#transportation tr td {
	padding: 5px;
}
#transportation img {
	float: right;
}
.confirmMsg {
	padding: 20px;
	background: #ffffd5;
	border: 1px solid #CCC;
}
#Zip {
	width: 50px;
	margin-right: 0;
}
#contactFields {
	width: 680px;
	border: 1px solid #CCC;
	background: #E7E7E7;
}
#contactFields tr td {
	padding: 5px;
	text-align: right;
}
#contactFields select, #contactFields .textinput {
	text-align: left;
}
#contactFields select {
	float: left;
	text-align: left;
	margin-right: 10px;
}
#contactFields textarea {
	width: 320px;
	height: 200px;
	margin-right: 10px;
	max-height: 200px;
	max-width: 320px;
}
#contactFields .middle, .textinput {
	width: 160px;
	vertical-align: middle;
}
#contactFields #submitBtn {
	text-align: center;
}
#disclaimer {
	text-align: justify;
	padding: 0 20px;
	font-size: 11px;
}
#contactFields .left, #contactFields #textArea {
	text-align: left;
}
#btn {
	margin: 5px 0;
}
#contactFields .leftcol {
	width: 100px;
	vertical-align: middle;
}
