html {
	margin: 0;
 	padding: 0;
	}
body {
	background: #fff; 
	padding: 0; 
	margin: 0; 
	font-family: Calibri, Arial, Verdana, sans-serif;
	color: #666666;
	min-width: 1020px; 
	width: 100%; 
	
	
	}
#holder {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -13px;
	width: 100%;
	min-width: 1020px;
	background-color:#fff;
	background: url(images/header-bg.png);
	background-repeat: repeat-x;
	z-index: 2; 
} 

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	background: #fff;
	

	}
#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 2%;
	top: 5%;
	z-index: 3;
	
}
#slogan {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 250px;
	top: 40px;
	
	z-index: 3;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	font-style:italic;
	line-height:100%;
	margin: 0px;
	padding: 0px;
	color: #666666; 
	
}
h2  {
	font-size: 200%;
	font-weight: normal; 
	font-style:italic;
	line-height:110%;
	margin: 0px;
	padding: 0px;
}

#slides {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 120px;
	z-index: 1;
	width: 100%;
	text-align: center;
	
}
#content {
	margin: 50px 0px 50px 0px;
	padding: 0;
	float: left;
	width: 94%;
	color: #666666;
	background-color: #fff;
	position: relative;
	top: 60px;
	left: 2%;	
}
#content a{
	color: #fff;
	text-decoration:underline;
}

#content a:hover {
	color: #999;
}

.featured {
	float: left;
	margin: 0px 25px 40px 5px;
	line-height: 100%;
}


.main_content {
	float: left;
	margin: 0px 15px 5px 5px;
	line-height: 120%;
}

#bottom {
	float: left;
	position: relative;
	top: 10px;
	bottom: 10px;
	
	width: 100%;
}
#footer { 
	float: left;
	position: relative;
	left: 2%;
	width: 94%;
}

#footer a img{ 
	margin: 0px 30px;;
	
}
#copy  {
	font-size:70%;
	margin: 5px;
}
#copy a {
	color: #666666;
	text-decoration: underline;
}
#copy a:hover {
	color: #999;
}
img {
	border: none;
	}



.gradient {
	background: rgba(0, 0, 0, 0.2);!important; /* for non-css3 browsers */
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f0e8', endColorstr='#fff'); /* for IE */
	  background: -webkit-gradient(linear, left top, left bottom, from(#f4f0e8), to(#fff)) !important; /* for webkit browsers */
	  background: -moz-linear-gradient(top,  #f4f0e8,  #fff) !important; /* for firefox 3.6+ */



	color: #666666; !important;
	padding: 10px 20px 50px 20px ;
	margin:0px;
	
}
	
.heading {
	font-size: 150%;
	font-weight: normal;
	line-height:100%;
	
	padding: 0px 10px 10px 5px;
	margin: 0px 0px 10px 0px;

	
	float: left;
	height:20px;
	width: 98%;
	background: rgba(0, 0, 0, 0.2);!important; /* for non-css3 browsers */
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f0e8', endColorstr='#fff'); /* for IE */
	  background: -webkit-gradient(linear, left top, left bottom, from(#f4f0e8), to(#fff)) !important; /* for webkit browsers */
	  background: -moz-linear-gradient(top,  #f4f0e8,  #fff) !important; /* for firefox 3.6+ */



	color: #666666; !important;	
}


	

