html {
	overflow: scroll;
}
* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
	font:62.5% Arial, Helvetica, sans-serif;
	background:#FFF url(../images/bg.jpg) repeat-x;
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

div#wrapper {
	width:768px;
	padding-top:8px;
	margin:25px auto 0;
	background:url(../images/mm_bg_red.gif) repeat;
}

div#masthead {
	width:768px;
	background:#000000 repeat-y;
	position:relative;
	margin: 0px;
	padding: 0px;
}

h1 {
  font:2em 'Trebuchet MS', Arial, Helvetica;
}


h1 a {
	position:absolute;
	width:147px;
	height:51px;
	left:9px;
	top:18px;
	font-weight:bold;
	text-decoration:none;
	color:#336633;
}

div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	font-size:1.4em;
	padding:15px 15px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li#current {
	background:url(../images/nav_bg.png) bottom repeat-x;
	text-decoration: none;
	color: #000000;
}

div#masthead_image {
	background:url(../images/mm_bg_red.gif) center;
	width:724px;
	height:148px;
	clear:both;
	padding:8px 22px;
	position:relative;
	z-index:1;
}

div#content {
  width:768px;
  background:url(../images/main_bg.png) repeat-y;
}

div#main {
  padding:0 20px 20px;
  width:500px;
  float:left;
}

h2#page_header {
  color:#ff7e00;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 20px 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

h2#page_header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

div#main a {
	color:#0099CC;
	text-decoration: underline;
}
div#main a:hover {
	color : #FFFF99;
	text-decoration : underline;
	font-style: italic;
}   
div#main p {
	color:#FF9900;
	line-height:2;
	margin:10px 0;
}

div#main h3 {
  margin-top:15px;
  color:#507fa3;
}


div#main ul {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

div#main li {
  margin:5px 0;
  padding-left:15px;
  background:url(../images/square.png) 0 center no-repeat;
}

div#secondary {
	padding:15px 20px 20px 0;
	width:200px;
	float:left;
	border: medium none #FF0000;
}

div#secondary li a {
	color:#FFCC66;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-transform: uppercase;
}
	div#secondary li a:hover {
	color : #FFFF99;
	text-decoration : underline;
	font-style: italic;
}   

div#secondary li {
	margin:5px 0;
	padding-left:15px;
	background:url(../images/square.png) 0 center no-repeat;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	border-bottom-style: none;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-color: #990000;
}
div#secondary h3 {
  text-transform:uppercase;
  color:#507fa3;
  margin-bottom:15px;
}

div#secondary ul#news {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#news label {
  font-weight:bold;
}

div#secondary ul#news li {
  margin:10px 0;
  font-size:1.2em;
  line-height:1.5em;
}

div#secondary h4 {
  color:#ff7e00;
  text-transform:uppercase;
  margin-bottom:15px;
}
#secondary  p {
	text-align: center;
}

#footer  {
	width:768px;
	text-align:center;
	font-size:x-small;
	border-top: thin solid #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear: both;
}
#footer a  {
	color:#FFFF00;
	text-decoration:underline;
	list-style: circle;
}
#footer li {
	display: inline;
	margin: 5px;
	font-size: x-small;
	text-align: center;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

.clearfloat {
	float: none;
	clear: both;
}
#masthead_image a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

