/*
========================
===== HTML STYLING =====
========================
*/
body {
	margin:0px;
	background-image:url("images/home-bg-main.gif");
	background-repeat:repeat-x;
	background-color: ffffff;
}
h1 {
	font-family:"Tahoma", arial, verdana;
	font-size:20px;
	color:#333333;
	text-transform:capitalize;
}
h2 {
	font-family:"Tahoma", arial, verdana;
	font-size:15px;
	color:#1f723f;
	text-transform:capitalize;
}
p {
	font-family:"Tahoma", arial, verdana;
	font-size:12px;
	color:#000;
}
/*
========================
====== ID STYLING =====
========================
*/
#header {
	background-image:url("images/home-bg-header.jpg");
	background-repeat:repeat-y;
	height:105px;
}

#hexagonsTop {
	height:105px;
	margin-left:65px;
	width:245px;
}

#logo {
	position:absolute;
	top:5px;
	left:560px;
}

#barTop {
	height:24px;
	padding-left:95px;
}

#barTop ul {
	margin:0px;
}
#barTop li {
	display:inline;
}
#barTop ul li a {
	font-family:"Tahoma", arial, verdana;
	font-size:11px;
	color:#1f723f;
	text-transform:capitalize;
	text-decoration:none;
}
#barTop ul li a:hover {
	text-decoration:underline;
}
#content {
	background-color:#FFF;
	/* height:284px; removed by bfrost 2007-01-26 because IE7 doesn't like it - clear it! */
	/* overflow:auto; */
}
#pagePics {
	float:left;
	/* height:284px; */
}
#bodyContent {
	float:left;
	padding:20px;
	width:437px;
	/* height:244px; */
}
#bodyContent ul {
	list-style:circle;
}
#innerBodyContent a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#innerBodyContent a:hover {
	text-decoration:underline;
}
#innerBodyContent li {
	font-family:"Tahoma", arial, verdana;
	font-size:11px;
	color:#000;
	margin-top:10px;
	margin-left:-40px;
	list-style:none;
}
#barBottom {
	background-color:#ffffff;
	clear:both;
	padding:5px;
}
#barBottom a {
	font-family:"Tahoma", arial, verdana;
	font-size:11px;
	color:#1f723f;
	text-decoration:none;
}
#barBottom a:hover {
	text-decoration:underline;
}


#barBottom2 {

	font-family:"Tahoma", arial, verdana;
	font-size:10px;
	color:#333333;
	left padding:200px;
}



#hexgonsBottom {
	margin-left:4px;
	clear:both;
}
/*
========================
==== CLASS STYLING =====
========================
*/
.menuSeparators {
	color:#074482;
}