@charset "utf-8";
/* CSS Document 
Programmed by Solstice Web
Primary Colors
red #5f0c07;
background: #0b0b0b;
dark blue: #0229ab;


*/
html, body, #container {height: 100%;}

body > #container {
	height: auto;
	min-height: 100%;
	
}

body{
margin: 5px;
text-align: center;/*makes sure whole site is centered in older browsers*/
background-color: #0b0b0b;

color: #FFFFFF;
font: 11px Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:50px; 
}

a img {/*makes all images that are links have no border*/
	border: none;
	text-align: center;
}

.fr {
float: right;
}

.fl {
float: left;
}
/**Container To Hold The Layout**/
#container{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	width: 1004px;
	background-image: url(images/TOPinside.jpg) ;
	background-repeat: no-repeat;
}
#slidemenubar, #slidemenubar2{
	position:absolute;
	border:1.5px solid black;
	background-color:#F2F2F2;
	layer-background-color:#F2F2F2;
	line-height:73px;
	background-image: url(images/menulong.jpg);
	background-repeat: no-repeat;
	height: 590px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-indent: 0px;
	text-align: center;
}
#slidemenubar, #slidemenubar2 a {
	color: #FFF;

	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 50px;
}
#bottomnav ul, #bottomnav li {
display: inline;
width: 900px;
	margin: 0px 5px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
#bottomnav li a
{
text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
padding: 0px 0px 0px 10px;
}
#bottomnav li a:hover
{
color: #ffcc66;
}
#bottomnav ul li a.first {
	border-left: none;
	margin-left: 0;
	border-left: none;
padding: 0px; 

}


#bottomnavhome ul, #bottomnavhome li {
display: inline;
width: 900px;
	margin: 0px 5px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
#bottomnavhome li a
{
text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
padding: 0px 0px 0px 10px;
}
#bottomnavhome li a:hover
{
color: #ffcc66;
}
#bottomnavhome ul li a.first {
	border-left: none;
	margin-left: 0;
	border-left: none;
padding: 0px; 

}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-align: center;

}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #047CA4;
}



/**Banner Styles**/
#hometop{
	height: 600px;
	width: 1004px;
	padding: 0px;
	background-image: url(images/home10_10.jpg);
}
#top{
	height: 100px;
	width: 1004px;
	padding: 0px;
	margin-bottom: 10px;
}
#middle{
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 50px;}

#left{
	float: left;
	margin-left: 150px;
	margin-top: 10px;
	width: 300px;
	height: auto;
	text-align: left;
}

#right{
	width: 300px;
	float: right;
	margin-right: 150px;
	margin-top: 10px;
	text-align: left;
}

#footer{
	position: relative; /* negative value of footer height */
	height: 20px;
	clear:both;
	vertical-align: bottom;
	text-align: center;
	color: #FFF;
	font-size: xx-small;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
}
#bottomnav{
	color: #FFF;
	
	background-color: #0b0b0b;
}
#bottomnavhome{
	color: #FFF;
	
}
/* CLEAR FIX*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a:link {
	color:#FFF
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #C60;
}
a:active{
	color: #FFF;
}
a.nav:link { color:#ffffff;}
a.nav:visited { color: #ffffff;}
a.nav:hover { color: #BD9C31;}
a.nav:active { color: #ffffff;}

#homebottom{
    height: 100px;
    width: 500px;
    position: absolute;
    top: 475px;
    left: 250px;
}
