@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
}

p {
	margin:3px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:left;
	margin:3px;
	margin-top:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	text-align:left;
	margin-top:15px;
	margin-left:15px;
}

.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:left;
	padding-left:20px;
}

.bodyText a{
	color:#666;
	text-decoration:none;
}

.bodyText a:visited{
	color:#666;
	text-decoration:none;
}


.bodyText a:hover{
	color:#666;
	text-decoration:underline;
}


#topnavwrap {
	background:url(res/top_nav_bg.gif) repeat-x;
	width:100%;
	height:20px;
}

#topnavwraphome {
	background:url(res/top_nav_bg.gif) repeat-x;
	width:100%;
	height:20px;
}

.topnav {
	float:right;
	display:inline;
	width:1024px;
	height:20px;
}
	

#headerwrap {
	background:url(res/mh_bg.gif) repeat-x;
	width:100%;
	height:86px;
}

#headerwraphome {
	background:url(res/mh_bg.gif) repeat-x;
	width:100%;
	height:86px;
}

.header {
	position:relative;
	z-index:0;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

#mainnavwrap{
	background:url(res/mn_bg.gif) repeat-x;
	width:100%;
	height:33px;
}

#mainnavwraphome {
	background:url(res/mn_bg.gif) repeat-x;
	width:100%;
	height:33px;
}

#mainnav {
	float:left;
	display:inline;
	width:1024px;
	height:33px;
	margin: 0;
	padding: 0;
}



#mainbodywrap {
	background:#444444 url(res/main_body_bg.gif);
	width:100%;
	height:100%;
}

#mainbodywraphome {
	background:#444444 url(res/main_body_bg.gif);
	width:100%;
	height:100%;
}


.mainpic {
	background:white;
	width:1024px;
	height:100%;
	margin:0;
}

.mainsub {
	float:left;
	display:inline;
	position:relative;
	background:#FFF;
	width:512px;
	height:528px;
	margin:0;
	}


#gallerywrap {
	width:100%;
	height:404px;
}

#bottomnavwrap {
	background:url(res/bn_bg.gif) repeat-x;
	width:100%;
	height:33px;
}

#bottomnavbox {
	float:left;
	position:relative;
	z-index:0;
	width:512px;
	height:33px;
}

#featuredwrap {
	background:#FFF;
	width:100%;
	height:65px;
}

.featured {
	float:left;
	display:inline;
	height:65px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:18px;
}

#footerwrap{
	background:url(res/footer_bg.gif) repeat-x;
	width:100%;
	height:186px;
}

#footerbox {
	position:relative;
	z-index:0;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:182px;
}

.footer {
	float:left;
	display:inline;
	width:200px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	padding-left:25px;
}

.footer a {
	color:#666;
	text-decoration:none;
}

footer a:visited {
	color:#666;
	text-decoration:none;
}

.footer a:hover {
	color:#036;
	text-decoration:none;
}


#disclaimerwrap {
	background:#FFF;
	width:100%;
	height:40px;
}

.disclaimer {
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	padding-top:10px;
	width:512px;
}

.disclaimer a{
	color:#999;
	text-decoration:none;
}

.disclaimer a:visited{
	color:#999;
	text-decoration:none;
}

.disclaimer a:hover{
	color:#333;
	text-decoration:none;
}

.affil {
	float:right;
	display:inline;
	vertical-align: bottom;
}

.masterbox {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

#gallery {
white-space: nowrap;
float: left;
}
#scroller {
overflow: auto;
}