body{

	background-color: #DFDAD1;
	color:#3A3A3A;

}
#topbanner {
	padding-top:78px;
}


/* 

WOO CUSTOM STYLESHEET

---------------------



Instructions:



Add your custom styles here instead of style.css so it 

is easier to update the theme. Simply copy an existing 

style from style.css to this file, and modify it to 

your liking.



*/



body{

	color: #3A3A3A;

	background-color: #DFDAD1;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

}
#page {
    background-color: #FFFFFF;
    border: transparent;
    margin: 10px auto;
    width: 960px;
}
#header{
		
}
#footer{
	margin:0 auto;
	background:transparent;
	width:960px;
	color:white;
	line-height:1.2;
	font-size:11px;
}
.footer-columns-container{
	float:left;
	background:#0c4384;
	width:100%;
	display:block;
}
.footer-bottom-container{
	float:left;
	width:100%;
	display:block;	
	text-align:center;
	margin:20px 0px;
	color:black;
}
#footer .col-left{
	width:270px;
	float:left;
	padding:20px 10px 20px 20px;
	border-right:1px solid #386294;
	height:130px;	
}
#footer h3{
	font-size:14px;
}
#footer .col-middle{
	width:270px;
	float:left;
	padding:20px;
	border-right:1px solid #386294;
	height:130px;	
}
#footer .col-middle p{
	line-height:1.5;	
}
#footer .col-right{
	width:290px;
	float:left;
	padding:20px;
	height:130px;	
}
#footer li{
	line-height: 2em;	
	text-align:left;
	list-style:inside disc;
	color:white;
}
#footer li.li-item-left{ margin-left: 0em; }
#footer li.li-item-right { margin-left: 50%; }
#footer li.reset{
    margin-top: -6em;
}
#footer .footer-columns-container a{
	color:white;
}
#footer .footer-bottom-container h4{
	display:block;
	margin-bottom:0px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
}
#footer .footer-bottom-container h4 a{
	color:black;
}
#footer ul.additionalResources{
	float:left;
	font-size:12px;
	width:250px;	
}
#logo-top{
	height:16px;
	background:#DFDAD1 url(images/top_of_logo.jpg) no-repeat left top;
}