@charset "UTF-8";

/*******************************************
		Template Configuration
*******************************************/

/*  Body Background Color */
body{
background: #edeede;
}

/* Header Background Color */
#background{
background: #84931a;
}

/* Header Background Seperator Color */
#background{
border-color: white;
}

/* Header Spacer Color (should be the same as the header background color) */
#header_spacer{
background: #84931a;
}

/* Container Background Color */
#container{
background: #84931a;
}

/* Header Right Hand Side Image */
#header_image{
background: url(images/template_images/header.jpg) top left no-repeat;
}

/* Header Menu Background Color */
#header_menu_container{
background: black;
}

/* Text Container Background Color */
#text_container{
background: white;
}

/* Text Container Text Color */
#text_container{
color: #606743;
}

/* Text Container Bottom Image */
#text_container{
}

/* Left Column Divider Color */
#left_column_separator{
background: #e5ebc8;
}

/* Left Column Contact Background Color */
#left_column_contact{
background: #84931a;
} 

/* Left Column contact text color */
#left_column_contact, #left_column_contact a{
color: #e5ebc8;
}

/* Color of Header Menu text */
#header_menu li a {
color: #b1d235;
}

/* Color of footer text */
#walden_badge{
color: #e5ebc8;
}

#copyright{
color: #f3791f;
}

/* Hover Color of menu text */
#header_menu li a:hover{
color: white;
}

/* Footer Background Color */
#footer{
background: black;
}

/* 
	Based on Walden "Master Style Sheet" developed by Aaron Gough 
	Walden: http://www.waldendesign.com
*/

/************************************************

			Generic Basic Styling
			
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
color: #f3791f;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 22px;
}

h2{
font-size: 18px;
}

h3{
font-size: 16px;
}

h4{

}

h5{

}

p{
text-align: left;
}

ul{

}

a{
color:#f3791f;
}

/************************************************

		Custom Styling for Specifi IDs
			
*************************************************/

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 271px;
border-width: 0 0 5px 0;
border-style: solid;
z-index: -1;
}

#header_spacer{
height: 40px;
width: 977px;
margin: 0 auto;
}

#container{
width: 977px;
margin: 0 auto;
margin-bottom: 76px;
}

#left_column{
width: 281px;
float: left;
overflow: hidden;
}

#left_column_contact{
width: 217px;
text-align: left;
font-size: 12px;
padding-top: 24px;
padding-left: 32px;
padding-right: 32px;
padding-bottom: 26px;
}

#left_column_contact h2{
font-size: 16px;
font-weight:bold;
color:black;
}

#left_column_contact a{
color: #e5ebc8;
}

#left_column_separator{
width: 100%;
height: 2px;
overflow: hidden;
margin: 8px 0 8px 0;
}

#header_image{
width: 696px;
height: 143px;
float: right;
overflow: hidden;
}

#header_menu_container{
width: 696px;
height: 35px;
float: right;
margin-bottom: 11px;
}

#header_menu{
margin: 0;
padding: 0;
list-style: none;
}

.no_submenu, .has_submenu{
display: block;
float: left;
height: 35px;
position: relative;
}

.no_submenu a, .has_submenu span{
display: block;
height: 35px;
line-height: 33px;
color: #b1d235;
text-decoration: none;
width: 136px;
}

.no_submenu a:hover, .has_submenu span:hover{

}

.has_submenu span{
width: 87px;
cursor: pointer;
_cursor: hand;
}

.is_submenu{
position: absolute;
left: 0px;
top: 35px;
background: black;
margin: 0;
padding: 0;
list-style: none;
z-index: 9999;
}

.is_submenu li a{
display: block;
text-align: left;
padding-left: 10px;
width: 250px;
padding-right: 10px;
color: white;
text-decoration: none;
pading-top: 7px;
padding-bottom: 7px;
}

.is_submenu li a:hover{
color: white;
}


#text_container{
width: 567px;
padding-left: 53px;
padding-right: 55px;
padding-top: 26px;
padding-bottom: 30px;
float: right;
display: inline;
margin-right: 21px;
overflow: hidden;
background-position: bottom right;
background-repeat: no-repeat;
text-align: left;
}

#footer_spacer{
width: 977px;
height: 30px;
clear: both;
}

#footer{
width: 977px;
height: 25px;
clear: both;
position: relative;
}

#walden_badge{
display: block;
position: absolute;
top: 6px;
left: 32px;
color: #f5f7ea;
font-size: 10px;
}

#walden_badge a{
color: #f5f7ea;
}

#copyright{
position: absolute;
right: 57px;
top: 6px;
font-size: 10px;
}

/************************************************

				Global Classes
			
*************************************************/

/* for any block-level elements */
.clear{ 
clear:both; 
}

.float_left{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.float_right{
float:right;
padding-left:15px;
padding-bottom:10px;
}

/* for text */
.text-left{
text-align:left;
}

.text-right{
text-align:right;
}

.text-center{
text-align:center;
}

.text-justify{
text-align:justify;
}

.bold{
font-weight:bold;
}

.italic{
font-style:italic;
}

.underline{
text-decoration: underline;
}

.highlight{
background:#ffc;
}

/* for images */
.img-left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
} 

.orangeText{
color:#f3791f;
}