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

html{
background: white url(images/template_images/background_stripe_repeat.gif) top left repeat;
}

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

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: normal;
color: #82683c;
clear: both;
}

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

b, strong{
color: #82683c;
}

a{
color: #6d6f56;
}

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

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

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

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

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

#header{
width: 984px;
height: 200px;
clear: both;
position: relative;
}

#header_text{
position: absolute;
font-size: 12px;
font-weight: bold;
color: #82683c;
text-align: left;
left: 150px;
top: 152px;
}

#left_image{
width: 367px;
height: 236px;
float: left;
margin-top: 12px;
position: relative;
}

.left_text{
text-align: left; 
padding-left: 35px;
}

#menu{
width: 154px;
float: left;
display: inline;
margin-left: 2px;
padding-top: 17px;
padding-bottom: 30px;
}

#menu ul{
margin: 0;
padding: 0;
list-style: none;
text-align: left;
color: white;
}

#menu ul li ul{
margin-left: 15px;
border: 1px solid white;
border-width: 0 0 0 1px;
}

#menu a, #menu span{
color: white;
text-decoration: none;
display: block;
width: 100%;
padding: 5px;
}

#menu span{
cursor: pointer;
_cursor: hand;
}

#content{
width: 390px;
float: right;
display: inline;
margin-right: 43px;
color: #6d6f56;
text-align: left;
}

#content ul li, #content ol li{
padding-bottom: 10px;
}

#news{
width: 100%;
padding-top: 10px;
margin-top: 10px;
border: 1px solid #9d9d8f;
border-width: 1px 0 0 0;
color: #82683c;
}

#footer{
clear: both;
width: 984px;
height: 113px;
position: relative;
}

#walden_badge{
color: white;
text-decoration: none;
position: absolute;
bottom: 63px;
left: 165px;
font-size: 10px;
}

#copyright{
color: white;
position: absolute;
bottom: 63px;
right: 77px;
font-size: 10px;
}

#copyright a{
color: white;
}

#feed_link{
position: absolute;
right: -38px;
top: -5px;
}

#twitter_link{
position: absolute;
right: -72px;
top: -5px;
}

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

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

.right{
display: block;
text-align: right;
}

.left{
display: block;
text-align: left;
}

.inline{
display: inline;
}

.smallerText{
font-size:11px;
}

/* for images */
.img-left{
display: inline;
float: left;
margin: 4px 15px 10px 0;

}

.img-right{
display: inline;
float: right;
margin: 4px 0 10px 15px;
}

.img{
padding: 10px;
}

/* for lists */
.nopadding{
padding:0;
}

.noindent
{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

.media_header{
display: block;
width: 100%;
background: #82683c;
padding: 5px;
text-decoration: none;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
color: white;
}

/* styling to highlight links to the current page */
.active_page{
font-weight: bold;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("images/overlaybg.png" ) top left repeat;
}

.icebox{

}