@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, sans-serif;
font-size: 12px;
text-align: justify;
color: #666;
background: black url(images/template_images/background_header.jpg) top left repeat-x;
}

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

img{
border: 0;
}

h1{
font-size: 22px;
font-weight:100;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{
}

ul{

}

a{
color:#f7941e;
}

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

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

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

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

#left_column{
width: 266px;
padding: 186px 0 115px 0;
float: left;
}

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

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

#main_menu{
list-style: none;
margin: 0;
padding: 0;
width: 177px;
padding: 20px 0 50px 84px;
text-align: left;
}

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

.no_submenu a, .has_submenu span{
display: block;
width: 157px;
padding: 2px 10px 2px 10px;
cursor: pointer;
_cursor: hand;
color: white;
text-decoration: none;
}

.submenu_active span{
background: #2a2b2b;
color: #f7941e;
font-weight: bold;
}

.no_submenu a:hover, .has_submenu span:hover, .is_submenu a:hover{
background: #f7941e;
color: black;
}

.is_submenu{
width: 177px;
padding: 0;
margin: 0;
list-style: none;
background: #464748;
}

.is_submenu a{
display: block;
width: 147px;
padding: 2px 10px 2px 20px;
cursor: pointer;
_cursor: hand;
color: white;
text-decoration: none;
}

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

#middle_column{
width: 314px;
float: left;
display: inline;
margin-left: 67px;
padding: 0px 0 54px 0;
}

#right_column{
margin-top:0px;
float: right;
width: 303px;
height: 625px;
background: transparent url(images/template_images/right_column_background.jpg) top left no-repeat;
}

#footer_contact{
position: absolute;
bottom: 21px;
left: 93px;
text-align: left;
color: white;
}

#footer_contact a{
color: #f7941e;	
}

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

#subfooter{
width: 983px;
height: 25px;
line-height: 25px;
color: #bfbfbf;
font-size: 10px;
position: relative;
margin: 0 auto;
}

#walden_badge{
position: absolute;
right: 50px;
top: 0px;
height: 25px;
line-height: 25px;
}

#walden_badge a{
color: #bfbfbf;
}

#copyright{
position: absolute;
left: 333px;
top: 0px;
height: 25px;
line-height: 25px;
}

/* contact form */

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

.textbox {
width: 310px;
}

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

input {
width: 182px;
}

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

.submit input {
margin-left: 110px;
color: #fff;
background: #3a3b36;
border: 1px thin #3a3b36;
width: 80px;
}

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

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

.display_none{
display: none;
}

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

.orangeText{
color: #f7941e;
}

.smallText{
font-size: 10px;
}

/************************************************
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{

}

/************************************************
				Custom Classes	
*************************************************/

