﻿/* CSS layout */

/* ERIC MEYER'S CSS RESET */

/* v1.0 | 20080212 */
.topImg {
	margin-top: 10px;
}
#footer p {
	font-size: 0.8em;
	text-transform: capitalize;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}

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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#menu10 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#menu10 ul {
	padding: 0px;
	margin: 0px;
}
#menu10 ul li {
	display: inline;
	float: left;
	height: 30px;
	width: 116px;
	font-size: 0.9em;
}
#menu10 ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #336139;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #336139;
}
#menu10 ul li a span {
	background-image: url('../Buttons/menu10Button03.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	display: block;
	padding-left: 5px;
}
#menu10 ul li a span:hover {
	background-position: 100% -30px;
	background-image: url('../Buttons/menu10Button03.jpg');
}
#menu10 ul li ul {
	visibility: hidden;
	text-decoration: none;
	font-size: 0.9em;
}
#menu10 ul li ul a {
	background-color: #11AA0E;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #336139;
}
#menu10 ul li ul a:hover {
	background-color: #336139;
}
#menu10 ul li:hover ul {
	visibility: visible;
}
#menuTop {
	right: 0px;
	bottom: 0px;
}
#menuTop ul {
	padding: 0px;
	margin: 75px 0px 0px 0px;
	list-style-type: none;
	float: right;
}
#menuTop ul li {
	display: inline;
}
#menuTop ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FE5800;
	margin-right: 2px;
	margin-left: 8px;
	font-size: .8em;
}
#menuTop ul li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FE5800;
}
#mainContent {
	border: 2px solid #336139;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#footer {
	height: 30px;
	background-color: #336139;
}
#centered {
	background-color: #E1FFC4;
}
#header {
	position: relative;
	height: 280px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
}
.topBar {
	position: absolute;
	left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #336139;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #336139;
	bottom: 30px;
}



