/* Table of Contents:
	Body
	Typography
	Header 
	Navigation
	Menu
	Content 
	Footer 
	
*/

/* Body
--------------------------------------------------------------------------------------- */

body {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #000000;
	background-image: url(../index/background.jpg);
	background-repeat: repeat;
}




/* Typography
--------------------------------------------------------------------------------------- */






/* Header
--------------------------------------------------------------------------------------- */
#header {
	height: 85px;
}




/* Navigation
--------------------------------------------------------------------------------------- */
#nav {
	height: 30px;
	padding-bottom: 10px;
}
/* Main Navigational Menu */

#vdividermenu ul{
	padding: 0;
	float: left;
	width: 800px;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	display: inline;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 90%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../index/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 24px;
}

#vdividermenu ul li a:visited{
	color: #FFFFFF;
}

#vdividermenu ul li a:hover{
	color: #60D950;
}

#container {
	width: 900px;
	margin-top: 15px;
	height: 585px;
	margin-right: auto;
	margin-left: auto;
}

/* Content
--------------------------------------------------------------------------------------- */
#content {
	height: 430px;
	width: 640px;
	margin-left: 10px;
	float: left;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}

#menu-top/* Menu
--------------------------------------------------------------------------------------- */
 {
	height: 210px;
	width: 215px;
	margin-right: 10px;
	float: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu-bottom {
	height: 220px;
	width: 215px;
	margin-right: 10px;
	float: right;
}




/* Footer
--------------------------------------------------------------------------------------- */
#footer {
	height: 25px;
	clear: both;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.header {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
}
.body-header {
	color: #FFFFFF;
	font-weight: bold;
}
.body {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	font-size: x-small;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	color: #FFFFFF;
}
.bodysub {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.image {
	float: right;
	padding-right: 5px;
	padding-left: 15px;
}
.social {
	color: #0C4719;
	padding-right: 25px;
	padding-left: 25px;
}
