/*
	sidebar bg: #f4f4e0

*/

/* eric meyer global reset - modified */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* html selectors */
body {
	/*background-color: #fafafa;*/
	/*color: #666;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/headerWrap-bg.jpg);
	background-repeat: repeat-x;
	/*background-color: #535252;*/
}
ul {
	list-style:disc;
}
dt {
	font-weight: bold;
}
th {
	text-align:left;
	font-weight:bold;
}
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
table {
	margin: 1em 0 1.5em 0;
	border-collapse:collapse;
	border: none;
	width: 100%;
}
td, th {
	padding: 4px 8px;
	vertical-align:top;
}
tbody td {
	border-bottom: 1px solid #aaa;
}
tfoot td {
	font-weight: bold;	
}
caption {
	margin: 1em 0;	
}
* html caption { /* ie hack */
	padding: 11px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	margin: 1em 0 .6em 0;
}
p, ul, ol, dl{
	font-size: 120%;
	line-height:1.5em;
}
td, th, caption {
	font-size: 120%;
}
p {
	margin: 0 0 1.5em 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 140%;	
}
h3 {
	font-size: 110%;	
}
h4, h5, h6 {
	font-size: 100%;	
}
ul, ol {
	margin: 1em 0 1.5em 40px;	
}
dl {
	margin: 1em 0 1.5em 0;
}
dt {
	margin: 1em 0 0 0;	
}
dd {
	margin: 1em 1em 1.5em 1em;	
}
/**************** layout ****************/
#skipNav {
	display: none;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	min-height: 158px;
	background-image: url(../images/hdr-bg-home.jpg);
	background-repeat: no-repeat;
}
* html #header { /* ie hack */
	height: 158px;
}
	#header h2 {
		margin: 0;
		padding: 0;
		float: left;
		width:217px;
		height:143px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
	}
	#header h2 a {
		display: block;
		width:217px;
		height:143px;
		background: url(../images/logo.png) no-repeat;
	}
#mainNav {
	float: right;
	background: url(../images/menu-bg.png) no-repeat;
	width: 540px;
	height: 53px;
	margin-right: 80px;
	margin-top: 15px;
	display: inline;
}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-left: 140px;
	}
	#mainNav li {
		display: inline;
	}
	#mainNav ul a {
		display: block;
		float:left;
		padding: 0 10px;
		font-size: 150%;
		color: #fff;
		line-height: 53px;
		text-transform:lowercase;
		background: url(../images/nav-divider.gif) no-repeat right center;
	}
#banner {
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 292px;
}
#content {
	float: left;
	width: 100%;
	min-height:320px;
	background-color: #d7d7ce;
	background-image: url(../images/content-home-bg.jpg);
	background-repeat: no-repeat;
}
* html #content { /* ie hack */
	height: 320px;
}
	
#mainContent {
	float: left;
	width: 640px;
	background-image: url(../images/home-mainContent-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	#mainContent div {
		width: 610px;
		margin: 10px auto 0 auto;
		padding-bottom: 10px;
	}
	#mainContent div h2 {
	font-size: 240%;
	background-image: url(../images/home-mainContent-h2-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 64px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	#mainContent div p {
		padding: 0 40px;
	}
#sidebar {
	float: right;
	width: 300px;
	background-image: url(../images/home-sidebar-shdw.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
#sidebar div {
	width: 240px;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
	background-color: #f4f4e0;
}
	#sidebar div h2 {
	margin: 0;
	background-color: #f4f4e0;
	background-image: url(../images/home-sidebar-h2-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 64px;
	line-height: 50px;
	font-size: 200%;
	padding-left: 20px;	
	border-bottom: none;
	}
	#sidebar div p {
	padding-right: 20px;
	padding-left: 20px;	
	}
	#sidebar ul.menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sidebar ul.menu li {
		margin: 0;
		padding: 0;
		list-style:none;
	}
	#sidebar ul.menu a {
		display: block;
		padding: 5px;
	}
#footerWrapper {
	clear:both;
	background: url(../images/footerWrap-bg.jpg) repeat-x;
	background-color: #535353;
}
#footer {
	width: 940px;
	margin: 0 auto;
	height: 100%;
	background: url(../images/footer-bg.jpg) no-repeat;
	text-align: center;
	padding: 100px 0;
}
* html #footer { /* ie hack */
	height: 100%;	
}
	#footer p, #footer a {
		color: #fff;
		font-size: 110%;
	}

/**************** classes ****************/
.hide {
	display: none;
}
.show {
	display: block;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	text-align:center;
}
.clearAll {
	clear: both;
}
.toDo {
	color: #f00;
}
.thickbox {
}
.noPrint {
}
.even {
	background-color: #ddd;	
}
.odd {
	
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

