@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, Verdana, sans-serif;
font-size: 11px;
text-align: center;
background: #292c21;
}

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;
color: #42453a;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a:link, a:visited, a:hover {
	color: #333;
	outline: none;
}
a:hover {
	text-decoration:none;
}

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

#background_header {
width: 100%;
background: transparent url(images/template_images/background_header.jpg) top center no-repeat;
}

#container {
width: 991px;
margin: 0px auto 40px auto;
padding: 0px;
background: transparent url(images/template_images/content_background_repeat.jpg) top left repeat-y;
text-align: left;
position: relative;
}

#container_header {
width: 991px;
background: transparent url(images/template_images/header.jpg) top center no-repeat;
position: relative;
margin: 0px;
}

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

#header_spacer {
width: 991px;
height: 140px;
position: relative;
}

#left_column {
float: left;
display: inline;
width: 178px;
margin: 71px 0px 0px 26px;
padding: 0px 12px 160px 12px;
}

#content_column {
float: left;
display: inline;
width: 315px;
margin: 97px 0px 0px 28px;
padding-bottom: 120px;
color: #42453a;
}

#content_column h1, h2 {
color: #56a037;
}

#content_column h1 {
font-size: 20px;
}

#content_column h2 {
font-weight: normal;
font-size: 18px;
}

#content_column p {
text-align: justify;
line-height: 1.4em;
}

#content_column ul li, ol li {
line-height: 1.4em;
margin: 3px 0px;
}

#right_column {
float: right;
display: inline;
width: 364px;
margin: 0px 17px 0px 0px;
padding-bottom: 150px;
}

#right_column_bottom_flash {
width: 364px;
margin-top: 20px;
}

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

#search_box{
position: relative;
top: 185px;
left: 262px;
margin: 0;
padding: 0;
width: 96px;
font-size: 11px;
height: 14px;
line-height: 14px;
border: none;
background: transparent;
color: #42453a;
}

#contact_box {
width: 180px;
position: absolute;
bottom: 40px;
left: 45px;
margin: 0px;
padding: 0px;
color: #fff;
text-align: left;
}

#contact_box a {
color: #fff;
}

#walden_badge {
width: 200px;
position: absolute;
bottom: 4px;
left: 390px;
color: #56a037;
font-size: 11px;
text-align: left;
z-index: 999;
}

#walden_badge a {
color: #56a037;
}

#copyright {
width: 280px;
position: absolute;
bottom: 4px;
left: 45px;
color: #56a037;
font-size: 11px;
text-align: left;
}

* html #register {
/*\*/
right:15px;
bottom: 24px;
/* */
}

/* navigation */

#main_menu{
list-style: none;
width: 178px;
margin: 0px;
padding: 1px 0px;
text-align: left;
font-weight: bold;
}

.no_submenu, .has_submenu{
width: 178px;
}

.no_submenu a, .has_submenu span{
display: block;
width: 158px;
padding: 3px 10px 3px 10px;
cursor: pointer;
_cursor: hand;
color: #292c21;
text-decoration: none;
}

.submenu_active span, .submenu_active span:hover {
background: #2c5a15;
color: #fff;
font-weight: bold;
}

.no_submenu a:hover, .has_submenu span:hover, .is_submenu a:hover{
background: #cbe157;
color: #292c21;
}

.is_submenu{
width: 178px;
padding: 0px;
margin: 0px;
list-style: none;
background: #698b27;
}

.is_submenu a{
display: block;
width: 148px;
padding: 3px 10px 3px 20px;
cursor: pointer;
_cursor: hand;
color: #fff;
text-decoration: none;
}

/* contact form */

label {
width: 110px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 350px;
}

input, textarea {
color: #000;
background: #d0d6b3;
border: 1px solid #232f27;
font-size: 12px;
}

input {

}

textarea {
clear: both;
width: 300px;
margin-top: 6px;
}

.submit input {
margin-left: 115px;
color: #fff;
background: #56a037;
border: 1px thin #d7b9c9;
width: 80px;
}

fieldset {
border: 0px solid #ccc;
width: 350px;
font-size: 12px;
font-weight: normal;
}

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

/************************************************
				Custom Classes	
*************************************************/
.emphasis {
font-weight: bold;
font-style: italic;
font-size: 14px;
}

.back-to-top {
text-align: right;
font-size: 11px;
}

.small{
font-size: 10px;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.greenText{
color: #56a037;
}

.redText{
color: #F00;
}