@charset "UTF-8";
/* CSS Document */

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

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

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

html{
background: #1a6f8a;
}

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #98ca47 url(images/template_images/background_header.gif) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #7da83a;
}

a{
color: #065c71;
}

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

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

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

#container{
width: 990px;
margin: 0 auto;
background: transparent url(images/template_images/column_background.gif) top center repeat-y;
position: relative;
}

#header_overlay{
position: absolute;
top: 0px;
left: 0px;
z-index: 9999;
}

#header_menu{
height: 225px;
width: 990px;
position: relative;
}

#header_menu_list{
list-style: none;
position: absolute;
width: 920px;
left: 37px;
bottom: 25px;
padding: 0;
margin: 0;
}

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

.has_submenu span, .no_submenu a{
display: block;
width: 92px;
height: 30px;
padding-top: 20px;
padding-bottom: 5px;
text-decoration: none;
color: #065c71;
}

.has_submenu span:hover, .no_submenu a:hover, .has_submenu:hover, .no_submenu:hover{
background: #cce5a3;
}

.is_submenu{
list-style: none;
text-align: left;
margin: 0;
padding: 0;
position: absolute;
top: 55px;
left: 0px;
width: 160px;
background: #087390;
}

.is_submenu li a{
display: block;
width: 150px;
padding: 3px;
text-decoration: none;
color: white;
padding-left: 5px;
padding-right: 5px;
}

.is_submenu li a:hover{
background: #cce5a3;
color: #065c71;
}

#main_column_header{
width: 990px;
margin: 0 auto;
background: transparent url(images/template_images/column_header.gif) top center no-repeat;
}

#main_column_footer{
width: 990px;
height: 87px;
margin: 0 auto;
background: transparent url(images/template_images/column_footer.gif) bottom center no-repeat;
margin-bottom: 23px;
}

#left_column{
float: left;
display: inline;
margin-left: 37px;
width: 260px;
text-align: center;
color: #065c71;
}

#side_text{
width: 222px;
margin-top: 15px;
background: transparent url(images/template_images/side_text.jpg) top left no-repeat;
padding: 19px;
padding-top: 23px;
text-align: center;
font-weight: bold;
}

#right_column{
width: 565px;
float: right;
display: inline;
margin-right: 75px;
padding-top: 35px;
text-align: left;
color: #065c71;
}

#footer{
width: 100%;
height: 61px;
background: transparent url(images/template_images/background_footer.gif) bottom left repeat-x;
}

#walden_badge{
font-size: 10px;
padding-top: 25px;
color: white;
}

#walden_badge a{
color: white;
}

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

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

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

.float_left{
float:left;
padding-top: 3px;
padding-right: 15px;
padding-bottom: 50px;
}

.float_right{
float:right;
}

/* 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;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
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;
}

.width_spacer{
width: 990px;
height: 1px;
overflow: hidden;
clear: both;
}