/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a{margin:0;padding:0;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE
input,textarea,select{*font-size:100%;}*/
/*because legend doesn't inherit in IE */
legend{color:#000;}

ul {
	list-style-type:none;
}

.clear {
	clear: both;
}

img {
	display: block;
}

/**
*	Wrappers
*/
.wrap-outer {
	position: relative;
	z-index: 2;
	width: 803px;
	margin: 0 auto;
	clear: both;
}
.wrap-inner {
	width: 803px;
	margin: 0 auto;
	background: transparent url(../images/base/bg-wrap-inner.png) repeat-y;
}
.wrap-content {
	position: relative;
	width: 803px;
	margin: 0 auto;
}


/**
*	Header
*/
#header {	
	margin-bottom: 2px;
	z-index: 999;
}

#header .wrap-content {
	height: 145px;
	background: #daeffd url(../images/bg-header.jpg) repeat-x;
}


/**
*	Footer
*/
#footer .wrap-inner {
	height: 20px;
	background: #fff;
}
#footer .wrap-content {
	padding-top: 20px;
	background-color: transparent;
	font-size: 0.80em;
	text-transform: uppercase;
	color: #666;
}
#footer a {
	color: #0066cc;
	text-decoration: none;
}
.nav-footer {
	float: left;
}
.nav-footer li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #eee;
}
.nav-footer li.last {
	padding-right: 2px;
	border-right: none;
}
#nav-footer-l {
	width: 600px;
}
#nav-footer-r {
	width: 276px;
	text-align: right;
}


/**
*	Content Areas
*/
#lhs {
	float: left;
	width: 200px;
	margin: 0 auto;
	margin-right: 2px;
	background: #f1f9fd url(../images/base/bg-lhs.gif) repeat-x;
	min-height: 560px;
	display: block;
	overflow: hidden;
}

#rhs {
	float: left;
	width: 600px;
	margin: 0 auto;	
	min-height: 560px;
	_min-height: 560px;
}

#rhs.interior {
	background: #FFF url(../images/base/bg-interior.gif) repeat-x;
}


/** 
*  Hero
*/
#hero {
	background-color: #eb8232;
}


/**
*  News Items
*/

#news-items {
	float: left;
}

#news-items .news-item {
	float: left;
	background: #eb8232 url(../images/base/bg-news-item.gif) no-repeat;
	width: 200px;
	height: 204px;
}

#news-items .news-item-last {
	float: left;
	background: #eb8232 url(../images/base/bg-news-item-last.gif) no-repeat;
	width: 200px;
	height: 204px;
}
#bottom-banner{
float:left;
}

/**
*	Outer nav
*/
#nav-outer {
	position: absolute;
	float: left;
	left: 500px;
	width: 300px;
	height: 33px;
	/*overflow: hidden;*/
	padding: 0 0 0 0px;
	background-image: url(../images/base/outer-nav-items.gif);
}
#nav-outer li {
	display: block;
	float: left;
}
#nav-outer a {
	height: 33px;
	overflow: hidden;
}
#nav-outer .active {
	background-image: url(../images/base/outer-nav-items.gif);
}

#nav-outer-1 { width: 79px; }
#nav-outer-1 .active { background-position: 0px -33px; }
#nav-outer-2 { width: 88px; }
#nav-outer-2 .active { background-position: -79px -33px; }
#nav-outer-3 { width: 115px; }
#nav-outer-3 .active { background-position: -167px -33px; }


#hero {
	display: block;
}


/**
*  Newsletter Signup
*/
#nls {
	height: 72px;
	position: relative;
	z-index: 999;
}

#nls-form {
	visibility: hidden;
	width: 114px;
	height: 75px;
	padding: 25px 0 0 8px;
	position: absolute;
	right: 0;
	top: 10px;
	background: #e7f5fd url(../images/base/bg-nls.png) no-repeat;
}
#nls-form input.text {
	padding: 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #999 #999 #666;
	font-size: 11px;
	color: #666;
}
#nls-form input.long {
	width: 100px;
	display: block;
	margin-bottom: 6px;
}
#nls-form input.short {
	width: 55px;
}
#nls-form p {
	color: #fff;
	font-size: 11px;
}

#breadcrumbs {
	padding-bottom: 0.5em;
	font-size: 0.85em;
}
#breadcrumbs span {
	padding: 0 3px;
	font-size: 1.2em;
}
#breadcrumbs a {
	color: #999;
}