@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/body_bg.png) no-repeat top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding: 0px;
	position: relative;
} 

#container object
{
	margin: 0px;
	padding: 0px;
}
#header {
	background: #DDDDDD url(../images/header_bg.png) repeat-x 0px 0px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	border-bottom: 2px solid #FFAC62;
	left: 0px;
	position: relative;
} 
#header img
{
	border-style: none;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 8px;
}
#header p
{
	margin: 20px 0px 0px 210px;
	text-align: center;
	color: #FFAC62;
	position: absolute;
	left: 100px;
	top: 60px;
}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #050D7A url(../images/sidebar_bg.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px;
	height: 500px;
	border-left: 2px solid #FFC066;
	margin: 0px 0px 0px -3px;
	display: inline;
	top: 0px;
}
#sidebar1 p
{
	color: #FFAC62;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 25px 10px 30px;
}
#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #9F7A45 url(../images/index_bg3.jpg) no-repeat center top;
	height: 500px;
	width: 628px;
	position: relative;
}
#mainContent p
{
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #01084E;
	display: block;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 525px;
	position: absolute;
	left: 40px;
	top: 90px;
	z-index: 100;
}
#mainContent img
{
	float: right;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 257px;
	top: 36px;
}


#child_mainContent
{
	width: 800px;
	padding: 7px 0 0;
	height: auto;
	background: #9E7944 url(../images/index_bg.jpg) repeat-x;
}
#contact
{
	background: #9F7A45 url(../images/contact_bg.jpg);
}

#nav_bar  ul
{
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
}
#nav_bar
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#nav_bar   li  a
{
	text-decoration: none;
	display: block;
	color: #02084D;
	font-size: 12px;
	background: url(../images/nav_bg.jpg) repeat-x;
	padding: .2em 2.35em;
	float: left;
	margin: 0px;
}
#nav_bar li
{
	float: left;
}
#nav_bar li a:hover, #nav_bar li a:active, #nav_bar li a:focus {
	background: url(../images/nav_bg_over.jpg) repeat-x;
}

#nav_bar li a:active, #nav_bar li a:focus {
	background: url(../images/nav_bg_down.jpg) repeat-x;
}
#child_nav_bar  ul
{
	margin: 0;
	padding: 0px 0px 0px 2px;
	list-style: none;
	background: url(../images/nav_bg.jpg) repeat-x;
	width: 100%;
	text-align: center;
}
#child_nav_bar
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#child_nav_bar li
{
	float: left;
}
#child_nav_bar   li  a
{
	text-decoration: none;
	display: block;
	color: #02084D;
	font-size: 12px;
	background: url(../images/nav_bg.jpg) repeat-x;
	padding: 2px 34.5px 2px 34px;
	float: left;
	margin: 0px;
}
.onPage {
	text-decoration: none;
	display: block;
	color: #02084D;
	font-size: 12px;
	background: url(../images/nav_bg_down.jpg) repeat-x;
	padding: 2px 34.5px 2px 34px;
	float: left;
	margin: 0px;
}
#child_nav_bar li a:hover, #nav_bar li a:active, #nav_bar li a:focus {
	background: url(../images/nav_bg_over.jpg) repeat-x;
}

#child_nav_bar li a:active, #nav_bar li a:focus {
	background: url(../images/nav_bg_down.jpg) repeat-x;
}
.lwr_banner {
	font: 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFC066;
	background: #99733D;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right: 2px none #FFAC62;
	width: 800px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffc066;
	height: 30px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.footer_nav {
	color: #00289d;
	font-size: 10px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 2px 0px 0px;
}
.footer_copyright
{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #00289d;
	padding: 0;
	margin: 0px;
	display: inline;
	float: right;
}
.footer_collisionbuilder
{
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	float: left;
	color: #00289d;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.first {
	margin-top: 0;
}
h3
{
	font: normal 16px "Copperplate Gothic Light", Georgia, "Times New Roman", serif;
	color: #E7E3CE;
	background: #99733D;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
.link_h3
{
	margin-top: 30px;
	text-align: center;
}

h2
{
	font: normal 18px "Copperplate Gothic Light", Georgia, "Times New Roman", serif;
	color: #020951;
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
	position: absolute;
	left: 20px;
	top: 60px;
}
.dropcap
{
	font: 2.5em/0.85em Georgia, "Times New Roman", Times, serif;
	color: #99733D;
	display: block;
	float: left;
	padding-top: 0.03em;
	padding-right: 0.02em;
}
#footer .footer_collisionbuilder a
{
	text-decoration: none;
}
#photo_gallery
{
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
}
#editable
{
	height: 100%;
	padding-bottom: 20px;
}

#editable p
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	margin-left: 20px;
	margin-top: 20px;
}
#editable .fltlft
{
	margin: 5px;
}
#editable .fltrt
{
	margin: 5px;
}
.warning {
	color: #CC0000;
}
.contact_action {
	display: block;
	padding-left: 150px;

}#form1 label
{
	font-size: 13px;
	margin-left: 15px;
	background: #D1B794;
}
#contact h4
{
	text-align: center;
	margin-top: 20px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
#form1 #comments
{
	margin-left: 15px;
}
#contact h3
{
	margin-top: 40px;
}
#contact img
{
	position: absolute;
	left: 350px;
	top: 270px;
}

#form1 legend
{
	font-size: 14px;
	color: #232C8B;
}
#links_swf
{
	margin: 0px;
	padding: 0px;
}
.links_p
{
	display: block;
}
#about_us
{
	margin-top:40px;
}
