*{
	margin: 0;
	padding:0;
}

body {
	font-family: Arial;
	font-size: 12px;
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #1a1a1a;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #045694;
}

a:hover {
	text-decoration: underline;
	color: #D58019;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.clear {
	clear: both;
}

#wrapper {
	width: 980px;
	margin: auto;
	background-color: #aa9f97;
	overflow: hidden;
}

/***** Begin HEADER *****/
#header {
	width: 980px;
	height: 290px;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
}

#header #logo {
	float: left;
	width: 131px;
	height: 150px;
	background: url(../images/logo.gif) no-repeat;
	margin: 40px 0 0 28px;
	cursor: pointer;
}

#header #banner {
	float: right;
	width: 756px;
	height: 250px;
}

#header #menu {
	height: 40px;
	background: url(../images/menu.gif) repeat-x;	
	font-size: 13px;
	clear: both;
}

#header #menu a {
	color: #fff;
	float: left;
}

#header #menu ul {
	list-style-type: none;
	margin-left: 30px;
}

#header #menu ul li {
	float: left;
	margin: 6px 25px 0 0;
}

#header #menu ul li.current_page_item {
	height: 45px;
	background: url(../images/selected_item_left.png) no-repeat left top;
	_background: none;
	_font-weight: bold;
	position: relative;
	top: -13px;
}

#header #menu ul li a.current_page_item {
	height: 45px;
	background: url(../images/selected_item_right.png) no-repeat right top;
	_background: none;
	_font-weight: bold;
	padding: 0 14px;
	margin-right: -14px;
	_margin-right: 0;
	text-decoration: none;
	line-height: 42px;
	color: #d58019;
	_color: #045694;
}

#header #menu ul li a:hover {
	color: #045694;
	text-decoration: none;
}
/***** End HEADER *****/


/***** Begin LEFT *****/
#left {
	float: left;
	width: 173px;
	clear: both;
	color: #fff;
	padding: 0 30px 0 20px;
	margin-top: 20px;
}

#left h1 {
	text-align: center;
}

#left hr {
	border: 1px solid #fff;
	margin-bottom: 10px;
}
/***** End LEFT *****/


/***** Begin RIGHT *****/
#right {
	float: right;
	width: 717px;
	background: url(../images/content_top.gif) no-repeat;
	background-color: #fff;
	padding: 20px 20px 0 20px;
	min-height: 580px;
}
/***** End RIGHT *****/

.footer {
	width: 980px;
	margin: auto;
	padding: 8px;
}

#slugbox {
	background:url("../images/slugbox.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:91px;
	width:268px;
	position:relative;
	right:40px;
	top:40px;

}

.linkcat {
	list-style:none outside none;
}

.linkcat h2 {
	display:none;
}
.linkcat ul li {
	margin-top: 5px;
	margin-bottom: 10px;
}

.mmf-form-control-wrap {
	/* ... */	
}
