@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #EFE0DA;
}
#siteHeader {
	background-image: none;
	/*height: 150px;*/
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#siteWrapper {
	/*height: 600px;*/
	width: 98%;
	min-height:400px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(/images/_bkgdPhotos/p01.jpg);*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
}
#siteWrapperInt {
	/*height: 600px;*/
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(/images/_bkgdPhotos/int01.jpg);*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*background-size: cover;*/
	/*padding: 10px 20px 20px;*/
	/*background-repeat: no-repeat;*/
	min-height:400px;
	/*-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.50);*/
	/*box-shadow: 5px 5px 5px rgba(0,0,0,0.50);*/
}
a {
	color: #353535;
}
#siteWrapper #siteContent {
	font: 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,255,255,0.80);
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	/*margin-bottom: 150px;*/
	min-height:400px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
}
#siteWrapperInt #siteContent {
	font: 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,255,255,0.80);
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	width: 98%;
	margin-bottom: 25px;
	min-height:400px;
	/*float: right;*/
	/*height:450px;*/
	/*overflow:scroll;*/
	/*clear:right;*/
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
}
#topNav {
	background-color: rgba(255,255,255,0.8);
	padding: 5px 20px;
	text-align: right;
	font: 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	color: #224500;
}
#topNav a {
	color: #224500;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.sectionHeader {
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.navLink {
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px black solid;
	font-size: 14px;
}
.navLink A {
	text-decoration: none;
	color: #FFFFFF;
}
.pageHeader {
	font-size: 20px;
	/* [disabled]font-weight: bold; */
	text-transform: uppercase;
}
#siteFooter {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding: 10px;
	text-align: center;
	color: #4A4A4A;
	font: italic 14px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	clear: both;
}
#siteHeader #siteLogo {
	float: left;
	background-image: url(/images/site_header-mobile.jpg);
	background-repeat:no-repeat;
	background-color: white;
	width: 98%;
	height: 125px;
	top: 0px;
	margin-left: 0px;
}
#siteWrapper #leftBox {
	width: 40%;
	float: left;
	background-color: rgba(163,71,27,0.80);
	margin-left: 10px;
	margin-right: 5px;
	padding: 8px;
}
#siteWrapperInt #leftBox {
	width: 45%;
	float: left;
	background-color: rgba(163,71,27,0.80);
	padding: 8px;
	margin-bottom: 5px;
}
#siteWrapper #centerBox {
	width: 40%;
	float: right;
	background-color: rgba(63,127,0,0.80);
	margin-left: 5px;
	padding: 8px;
}
#siteWrapperInt #centerBox {
	width: 45%;
	float: right;
	background-color: rgba(63,127,0,0.80);
	padding: 8px;
	margin-bottom: 5px;
}
#siteWrapper #rightBox {
	/*width: 220px;
	height: 285px;
	float: right;
	background-color: rgba(15,91,156,0.80);
	margin-left: 25px;
	margin-right: 50px;
	padding: 8px;*/
	display:none;
}
