html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption,  thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {background: #e8e8e8; font-family: Arial, Helvetica, sans-serif;}

.container {
	width: 960px;
	margin: 0 auto;
}

#header-stretch {
	background: #161616 url(images/header-slice.jpg) repeat-x bottom;
}

#header {
	padding: 32px 0 30px 0;
	overflow: hidden;
}

#header h1 {
	float: left;
	margin-top: 10px;
}

#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	height: 36px;
	width: 200px;
	display: block;
	text-indent: -9999px;
}

#header ul {
	float: right;
	list-style: none;
}

#header ul li {
	float: left;
	margin-left: 10px;
	padding: 10px 0 10px 12px;
}

#header ul li.active {
	background: url(images/nav-left.jpg) no-repeat;
}

#header ul li a {
	color: #e8e8e8;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 12px 10px 0;
}

#header ul li.active a {
	background: url(images/nav-right.jpg) no-repeat right top;
}

#slider-stretch {
	background: url(images/slider-slice.jpg) repeat-x;
}

#slider {
	padding-top: 22px;
	position: relative;
}
	
.feature {
	width: 180px;
	float: left;
	padding: 80px 30px 0 30px;
}

.feature h4 {
	 height: 27px;
	 text-indent: -9999px;
	 margin-bottom: 12px;
}

.feature p {
	line-height: 1.3;
	font-size: 14px;
	height: 100px;
	padding-bottom: 20px;
}

.feature a {
	background: url(images/read-more.jpg) no-repeat;
	display: inline;
	height: 29px;
	width: 99px;
	text-indent: -9999px;
	margin: 0 auto;
}



#banner {
	width:60%;
	background: # no-repeat top;
}

#badge {
	float:auto;
	width:20%;
	height:100%;
	background:; border-right: none;
}



#map {
	background: url(images/shadow.jpg) no-repeat top;
	padding-top: 32px;
	display: inline-block;
	margin-bottom: 38px;
}

#footer-stretch {
	background: #202020;
	border-top: 1px solid #2f2f2f;
	font-size: 14px;
	color: #d3d3d3;
	padding: 20px 0 ;
}

#footer {
	overflow: hidden;
}

#footer p {
	float: left;
}

#footer p a {
	color: #F90;
	text-decoration: none;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer ul li {
	float: left;
	margin-left: 10px;
}

#footer ul li a {
	color: #d3d3d3;
	text-decoration: none;
}

