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

								QAA

---------------------------------------------------------------------*/
html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	}

body {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 830px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}

#spacer {
	height: 3px;
}

#image_links {
	width: 206px;
	float: right;
} 

#spacer_bottom {
	height: 10px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

#banner {
	width: 830px;
	height: 289px;
	margin: 0 auto 0 auto;
	padding-bottom: 2px;
}

#banner_members {
	width: 830px;
	height: 215px;
	margin: 0 auto 0 auto;
}

#logo {
	width: 240px;
	height: 289px;
	float: left;
	background-image: url(/persistent/templateimages/logo_bg.jpg);
	background-repeat: repeat-x;
	border-right: 2px solid #fff;
}

#flash {
	width: 585px;
	height: 289px;
	float: right;
/*	background-image: url(/persistent/templateimages/banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	border-right: 2px solid #fff;
	}

#header_img {
	width: 800px;
	height: 231px;
	margin: 0 auto 0 auto;
}

#contentwrapper {
	width: 830px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#contentarea {
	float: left;
	width: 830px;
	min-height: 350px; /* IEwin does not support min-height */
 	height: 350px;
	padding: 5px;
}

html>body #contentarea {
  height: auto;
} 

#content {
	float: left;
	width: 420px;	
}

#gold_sponsors {
	float: left;
	width: 170px;
}

#footer{
	width: 830px;
	height: 26px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/footerbg.jpg);
	background-repeat: repeat-x;
	font: normal 10px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
	text-align: center;
	padding-top: 5px;
}

p.address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}	

td, p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}	

li {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	list-style: disc;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #752d3b;
}


h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #752d3b;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #752d3b;
}

a {
	color: #000;
}

a:hover {
	color: #4a6d4f;
}

hr {
	height: 1px;
	border: solid;
	color: #990000;
}

html>body hr {
	border: none; 
	border-top: 1px solid #990000;
}



/* ----------- Nav drop down Menu Start-------------- */

#navbar {
	width: 830px;
	height: 32px;
	margin: 0 auto;
	background-image: url(/persistent/templateimages/navbg.jpg);
	background-repeat: repeat-x;
}

#nav, #nav ul {
	list-style: none;
	display: block;
	width: 810px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav a {
	display: block;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/35px Arial, Verdana, Helvetica, sans-serif;
	}

#nav a span {
	padding-left: 10px;
	}

#nav a span.main {
	text-transform: uppercase;
	padding-left: 10px;
	}
	
html>body #nav a span { 
	/*line-height: 2.3; */ 
	display: block;
	}

span.normal {
	color: #fff;
	}
span.selected {
	color: #ccc;
	padding: 0px;
	}

html>body #nav a span.main { 
	/*line-height: 2.3; */ 
	display: block;
	}

#nav a:hover span {
	color: #ccc;		
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: uppercase;
	} 
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* second-level lists */

#nav li ul {
	position: absolute;
	top: 32px;
	left: -999em;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 0;
	}
	
ul#nav li ul li {
	width: 180px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	}
	
ul#nav li ul li a {
	float: left;
	width: 175px;
	font: normal 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	background: #ccc;
	padding-left: 10px;
	text-transform: none;
	border-top: 1px solid #fff;
	}
	
ul#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #ccc;
	display: block;
	}

/* ----------- Nav drop down Menu End-------------- */

#flashcontent {
}


/* ----------- NEWS MANAGER -------------- */
#sideBarContent { 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/persistent/templateimages/sidebar_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	border: 1px solid #666;
	padding: 10px; }
	
#sideBarContentA { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/persistent/templateimages/sidebar_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	padding: 10px; }
	
#sideBarHeading { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366; }

#sideBarHeader {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 6px; 
	COLOR: #fff; 
	PADDING-TOP: 6px; 
	BACKGROUND-COLOR: #752d3b;
}
	
#news{
	width: 206px;
	float: right;
	/*padding: 5px;*/
}

#newsmanager{
	width: 206px;
	/*padding: 5px;*/
}

#sponsors {
	width: 170px;
	float: right;
	padding: 5px;
	border-top: 2px solid #fff;
}

#newboxes {
	width: 830px;
	height: 100px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


#login {
	width: 500px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#login_members {
	width: 230px;
	float: left;
}

#login_mtmf {
	width: 200px; 
	float: right;
}


#stats {
	display: none;
}
