/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  11: 3 Col Flex, Left Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #d9e4db;
	margin: 0px;
	padding: 0px;
}
img {vertical-align: bottom;}

.footer {
	background-color: #d9e4db;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 11px;
	color: #333;
	text-align: left;
}
.footer p.copyright {
/*	text-transform: uppercase;  */
	margin: 0px;
}

.masthead {
	background-color: #d9e4db;
	padding: 0px;
	text-align: left;
   background-image: url(../images/bkg_logo.jpg);
   background-position: top;
   background-repeat: repeat-x;
/*	position: relative; */
}
.masthead .logo {border-bottom: 1px solid #000;}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.masthead .banner {
/*	box-shadow: 0px 0px 30px rgba(0,0,0,.5); */
	border-bottom: 1px solid #fff;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}


.content-wrapper {
	margin: 0px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #d9e4db;
}

.main-content {
	width: 60%;
	float: left;
}
.sidebar {
	width: 20%;
	float: left;
}
.sidebar2 {
	width: 20%;
	float: right;
}
.sidebar .content, .sidebar2 .content {
	padding: 46px 20px 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #d9e4db;
/*	background-image: -webkit-linear-gradient(#FFF, #d9e4db);
	background-image: linear-gradient(#FFF, #d9e4db); */
}
.main-content .content {
	padding: 30px 10px 30px 10px;
	font-size: 1em;
	line-height: 1.5em;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000; */
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
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: #990000;  }
.content a:hover, .content a:focus { color: #990000; }
.main-content .content a { 
   color: #990000; 
   text-decoration: none;
 }
.main-content .content a:hover, .main-content .content a:focus {
	color: #990000;
}

.sidebar a, a:hover, a:focus, a:visited { color: #004900; }
.sidebar .content a, a:hover, a:focus, a:visited { color: #004900; }

.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #004900; }
.footer a {
	color: #333;
}
.footer a:hover, .footer a:focus { color: #000; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}


/*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: 0px;
	margin-bottom: 5px;
}
.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;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content {padding: 20px !important;}
}

/* Site specific */
.social-box {
	border: 8px solid #004900;
	border-radius: 5px;
	padding: 10px;
}
.social-box img {
	margin-top: 5px;
	padding-right: 5px;
}
.social-box a {
	color: #004900;
	font-size: x-small;
	text-decoration: none;
}
.search-box {
	margin-top: 0;
}
/*.search-box input[type=search] {
	border 1px solid #004900;
	border-radius: 5px;
} */
.search-box p {
	margin-top: 0;
	margin-bottom: 20px;
	color: #FFF;
	font-size: small;
}
.search-box a {
	color: #004900;
	font-size: small;
	text-decoration: none;
}
.search-btn {
	border: 2px solid #004900;
	border-radius: 5px;
	padding: 2px 3px;
	font-weight: bold;
	color: #004900;
	background-color: #D9E4DB;
}
.sidebar-pic {
	margin-top: 10px;
	padding: 10px 10px 10px 18px;
	text-align: center;
}
.pic-center {
	text-align: center;
	margin-top:20px;
}
.pic-right {
	float: right;
	margin-left: 10px;
}
.pic-left {
	float: left;
	margin-right: 10px;
}
.publist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.content hr {
	color: #004900;
}
.press_entry {
    border-bottom: 2px dashed #990000;
}
.pub_ht {
	min-height: 155px;
}
.pub_entry {
   border-bottom: 2px solid #004900;
}
.req_field {
   color: #FF0000;
   font-weight: bold;
}
.content ul ul {
   list-style-type: disc;
}
.smedia_entry {
   border-bottom: 2px solid #004900;
   padding-top: 15px;
   padding-bottom: 10px;
}