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

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color: #a1181f;
}

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

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

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

#header_container{
width: 783px;
padding-top: 196px;
background: transparent url(images/template_images/page_header.jpg) top left no-repeat;
}

#footer_container{
width: 783px;
padding-bottom: 182px;
background: transparent url(images/template_images/page_footer.jpg) bottom left no-repeat;
position: relative;
}

#header_menu{
width: 783px;
height: 30px;
clear: both;
}

#home, #portfolio, #events, #about_us, #contact_us{
display: block;
position: absolute;
top: 0;
color: white;
height: 30px;
line-height: 30px;
text-decoration: none;
}

#home:hover, #portfolio:hover, #events:hover, #about_us:hover, #contact_us:hover{
color: black;
}

#home{
left: 60px;
}

#portfolio{
left: 121px;
}

#events{
left: 196px;
}

#about_us{
left: 328px;
}

#contact_us{
left: 410px;
}

#left_content{
width: 426px;
float: left;
display: inline;
margin-left: 60px;
margin-top: 26px;
text-align: left;
}

#content_shaper{
float: right;
width: 62px;
height: 267px;
}

#feature_image{
position: absolute;
right: 48px;
top: 78px;
width: 263px;
height: 197px
}

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

#footer_contact{
width: 238px;
position: absolute;
left: 515px;
bottom: 47px;
color: white;
font-size: 16px;
}

#contact_small{
padding-top: 5px;
font-size: 10px;
}

#contact_small a{
color: white;
}

#walden_badge{
width: 100%;
margin: 0 auto;
padding-top: 5px;
padding-bottom: 30px;
font-size: 9px;
}

#walden_badge a{
color: black;
}

#icebox{
background: #000000;
}

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

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