/* CSS DOCUMENT*/ 

body {
	background-color: #3A3A3A;
	background: url(images/background.gif);
 	color: #303030; 
 	font: 75%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 15px 5px 15px;
} 

#container{
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	margin:auto;

}


a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}

.header {
	position: relative;
	clear:left;
	width: 100%;
	height: 150px; 
	margin: 0; padding: 0;
	background: #474747 url("images/headerbg.jpg") no-repeat left bottom;			
}


h1#logo-text {
	margin: 0; padding: 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
}
h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1.5em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #FFF;
	/* change the values of top and right to adjust the position of the slogan*/
}

/* headers */
h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, 'Trebuchet MS', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.35em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.2em;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}
.subTitle{
	font-family:"Trebuchet MS";
	font-size:13px;
}

.gray  { color: #CCC; }



#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 27px;
	background: #474747;
	font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
	} 

#header-tabs ul {		
	margin:0;
	padding:0px 0px 5px 7px;
	list-style:none;
	}

#header-tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#header-tabs a {
	float:right;
	background: url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#header-tabs a span {
	float:right;
	display:block;
	background: url("images/tabright.gif") no-repeat right top;
	padding:7px 15px 4px 8px;
	color: #CCC;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */

#header-tabs a:hover span {	color:#FFF;	}
#header-tabs a:hover { background-position:0% -42px; }
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}



.footer { 
	clear: both;
	height: 40px;
	color: #FFFFFF;
	background: #676767;
	margin: 0;	
	padding: 3px 3px 10px 3px;
	font-size: 95%;	
}

.footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
.footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
	}
	
	
	
.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
a.sidemenuLink:link {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}
a.sidemenuLink:visited {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

a.sidemenuLink:hover {
	padding:2px 5px 2px 10px;
	background: #dededb;
	color: #339900;
	border-left:5px solid #72A545;
}



.bigmenu {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	list-style:none;
	margin:10px 15px;
	padding:0;
	width:100%;
	
}

a.bigmenuLink:link {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 7px 10px 7px 10px;
	background: #f2f2f2;
	border-left: 5px solid #ff8200;	
	min-height: 15px;	
}

a.bigmenuLink:visited {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 7px 10px 7px 10px;
	background: #f2f2f2;
	border-left: 5px solid #ff8200;	
	min-height: 15px;	
}

a.bigmenuLink:hover {
	padding: 7px 10px 7px 10px;
	background: #dae5d7 url("images/adventure.jpg") repeat-x left bottom; 
	color: #339900;
	border-left:5px solid #72A545;
}

.nav{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#003366;
}