* {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
	
body {
	text-align: center;
	background-color: #032E26;
}

div#credits a {
	font-family:"Arial", Times, serif;
	font-size:10px;
	color: #9a989b;
	text-decoration: none;
}

div#credits a:hover {
	color: #ffffff;
}

.content b.subnavheader {
	font-size: 11px;
	color: #000000;
}

.content span.subnav {
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin: 0;
}

.content a.subnav {
	font-size: 11px;
	font-weight: normal;
}

.content a.subnav:hover {
	color: #000000;
}

.siteSearch{
    top: 20px;
    left: 695px;
    position: absolute;
    clear: left;
    width: 207px;
    height: 22px;
    background-image:url(../images/siteSearch.png);
    background-repeat:no-repeat;
    text-align: right;
}


.searchBox{
    position: relative;
    width: 150px;
    left: 52px;
    top: 3px;
    height: auto;
    font-size: 12px;
    text-align: left;
}

.searchBox input{
    background:transparent;
    width: 150px;
    font-family: Arial, Verdana;
    font-size: 12px;
    border: 0px;
}

#site {
	width: 1145px;
	height: 697px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/main_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}
	
.title {
	font-family:"Arial", Times, serif;
	font-size:20px;
	color: #193622;
	position:absolute;
	left: 325px;
	top: 232px;
	width: 563px;
	height:20px;
	text-align: left;
	text-transform: uppercase;
}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002c25;
	position:absolute;
	left: 325px;
	top: 268px;
	width: 553px;
	height: 330px;
	overflow-y: auto;
	text-align: left;
	padding-right: 10px;
	z-index: 10;
}

.content a, .global a {
	color: #1a6160;
	text-decoration: none;
	font-weight: bold;
}

.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002c25;
	position:absolute;
	left: 920px;
	top: 255px;
	width: 120px;
	height: 325px;
	overflow-y: auto;
	text-align: left;
	z-index: 10;
}
	
#topNav {
	top: 215px;
	left: 60px;
	position: absolute;
	text-align: left;
	height: auto;
	width: 180px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/mainMenuBG.png);
	width: 202px;
	height: 46px;
}
	
#topNav a {
	position: relative;
	display: block;
	color: #0c2f19;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight:Bold;	
	text-transform: uppercase;
	text-align:right;
	height: 46px;
}

#topNav a div {
padding: 0;
margin: 0;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 180px;
}
	
#topNav a:hover {
	color:#FFFFFF;
}
	
#bottomNav {
	top: 661px;
	left: 33px;
	position: absolute;
	text-align: right;
	height: auto;
	width: 1080px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 25px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #9a989b;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#FFFFFF;
}


#fancybox-left-ico { 
 left: 20px; 
} 

#fancybox-right-ico { 
 right: 20px; 
 left: auto; 
} 

