body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	behavior:  url("csshover3-source.htc");
}
div#wrapper {
	padding: 0px;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
div#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	overflow: hidden;
}
.floatright {
	float: right;
}
div.clearfix {
	clear: both;
	height: 1px;
}
div#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#content {
	background:    url(newimages/content_bg.jpg) repeat-y 0px 0px;
}
div#content_1_col {
	background: url(ImagesNew/content_bg_1_col.gif) repeat-y 0px 0px !important;
}
div#inner_content {
	width: 635px;
	padding: 0;
	margin: 0 0 0 13px;
	float: left;
	display: inline;
}
div#inner_content_1_col {
	margin: 0 13px;
}
div#main {
	width: 620px;
	margin: 10px 0 0 5px;
}
div#footer {
	display: block;
	width: 974px;
	height: 79px;
	background: transparent url(newimages/footer_bg.jpg) no-repeat 0 0;
	text-align: right;
}
.red {
	color: red;
}
.noborder {
	border:none;
}
.tablesep {
	border-bottom: 1px dashed #333;
}
/**************** Nav Styling ************************/
div#nav
{
	position: relative;
	display: block;
	padding:0;
	border: 0;
	float: left;
	height: 33px;
	margin: 0;
	text-align: center;
    background: transparent url(newimages/nav_bg.jpg) no-repeat 0 0;
    width: 974px;
}
div#nav ul /* Main UL */
{
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	display: block;
	position: relative;
}
div#nav li /*  Main Li */
{
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	background: transparent;
}
div#nav ul li ul /* Drop down UL Group */
{
	display: none;
}
div#nav ul li ul li /* Drop down li item */
{
	width: 210px;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
	background: #93b633;
	border: solid 1px #777;
	border-width: 0 0 1px 0;
	cursor: pointer;
}
div#nav a
{
	text-decoration: none;
	color: #333;
	display: block;
	margin: 0 15px;
	padding: 0;
}
div#nav a:hover
{
	color: #d2001f;
	background:   url(newimages/nav_over_bg.jpg) no-repeat center bottom;
}
div#nav ul li:hover ul {
	display:block !important; 
	position:absolute; 
	top:32px; 
	left: -15px; 
	width:110px;
	height: auto;
}
div#nav ul li:hover ul li {
	width: 110px;
	border: solid #3e2b81;
	border-width: 0 1px 1px 1px;
	padding-right: -1px !important;
	background: #b4baca;
	display: block;
}
div#nav ul li:hover ul li a {
	display: block;
}
/********************* Content Styling *********************/
div#main h1, div#inner_content_1_col h1 {
	font-size: 30px;
	font-weight: normal;
	color: #d2001f;
	margin: 0;
	padding: 10px 0;
}
div#main h3, div#inner_content_1_col h3 {
	font-size: 22px;
	color: #3d2a81;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px;
}
#content a, div#content_1_col a {
	color: #D2001F;
}
#content a:hover, div#content_1_col a:hover {
	color: #333;
}
p {
	margin: 0px;
	padding: 3px 0px;
}
/****************** Home Page Box Styling *********************/
div.box {
	background:    url(newimages/box_bg.jpg) no-repeat 0px 0px;
	float: left;
	height: 199px;
	width: 312px;
	display: inline;
}
div#latest-news h3 {
	text-indent: -3000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 312px;
	background:    url(newimages/latest_news_title.gif) no-repeat 0px 0px;
}
div#latest-events h3 {
	text-indent: -3000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 312px;
	background:    url(newimages/latest_events_title.gif) no-repeat 0px 0px;
}
div.box ul {
	list-style: none;
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
div.box ul li {
	padding-bottom: 8px;
}
.date {
	font-size: 12px;
}
.venue {
	color:	#3d2a81;
}
/************************ Right Hand Content Styling **********************/
div.right_box {
	background:    url(newimages/right_sep.gif) no-repeat bottom center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#right-bar {
	float: right;
	width: 300px;
	margin-right: 17px;
	margin-top: 8px;
	display: inline;
}
/*********************** Login Box ****************************************/
form#login label {
	clear:left; 
	display:block; 
	float:left; 
	width:65px; 
	padding: 0;
	margin: 10px 0 0 0;
}
form#login input {
	border:1px solid #d2001f; 
	padding: 3px; 
	margin: 6px 0 3px 10px;
	width: 210px;
}
input.remMe {
	padding: 1px !important;	
	margin: 10px 0 0 2px!important;
	width: 15px !important;
}
label.wide_label {
	width: 95px !important;	
}
input.Login_Button {
	border: none !important;
	width: 88px !important;
	height: 35px !important;
	clear: left;
	margin: 5px 0 0 75px !important;
	display: block;
}
/************************ Forum Box *************************************/
div#hot_topics {
	margin: 5px 10px 5px 70px;	
}
/************************ Active Areas Box ******************************/
form#active_areas select {
	width: 160px;
	vertical-align: middle;
}
form#active_areas input {
	vertical-align: middle;
	width: 88px !important;
	height: 35px !important;
}
/************************ Footer Styling *****************************/
div#footer img {
	border: none;
	vertical-align: middle;
	padding: 0 20px;
	margin: 10px 0;
}
div#grow {
	text-align: right;
	height: 30px;
	vertical-align: top;
}
div#grow p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: top;
}
div#grow a {
	color: #434114;
	text-decoration: none;
}
div#grow a:hover {
	color: #0daacd;
}
div#grow img {
	border: none;
	vertical-align: top;
}
/************************** Profile Nav Styling **********************/
div#profile_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#profile_box img {
	border: none;
	padding: 8px 8px 0 0;
}
div#profile_box a {
	text-decoration: none;
}