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

/************************************************
		 Styling for Standard Elements	
*************************************************/

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

body{
font-family:  Arial, Helvetica, sans-serif, Verdana;
font-size: 12px;
text-align: center;
background: white url(images/template_images/page_bg.jpg) top left repeat-x;
color: #5f5f5f;
}

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

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#1d8ae5;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

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

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

#container_footer{
width: 964px;
background: transparent url(images/template_images/container_footer.jpg) bottom left no-repeat;
}

#menu_container{
width: 125px;
margin-left: 175px;
display: inline;
float: left;
border: 2px solid #a9a9a9;
border-width: 0 2px 0 0;
}

#main_menu{
width: 125px;
list-style: none;
margin: 0;
padding: 0;
text-align: 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: #5f5f5f;
text-decoration: none;
}

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

.is_submenu{
list-style: none;
margin: 0;
margin-right: 20px;
padding: 0;
border: 2px solid #a9a9a9;
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: #5f5f5f;
text-decoration: none;
text-align: right;
margin: 0;
}

.is_submenu li a:hover{
color: #1350b4;
}

#content_column{
width: 253px;
margin-left: 28px;
display: inline;
float: left;
text-align: left;
}

#content_column li{
padding-bottom:10px;
}

#content_image{
width: 346px;
margin-right: 10px;
display: inline;
float: right;
}

#footer_container{
clear: both;
width: 964px;
height: 174px;
position: relative;
}

#quote_container{
width: 360px;
height: 93px;
position: absolute;
left: 200px;
top: 62px;
color: #3a6cbf;
font-family: serif;
font-style: normal;
font-size: 16px;
}

#quote_container span{
color: #469fea;
}

#quote_container_2{
width: 343px;
height: 93px;
position: absolute;
left: 0px;
bottom: 10px;
_bottom: 0px;
}

#footer_right_image{
width: 350px;
height: 184px;
position: absolute;
left: 605px;
bottom: 3px;
}

#footer_contact{
position: absolute;
left: 0px;
bottom: 5px;
text-align: right;
}

#footer_contact a{
font-size: 11px;
color: #5f5f5f;	
}

#legal_container{
width: 964px;
height: 77px;
margin: 0 auto;
position: relative;
color: #89a7d9;
font-size: 10px;
}

#legal_container a{
color: #89a7d9;	
}

#copyright{
position: absolute;
top: 8px;
left: 266px;
}

#walden_badge{
position: absolute;
top: 8px;
right: 88px;
}

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

/* for logo */
.logo_first{
color:#1d8ae5;
}

.logo_second{
color:#0e56ba;
}

.logo_third{
color:#012851;
}

/************************************************
				Custom Classes	
*************************************************/