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

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

			Generic Basic Styling
			
*************************************************/

html{
background-color: #9f9f9f;
}

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

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #ebebeb url(images/template_images/footer_background.gif) bottom left repeat-x;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

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

img{
border: 0;
}

h1{
font-size: 22px;
}

h2{
font-size: 18px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{

}

p{

}

ul{

}

a{
color:#7b1513;
}

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

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

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 206px;
z-index: -1;
background: transparent url(images/template_images/header_background.gif) top left repeat-x;
}

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

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

#left_column{
display: inline;
float: left;
padding-top: 1px;
width: 262px;
color: white;
}

#left_column a{
color: white;
}

#menu_column{
display: inline;
float: left;
width: 187px;
padding-top: 107px;
}

#content_column{
display: inline;
float: right;
width: 438px;
margin-right: 56px;
padding: 25px 0px 85px 0px; 
text-align: left;
}

#content_column_title{
width: 100%;
height: 80px;
color: white;
}

#content_column_title h1{
font-size: 18px;
}

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

#footer{
width: 981px;
height: 100px;
margin: 0 auto;
background: transparent url(images/template_images/footer.gif) top left no-repeat;
position: relative;
}

#jump{
width: 137px;
height: 123px;
position: absolute;
bottom: 63px;
right: 48px;
background: transparent url(images/template_images/jump.gif) top left no-repeat;
z-index: 1;
}

#notice_footer{
width: 981px;
height: 39px;
margin: 0 auto;
position: relative;
}

#walden_badge{
position: absolute;
top: 13px;
right: 30px;
font-size: 9px;
color: white;
}

#copyright{
position: absolute;
top: 13px;
left: 38px;
font-size: 9px;
color: white;
}

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

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

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

.float_left{
float:left;
padding-right: 15px;
padding-bottom: 15px;
}

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

/**** Menu Styles ****/
#main_menu{
padding: 0;
margin: 0;
text-align: left;
list-style: none;
padding-left: 48px;
}

.has_submenu, .no_submenu{
padding-top: 3px;
padding-bottom: 3px;
}

.has_submenu span, .no_submenu a{
text-decoration: none;
color: #868686;
cursor: pointer;
_cursor: hand;
}
.has_submenu span:hover, .no_submenu a:hover{
color: #7c1315;
}

.has_submenu ul{
padding: 0;
margin: 0;
list-style: none;
padding-left: 20px;
}

.has_submenu ul li{
padding-top: 3px;
padding-bottom: 3px;
}

.has_submenu ul li a{
text-decoration: none;
color: #868686;
}

.has_submenu ul li a:hover{
color: #7c1315;
}

.redText{
color:#7b1513;
}
