@charset "UTF-8";
/* 
	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: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #d9e7eb url(images/template_images/background.gif) top left repeat-x;
}

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

img{
border: 0;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{

}

ul{

}

a{
color: #a21d21;
}

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

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

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

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

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

#header_text{
position: absolute;
top: -83px;
left: 366px;
color: white;
font-weight: bold;
text-align: left;
font-size: 20px;
}

#left_column{
width: 223px;
display: inline;
float: left;
margin-left: 78px;
text-align: left;
}

#right_column{
width: 550px;
display: inline;
float: right;
margin-right: 66px;
text-align: left;
color: #106c73;
}

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

#footer_text{
position: absolute;
bottom: 32px;
right: 64px;
text-align: right;
color: white;
font-size: 10px;
}

#footer_text a{
color: white;
}


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

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

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

.float_left{
float:left;
}

.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;
margin: 4px 10px 4px 0;
}

.img-right{
float: right;
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;
}

/**** STYLING FOR LEFT MENU ****/
.left_menu_item{
display: block;
color: #003f44;
text-decoration: none;
height: 26px;
width: 196px;
line-height: 26px;
padding: 0 10px 0 10px;
font-size: 11px;
}

.left_menu_item:hover{
color: white;
background: transparent url(images/template_images/button_background.gif) top left no-repeat;
}

.active_page{
background: transparent url(images/template_images/button_background_fade.gif) top left no-repeat;
}