﻿/********************* Begin clearing styles ************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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;
	background: transparent;
}
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	text-align: center;
	background-color: #006536;
}

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;}
/********************* End Clearing Styles ***********************/


/*Special classes*/
.floatleft{
	display: block;
	float:left;
}
.floatright{
	display:block;
	float:right;
}
.clearfloatleft{
	clear: left;
	display: block;
	float: left;
}
.no-border{border: 0px;}
/*End special classes*/

h1{
	color: #000;
	font-family: Verdana,Arial, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0 5px 0;
	padding-bottom: 5px;
}
h2{
	color: #555;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h3{
	font-weight: bold;
	font-size: 12px;
	margin:10px 0 5px;
}
div#maincontent ul{
	list-style-type: disc;
	margin-left: 25px;
}
div#maincontent ol{
	list-style-type: decimal;
	margin-left: 25px;
}
p, td{margin: 5px 0 10px 0; font-size: 13px;}
#rightcontent p:first-letter {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
 }

a img{border: none;}

textarea{	
	font-family: Arial, Verdana, sans-serif;
	color: #1e1e1e;
	font-size: 12px;
}
input{font-size: 12px;}

div#wrap{
	font-size: 12px;
	margin: 0px auto;
	text-align: left;
	width: 765px;
}
#main {padding-bottom: 40px;}  /* must be same height as the footer */

div#header{
	background: #006536 url(/system/images/topp.gif) top left repeat-x;
	float: left;
	height: 185px;
	margin-top: 50px;
	width: 765px;
}
div#header a.editlink{color: #fff; float: right; margin: 20px 20px 0 0;}

div#contentcontainer{
	background: #006536 url(/system/images/contentbg.gif) top center repeat-y;
	float: left;
	width: 765px;
	position: relative;
}

div#leftcontent{
	border-top: 3px solid #003636;
	border-bottom: 3px solid #003636;
	clear: left; 
	float: left; 
	width: 170px; 
	margin: 20px 0 20px 45px;
}
div#rightcontent{float: right; width: 490px; margin: 20px 45px 0 0;}
div#rightcontent ul li{margin: 5px 15px; list-style-type: disc;}

ul#leftmenu{
	float: left;
	margin: 4px 0 10px;
	width: 170px;
}
ul#leftmenu li{
	margin: 8px 0;
}
ul#leftmenu li ul li{margin: 5px 0;}
ul#leftmenu li ul{ margin-left: 15px;}
ul#leftmenu li a{}
ul#leftmenu li a:link, ul#leftmenu li a:visited{
	background: url(/system/images/menu_item_green.gif) center left no-repeat;
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 23px;
	padding-left: 35px;
	height: 23px;
	text-decoration: none;

}
ul#leftmenu li a.active, ul#leftmenu li a:hover{ text-decoration: none; background-image: url(/system/images/menu_item_red.gif);}

#footer {
	background: url(/system/images/footerbg.gif) top center no-repeat;
	clear:both;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 40px;
	line-height: 68px;
	text-align: center;
	width: 765px;
} 


/*In edit mode*/
.contenteditinfo
{
	background-color:#f6f6aa;
	color:#c33;
	padding:2px 10px;
	font-size:10px;
	border:dashed 1px #999;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
