@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#banner {
	background-image: url(../index1images/skytebanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 352px;
	width: 940px;
	background-color: #4A2A13;
	margin-top: -14px;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #4b2910;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	float: left;
	font-size: 12px;
	height: 24px;
	margin-top: 28px;
}

#navcontainer ul li {
	display: inline;
	
}

#navcontainer ul li a
{
	background-color: #4b2910;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 16px;
}

#navcontainer ul li a:hover
{
background-color: #11b3e1;
color: #fff;
}
#logo {
	clear: left;
	float: left;
	height: 84px;
	width: 240px;
	margin-top: 80px;
	margin-left: 40px;
}
#container {
	color: #FFFFFF;
	background-color: #4A2A13;
	width: 940px;
}
.left {
	text-align: center;
	float: left;
	width: 440px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	background-color: #4A2A13;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 186px;
	margin-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A6A39C;
	margin-bottom: 12px;
}
.INFO {
	background-color: #4A2A13;
	text-align: left;
	width: 400px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.services {
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom-style: none;
	vertical-align: top;
	padding-right: 6px;
	padding-left: 6px;
}
a:link {
	color: #11b3e1;
	text-decoration: underline;
}
a:visited {
	color: #11b3e1;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
.about {
	color: #4A2A13;
	background-image: url(../index1images/bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 248px;
	width: 388px;
	padding-top: 8px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#footer {
	font-size: 9px;
	background-color: #330000;
	text-align: center;
	clear: left;
	width: 940px;
	height: 40px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6A39C;
}
.about-large {
	background-color: #FFFFFF;
	text-align: left;
	width: 420px;
	color: #4A2A13;
	margin-bottom: 10px;
	padding: 6px;
}
#contact {
	background-color: #FFFFFF;
	background-image: url(../indeximages/bg-circle.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4A2A13;
	padding-top: 10px;
	padding-bottom: 4px;
}
