/*
	J.D. Maxwell by PVII
	(c) 2004 Project Seven Development (www.projectseven.com)
	All Rights Reserved
	
	CSS developed by Al Sparber - PVII
*/


body {
	background-image: url(../images/max_pbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	margin: 0 0 30px 0;
	padding: 0;
	min-width: 740px;
}
#masthead {
	margin-left: 6px;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(../images/max_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 0;
	padding: 6px 0 1px 30px;
}
#skipnav {
	position: absolute;
	top: 0;
	left: auto;
	right: 15px;
	padding: 6px 15px 6px 0;
	font-size: .75em;
	color: #E2DFCD;
}
#masthead a, #masthead a:visited, #skipnav a, #skipnav a:visited {
	color: #E2DFCD;
	text-decoration: none;
}
#masthead a:hover, #masthead a:active, #masthead a:focus,
#skipnav a:hover, #skipnav a:active, #skipnav a:focus {
	color: #FFFFFF;
}
#wrapper {
	width: 982px;
	height:100%;
	margin: 0 auto;
	background-color: #A3A08F;
	background-image: url(../images/max_sides_980.jpg);
	background-repeat: repeat-y;
	font-size:.95em;
	}
#topBar {
	width: 980px;
	height: 30px;
	background-image: url(../images/max_topbar_980.jpg);
	background-repeat: no-repeat;
	background-color: #656565;
	text-align: right;
}
#maincontent {
	float: left;
	font-size: .9em;
	line-height: 1.4em;
	
}

a:link {color: #006600;}
a:visited {color: #8D847A;}
a:hover, a:active, a:focus {color: #A33D23;}

/* #sidebar {
	width: 148px; /*148+42+20=210 rendered*/
/*	float: left;
	padding: 16px 42px 0 20px;
	font-size: .7em; 
} */

#maincontent p, #sidebar p {margin: 0 0 16px 0;}
#bottomBevel {
	width: 980px;
	height: 45px;
	clear: both;
	text-align: right;
	background-image: url(../images/max_bottom_980.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#bottomBevel a {color: #333333;}
h2#nav, h2#first {margin: 0 0 8px 0;}
h2, h3 {
	margin: 24px 0 8px 0;
	font-size: 1.1em;
}
h3 {font-size: 1em;}

#navlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#navlist li {
	list-style-type: none;
	margin: 0;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	background-color: #DCD6BE;
	color: #333;
	display: block;
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
	border-top: 0;
}
#navlist a:hover, #navlist a:active, #navlist a:focus {
	background-color: #E69A68;
	color: #FFFFFF;
}
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 0.85em;
	color: #000000;
	padding: 10px;
	text-align:center;
	background-image: url(../images/tracksbg.jpg);
	background-repeat: repeat-x;
	background-color:#9A9889;
}
#footer p {margin: 0 0 8px 0;}
#footer a:link {color: #006600;}
#footer a:visited {color: #339933;}
#footer a:hover, a:active, a:focus {color: #333333;}

/*Note from Al Sparber on an alternative to align = right
*/

.rightimage {float: right;}
.white{
	color:#FFFFFF;
	text-decoration:none;
}
.green{
	color:#94AE08;
}
.black{
	color:#333333;
}
.t1{
	color:#5D5D5D;
	font-size:11px;
    font-family:Tahoma;
}
.t2{
	color:#4F4F4F;
	padding:1px;
}
.q1{
	color:#666666;
	text-decoration:none;
}

.pol1{
	color:#828080;
	font-size:10px;
}
.blue_10{
	color:#3E92CD;
	font-size:10px;
}
.pol2{
	color:#6A6862;
	font-size:10px;
}
.blue{
	color:#5883BE;
}
.blue2{
	color:#3E92CD;
}


a.blue_10:hover{text-decoration:none;}
a.black:hover{text-decoration:none;}
a.green:hover{text-decoration:none;}
a.t1:hover{text-decoration:none;}
a.blue:hover{text-decoration:none;}
a.blue2:hover{text-decoration:none;}
a.q1:hover{text-decoration:underline;}
a.white:hover{text-decoration:underline;}
a.t2:hover{text-decoration:none;}

 .input{
  		width:197px; height:18px; 
		background-color:#FFFFFF; 
		font-size:11px;
    	font-family:Tahoma;
		color:#7B7979;
		margin:0px;
		padding:0 0 0 5px;
		
		}

 .textarea{
  		width:197px; height:84px; 
		background-color:#FFFFFF; 
		font-size:11px;
    	font-family:Tahoma;
		color:#7B7979;
		margin:0px;
		padding:0 0 0 5px;
		overflow:auto;
		}

.floatright {
float:right;
margin: 5px ;
}
.floatleft {
float:left;
margin: 5px ;
}
.news{
padding:4px;
border:thin
}
 
.maintext{

padding-left:10px;
padding-right:5px;
background:url(../flash_version/flash_images/r_t2.gif) no-repeat right bottom;
}
.clearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
display: block;
} 
