@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: 12px;
text-align: center;
background: #463543;
}

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

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

#background_footer {
width: 100%;
background: #cfd2c9 url(images/template_images/background_footer.jpg) bottom left repeat-x;
padding-bottom: 10px;
}

#container {
width: 981px;
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: 981px;
background: transparent url(images/template_images/header.jpg) top center no-repeat;
position: relative;
margin: 0px;
}

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

#header_spacer {
width: 981px;
height: 230px;
}

#left_column {
float: left;
display: inline;
width: 247px;
margin: 71px 0px 0px 73px;
padding-bottom: 160px;
}

#left_menu_container{
width: 247px;
background: transparent url(images/template_images/menu_content.jpg) top left repeat-y;
}

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

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

#content_column {
float: right;
display: inline;
width: 460px;
margin: 0px 120px 0px 0px;
padding-bottom: 150px;
color: #434f31;
}

#content_column h1 {
color: #473645;
font-weight: normal;
font-size: 22px;
}

#content_column h2 {
color: #434f31;
font-weight: normal;
font-size: 20px;
}

#content_column h3 {
margin-top: 24px;
color: #473645;
border-bottom: 1px dotted #473645;
}

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

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

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

#contact_box {
width: 212px;
position: absolute;
bottom: 44px;
left: 90px;
margin: 0px;
padding: 0px;
color: #473645;
text-align: left;
}

#contact_box a {
color: #473645;
}

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

#walden_badge a {
color: #978d95;
}

#copyright {
width: 280px;
position: absolute;
bottom: 4px;
left: 300px;
color: #978d95;
font-size: 11px;
text-align: left;
}

#quote {
width: 284px;
height: 105px;
position: absolute;
bottom: 27px;
right: 120px;
}

* html #quote {
/*\*/
right:119px;
bottom: 24px;
/* */
}

#flash_banner {
width: 673px;
height: 158px;
position: absolute;
top: 39px;
left: 307px;
}

/* navigation */

#main_menu{
list-style: none;
margin: 0px 0px 0px 38px;
width: 170px;
padding: 44px 0px 71px 0px;
text-align: left;
font-size:12px;
}

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

.no_submenu a, .has_submenu span, .no_submenu a:hover, .no_submenu a:visited {
display: block;
width: 142px;
padding: 3px 14px;
cursor: pointer;
_cursor: hand;
color: #666f57;
text-decoration: none;
}

.submenu_active span {
background: transparent;
color: #473645;
}

.submenu active {
background: #473645;
}

.no_submenu a:hover, .has_submenu span:hover, .is_submenu li a:hover{
background: transparent;
color: #473645;
}

.is_submenu {
width: 160px;
padding: 3px 0px 5px 0px;
margin: 0px;
list-style: none;
background: transparent;
}

.is_submenu a, .is_submenu a:visited {
display: block;
width: 136px;
padding: 3px 10px 3px 24px;
cursor: pointer;
_cursor: hand;
color: #666f57;
text-decoration: none;
}

/* contact form */

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

.textbox {
width: 430px;
}

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

input {
width: 182px;
}

textarea {
clear: both;
width: 430px;
}

.submit input {
margin-left: 150px;
color: #fff;
background: #232f27;
border: 1px thin #d7b9c9;
width: 80px;
}

fieldset{
border: 0px solid #ccc;
width: 430px;
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;
}