.masthead h1 {
	margin: 0;
	color: #FFF;
	padding: 20px 20px 10px 20px;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 0.35em;
}
/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 1 Col Fixed
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #FFF;
	margin: 20px 0;
	padding: 0px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
img {vertical-align: bottom;}

.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	position: relative;
	background: rgb(163,24,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,24,0,1) 0%, rgba(255,26,0,1) 37%, rgba(255,26,0,1) 37%, rgba(255,26,0,1) 53%, rgba(255,26,0,1) 65%, rgba(135,27,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,24,0,1)), color-stop(37%,rgba(255,26,0,1)), color-stop(37%,rgba(255,26,0,1)), color-stop(53%,rgba(255,26,0,1)), color-stop(65%,rgba(255,26,0,1)), color-stop(100%,rgba(135,27,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,24,0,1) 0%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 53%,rgba(255,26,0,1) 65%,rgba(135,27,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
	/* [disabled]background: -ms-linear-gradient(top,  rgba(163,24,0,1) 0%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 53%,rgba(255,26,0,1) 65%,rgba(135,27,0,1) 100%); */ /* IE10+ */
	/* [disabled]background: linear-gradient(to bottom,  rgba(163,24,0,1) 0%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 37%,rgba(255,26,0,1) 53%,rgba(255,26,0,1) 65%,rgba(135,27,0,1) 100%); */ /* W3C */




	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31800', endColorstr='#871b00',GradientType=0 ); /* IE6-9 */
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 980px;
	border: 1px solid #222;
	overflow: hidden;
}
.columns-wrapper { 
	background-color: #FFF;
}

.content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	background: rgb(89,89,89); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(89,89,89,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(89,89,89,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(89,89,89,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(89,89,89,1) 0%,rgba(14,14,14,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(89,89,89,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(89,89,89,1) 0%,rgba(14,14,14,1) 100%); /* W3C */










filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
}

/*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%;
}

.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; 
}

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

/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {border-radius: 6px;}
.masthead {border-radius: 4px 4px 0px 0px;}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.content, .menutop-wrapper {padding: 10px 20px !important;}
.content-wrapper {
	margin: 0px;
	width: auto;
	border-radius: 0px;
	border: none;
}
.masthead, .footer {border-radius: 0px;}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
}
/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	background: rgb(91,93,99); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(91,93,99,1) 2%, rgba(125,129,137,1) 14%, rgba(181,189,200,1) 33%, rgba(130,140,149,1) 60%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(91,93,99,1)), color-stop(14%,rgba(125,129,137,1)), color-stop(33%,rgba(181,189,200,1)), color-stop(60%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5d63', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.2em;
	border: 1px solid;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);


	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}
.menutop a:hover, .menutop a:focus {
	color: #F00;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 0.7em;
	color: #900;
	text-align: center;
	background: rgb(91,93,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(91,93,99,1) 2%, rgba(125,129,137,1) 14%, rgba(181,189,200,1) 33%, rgba(130,140,149,1) 60%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(91,93,99,1)), color-stop(14%,rgba(125,129,137,1)), color-stop(33%,rgba(181,189,200,1)), color-stop(60%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(91,93,99,1) 2%,rgba(125,129,137,1) 14%,rgba(181,189,200,1) 33%,rgba(130,140,149,1) 60%,rgba(40,52,59,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5d63', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
}

.footer a {
	color: #900;
	font-weight: bold;
}
.footer a:hover, .footer a:focus {
	color: #000;
	font-size: 1em;
}
