@charset "UTF-8";
/* CSS Document */
.header {
	padding-top: 0px;
	padding-left: 10%;
	background-color: #555555;
	margin-top: 0px;
	z-index: 10;
	position: relative;
}
.header_home {
	padding-top: 10px;
	padding-left: 5%;
	z-index: 1;
	text-decoration: none;
	position: relative;
}
.footer {
	background-color: #92430a;
	font-size: 0.6em;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 5%;
	z-index: 1;
	width: 100%;
	padding-right: 5%;
	height: auto;
	vertical-align: bottom;
	padding-top: 10px;
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
}
.navbar {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CECECE;
	height: 5.5em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 1em;
}

.subnavbar {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 8em;
	padding-top: 20px;
	padding-bottom: 20px;

	padding-left: 10%;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a.message:link {
	color: #0000FF;
	font-weight: bold;
	}
a.message:hover {
	color: #0000FF;
	font-weight: bold;
	}
a.message:visited {
	color: #0000FF;
	font-weight: bold;
	}
a.message:active {
	color: #0000FF;
	font-weight: bold;
	}
a:link {
	color: #E06F1D;
	text-decoration: none;
}
a:visited {
	color: #E06F1D;
	text-decoration: none;
}
a:hover {
	color: #E06F1D;
	text-decoration: underline;
}
.mainContent {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10%;
	font-size: 0.8em;
	}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #92430A;
}
h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: lighter;
}
h2 {
	font-size: 1.3em;
	color: #000000;
	font-weight: lighter;
}
p {
	color: #000000;
}
#nav_col1 {
	float:left;
	width:40%;
	min-width:150px;
	z-index: 1;
}
#nav_col2 {
	float:right;
	width:20%;
	min-width:75px;
	font-size: .7em;
}
#nav_col3 {
	float:right; 
	width:25%;     
	font-size: .7em;
	text-align: right;
	}
#subnav_col1 {
	float:left; 
	width:20%;
	font-size: .8em;  
   }
#subnav_col2 {
	float:left;
	width:20%;
	font-size: .8em;
}
#subnav_col3 {
	float:right; 
	width:60%;
	font-size: .8em;     
	}				
#main_col1 {
	float:left;
	width:200px;
	font-size: .8em;
   }
#main_col2 {
	float:left;
	width:70%;
	font-size: .8em;
	padding-left: 20px;
}
					
#foot_col1 {
	float:left; }
#foot_col2 {
	float:right;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-right: 9%;
	padding-right: 5%;
}
.homepage {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 20px;
	width: 30%;
	margin:80px 50% 50px 50%;
	color: #FFFFFF;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.bg {
	z-index: 0;
	padding: 0px;
	padding: 0px;
	position: absolute;
	background-position: top;
	width: 100%;
}
#bghome {
	z-index: 0;
	padding: 0px;
	padding: 0px;
	position: absolute;
	background-position: top;
	overflow: hidden;
	width: 100%;
	border: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
