@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #6a704a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	size: 7pt;
	color: #333333;
	background-image: url(Images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*   DIVIDES */


#header {
	margin: auto;
	padding: 0px;
	width: 1000px;
	height: 240px;
	background-image: url(Images/sitelogo%20copy.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: -90px; 
	position: relative;
	z-index: 100;
}

#headertabs {
	padding: 0px;
	position: relative;
	z-index: 300;	
}

#bodycontent {
	background-color: #fefcfd;
	width: 100%;
	margin-top: -89px;
	position: relative;
	z-index: 2;
	padding-bottom: 30px;
}

#bodyhome {
	width: 950px;
	margin: auto;
	padding: 0px;
	background-image: url(Images/slogan.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#body {
	width: 1000px;
	margin: auto;
	padding: 0px;
	padding-left: 80px;
}

#footer {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-image: url(Images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6a704a; /*change later on*/
}

#footer-body {
	margin: auto;
	width: 1000px;
	color: #AAA;
	font-size: 8pt;
	padding: 0px;
	padding-top: 20px;
	padding-left: 150px;
}


/* Paragraph Classes */
.float-left {
	float: left;
	margin: 0px;
	padding: 0px;
}


/* List Classes */
#headertabs ul {
	list-style: none;
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	}

#headertabs li {
	margin-top: 135px;
	float: right;
	background-color: #60a2ae;
	padding: 5px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 10pt;
	text-transform: uppercase;
	}

/*link Classes*/	
#header li a {
	color: #fff; 
	text-decoration: none;
}

#header li:hover {
	background-color: #d2e093;
}

#header li:active {
	background-color: #6a704a;
}

#footer a {
	color: #d2e093;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/*Frontpage Table*/
.fronttable {
	border: none;
	background: none;
	padding-left: 51px;
	padding-top: 20px;
}

.fronttable img {
	border: #999 5px solid;
}

.fronttable tr, td {
	padding: 5px;
}

.pagetable {
	border: none;
	background: none;
	padding-top: 20px;
}

.pagetable img {
	border: #999 5px solid;
}

.pagetable tr, td {
	padding-right: 40px;
}



/*Header Styling */

h1 {
	size: 14pt;
	text-align: left;
	font-style: italic;
	color: #000;
	text-decoration: none;
}

h2 {
	size: 12pt;
	text-align: left;
	padding: 5px;
	color: #6a704a;
	text-decoration: none;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}


.clear {
	float: right;
}

/*Links*/
a:link, a:active, a:visited {
	size: inherit;
	text-decoration: none;
	color: #6a704a;
}

a:hover {
	text-decoration: underline;
}