@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #91a578;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

body, html {
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #92A578;
	background-image: url(../image-files/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -4px;
	text-align: center;
	height: 100%;
}

.clear {	
	clear: both;
}

.outer-wrapper {
	height: 100%;
}

.inner-wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-image: url(../image-files/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

* html .inner-wrapper {
	height: 100%;
}

.header {
	height: 230px;
}

.header .logo {
	float: left;
	position: relative;
	margin-right: -60px;
}

.outer {
	padding-left: 190px;
	border-top: 40px solid #2D2D2B;
}

* html .outer {
	padding-right: 120px;
}

.inner {
	width: 760px;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 760px;
	margin-left: -190px;
}

.content {
	float: right;
	width: 570px;
}

* html .content {
	position: relative;
}

.contentWrap {
	padding: 0 25px;
}

.leftside {
	float: left;
	width: 162px;
	padding: 0 14px;
}

* html .leftside {
	position: relative;
}

.rightside {
	float: right; 
	width: 162px;
	padding: 0 14px;
}

* html .rightside {
	position: relative;
	margin-right: -120px;
}

.footer {
	height: 80px;
	margin-top: -120px;
	clear: both;
	position: relative;
	background-color: #2D2D2B;
	text-align: left;
	padding: 20px 0;
}

.footer .footer-content {
	margin: 0 auto;
	width: 520px;
	color: #fff;
}

.content ul {
	list-style: disc;
	list-style-position: inside;
	padding-bottom: 12px;
}

.content a {
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}