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

html{
	padding:0px;
	margin:0px;
	scrollbar-face-color:#CFCED2;
	scrollbar-shadow-color:#CFCED2;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#E9E9E9;
	scrollbar-darkshadow-color:#919194;
	scrollbar-track-color:#E4E4E4;
	scrollbar-arrow-color:#000000;
}

body{
	padding:0px;
	margin:0px;
	background:url(../images/bkg_sky01.jpg) no-repeat;
	background-position:top;
	background-color: #995900;
}

p, li  {
	margin: 16px 0px;
	padding: auto;
	font-family: Verdana, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

a:link, a:visited, a:active {
	color: #D74F0D;
	text-decoration:underline;
}

a:hover{
	color: orange;
	text-decoration:none;
}

h1{
	margin: 0;
	padding: 0;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2{ 
	color: #B3823E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #cccccc;
}

div#container{
	width:1000px;
	margin:0 auto;
}

div#wrapper{
	width: 1000px;
	margin: 0 10px;
}


div#bannerhome{
	width: 1000px;
	height: 505px;
	margin: 15px 0 0 0;
	padding: 0;
}

div#frontnav{
	width: 1000px;
	height: 50px;
	margin: 0;
	padding: 0;
}

div#comparea{
	display:table;
	width: 1000px;
	height:205px;
	margin-top: 10px;
}

div#comp01{
	display:table;
	float:left;
	background:url(../images/bkg_comp_left.jpg) no-repeat;
	width: 422px;
	height: 205px;
	padding: 0 20px;
}

div#comp01 p{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

div#comp02{
	display:table;
	float:left;
	background:url(../images/comp_space_bkg.jpg);
	width: 14px;
	height: 205px;
}

div#comp03{
	display:table;
	float:left;
	background:url(../images/bkg_comp_right.jpg) no-repeat;
	width: 523px;
	height: 205px;
}

div#contactblock {
	width: 500px;
	border: 7px solid #f5f5f5;
	padding: 15px;
	margin:0 auto;
	text-align:center;

}

.smtxt {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0;
	padding:0;
}

.field {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f5f5f5;
	color: #000000;
	margin:0;
	padding:3px;
	border: 1px solid #cccccc;
}

div#navbtmedge{
	display:table;
	background:url(../images/nav_btmedge.jpg);
	width:1000px;
	height:5px;
}

/* interior page divisions*/

div#intheader{
	width:1000px;
	height:135px;
	margin:0 auto;
	background:url(../images/header_int_bkg.jpg) no-repeat;
	background-color: transparent; 
}

div#sectitle{ 
	padding: 75px 0 0 37px;
}

div#intnav{
	background: url(../images/bkg_int_nav.jpg) no-repeat;
	width:1000px;
	height:63px;
	padding: 2px 0 0 8px;
}

div#intbody{
	width:900px;
	min-height:400px;
  	height:auto !important;
 	height:400px;
	padding: 10px 50px;
	background-color: #ffffff;
}

div#intcontainer{
	width:1000px;
	margin:0 auto;
	margin-top:25px;
}

div#intfooter{
	height:95px;
	width:1000px;
	background: url(../images/bkg_int_footer.gif) no-repeat;
	padding:0;
	margin-bottom: 25px;
	border: 0px solid red; 
}

div#intfooter p, div#intfooter a:link, div#intfooter a:active, div#intfooter a:visited{
	display:block;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 40px 30px;
	margin:0px;
}

/* other*/

div#copyblock01{
	display:table;
	width: 600px;
	height: auto;
	padding:0;
	margin:0;
	text-align:left;
}

div#video{
	display:table;
	width: auto;
	height: auto;
	padding:0;
	margin:0 auto;
	text-align:center;
}
div#photoblock{
	display:table;
	width: auto;
	height: auto;
	padding:0;
	margin: 0 auto;
	text-align:center;
}

/* ### */