ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, legend, img {
	margin:0;
	padding:0;
	border: 0;
}

ul { 
	list-style:none;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 62.5%;
	padding: 0 0 0 0;
}

div#wrap {
	background: transparent url('../images/layout/bgWrap.png') 0px 0px repeat-x;
}

body#home div#wrap {
	background: transparent url('../images/layout/bgWrap.png') 0px 0px repeat-x;
}

div#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

div#mainNav {
	height: 42px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
}

div#contentWrap, div#contentWrapNoLeft, div#contentWrapWide {
	width: 960px;
	margin: -40px auto 0 auto;
	padding: 20px 10px 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background: #fff;
	border-radius: 8px 8px 0 0;
}


/*CONTENT
*************************************************************/

div#leftNav {
	width: 260px;
	float: left;
}

div#leftNavInner {
	background: #629d2c url('../images/layout/bgLeftNav.png') center top repeat-x;
	padding: 15px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#sidebar {
	width: 260px;
	float: right;
	margin-top: -15px;
}

div#content {
	float: left;
	width: 680px;
	padding: 0 0 0 20px;
}	

div#contentWrapNoLeft div#content {
	float: left;
	width: 680px;
	padding: 0 20px 0 0;
}	

div#contentWrapWide div#content {
	float: none;
	width: 960px;
	padding: 0 0 0 0;
}	

div#column1 {
	width: 500px;
	float: left;
	padding: 15px 0 0 0;
}

div#column2 {
	width: 460px;
	float: right;
	padding: 15px 0 0 0;
}



/*FOOTER
*******************************************************/

div#footer {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding: 0 0 20px 0;
	overflow: hidden;
	background: #2b948f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b948f 0%, #0385a5 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #2b948f 0%,#0385a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b948f 0%,#0385a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b948f 0%,#0385a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b948f 0%,#0385a5 100%); /* W3C */
}

div#footerInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	padding: 30px 10px 0;
	margin: 0 auto;
}

div.footerColumn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding: 0 20px 0 0;
}

div#bottom {
	background-color: #101820;
	padding: 10px 0 0 0;
	height: 25px;
}

div#bottomInner {
	width: 960px;
	margin: 0 auto;
}

div#bbdc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: right;
	padding: 0 10px;
}

/*SOCIAL
**************************************************/

div#social {
	width: 310px;
	height: 245px;
	margin: 0 0 0 0;
	float: right;
	background: transparent url('../images/layout/bgSocial.png') center bottom no-repeat;
}


/*form
**************************************************/


