body {margin: 0 0 0 0; padding:0;}

/***********************************
container
************************************/
.mainContainer {
	width:100%;
	max-width:1300px;
	margin: 0 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%;}

	
.logobox {position:absolute; max-width:50%; top:15%; left:10%;}
.logobox h2 {font-size:3em; font-weight:normal; line-height:110%; text-shadow: 0px 24px 7px rgba(0,0,0,0.1);}
.logobox h3 {font-size:2em; font-weight:normal;  line-height:110%;  text-shadow: 0px 40px 7px rgba(0,0,0,0.1);}

/***********************************
sidebar
************************************/
.menubox {
	float: left;
	width: 20%;
	vertical-align: top;
	padding: 20px 0 0 0 ;

}
.menu {
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	padding-top: 20px;	
}

.menubox {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #eee;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	padding-left: 10px;
	border-bottom: 0px;
}

.menu li {	line-height:120%; font-size:1em; border-top: #eee 1px solid ;}


.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	/*> editor.css*/
	display: block;
	font-weight: normal;
}
.menu a:hover {
	/*> editor.css*/
}
.menu_current, .menu li.menu-current>a {
	/*> editor.css*/
}



/***********************************
main content
************************************/
.mainContent {
	float:right;
	width: 75%;
	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);}
	.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%;}

	.logobox {width:70%; top:20%; left:15%;}
	.logobox h2 {font-size:2em; text-shadow: 0px 15px 7px rgba(0,0,0,0.1);}
	.logobox h3 {font-size:1.2em; text-shadow: 0px 30px 7px rgba(0,0,0,0.1);}


}

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 500px) {
	.mainContent { width: 100%; padding: 20px 0;}
	.innerContent, .innerContentnarrow, .rightContent {float:none; width: 100%;}
	
	.logobox {width:70%; top:25%; }
	.logobox h2 {font-size:1.5em; text-shadow: 0px 5px 7px rgba(0,0,0,0.1);}
	.logobox h3 {font-size:1em; text-shadow: 0px 10px 7px rgba(0,0,0,0.1);}
	
}
/* ======================================================================



/*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;
	}
}