@charset "UTF-8";

/*******************************************
		Template Configuration
*******************************************/

/*  Body Background Color */
body{
background: #e0d7d5;
}

/* Header Background Color */
#background{
background: black;
}

/* Header Background Seperator Color */
#background{
border-color: white;
}

/* Header Spacer Color (should be the same as the header background color) */
#header_spacer{
background: black;
}

/* Container Background Color */
#container{
background: black;
}

/* Header Right Hand Side Image */
#header_image{
background: url(images/template_images/header.jpg) top left no-repeat;
}

/* Header Menu Background Color */
#header_menu_container{
background: #f2edec;
}

/* Text Container Background Color */
#text_container{
background: #f2edec;
}

/* Text Container Text Color */
#text_container{
color: black;
}

/* Text Container Bottom Image */
#text_container{
background-image: url(images/template_images/text_container_bottom.gif);
}

/* Left Column Divider Color */
#left_column_separator{
background: white;
}

/* Left Column Heading Color */
#left_column_contact h2{
color: #9d3632;
}

/* Left Column Contact Background Color */
#left_column_contact{
background: black;
}

/* Left Column contact text color */
#left_column_contact, #left_column_contact a{
color: white;
}

/* Color of Header Menu text */
#header_menu li a {
color: black;
}

/* Color of footer text */
#copyright, #walden_badge{
color: white;
}

/* Hover Color of menu text */
#header_menu li a:hover{
color: #9e3733;
}

/* Footer Background Color */
#footer{
background: #9d373b;
}

/* 
	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: Arial, Verdana, wHelvetica, sans-serif;
font-size: 12px;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
}

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color:#9d3632;
}

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

		Custom Styling for Specifi IDs
			
*************************************************/

#quote_container{
width: 241px; 
height: 139px; 
margin-top: 34px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-top: 10px;
color: white;
font-size: 9px;
font-style: italic;
background: url(images/template_images/quote_container.jpg) top left repeat-x;
}

#quote_container h2{
font-style: normal;
}

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 271px;
border-width: 0 0 5px 0;
border-style: solid;
z-index: -1;
}

#header_spacer{
height: 40px;
width: 977px;
margin: 0 auto;
}

#container{
width: 977px;
margin: 0 auto;
margin-bottom: 76px;
}

#left_column{
width: 281px;
float: left;
overflow: hidden;
}

#left_column_contact{
width: 205px;
text-align: left;
font-size: 11px;
padding-top: 24px;
padding-left: 38px;
padding-right: 38px;
padding-bottom: 26px;
}

#left_column_contact h2{
font-size: 12px;
}

#left_column_contact a{
color: black;
}

#left_column_separator{
width: 100%;
height: 2px;
overflow: hidden;
margin: 8px 0 8px 0;
}

#header_image{
width: 696px;
height: 143px;
float: right;
overflow: hidden;
}

#header_menu_container{
width: 696px;
height: 35px;
float: right;
overflow: hidden;
margin-bottom: 11px;
}

#header_menu{
margin: 0;
padding: 0;
list-style: none;
}

#header_menu li{
display: block;
float: left;
height: 35px;
}

#header_menu li a{
display: block;
width: 112px;
height: 35px;
line-height: 34px;
text-decoration: none;
}

#text_container{
width: 567px;
padding-left: 53px;
padding-right: 55px;
padding-top: 26px;
padding-bottom: 130px;
float: right;
display: inline;
margin-right: 21px;
overflow: hidden;
background-position: bottom left;
background-repeat: no-repeat;
text-align: left;
}

#footer_spacer{
width: 977px;
height: 42px;
clear: both;
}

#footer{
width: 977px;
height: 25px;
clear: both;
position: relative;
}

#footer a{
color: #a7be38;
}

#walden_badge{
display: block;
position: absolute;
top: 6px;
left: 38px;
color: #a7be38;
font-size: 10px;
}

#copyright{
position: absolute;
right: 57px;
top: 6px;
font-size: 10px;
}

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

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

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

.float_left{
float:left;
}

.float_right{
float:right;
padding-left:40px;
padding-bottom:120px;
}

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