/* CSS Document */
@import url("navbar_1.css");
a:link {
	color: #5B0000;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #8D3815;
	text-decoration: none;
}
body {
	background-color: #898114;
}
#container {
	background-image: url(images/navbar/bg_tile.gif);
	background-repeat: repeat-y;	
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	height: 800px;
}
#top {
	position: relative;
	width: 950px;	
	height: 153px;		
}
#middle {
	position: relative;
	width: 950px;
	background-image: url(images/navbar/logo_middle.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 90%;
}
#middle_1 {
	position: absolute;
	left: 375px;
	top: 35px;
	width: 275px;
}
#middle_2 {
	position: absolute;
	left: 250px;
	top: 100px;
	height: 300px;
	width: 391px;		
}
#middle_3 {
	position: absolute;
	left: 250px;
	top: 25px;
	width: 450px;		
}
#middle_4 {
	position: absolute;
	left: 250px;
	top: 25px;
	width: 600px;		
	
}
#left_1 {
	position: absolute;
	width: 255px;
	top: 65px;
	left: 60px;	
}
#left_nav {
    position: absolute;
	width: 175px;
	left: 60px;	
	top: 105px;
}
#right_1 {
	position: absolute;
	left: 655px;
	width: 250px;
	top: 35px;	
}
#right_1a {
	position: absolute;
	left: 655px;
	width: 250px;
	top: 175px;	
}
#right_1b {
	position: absolute;
	left: 655px;
	width: 250px;
	top: 275px;	
}
#right_2 {
	position: absolute;
	left: 705px;
	width: 225px;
	top: 150px;	
}
#right_3 {
	position: absolute;
	left: 705px;
	width: 225px;
	top: 100px;	
}
#right_3 a:link {
	text-decoration: none;
	color: #5C250F;
	font-weight: bold;
}
#right_3 a:active {
	text-decoration: none;
	color: #fff;
}

#right_3 a:visited {
     color: #5C250F;
     text-decoration: none;
	 font-weight: bold;
}
#right_3 a:hover {
     text-decoration: none;
	 color: #fff;
}
#bttm {
    position: relative;
	width: 950px;
	height: 63px;
    background-image: url(images/navbar/bottom.gif)
}
#lower_left {
position: absolute;
	 top: 472px;
	 left: 60px;
}
#lower_mid {
     position: absolute;
	 top: 500px;
	 left: 282px;
}
#lower_right {
position: absolute;
	 top: 472px;
	 left: 727px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FEFAE9;
	line-height: 19px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FEFAE9;
	line-height: 19px;
}
.text2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEFAE9;
	line-height: 19px;
}
.text3bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FEFAE9;
	line-height: 19px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FEFAE9;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FEFAE9;
	line-height: 19px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FEFAE9;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FEFAE9;
	font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C250F;
	line-height: 20px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#container #middle #middle_4 a:link {
	color: #FEFAE9;
	text-decoration: underline;
}
#container #middle #middle_4 a:active {
	color: #CCCCCC;
}
#container #middle #middle_4 a:visited {
	color: #FEFAE9;
	text-decoration: underline;
}
#container #middle #middle_4 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
