/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	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;
}

/* 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;
}

.htmlarea {
	border: 1px solid #ccc;
}

div { behavior: url(../includes/iepngfix.htc) }

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #015e01;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	color: #027402;
}

h2 {
	font-size: 1.4em;
	color: #027402;
}

a {
	color: #027402;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form {
	width: 600px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 880px;
	padding: 0 35px 10px 35px;
	margin: auto;
	text-align: left;
	background: url(../images/container_bg.png) top repeat-y;
}

#container ul {
	margin-left: 20px;
}

#container li {
	list-style: square;
	margin-bottom: 3px;
}

#nav {
	float: left;
	width: 850px;
	padding: 0 15px;
	background: url(../images/nav_bg.png);
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1px;
	font-size: 0.9em;
}

#nav ul {
	margin: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
}

#nav a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #fff;
}

#nav .on a, #nav a:hover {
	color: #fffc00;
	text-decoration: none;
}

#monoSlideshow {
	float: left;
	margin-bottom: 20px;
}

#contactdetails {
	float: right;
	width: 200px;
}

#footer {
	width: 880px;
	padding: 0 35px;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	padding-top: 34px;
	background: url(../images/footer_bg.png) top no-repeat;
}

#footer p {
	margin-top: 0;
}

#footer a {
	color: #fffc00;
}

#adminnav {
	float: left;
	width: 220px;
	padding-top: 20px;
	height: 500px;
}

#adminnav ul {
	margin: 0;
}

#adminnav li {
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#adminnav a {
	color: #027402;
}

#adminnav .on a, #adminnav a:hover {
	color: #000;
	text-decoration: none;
}

#admincol {
	float: right;
	width: 610px;
	padding-top: 20px;
}

.admintable {
	width: 608px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.admintable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.green {
	font-size: 1.2em;
	color: #027402;
}

.border {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}
