@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:10px 0px 20px;
	background-image:url(../../images/page_bg.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	border:2px solid #000;
	width:730px;
	margin:0px auto;
	background-color:#fff;
	text-align:center;
	margin-bottom:20px;
}

#header {
	overflow:hidden;
	height:100px;
}

#header .left {
	float:left;
}

#header .right {
	float:right;
}

#content {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}

#lr {
	float:left;
	border-right:1px solid #000;
	height:366px;
}

#cr {
	float:left;
	border-right:1px solid #000;
	height:366px;
	width:395px;
}

#rr {
	float:left;
	width:195px;
	height:366px;
}

#content h1 {
	color:#7a7373;
	font-size:12px;
	text-align:center;
	display:block;
	width:100%;
	line-height:23px;
	border-bottom:1px solid #000;
	font-weight:normal;
	margin:0px;
}

#rr_top {
	height:146px;
}

#featured {
	background-image:url(../../images/splash_featured.gif);
	background-repeat:no-repeat;
	width:395px;
	height:26px;
	overflow:hidden;
	text-indent:1000px;
}

#partners {
	background-image:url(../../images/splash_partners.gif);
	background-repeat:no-repeat;
	height:23px;
	width:195px;
	text-indent:1000px;
	overflow:hidden;
}

#splash_nav, #splash_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	list-style-position:outside;
}

#splash_nav li a {
margin:0px;
padding:0px;
display:block;
zoom:1;
float:left;
}

#footer {
	clear:both;
	overflow:hidden;
	width:730px;
	text-align:center;
	margin-bottom:20px;
	font-size: 11px;
}
#footer td { text-align: center; padding: 10px; }

#footer_text p a { color: #555; text-decoration: none; }
ul#foot_nav { margin: 0; padding: 0; list-style: none; }
ul#foot_nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ddd;
	*zoom: 1;
	*display: inline; 
}
ul#foot_nav li:first-child { border-left: 0; }
ul#foot_nav a {
	padding: 0 0.25em;
	color: #555;
	font-size: 12px;
	text-decoration: none;
}
ul#foot_nav a:hover,
ul#foot_nav li:hover>a {
	color:#900;
}
.qmclear { display: none !important; }

#tbl2 {
float:left;
}

#copyright {
font-size:12px;
}
