 * {
     margin: 0;
	
}

body {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:16px;
	font-family: Arial, Tahoma;
	height: 100%;
}

 .wrapper {
	min-height: 100%;
	position: relative;
 }

a {
	color:#339900;
}
a:hover { text-decoration:none;}
.
orange {
	color:#FC9000;
}

#header {
	background-image: url(images/header_bckg2.gif);
	background-repeat: repeat-x;
	height: 120px;
}
#logo {
	width:780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	background-image: url(images/logo_box_bg.jpg);
	height: 88px;
	background-repeat: no-repeat;
}
#logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:12px; font-size:20px; text-transform:uppercase;}
#logo a:hover { }
#menu {
	color:#fff;
	text-align:center;
	margin-top:0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul{ width:780px; margin:0 auto;list-style:none; padding:0; text-align:left;}
#menu ul li{display:inline}
#menu ul a { display:block; float:left; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(images/menu_enactive.gif) no-repeat bottom center; padding:8px 10px; width:118px; text-align:center; text-transform:uppercase;}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}

#main {
	width:100%;
	float:left;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
}
#head_image {
	line-height:24px;
	height: 432px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
}
#slogan {
	color:#FFFFFF;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size:21px;
	text-transform:uppercase;
	margin-top: 65px;
}
#under_slogan_text {
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;
	padding-top:15px;
}
#content {
	padding:0;
	width:780px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content h1 { margin:20px 0 0 0; text-transform:uppercase; font-size:20px; color:#000; font-weight:normal;}

#text {
	width:780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar {
	color:#6f6e6e;
	width: 260px;
	float: none;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar h2 {
	color:#379B05;
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#bottom_nav {
	clear: both;
	float: none;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 0px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: 100px;
	left: -50px;
}
#top_nav_box {
	width: 780px;
	clear: none;
	float: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#title_div {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

img { border: none; } 

H1, H2, H3 { font-family: helvetica }
H1 {
	font-weight: bold;
	font-size: 16pt;
	line-height: 14pt;
	font-family: helvetica;
	font-variant: normal;
	font-style: normal;
}


#table_wraper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
