html {
	background: #41220A url(../_img/mainbg.jpg) center top repeat-y;
}

body {
	background: url(../_img/topbg.jpg) top center no-repeat;
	min-height: 560px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontainer {
	margin: 0 auto;
	width: 999px;
	background: #41220A url(../_img/contentbg.jpg) center top repeat-y;
}

#header {
	background: url(../_img/headerbg.jpg) center top no-repeat;
	height: 425px; /* BG is 560, but the heading of each page has to go over the left side of that, so let's cut off 120px and put it in the next div */
	padding-top: 15px;
}

#header h1 a, #header h2 a {
	display: block;
	width: 570px;
	margin-left: 132px;
	/* opacity: 0.5;
	filter: alpha(opacity = 50);
	background-color: red; */
	text-indent: -9999px;
}

#header h1 a {
	height: 75px;
}

#header h2 a {
	height: 40px;
}

#slideshowcontainer {
	width: 450px;
	height: 297px;
	margin: 12px 0 0 112px;
	padding-right: 1px;
	display: block;
	float: left;
}

ul#mainmenu1 {
	display: block;
	float: left;
	margin: 70px 10px 0 10px;
	width: 130px;
	height: 180px;
}

ul#mainmenu2 {
	display: block;
	float: left;
	margin: 70px 10px 0 10px;
	padding-top: 30px;
	width: 130px;
	height: 150px;
}

ul#mainmenu1 li a {
	display: block;
	height: 50px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

ul#mainmenu2 li a {
	display: block;
	height: 40px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#maincontent {
	background: url(../_img/headerbg.jpg) center -440px no-repeat;
	min-height: 120px;
	width: 720px;
	margin: 0 100px;
	padding: 0 40px;
}

#content {
	margin: 0px;
	padding: 20px 40px 0px 40px;
}

#maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#maincontent h2 {
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
	padding: 20px 0 50px 0;
	line-height: 1.13em;
	font-weight: normal;
}

/* This next one is in there for FLIR to recreate the line-height 
   in 2-line headings */
#maincontent h2 img {
	padding-bottom: 0.35em;
}

#maincontent h3 {
	font-size: 1.5em;
	color: #4D1712;
	text-transform: uppercase;
	padding-bottom: 1em;
}

#maincontent h4 {
	font-size: 1.25em;
	color: #4D1712;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1em;
}

#maincontent h5 {
	font-size: 1.1em;
	color: #36281A;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1em;
}

#maincontent h6 {
	font-size: 1em;
	color: #36281A;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1em;
}

a {
	color: #4D1712;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#maincontent ul {
	padding-left: 44px;
}

#maincontent ul li {
	background: url(../_img/bullet.png) 0 2px no-repeat;
	padding: 0 0 1em 19px;
}

#maincontent p, #maincontent table {
	padding-bottom: 1em;
	line-height: 1.3em;
}

#maincontent table {
	/* background: url(../_img/th.png) top left repeat-x; */
	font-size: 13px;
	margin: 0 auto;
}

#maincontent table tr {
	border-bottom: 1px solid #CDA16D;
}

#maincontent table tr th {
	background-color: #FFF;
	opacity: 0.55;
	filter: alpha(opacity = 55);
	padding: 3px 10px 8px 10px;
	border-top: 5px solid #FFF;
	color: #000;
}

#maincontent table tr td {
	padding: 8px 10px;
	background: url('../_img/tr.png') top left repeat-x;
	margin-bottom: 11px;
}

#sidebar {
	display: none;
}

#footer {
	background: url(../_img/footerbg.jpg) top center no-repeat;
	height: 353px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	position: relative;
}

#footer p.suitcase span {
	display: none;
}

#footer p.suitcase a {
	display: block;
	width: 265px;
	height: 50px;
	margin-top: 125px;
	margin-right: 45px;
	text-indent: -9999px;
	float: right;
	clear:left;
}

#footer p.footertext {
	display: block;
	width: 200px;
	position: absolute;
	bottom: 90px;
	left: 420px;
	line-height: 2em;
}

#footer p.greatsmile {
	font-size: 1.5em;
	font-style:italic;
	padding-top: 20px;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

.main-right {
	width: 315px;
	float: right;
	margin-right: -55px;
	padding-top: 180px;
}

.main-left {
	width: 370px;

}

.smCol {
	width: 33%;
	text-align: center;
	float: left;
}

.smCol h3 {
	padding-top: 10px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.trainbottom {
	background: url(../_img/smalltrain.jpg) bottom center no-repeat;
	padding-bottom: 80px;
}

.trainbottom img {
	padding-right: 40px;
}

label {
	float: left;
	display: block;
}

input, select {
	clear: both;
	display: block;
}

.state {
	float: left;
	display: block;
	width: 60px;
}

.postal {
	float: left;
	display: block;
	width: 180px;
	padding-left: 7px;
}

.phonenumber {
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.25em;
	padding-bottom:1em;
}

#maincontent form {
	background: url(../_img/formbg.jpg) top center repeat-y;
	padding: 15px 25px;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#maincontent form div.appointmentform {
	height: 1050px;
}

#maincontent form div.leftform {
	width: 270px;
	float: left;
}

#maincontent form div.leftform textarea{
	width: 222px;
}

#maincontent form div.rightform {
	width: 320px;
	float: left;
}

#maincontent form p {
	padding: 0px 15px 25px 0px;
	color: #36281A;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1em;
}

#maincontent form p span {
	font-size: .95em;
	color: #222;
}

#maincontent form h4 {
	padding: 0px;
}

.radio input {
	display: inline;
}

.clearright {
	clear: right;
}

.spitting {
	padding-top: 20px;
}