﻿@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
img {
	border:0px;
}
a{
	text-decoration: none;
	color: #ff3333;
	font-weight: normal;
}
body {
	background-color: #eaeae8;
	margin-top: 0px;
   scrollbar-face-color:#333333;
   scrollbar-arrow-color:#f1f1f1;
   scrollbar-track-color:#666666;
   scrollbar-shadow-color:rgb(121214);
   scrollbar-highlight-color:#f1f1f1;
   scrollbar-3dlight-color:#000000;
   scrollbar-darkshadow-Color:#000000;
	
}
body, div, table {
	font-family: segoe ui, arial, geneva, sans serif;
	font-size: 14px;
	font-weight: normal;
}
.home {
	position: relative;
	z-index: 1;
	background-image: url('../images/backgrounds/bg-home1b.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	text-align: left;
}

.downlevel1 {
	position: relative;
	z-index: 1;
	background-image: url('../images/backgrounds/bg-downlevel1b.jpg');
	background-repeat: no-repeat;
	background-position: center top;

	text-align: left;

}
.downlevel2 {
	position: relative;
	z-index: 1;
	background-image: url('../images/backgrounds/bg-downlevel2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

.downlevel3 {
	position: relative;
	z-index: 1;
	background-image: url('../images/backgrounds/bg-downlevel3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
.downlevel4 {
	position: relative;
	z-index: 1;
	background-image: url('../images/backgrounds/bg-downlevel4.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}


.downlevelcontainer{
	display:block;
	width:970px;
	height:550px;
	position:absolute;
	color:#f1f1f1;
	overflow:hidden;
	margin:10px;
	}

.homecontainer{
	display:block;
	width:960px;
	height:650px;
	position:absolute;
	margin:20px;
	}


.homemessage{
	display:block;
	width:500px;
	height:200px;
	left:460px;
	position:absolute;
	top:350px;
	text-align:right;
	font-size:15px;

}

.maintable{
	width:1000px;
	min-height: 750px;
}

.logo{
height:99px;
width:1000px;
}

.homenavcontainer{
	width: 700px;
	float:right;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #e9e9e9;
	height: 25px;
	font-weight: bold;
	position:relative;
}
.homenavitem{
	float:left;
	width:100px;
	color:#FFFFFF;	
	font-weight:bold;	
}

.navcontainer{
	width:1000px;
	text-align:center;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color:#e9e9e9;
	height:25px;
	font-weight:bold;
}
.navitem{
	color:#FFFFFF;
	float:left;
	width:160px;
	font-weight:bold;
}

a.navlink{
	font-weight:normal;
	color:#f1f1f1;
}
a.navlink:hover{
	color:#cccccc;
}
.footercontainer{
	color: #333333;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	display: block;
	margin-top: 600px;
	text-align: center;
	width: 1000px;
	font-size: 11px;
	position:absolute;}

.footer{
	color:#333333;
}
br{
	clear:both;
}

.endorseimage{
	float:left; margin-right:7px;margin-bottom:7px;height:100px;width:100px;
}
.centercontent {
width:390px;
color:#000000;
position:absolute;
left:300px;
top:330px;

	}

h1{font-size:28px;margin:0px;font-weight:normal;}
h2{font-size:26px;margin:0px;font-weight:normal;}
h3{font-size:18px;margin:0px;font-weight:normal;}
h4{font-size:16px;}
h5{font-size:15px;}
h6{font-size:14px;}

p{margin-top:7px;margin-bottom:7px;}