﻿html {
	overflow-y:scroll;
}

html, body {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
	background-color:#faf9f4;
}

img {
	border:0px;
}

img.logo {
	border:0px;
	margin-top:19px;
}

td {
	vertical-align:top;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:#67a548;
	text-decoration:underline;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#67a548;
	text-align:left;
	padding-top:10px;
}

.zenith {
	color:#49862b;
	font-weight:bold;
}

#container {
	position:relative;
	margin:0 auto;
	background-color:white;
	background-image:url('../gfx/mainBG.jpg');
	background-repeat:repeat-y;
	width:820px;
}

#managementPhoto {
	margin-left:100px;
}

#top {
	width:820px;
	height:97px;
}

#topLinks {
	width:125px;
	height:30px;
	float:right;
	top:10px;
	margin-right:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#47b809;
	text-align:right;
}

h2 {
	width:325px;
	position:absolute;
	height:17px;
	float:left;
	top:65px;
	margin-left:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:11px;
	color:#47b809;
	text-align:left;
	z-index:1000;
}

a.topLinks {
	color:#47b809;
	text-decoration:none;
}

a.topLinks:hover {
	color:#47b809;
	text-decoration:underline;
}


#menuBG {
	width:820px;
	height:35px;
	background-image:url('../gfx/menuBG.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#menu {
	width:758px;
	height:35px;
	margin:auto;
	padding-left:5px;
}
#menu ul { 
	list-style: none; 
	margin:0; 
	padding: 0;
} 


#menu ul li a { 
	display: block; 
	margin: 0; 
	padding: 0; 
} 


li.menuItem {
	width:110px;
	height:35px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	background-image:url('../gfx/menuLine.jpg');
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
}

li.menuItem:hover {
	background-image:url('../gfx/menuItemBG.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
}

a.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:white;
	vertical-align:middle;
	line-height:42px;
}

a.menu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:white;
}

#bannerArea {
	width:820px;
	height:162px;
}

#slogan {
	float:left;
}

#photo {
	float:right;
}

#main {
		width:820px;
}

#main:after {
		content:'';
		display:block;
		clear:both;
}


#mainText {
	float:right;
	width:450px;
	padding-right:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
	line-height:22px;
}

#sideMenu {
	float:left;
	width:330px;
	height:382px;
	background-image:url('../gfx/sideMenuBG.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.sideMenuBox {
	width:330px;
	height:43px;
	background-image:url('../gfx/sideMenuItemBG.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-indent:40px;
	line-height:42px;
}

a.sideMenuItem, a.sideMenuItem:hover {
	color:#000000;
	text-decoration:none;
}

.sideMenuBox:hover {
	width:330px;
	height:43px;
	background-image:url('../gfx/sideMenuItemBG_hover.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}


#credits {
	width:820px;
	height:84px;
	background-image:url('../gfx/bottomBG.jpg');
	background-repeat:no-repeat;
}

#subMenu {
	width:758px;
	height:35px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
	text-align:center;
	line-height:25px;
}

a.subMenu {
	color:gray;
	text-decoration:none;
}

a.subMenu:hover {
	color:gray;
	text-decoration:underline;
}

#creditData {
	width:758px;
	height:35px;
	margin:auto;
}

#copyrights {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:gray;
	line-height:40px;
}

#designBy {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:silver;
	line-height:40px;
}

a.designBy {
	color:silver;
	text-decoration:none;
}

a.designBy:hover {
	color:gray;
	text-decoration:none;
}






