@charset "utf-8";
/* CSS Document */
*

body, html {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #2C3830;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}


#wrap {
	margin: 0 auto;
	width: 800px;
	color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/sideBar_bg.jpg);
}
#header  {
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../images/header.jpg);
	margin: 0px;
	
}
#header h1 {
	margin-left: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#conBar  {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/contactBar.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-left: 720px;
}

#sidebar {
	float: left;
	width: 210px;
	height: auto;
}
#nav {
	width: 172px;
	padding-left: 20px;
	padding-top: 30px;
	word-wrap: break-word;
}
#nav {
	width: 172px;
	padding-left: 20px;
	padding-top: 30px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul ul {
	list-style-image: url(../images/right-arrow.gif);
	padding-left: 49px;
}
#nav li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: small;
}
#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#people {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9999px;
}
#main {
	background-color: #FFFFFF;
	float: right;
	width: 560px;
	padding: 10px;
}



h2	{
	margin: 0 1em;
}

 




#footer {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 120px;
	background-color: #3A4E40;
	clear: both;
}
#wrap #conBar {
	background-image: url(../images/contactBar.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
* html #footer {
	height:1px;
}
#footer .footerText a {
	font-weight: bold;
	color: #A68500;
}
#footer .footerText a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
#main img {
	margin-right: 10px;
}
.headlineTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #293042;
}
.italicSubHedline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #293042;
	font-style: italic;
}
