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

body {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	background:#CCCC99;
}
#header {
	width: 100%;
	height: 175px;
}
#topcontent {
	width: 900px;
	height: 175px;
	margin: 0 auto;
	background: #009900;
}
#tagline {
	margin-top: 40px;
	margin-right: 25px;
	padding-bottom: 5px;
	width: 400px;
	float: right;
	font: 30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight:bold;
	color: #034205;
	border-bottom:solid 3px #800040;
}
/*Site Title*/

#title {
	margin-right: 155px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	width: 155px;
	height: 150px;
	background-image:url(../images/JMB.gif);
	background-repeat:no-repeat;
}
#title h1 {
	display: inline;
	color:  #222;
	background-color: #ffdd00;
	background-image: none;
}
#content {
	width: 900px;
	height: inherit;
	min-height: 675px;
	margin: 0 auto;
	text-align: left;
	background:#FFF;
}
#image {
	float: left;
	width: 25px;
	height: 650px;
	vertical-align: top;
	background: none;
}
#text {
	float: right;
	width: 575px;
	padding: 5px 50px 20px 20px;
}
#text h1 {
	text-align: left;
	padding: 3px;
}
/*Header Menu*/

#menu {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	float:right;
}
#menu ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	float:right
}
#menu ul li {
	width: 100px;
	display: inline;
	float: left;
	padding-top: 5px;
	list-style: none;
	text-align: center;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 3px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width: 1px;
	color: #222;
}
#menu ul li a:hover, #menu ul li a.active {
	font-weight: bold;
	color: #111;
}
a {
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#800040;
	text-decoration:underline;
	}
	
a:visited {
	color:#800040;
}
/*Sidemenu Styles*/
h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #ffffcc;
	background: #686868;
}
h1 span {
	display: block;
	padding: 2px;
}
/*sideMenu Menu*/

#sideMenu {
	width: 200px;
	margin: 0 auto;
	text-align: left;
	float:left;
	padding: 0px 0px 20px 15px;
}
#sideMenu ul {
	margin: 0;
	padding: 0;
	line-height:175%;
	float:right
}
#sideMenu ul li {
	width: 200px;
	float: left;
	padding-top: 5px;
	list-style: none;
	text-align:left;
}
#sideMenu ul li a {
	display: block;
	background-color:#009900;
	text-decoration: none;
	text-transform: uppercase;
	padding-left:5px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #ffffcc;
}
#sideMenu ul li a.Sub {
	display: block;
	width: 175px;
	float:right;
	background-color:#009900;
	text-decoration: none;
	text-transform: none;
	padding-left:5px;
	padding-bottom: 0px;
	padding-top: 3px;
	color: #ffffcc;
}
#sideMenu ul li a:hover, #sideMenu ul li a.active {
	background-color:#800040;
	font-weight: bold;
	color: #ffffcc;
}
#sideMenu ul li a.activeSub {
	display: block;
	width: 175px;
	float:right;
	text-decoration: none;
	text-transform: none;
	padding-left:5px;
	padding-bottom: 0px;
	padding-top: 3px;
	background-color:#800040;
	font-weight: bold;
	color: #ffffcc;
}
/*Footer*/

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
	color: #000;
	font-size: 10px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #666;
}
