@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: #e7e2d4 url(images/template_images/header_background.gif) top left repeat-x;
}

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color:#502a1f;
}


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

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

#container{
width: 977px;
margin: 0 auto;
margin-top: 37px;
background: transparent url(images/template_images/column_background.gif) top left repeat-y;
}

#container_header{
width: 977px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
padding-top: 108px;
}

#menu_container{
width: 977px;
height: 33px;
position: relative;
}

#main_menu{
margin: 0;
padding: 0;
padding-left: 320px;
list-style: none;
}

.no_submenu, .has_submenu{
display: block;
float: left;
height: 33px;
text-align: center;
line-height: 33px;
position: relative;
}

.no_submenu a, .has_submenu a{
display: block;
height: 33px;
text-align: center;
line-height: 33px;
color: white;
text-decoration: none;
}

.no_submenu a:hover, .has_submenu a:hover{
background: white;
color: #502a1f;
}

.is_submenu{
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 32px;
left: 0px;
background: #502a1f;
text-align: left;
width: 170px;
border: 1px solid #502a1f;
}

.is_submenu li a{
display: block;
color: white;
height: 20px;
line-height: 20px;
text-decoration: none;
padding: 2px;
padding-left: 10px;
padding-right: 10px;
width: 150px;
text-align: left;
}

.is_submenu li a:hover{
background: white;
color: #502a1f;
}

#left_padding{
height: 451px;
width: 1px;
float: left;
}

#left_column{
width: 285px;
float: left;
display: inline;
margin-left: 21px;
padding-top: 10px;
text-align: left;
}

#right_column{
width: 569px;
float: right;
display: inline;
margin-right: 55px;
padding-top: 37px;
text-align: left;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer{
width: 977px;
height: 225px;
margin: 0 auto;
margin-bottom: 40px;
position: relative;
background: transparent url(images/template_images/footer.gif) top left repeat-y;
}

#footer_right, #footer_middle, #footer_left{
position: absolute;
bottom: 51px;
height: 164px;
}

#footer_right{
right: 20px;
width: 328px;
}

#footer_middle{
right: 363px;
width: 297px;
}

#footer_left{
left: 22px;
width: 285px;
height: 175px;
}

#walden_badge{
display: block;
position: absolute;
left: 71px;
bottom: 23px;
color: #7b83a7;
font-size: 10px;
}

#footer_contact{
position: absolute;
right: 54px;
bottom: 23px;
color: #7b83a7;
font-size: 10px;
}

#footer_contact a{
color: #7b83a7;
}

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

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

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

.float_left{
float:left;
padding-right:10px;
padding-top:3px;
}

.float_right{
float:right;
padding-left:10px;
padding-top:3px;
}

/* 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;
}@charset "UTF-8";
/* CSS Document */