/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  11: 3 Col Flex, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

img {vertical-align: bottom;}

.footer {
	background-color: #D6D6D6;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #fff;
	padding: 1px 30px;
	font-size: 11px;
	color: #333;
	text-align: center;
}
.footer #bottom ul li{
	display: inline;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	border-right:  #666 0.5px solid;
}
.footer #updated {
	float: right;
}

.footer #HON {
	padding-left: 0px;
}


.masthead {
	padding: 0px;
	text-align: left;
	background-color: #222;
}
.masthead .logo {
	position: relative;
}

.masthead h1 {
	margin: 0;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .4em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.masthead .banner {
	color:#AAA;
	position: relative;
	z-index: 20;
}

.content-wrapper {
	margin: 0px;
}

.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}

/*Main Content*/
.main-content {
	width: 60%;
	float: left;
	position: relative;
	left: 20%;
}
.sidebar {
	width: 20%;
	float: left;
	position: relative;
	left: -60%;
}
.sidebar2 {
	width: 20%;
	float: right;
}
.sidebar .content, .sidebar2 .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.6em;
	background-color: #FFE;
	background-image: -ms-linear-gradient(top, #FFF, #FFC);
	background-image: -moz-linear-gradient(top, #FFF, #FFC);
	background-image: -webkit-linear-gradient(top, #FFF, #FFC);
	background-image: linear-gradient(top, #FFF, #FFC);
}
.main-content .content {
	padding: 30px;
	font-size: .95em;
	line-height: 1.6em;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/*  xxxxxx   */
.main-content .content strong {
	font-weight: bold;
	color: #333333;
	}
/*  xxxxxx   */

/*Heading styles*/
h2, h3, h4, h5, h6 {
	margin: 30px 0px 0px 0px;
	color: #006699; 
}

h1 { font-size: 1.75em;
	line-height: 1.25em;
 	margin: 20px 0px 0px 0px;
	}
h2 {
	font-size: 1.35em;
	color: #333333;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #006699; }
.content a:hover, .content a:focus { color: #C30; }

.sidebar1 a, .sidebar2 a { color: #006699; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }

.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }



.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
	border-top:#666 1px dotted;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
	list-style-image:url(../i/indexarrow.png);
	padding: 5px;
	border-bottom:#666 1px dotted;
}
.sidebar li a, .sidebar2 li a{ 
	text-decoration: none;
}

.sidebar li a:hover, .sidebar2 li a:hover{ 
     text-decoration: none;
	 color:#f1b32a; } 
	 
/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #ffcc33;
	position: relative;
	z-index: 10;
	text-align: center;
	background-image:url(../i/menu.jpg);
	background-image: -ms-linear-gradient(top, #ffcc33, #B29F01 7%, #fce004 15%);
	background-image: -moz-linear-gradient(top, #ffcc33, #B29F01 7%, #fce004 15%);
	background-image: -webkit-linear-gradient(top, #ffcc33, #B29F01 7%, #fce004 15%);
	background-image: linear-gradient(top, #ffcc33, #B29F01 7%, #fce004 15%);
	overflow: hidden;
	border-top: #f3c12c 1px solid;
	border-bottom: #fc3 0.25px solid;
}

ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
.menutop li {
	list-style-type: none;
	border-left: #FFFF80 1px solid;
	border-right: #DCBC07 1px solid;
	float: left;
}

.menutop a {
	display: block;
	color: black;
	text-decoration: none;
	padding-bottom: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	font-size: .95em;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(102,0,0,0.4);
	outline: 0;
}
.copyright p {
	align: right;
}


/* 
MAKING A TABLE WORK LIKE A LIST WHEN MAD SMALLER
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.figure table, .figure thead, .figure tbody, .figure th, .figure td, .figure tr, .figure caption { 
		display: block; 
		width: 100%;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	 .figure thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.figure tr { border: 1px solid #ccc; }
	
	.figure td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	
	.figure td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}




/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: .5px;
	margin-bottom: 5px;
	border-bottom: #FC0 thin solid;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 3px #000;
}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content, .menutop-wrapper {
	padding: 10px 20px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
.menutop-wrapper {
	background-color: #ffcc33;
	background-image:url(../i/menu-alt.png);
}
.footer li a{
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content {padding: 20px !important;}
}
