html, body {
	background-color:#fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
}

* {margin:0; padding:0}

.clear {clear:both;}

p {padding:5px 20px 5px 0;}

a {outline:none;}

hr {
	border: 0;
	width: 100%;
	color: #f0f1f1;
	background-color: #f0f1f1;
	height: 6px;
	margin: 10px auto 0 0;
	text-align: left;
	border-bottom:1px solid #9a9a9c;
	border-top:1px solid #9a9a9c;
	border-right:1px solid #9a9a9c;
}

#content {
	line-height:1.5em;
	font-size:12px;
}

#design_by {
	text-align:center;
	color:#666666;
	font-size:11px;
}

#design_by a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

#design_by a:hover{
	text-decoration:underline;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* --------------------------------------- */  

/* ------- Image Replacement ---------------*/

ul#nav_main{ 
	list-style-type: none; 
	position: relative; 
	width: 794px; 
	height:31px;
	margin: 0; 
	padding: 0; 
}

ul#nav_main a { 
	display: block; 
	height:31px;
	text-decoration: none;
	overflow:visible;
}

li#nm_1 { 
	position: absolute;
	left: 0; 
	width: 123px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat 0 0; 
}

li#nm_2 { 
	position: absolute; 
	left: 123px; 
	width: 159px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat -123px 0; 
}

li#nm_3 { 
	position: absolute;
 	left: 282px; 
	width: 161px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat -282px 0; 
}

li#nm_4 { 
	position: absolute;
	left: 443px; 
	width: 128px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat -443px 0; 
}

li#nm_5 { 
	position: absolute;
 	left: 571px; 
	width: 121px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat -571px 0; 
}

li#nm_6 { 
	position: absolute;
  	left: 692px; 
	width: 102px; 
	height: 31px; 
	background: url(../images/nav_bar.gif) no-repeat -692px 0; 
}

li#nm_1 a:hover { background : url(../images/nav_bar.gif) no-repeat 0 -31px; }
li#nm_2 a:hover { background : url(../images/nav_bar.gif) no-repeat -123px -31px; }
li#nm_3 a:hover { background : url(../images/nav_bar.gif) no-repeat -282px -31px; }
li#nm_4 a:hover { background : url(../images/nav_bar.gif) no-repeat -443px -31px; }
li#nm_5 a:hover { background : url(../images/nav_bar.gif) no-repeat -571px -31px; }
li#nm_6 a:hover { background : url(../images/nav_bar.gif) no-repeat -692px -31px; }

.nav_span {display:none;}

/* --------------------------------------- */  


