/*  The Standard Stylesheet */

/* Reset Stuff */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a img, :link img, :visited img {
	border: 0px;
}

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

ol, ul {
	list-style: none;
}

/* End Reset */

*{
	border:0px;
}

body{
	margin:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#232323;
	letter-spacing:0.1em;
	
	font-size:10px;
	font: 10px/1.5 Arial, Helvetica, Sans-serif;
}

div{
	
}

h1{
	font-family:'Bitstream Vera Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:25px;
	color:#225410;
}

h2{
	font-size: 12px;
	margin-bottom:15px;
	color:#509e17;
}

p{
	font-size:12px;
	color:#555;
	margin-bottom:15px;
}

p + h2{
	margin-top:35px;
}

a, a:link, a:active, a:hover, a:visited{
	text-decoration:none;
	border-bottom:1px dotted #689e21;
	white-space:nowrap;
	color:#689e21;
}
a:hover{
	color:#f08a00;
	border-bottom:1px dotted #f08a00;
}


input{
	border:1px solid silver;
}
.text{
	padding:2px;
}

hr{
	width:75%;
	border-top:1px solid silver;
	margin-top:30px ;
	margin-bottom:30px ;
}




/* ------------------------------------------------------------------------------------------------------------------------ */

/*  BODY  */
body{
	background-color:#3f901c;
}


/*  HEADER  */

#headerContainer{
	min-width:800px;

	text-align:center;
	background-color:#45991f;
	background-image:url(../images/gui/headerImage2.png);
	background-repeat:no-repeat;
	background-position:center;
	
	border-bottom:1px solid white;
}

#header{
	text-align:left;
	width:800px;
	height:150px;
	margin:0px auto;
}

#headerLogo{
	position:relative;
	top:15px;
	left:5px;
}


/*  MENU  */

#menuContainer{
	text-align:center;
	background-color:#5eb71d;
	/*background-image:url(../images/gui/menuTile.png);*/
}

#menu{
	text-align:center;
	width:800px;
	height:33px;
	background-color:;
	margin:0px auto;
}

.menuItem{
	position:relative;
	top:8px;
	padding:0px 25px;
	display:inline;
	
	font-size:12px;
	font-weight:bold;
	
}

.menuItem a{
	color:white !important;
	border-width:0px;
}
.menuItem a:hover{
	
	color:#f08a00 !important;
}

/*  GALLERY MENU  */
.galleryMenuContainer{
	text-align:center;
	background-color:#ddd;
	height:35px;
	border-top:1px solid white;
}
.galleryMenu{
	width:800px;
	margin:0px auto;
}
.galleryMenuItem{
	display:inline;
	position:relative;
	top:9px;
	font-weight:bold;
	font-size:12px;
	margin:0px 20px;
}
.galleryMenuItem a{
	border-width:0px;
}

/* GALLERY */

.galleryImage{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.galleryImage img{
	max-height:80px;
	height:80px;
	padding:1px;
	border:1px solid green;
}


/*  FLASH  */

#flashContainer{
	text-align:center;
	background-color:#fff;
}

#flash{
	text-align:left;
	width:800px;
	height:100px;
	background-color:#fff;
	margin:0px auto;
	padding:0px 0px;
	padding-top:20px;
}


/*  CONTENT  */

#contentContainer{
	text-align:center;
	background-color:#fff;
	padding-bottom:60px;
	padding-top:40px;
}

#content{
	text-align:left;
	width:750px;
	min-height:400px;
	background-color:;
	margin:0px auto;
	overflow:hidden;
}

#leftColumn{
	width:480px;
}

#rightColumn{
	float:right;
	width:220px;
	min-height:300px;
	background-color:;
	margin-top:30px;
	overflow:hidden;
}

.sideImage{
	margin-bottom:40px;
}
.sideImage_image{
	
	margin-bottom:3px;
}
.sideImage_title{
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
.sideImage_text{
	margin-bottom:8px;	
}
.sideLinks{
	margin-bottom:5px;
}


.preview{
	float:none;
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}

.preview .more{
	
}

.previewImage{
	float:left;
	width:100px;
	height:100px;
	
	margin-right:25px;
	margin-top:5px;
	 
	overflow:hidden;
	font-size:0px;
	
	border:1px solid green;
}
.previewImage img{
	width:98px;
	height:98px;
	border:1px solid white;
	overflow:hidden;
}

.previewText{
	overflow:hidden;
}
.previewText h2{
	margin-bottom:10px;
}


.formRow{
	margin-bottom:15px;
}
.formRow  .text{
	width:180px;
}
.text{
	font-size:12px !important;
	font-family:arial;
	padding:4px;
}
textarea{
	border:1px solid silver;
	width:470px;
	height:80px;
	font-family:arial;
	font-size:12px !important;
	padding:4px;
}


/*  FOOTER  */

#footerContainer{
	clear:both;
	text-align:center;
	background-color:#2a711a;
	background-image:url(../images/gui/footerTile.png);
	background-repeat:repeat-x;
	position:top;
}

#footer{
	text-align:left;
	width:800px;
	height:200px;
	background-color:;
	margin:0px auto;
}
#footer a{
	color:white;
}

.footerText, .footerTextRight{
	float:left;
	margin:8px 0px;
	color:white;
}
.footerTextRight{
	float:right;
}
.footerTextRight a{
	color:white;
}


































