/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: auto;
	width: 85%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 10px;
	border: thin solid #999;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
.img-center{
	vertical-align: bottom;
	border-radius: 10px;
	float: center;
	border: thin solid #000;
	margin: 8px;
	padding: 2px;
	clear: both;
	}
.img-right{
	vertical-align: bottom;
	border-radius: 10px;
	float: right;
	border: thin solid #000;
	margin: 8px;
	padding: 2px;
	clear: both;
}
.img-left{
	vertical-align: bottom;
	border-radius: 10px;
	float: left;
	border: thin solid #000;
	margin: 8px;
	padding: 2px;
}

.masthead {
	text-align: center;
	height: auto;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.masthead .logo {
	position: relative;
	background-color: #000;
	width: 100%;
	border-radius: 10px;
	height: auto;
}
.masthead h1 {
	color: #FFFFFF;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: 0.35em;
	text-align: center;
	padding-bottom: 10px;
	border-radius: 10px;
	background-color: #000;
	height: auto;
	width: 100%;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	height: 200px;
	width: 100%;
	margin-top: 10px;
	margin-left: 5px;
	margin-right:5px;
	
	}
/*Max-Width allows the banner image to scale with the page*/
.masthead .banner img {
	height: 200px !important;
	width: 100% !important;
	border-radius: 10px;	
}

.content-wrapper {
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	width:auto;
}

.columns-wrapper {
	background-color: #FFF;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
	overflow: hidden;
	height: auto;
	width: 100%;
}

.content {
	padding: 20px;
	font-size: 1em;
	line-height: 1.5em;
	border-radius: 10px;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;	
}
.table{
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	text-align: center;
}

.footer {
	background-color: #000;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
	border-radius: 10px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*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%;
	border-radius:10px;
}

/*Ordinary Link Styles*/
.content a {
	color: #0066CC;
}
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #FFFFFF;
}
.footer a:hover, .footer a:focus { color: #FFF; }
. border-radius:10px;

/*MEDIA QUERIES*/
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 680px) {
.content-wrapper {
	margin: 0px;
	background-color: #FFF;
}
.border-radius:10px;
}
.content-wrapper .columns-wrapper .content p strong {
	background-color: #FFF;

}
