/* RESET */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	background: #fff url(img/wrapper.png) no-repeat 0% 275px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}

body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
}

#content {
	margin: 0 20px 0 220px;
}

#footer, #push {
	height: 130px; /* #push must be the same height as #footer */
}

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 960px;
}

/* HEADER */

#header {
	background: url(img/header.jpg) no-repeat 0% 0%;
	height: 250px;
}

#header .left {
	float: left;
	width: 215px;
}

#header .middle {
	float: left;
	width: 160px;
	padding-top: 20px;
}

#header .right {
	float: left;
}

#header h1 {
	color: #ffffad;
	font-size: 272%;
	margin: 0;
	padding-top: 20px;
}

#header h2 {
	color: #fff;
	font-size: 123.1%;
	margin: 0;
	padding: 110px 0 0 65px;
	text-align: center;
}

/* MENU 1 */

#menu1 {
	background-color: #1c3e29;
	float: left;
	margin: 0 0 18px 0;
	width: 100%;
}

#menu1 ul {
	padding: 0;
	margin: 0;
	float: left;

}

#menu1 ul li { 
	display: inline; 
}

#menu1 ul li a,#menu1 ul li a:link {
	background-color: #1c3e29;
	color: #dae3df;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#menu1 ul li a:hover {
	background-color: #dae3df;
	color: #1c3e29;
	padding: 5px 10px;
}

/* MENU 2 */

#menu2 { 
	margin: 0 0 0 20px;
}

#menu2 ul { 
	background: #fff url(img/menuBottom.png) no-repeat bottom left;
	padding-bottom: 100px; 
}

#menu2 h4 {
	background: url(img/menuTop.png) no-repeat top left;
	height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}

#menu2 ul li a {
	color: #ca523a;
	display: block;
	padding: 0.25em 0 0.25em 0;
	text-decoration: none;
	text-indent: 10px;
	width: 100%;
}

#menu2 ul li a:hover {
	background: #46735e url(img/menu2On.png) no-repeat center right;
	color: #fff;
}

/* SIDEBAR */

.sidebar {
	margin: 0 0 18px 20px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #46735e;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 146.5%;
}

h3 {
	border-top: 1px solid #46735e;
	border-bottom: 1px solid #46735e;
	font-size: 131%;
	padding: 5px 0;
}

h4, h5, h6 {
	font-size: 100%;
}

/* LINKS */

a, a:link, a:active, a:visited {
	color: #ca523a;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #46735e;
	text-decoration: none;
}

/* SITE STYLES */

body {
	background-color: #1c3e29;
}

#wrapper {
	background-color: #fff;
}

div {
margin: 0;
}

p {
	margin: 0 0 18px 0;
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #46735e;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

img.float_right { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #46735e;
	float: right;
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}