/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  07: 2 Col Fixed Sidebar Left
  Modified by: Pat Geary July 2013
  ------------------------------------------------
*/
body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background: url('../images/bg.jpg') repeat-x #576F81;
	margin: 20px 0;
	padding: 0px;
}
img {
	vertical-align: bottom;
}

body img {
	border: 0px;
	text-decoration:none;
}
/*===========================
Rounded Corners
============================*/
.content-wrapper {
	border-radius: 8px;
}
.masthead {
	background-position: left;
	border-radius: 6px 6px 0px 0px;
	background-color: #FFFFFF;
	background-image: url('../images/Fotolia_6743828_XS.jpg');
	background-repeat: no-repeat;
}
.footer {
	border-radius: 0px 0px 6px 6px;
}

/*==========================
Masthead and Site Name
==========================*/
.masthead .banner {
	background-position: left center;
	border-bottom: medium double #3E69A3;
	padding: 5px;
	background: url('../images/Fotolia_6743828_XS.jpg') #ffffff;
	background-repeat: no-repeat;
	height: 100px;
}
.masthead .banner img {
	padding-top: 5px;
	float: right;
	padding-right: 10px;
}

/*==========================
Page Container
============================*/
.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	-moz-box-shadow: 0 0 20px #453823;
	-webkit-box-shadow: 0 0 20px #453823;
	box-shadow: 0 0 20px #453823;
}

/*==========================
Columns wrapper
=============================*/
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}
/*=============================
Heading styles
===============================*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}
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;
}
/* ============================
image floats
========================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*============================
Left Sidebar
=============================*/
.sidebar {
	width: 26%;
	float: left;
}
.sidebar .content {
	padding: 30px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #ffffff;

}

/*================================
Main content area
==================================*/
.main-content {
	width: 74%;
	float: right;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #3E69A3;
}
/*=============================
Ordinary Link Styles
===============================*/
.content a {
	color: #0066CC;
}
.content a:hover, .content a:focus {
	color: #C30;
}
.footer a {
	color: #1E3E57;
	text-decoration: underline;
}
.footer a:hover, .footer a:focus {
	color: #990000;
}
.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;
}

/*================================
Footer 
==================================*/
.footer {
	background-color: #ffffff;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: medium double #3E69A3;
	padding: 15px 30px;
	font-size: .85em;
	color: #000000;
	text-align: center;
}
.footer p {
	margin: 0px;
}

.ctr {
	 text-align:center;
}

/*==================
horizontal line
==================== */
hr {
	color: #CC0000;
	background-color: #CC0000;
	height: 4px;
	width: 100%;
}

/*===========
changes the default styling of the caption
=============*/
caption {
	margin-bottom: 8px;
	font-weight: bolder;
}
/*=============
styling for tables 
===============*/
#dar {
	padding: 5px;
	border-collapse: collapse; /*acollapse Borders are collapsed, where adjacent, into a single border */;
	border: 1px solid #999999;
	empty-cells: show; /*suggest that all empty cells be displayed as normal cells*/;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#dar td {
	border: 1px solid #999999;
	padding: 8px;
	font-size: .9em;
	vertical-align:top;
}
#dar th {
	font-weight: bold;
	padding: 8px;
	font-size: .9em;
}
/*==================================
This sets the formatting for the Patriot state listing 
=====================================*/

#patriot {
	padding: 5px;
	border-collapse: collapse; /*acollapse Borders are collapsed, where adjacent, into a single border */;
	empty-cells: show; /*suggest that all empty cells be displayed as normal cells*/;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#patriot td {
	padding: 8px;
	font-size: .9em;
	vertical-align:top;
	width:42.5%;
}
#patriot th {
	font-weight: bold;
	padding: 8px;
	font-size: .9em;
}

span.patriot {
	color: #CC0000;
	font-weight: bold;
}
/*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;
}
.content-wrapper, .masthead, .footer {
	border-radius: 0px;
}
.content-wrapper {
	width: auto;
	margin: 0px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {
	width: auto;
	margin: 0px 10px;
}
.content {
	padding: 20px !important;
}
}
