@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: #e9f1c1;
}

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

img{
border: 0;
}

h1{
color:#105f28;
font-size: 18px;
}

h2{
color:#105f28;
font-weight:100;
font-size: 16px;
}

h3{
color:#105f28;
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

b, strong{

}

p{

}

ul{

}

a{
color:#105f28;
}

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

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

#container{
width: 782px;
margin: 0 auto;
background: transparent url(images/retail-template-images/page-backgroun-repeat.gif) top left repeat-y;
}

#header_background{
width: 782px;
background: transparent url(images/retail-template-images/page-header.jpg) top left no-repeat;
}

#footer_background{
width: 782px;
background: transparent url(images/retail-template-images/page-footer.gif) bottom left no-repeat;
}

#header{
width: 782px;
padding-top: 152px;
height: 35px;
clear: both;
position: relative;
}

#header_menu{
position: absolute;
left: 68px;
_left: 58px;
top: 163px;
text-align: center;
}

.bugfix{
border: 1px solid #bed62f;
background: #bed62f;
}

#left_column{
display: inline;
float: left;
margin-left: 104px;
margin-top: 22px;
width: 329px;
}

#text_wrapper{
width: 90%;
margin: 0 auto;
text-align: left;
}

#right_column{
display: inline;
float: right;
margin-top:3px;
margin-right: 105px;
width: 244px;
}

#right_column_wrapper{
width: 90%;
margin: 0 auto;
text-align: left;
}

#combined_column{
display: inline;
float: left;
margin-left: 88px;
margin-top: 22px;
width: 600px;
}

#combined_column_wrapper{
width: 90%;
margin: 0 auto;
text-align: left;
}

#footer{
width: 782px;
height: 84px;
clear: both;
position: relative;
}

#footer_contact{
width: 782px;
text-align: center;
position: absolute;
top: 57px;
left: 0px;
color: #FFFFFF;
font-size: 10px;
}

#footer_contact a{
color: #FFFFFF;
} 

#footer_slogan{
color:#105f28;
width: 782px;
position: absolute;
left: 0px;
top: 12px;
text-align: center;
font-size: 15px;
}

#walden_badge{
width: 100%;
padding-top: 2px;
color:#105f28;
text-align: center;
font-size: 9px;
margin-bottom: 35px;
}

#walden_badge a{
color:#105f28;
}

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

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

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

.float_left{
float:left;
padding-right:10px;
padding-bottom:10px;
}

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

.text_color{
color:#105f28;
}

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

.popup{
background: #105f28;
}