@charset "UTF-8";
/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	margin-left: 0px;
	margin-top: 15px;
	background-color: #4A5255;
}

h1,h2,h3,h4,h5{
	color:#017280;
}

.content1 {
	margin-left:0;
	margin-right:0;
	border:10px solid #FFFFFF;
	position:relative;
	width: 830px;
}

.style1 {
	font-size: 18px;
	color: #017280;
	font-weight: bold;
}

.style2 {font-size: 12px}

.style11 {font-size: 14px; color: #FFFFFF; }

body,td,th {
	font-size: 12px;
}

a.external:link {color: #333333;  }
a.external:visited {color: #333333; }
a.external:hover {color: #333333;  }
a.external:active {color: #333333; } 

a.privacy:link {color: #666666;  }
a.privacy {color: #666666; }
a.privacy {color: #666666;  }
a.privacy {color: #666666; } 

a {
	font-size: 12px;
	color:#017280;
}

a.top:link {color: #FFFFFF;  }
a.top {color: #FFFFFF; }
a.top {color: #FFFFFF;  }
a.top {color: #FFFFFF; } 

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.style12 {
	color: #009900;
	font-weight: bold;
}

.style18 {color: #017280}

.style23 {color: #666666; font-weight: bold; }

.style24 {color: #017280; font-weight: bold; }


/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#header_menu{
width: 100%;
position:relative;
}

#main_menu{
margin: 0;
padding: 0;
list-style: none;
padding-left: 0px;
position:absolute;
bottom: 26px;
right: 0px;
}

.no_submenu, .has_submenu{
float: left;
display: block;
height: 32px;
position: relative;
}

.no_submenu a, .has_submenu span{
height: 32px;
line-height: 32px;
text-decoration: none;
color: #d8cdb0;
}

.no_submenu a:hover, .has_submenu span:hover{
color: #48592b;
}

.is_submenu{
position: absolute;
top: 34px;
left: 0px;
margin: 0;
padding: 0;
list-style: none;
background: #017280;
text-align: left;
z-index:9999;
}

.is_submenu li a{
display: block;
line-height: 20px;
width: 130px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
color: #FFFFFF;
text-decoration: none;

}

.is_submenu li a:hover{
background: #fafbfb;
color: #48592b;
}

/************************************************

				Global Classes
			
*************************************************/

.float_left{
float:left;
}

.float_right{
float:right;
}

.smallText{
font-size:11px;
}

