/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	scrollbar-base-color: #5E3636;
	scrollbar-arrow-color: #330000;
	scrollbar-3dlight-color: #3c1917;
	scrollbar-darkshadow-color: #5E3636;
	scrollbar-face-color: transparent;
	scrollbar-highlight-color: #5E3636;
	scrollbar-shadow-color: #5E3636;
	scrollbar-track-color: #330000;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#page_container {
	position:relative;
	width:850px;
	height:580px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:187px;
	height:306px;
	z-index:2;
}
#flash_nav {
	position:absolute;
	left:0px;
	top:316px;
	width:187px;
	height:157px;
	z-index:2;
}

#header {
	position:absolute;
	left:195px;
	top:0px;
	width:655px;
	height:28px;
	z-index:2;
}

#footer_text {
	position:absolute;
	left:15px;
	top:12px;
	width:630px;
	height:70px;
	z-index:2;
	overflow: auto;
}


#footer_nav {
	position:absolute;
	left:344px;
	top:560px;
	width:496px;
	height:20px;
	z-index:2;
}

#main_content {
	position:absolute;
	left:195px;
	top:27px;
	width:650px;
	height:438px;
	z-index:2;
	background-color: #000000;
	background-image: url(images/flashstandin.jpg);
	padding-right: 2px;
	padding-left: 4px;
}
#main_top_left {
	position:absolute;
	left:98px;
	top:20px;
	width:220px;
	height:300px;
	z-index:2;
}

#ghosthorses {
	position:absolute;
	left:4px;
	top:482px;
	width:181px;
	height:28px;
	z-index:4;
}

#main_top_right {
	position:absolute;
	left:330px;
	top:20px;
	width:220px;
	height:300px;
	z-index:2;
}
#main_bottom_left {
	position:absolute;
	left:98px;
	top:327px;
	width:212px;
	height:92px;
	z-index:2;
	background-image: url(images/bottom_btns.jpg);
	padding: 4px;
	background-repeat: no-repeat;
}
#main_bottom_right {
	position:absolute;
	left:330px;
	top:328px;
	width:212px;
	height:92px;
	z-index:2;
	background-image: url(images/bottom_btns.jpg);
	padding: 4px;
	background-repeat: no-repeat;
}

#contact_form {
	position:absolute;
	left:19px;
	top:20px;
	width:621px;
	height:417px;
	z-index:2;
}

#footer {
	position:absolute;
	left:195px;
	top:465px;
	width:655px;
	height:90px;
	z-index:2;
}

#text_center {
	position:absolute;
	left:7px;
	top:35px;
	width:633px;
	height:416px;
	z-index:5;
	overflow: auto;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.btns_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.btns_text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: -1px;
	border-bottom: 1px #ccc dotted;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

ul {
list-style:circle;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-transform: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5E3636;
	text-transform: capitalize;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.maintextCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

