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

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color: #d2232a;
}

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

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

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

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

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

#header{
width: 821px;
height: 276px;
clear: both;
position: relative;
}

#header_menu{
width: 100%;
height: 100%;
position: relative;
}

#home, #service_button, #our_office, #location, #educational{
position: absolute;
display: block;
width: 88px;
height: 23px;
top: 198px;
line-height: 23px;
color: white;
text-decoration: none;
background: transparent url(images/template_images/alpha_button.png) top left no-repeat;
_background: transparent url(images/template_images/button.gif) top left no-repeat;
}

#home:hover, #service_button:hover, #our_office:hover, #location:hover, #educational:hover{
background: transparent url(images/template_images/alpha_hover_button.png) top left no-repeat;
_background: transparent url(images/template_images/hover_button.gif) top left no-repeat;
}

#links, #contact_us{
position: absolute;
display: block;
width: 88px;
height: 23px;
top: 226px;
line-height: 23px;
color: #096297;
text-decoration: none;
background: transparent url(images/template_images/alpha_light_button.png) top left no-repeat;
_background: transparent url(images/template_images/light_button.gif) top left no-repeat;
}

#links:hover, #contact_us:hover{
background: transparent url(images/template_images/alpha_hover_button_bottom.png) top left no-repeat;
_background: transparent url(images/template_images/hover_button_bottom.gif) top left no-repeat;
color: white;
}

#home{
left: 65px;
}

#service_button{
left: 170px;
padding-bottom: 5px;
}

#our_office{
left: 274px;
}

#location, #links{
left: 378px;
}

#educational, #contact_us{
left: 482px;
}

#services{
position: absolute;
list-style: none;
padding: 0;
margin: 0;
width: 136px;
left: 0px;
top: 28px;
background: #096297;
}

#services li:hover{
background: #d2232a;
}

#services li a{
color: white;
text-decoration: none;
}

#left_column_container{
width: 390px;
float: left;
text-align: right;
}

#left_column{
width: 325px;
padding-left: 65px;
}

#interest_note_container{
width: 325px;
clear: left;
float: left;
display: inline;
margin-left: 65px;
margin-top: 40px;
background: transparent url(images/template_images/left_column_repeat.jpg) top left repeat-y;
}

#interest_note_header{
width: 325px;
background: transparent url(images/template_images/left_column_header.jpg) top left no-repeat;
}

#interest_note_footer{
width: 325px;
background: transparent url(images/template_images/left_column_footer.jpg) bottom left no-repeat;
padding-top: 110px;
padding-bottom: 110px;
}

#interest_note{
margin: 0;
padding: 0;
padding: 0 60px 0 60px;
text-align: left;
line-height: 20px;
}

#interest_note h2{
margin: 0;
padding: 0;
padding-bottom: 10px;
}

#right_column_container{
width: 394px;
float: right;
text-align: left;
}

#right_column{
width: 330px;
color: #096297;
font-size: 14px;
}

#right_column_spacer{
width: 394px;
height: 75px;
float: right;
clear: right;
}

#footer{
width: 821px;
height: 94px;
clear: both;
position: relative;
}

#walden_badge{
position: absolute;
left: 140px;
bottom: 46px;
color: #096297;
font-size: 10px;
}

#walden_badge a{
color: #096297;
}

#copyright{
position: absolute;
right: 98px;
bottom: 44px;
color: #FFFFFF;
}

#copyright a{
color: #FFFFFF;
}

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

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

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

.float_left{
float:left;
}

.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;
}