body {margin: 12px 0 0 0; padding:0;}

/***********************************
container
************************************/
.mainContainer {
	width:100%;
	max-width:1300px;

	margin: 15px auto 15px auto;
	background-color: #fff;
	padding:10px 0;
	box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.2);
}

.innercontainer {
	width: 98%;
	margin: 0 1% ;
	margin-top: 0 auto 0 auto;
	XXbackground-color: #fff;
}

/***********************************
masthead
************************************/
.masthead {
	XXheight: 245px;
	text-align:center;	
	padding: 5px 0 0 0 ;
	width:100%;
	position:relative;	
}
.masthead .headerpic {float:right; max-width:100%;}	
.masthead .logo {position:absolute; max-width:50%; top:15%; left:10%;}

	
.site_name h1{
	color:#fff;
	margin: 0 0 70px 30px;
	font-size: 2em;
	}
	

.stripe {
	margin: 0;
	padding: 0;
	height: 40px;
	float: bottom;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #ffffff;
	}
	
.stripe h1  
{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #000;
	margin: 0px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
.menubox {
	float: left;
	width: 20%;
	vertical-align: top;
	XXbackground-color: #5FF;
	padding: 20px 0 0 0 ;

}
.menu {
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;

	
	padding-top: 20px;	
}

.menubox {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ffffff;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom: 0px;
}

.menu li {	line-height:120%; font-size:0.8em; font-size:14px;}


.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #666666;
	display: block;
	font-weight: normal;
}
.menu a:hover {
	text-decoration: none;
	color: #ff9900;
}
.menu_current, .menu li.menu-current>a {
	color: #ff9900;
	background-color: #FFF;
	font-weight:bold;
}

#tools {
	float: left;
	width: 140px;
	color: #666;
	text-align: center;	
	background-color: #EDEAE3;
	font-size: 100%;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
.mainContent {
	float:right;
	width: 77%;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	XXword-spacing: 2px;
	padding: 25px 0 0 0 ;
}

.innerContent {float:left; width: 90%;}
.innerContentnarrow { float:left; width: 66%;}
.rightContent {float:right; width: 30%; font-size:0.94em; line-height: 120%}




/***********************************
separator
************************************/

.clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

.footer {
	color: #5D5950;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}
#h20 {
	font-family:Verdana, Geneva, sans-serif;
	color:#E7E9E4;
	font-size: 3px;
}


	#menuswitch {display:none;}

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 800px) {	
	.mainContainer { 
		width:100%; 
		padding:0; 
		margin:0;
		border:none;
		margin: 0 auto 0 auto;
	}
	
	.innercontainer {	width:94%;  padding: 0 3%; margin:0; }
	
	.masthead {
    	XXbackground: url(img/pic1.jpg) no-repeat 100% 0;
    	padding: 10px 0px 0 0px;
	}
	.site_name h1 { margin: 0 20px 20px 20px; font-size: 1.6em; }
	
	.stripe { height: auto; }
	.stripe h1 { font-size: 1.4em; }
	
	.mainContent { float: none; width: 96%;  padding: 20px 2%;}
	
	.menubox {display: none; position:absolute; top: 50px; left: 0; z-index:5000; width: 280px; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);}
	#tools { width: 180px; }

	.menu a:link, .menu a:visited, .menu a:active { padding: 4px 10px 4px 10px; font-size:16px;}
	#menuswitch {display:block; position: absolute; top:40px; left: -2%;}

	.masthead .logo {position:absolute; max-width:70%; top:10%; left:5%;}

}

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 500px) {
	.mainContent { width: 100%; padding: 20px 0;}
	.innerContent, .innerContentnarrow, .rightContent {float:none; width: 100%;}
	.masthead .logo {position:absolute; max-width:90%; top:0%; left:5%;}
}
/* ======================================================================



/*Print*/
@media print {
	body,td,th {
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		font-size: 12px;
		color: #000000;
	}
	
	.mainContent { width: 100%; padding: 20px 0;}
	.innerContent, .innerContentnarrow, .rightContent {float:none; width: 100%;}
	
	a:link, a:visited, a:active {
		text-decoration: none;
	}
	
	.menubox, #menuswitch {	
		display: none;
	}
}