@charset "UTF-8";
/* 
	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;
background: #edf5d7;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: normal;
color:#3b3939;
}

img{
border: 0;
}

h1{
font-size: 22px;
}

h2{
font-size: 18px;
}

h3{
font-size: 16px;
}

h4{
font-size: 14px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#a4cd39;
}

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

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

#container{
width: 985px;
margin: 0 auto;
margin-bottom: 23px;
background: transparent url(images/template_images/background_repeat.jpg) top left repeat-y;
}

#header_container{
width: 985px;
height: 182px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#footer_container{
width: 985px;
background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
position: relative;
}

#menu_column{
width: 156px;
border: 1px solid #a4cd39;
border-width: 0 2px 0 0;
float: left;
margin-top: 30px;
}

#main_menu{
width: 125px;
list-style: none;
margin: 0;
padding: 0;
text-align: right;
float: right;
color: #a9a9a9;
}

.has_submenu, .no_submenu{
width: 125px;
list-style: none;
display: block;
}

.has_submenu span, .no_submenu a{
display: block;
width: 105px;
padding: 2px 20px 2px 0;
color: #535151;
text-decoration: none;
}

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

.is_submenu{
list-style: none;
margin: 0;
margin-right: 20px;
padding: 0;
border: 2px solid #a4cd39;
border-width: 0 2px 0 0;
font-size: 11px;
text-align: left;
}

.is_submenu li{
width: 125px;
display: block;
list-style: none;
text-align: left;
_width: 100px;
}

.is_submenu li a{
display: block;
width: 95px;
padding: 4px 10px 4px 0;
color: #535151;
text-decoration: none;
text-align: right;
margin: 0;
}

.is_submenu li a:hover{
color: #828282;	
}

#text_column{
width: 262px;
float: left;
display: inline;
margin-left: 21px;
text-align: left;
padding-bottom: 30px;
color: #3b3939;
}

#text_column a{
color: #3b3939;
}

#image_column{
width: 447px;
padding: 12px;
display: inline;
float: right;
margin-right: 23px;
}

#footer{
width: 100%;
height: 112px;
clear: both;
position: relative;
}

#contact_details{
position: absolute;
bottom: 100px;
left: 35px;
font-size: 11px;
color: #3b3939;
}

#email{
display: block;
position: absolute;
bottom: 69px;
left: 35px;
color: #3b3939;
font-size: 11px;
}

#copyright{
position: absolute;
left: 491px;
bottom: 71px;
color: #3b3939;
font-size: 10px;
}

#walden_badge{
position: absolute;
right: 23px;
bottom: 71px;
text-decoration: none;
color: #3b3939;
font-size: 10px;
}



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

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

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* 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;
}

.white{
background: #3b393a;
}

#icebox{
background: #000000;
}

.greenText{
color: #a4cd39;
}