/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
}



/* Site styling */

body {
	font-family: Helvetica,arial,sans-serif;
	background: #ededed;
	}

#wrapper{
	background: #fff;
	
	}

#header{
	text-align: left;	
	overflow: hidden;
	background: url(../images/greyback.png) repeat-x bottom;
	padding: 0 0 16px;
	}
	
#headerInner{
	width: 800px;
	margin: 0 auto;
	}
	
#header img{
	height: 50px;
	margin:  15px 20px 5px 0;
	float: left;
	}

div#navBar ul{
	overflow: hidden;
	}
		
div#navBar li{
	float: left;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
	padding: 0 25px;
	}

div#navBar li a{
	text-decoration: none;
	color: black;
	display: block;
	}
	
div#navBar li:hover,
div#navBar li.current:hover
	{
	background: url(../images/greybackhover.png) repeat-x;
	color: green;
	border-width: 0 1px 0 1px;
	border-color: transparent #fff transparent #999;
	border-style: solid;
	padding: 0 24px;
	}
	
div#navBar li.current a{
	color: green;
	}
	
div#navBar li:hover a{
	color: green;
	
	}
		
#contentWrapper{
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	}
	
#main {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	width: 560px;
	min-height: 400px;
	}	

#main h2,
#rightBox h2{
	font-size: 20px;
	padding: 8px;
	margin: 0 0 20px 0;
	background: #004500 url(../images/greenBack.png) repeat-x bottom;
	color: #fff;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border: 2px solid #006500;
	border-bottom-color: #006500;
	}

#main .section h2{
	border: none;
	}	
#main img{
	margin:0 20px 20px 0;
	float: left;
	}
	
#main p{
	color: #333;
	line-height: normal;
	margin: 0 0 15px;
	}
	
#main div.hideShow p{
	padding-top: 5px;
	}

div.hideShow{
	padding-left: 40px;
	}	

/* Contact page */	
#staff h4{
	margin-top: 20px;
	}
	
#staff p{
	margin: 0;
	}
	
/* Right box*/
	
div#rightBox{
	float: right;
	width: 220px;
	min-height: 300px;
	margin-top: 10px;
	overflow: hidden;
	}
	
#rightBox ul{
	margin-left: 0px;
	padding-left: 25px;
	list-style: disc;
		border: 3px solid #F17B26;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 10px 30px;
	}

#rightBox ul li{
	margin: 6px 0;
	}	
#rightBox h3{
	margin: 15px 0;
	border: 3px solid #F17B26;
/*	background: #F17B26 url(../images/orangeBack.png) top repeat;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
	
#rightBox h3 a{
	background: url(../images/button.png) no-repeat left center;
	padding: 15px 0 15px 50px;
	background-position: 12px;
	display: block;
	text-decoration: none;
	color: #000;
	}	
	
#rightBox h3 a:hover{
	color: #f00;
	text-decoration: underline;
	}
	
img.button{
	float: left;
	width: 30px;
	}
	
div.hideShow{
	border-bottom: 1px dashed green;
	padding-bottom: 20px;
	overflow: hidden;
	}
	
#main div.section h2.closed{
	cursor: pointer;
	background: url(../images/button.png) left center no-repeat;
	padding-left: 40px;
	}
	
#main div.section h2.open{
	background: url(../images/buttonD.png) left center no-repeat;
	margin-bottom: 10px;
	}
	
#main div.section h2{
	color: green;
	margin-top: 20px;
	}

#main div.section h3{
	clear: both;
	margin: 25px 0 10px;
	color: green;
	}
	
div.section ul{
	clear: both;
	margin-left: 40px;
	padding-left: 20px;
	list-style: disc;
	}	
	
div.section ul li{
	margin-bottom: 4px;
	}
	
#main p.image{
	overflow: hidden;
	float: left;
	margin-top: 0;
	}
	
#footer{
	clear: both;
	margin: 10px auto 0;
	text-align: left;	
	overflow: hidden;
	/*background: url(../images/greybackreverse.png) repeat-x #ededed;*/
	min-height: 100px;
	text-align: center;
	color: #999;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 2px solid #004500;
	width: 800px;
	}
	
#footerInner{
	width: 800px;
	margin: 0 auto;
	}
	
#footerInner p{
	margin: 3px 0;
	}
	
#footerInner p a{
	color: #999;
	}
	
#footerInner p a:hover {
	color: #333;
	}
	
	
 /* Z-index of #mask must lower than #boxes .window */  
 #mask {  
   position:absolute;  
   left: 0;
   top:0;
   z-index:9000;  
   background-color:#000;  
   display:none;  
 }  
     
 #boxes .window {  
   position:absolute;  
   width:440px;  
   height:200px;  
   display:none;  
   z-index:9999;  
   padding:20px;  
 }  
   
   
 /* Customize your modal window here, you can add background image too */  
 #boxes #dialog {  
   width:375px;   
   height:203px;  
 }  
