@charset "ISO-8859-1";
@import url("base.css");
@import url("nav.css");
/*
	Mark the main menu location
------------------------------------------*/
#mm4 a, #mm4 a:hover {
	background:url(../images/menu.gif) -460px -64px no-repeat;
}
#mMenu li:hover ul li a, #mMenu li.jshover ul li a {
	background:none; /* this fixes a background isssue */
}
/* 
   mark the submenu
-------------------------- */

#mMenu li:hover ul li#sm4b a, #mMenu li.jshover ul li#sm4b a {
	background:#d6bca1;
}
#sub3 {
	background:url(../images/beanMarker.gif) bottom right no-repeat;
}
li#sub3.sidemenu a, #sub3.sidemenu a:hover {
	background:none;
	color:#a7762c;
}
.col1 {
	margin:193px 40px 15px 10px;
}
.col2 {
	margin:171px 0 30px 0;
}
/* 
   Headline graphic
-------------------------- */

.col2 h1 {
	width:441px;
	height:75px;
	background:url(../images/hLinks.jpg) no-repeat;
	margin:0 0 -22px 0;
}
.col2 h2 {
	width:175px;
	height:47px;
	background:url(../images/forums.gif) no-repeat;
	margin:40px 0 -10px 0;
}
.col2 h2 span{
width:0;
height:0;
overflow:hidden;
display:block;
}
.col2 p {
	margin:10px 65px 0 0;
}
.theForm {
	margin:30px 0 0 0;
}
.theForm h5 {
	font-weight:bold;
}
/* 
   submenu header
-------------------------- */
 #submenu li#menuTitle {
	height:24px;
	background:url(../images/menuContact.gif) no-repeat;
}
/* 
   
-------------------------- */
ul.link {
	margin:20px 0 0 0;
}
.link li {
	list-style:none;
	margin:15px 0;
}
.link a {
line-height:22px;
	text-decoration:none;
	font-weight:normal;
	display:block;
}
.link a strong {
	text-decoration:none;
	font-weight:bold;
	display:block;
	
}
.link a em {
	display:block;
	font-weight: normal;
	font-style:normal;
	text-decoration: underline;
	color:#d1a45e;
}
.link a:hover em {
	text-decoration: none;
}