/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  04: The Un-Style
  ------------------------------------------------
*/
body {
		background-color:#582d13;/*brown*/
	font-size: 90%;
}

h1 {
	font-size:120%
}

h2 {
font-size:120%;
text-align:center;
color:#102397; /*blue*/
background-color:#fff;
}

h3 {
font-size:120%;
text-align:center;
color:#102397; /*blue*/
background-color:#fff;
}
h4 {
font-size:130%;
color:#102397; /*blue*/
background-color:inherit;
}

h5 {
font-size:115%;
color:#102397; /*blue*/
background-color:inherit;
}

h6 {
font-size:105%;
color:#102397; /*blue*/
background-color:#fff;
}

.p7CCM04 {
font-family:Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 95%;
	margin: 15px auto;
	border:3px solid #fff;
	background-color:#fff;
}

.p7ccm04-content {
	padding: 0px;
	background-color: #fff;
}

.p7ccm04-1col-column1 .p7ccm04-content,
.p7ccm04-2col-auto-column1 .p7ccm04-content,
.p7ccm04-3col-auto-column1 .p7ccm04-content,
.p7ccm04-4col-auto-column1 .p7ccm04-content,
.p7ccm04-5col-auto-column1 .p7ccm04-content,
.p7ccm04-2col-sidebar-left-column2 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-left-column1 .p7ccm04-content,
.p7ccm04-2col-sidebar-right-column2 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-right-column1 .p7ccm04-content,
.p7ccm04-3col-fixed-sidebar-left-right-column1 .p7ccm04-content,
.p7ccm04-3col-sidebar-left-right-column2 .p7ccm04-content {
	padding-left: 0px !important;
}

.p7ccm04-1col-column1 .p7ccm04-content,
.p7ccm04-2col-auto-column2 .p7ccm04-content,
.p7ccm04-3col-auto-column3 .p7ccm04-content,
.p7ccm04-4col-auto-column4 .p7ccm04-content,
.p7ccm04-5col-auto-column5 .p7ccm04-content,
.p7ccm04-2col-sidebar-left-column1 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-left-column2 .p7ccm04-content,
.p7ccm04-2col-sidebar-right-column1 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-right-column2 .p7ccm04-content,
.p7ccm04-3col-sidebar-left-right-column1 .p7ccm04-content,
.p7ccm04-3col-fixed-sidebar-left-right-column2 .p7ccm04-content {
	padding-right: 0px !important;
}

/*HEADINGS*/
.p7ccm04-content h1 {}
.p7ccm04-content h2 {}
.p7ccm04-content h3 {}

/*UTILITY*/
.p7ccm04-content .centered {
	text-align: center;
}

.p7ccm04-dyn-img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.p7ccm04-content-row {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

/* borders */
.p7ccm04-top-border {
	border-top: 1px solid #000;
}
.p7ccm04-bottom-border {
	border-bottom: 1px solid #000;
}
.p7ccm04-top-bottom-border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7ccm04-left-border {
	border-left: 1px solid #000;
}
.p7ccm04-right-border {
	border-right: 1px solid #000;
}
.p7ccm04-left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* classes */
.p7ccm04-content.blue {
background-color:#102397;/*blue*/
color:#fff;
font-size:85%;
padding:10px !important;
}

.blue_text {
color:#102397;
font-weight:bold;
}

.smblue {
font-size:80%;
color:#102397;
font-weight:bold;
}

.border {
border:2px solid #ff0000;
padding:2px 1px 2px 1px;
}

.bold {
font-weight:bold;
}


.green {
	background-color: #006600;
}

.largered {
	font-size:120%;
color:#CC0000;
}

.large {
font-size:130%;
color:#CC3333;
font-weight:bold;
}

.largeblue {
	color:#102397;
font-size:120%;
}


.large115 {
font-size:120%;
color:#000000;
}

.largeside {
	font-size:110%;
}

.largeblk {
font-size:130%;
color:#000;
}

.largemusic {
font-size:180%;
color:#102397; /*blue*/
}


.largeschedule {
font-size:120%;
text-align:center;
color:#102397; /*blue*/
background-color:#fff;
}

.medium {
font-size:120%;
color:#000;
font-weight:bold;
}


.red_border {
	border:2px solid #ff0000;
	padding:2px 3px;
}

.red {
color:#CC0000;
}

.smred {
font-size:80%;
color:#cc0000;
font-weight:bold;
}

.small {
font-size:85%;
}

.small90 {
font-size:95%;
font-weight:bold;
}
	
.white {
	background-color:#fff;
}


/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm04-2col-auto-column1 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-2col-auto-column2 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}

/*2-Column Sidebar Left*/
.p7ccm04-2col-sidebar-left-column1 {
	float: right;
	width: 80%;
	color: inherit;
	font-size: inherit;
}

.p7ccm04-2col-sidebar-left-column2 {
	font-size: 80%;
	color: inherit;
	float: left;
	width: 20%;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm04-2col-sidebar-fixed-left-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: left;
}
.p7ccm04-2col-sidebar-fixed-left-column2 {
	font-size: inherit;
	color: inherit;
	margin-left: 200px;
}
.p7ccm04-2col-sidebar-fixed-left-column2-cnt {}

/*2-Column Sidebar Right*/
.p7ccm04-2col-sidebar-right-column1 {
	float: left;
	width: 80%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-2col-sidebar-right-column2 {
	font-size: 90%;
	color: inherit;
	float: left;
	width: 20%;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm04-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: right;
}
.p7ccm04-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 200px;
}
.p7ccm04-2col-sidebar-fixed-right-column2-cnt {}

/*3-Column Auto*/
.p7ccm04-3col-auto-column1 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-3col-auto-column2 {
	float: left;
	width: 34%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-3col-auto-column3 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}

/*3-Column Sidebar Left and Right*/
.p7ccm04-3col-sidebar-left-right-column1 {
	width: 60%;
	float: left;
	color: inherit;
	font-size: inherit;
	position: relative;
	left: 20%;
}
.p7ccm04-3col-sidebar-left-right-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: 90%;
	position: relative;
	left: -60%;
}
.p7ccm04-3col-sidebar-left-right-column3 {
	float: left;
	width: 20%;
	color: inherit;
	font-size: 90%;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm04-3col-sidebar-fixed-left-right-column1 {
	width: 180px;
	float: left;
	color: inherit;
	font-size: 85%;
}
.p7ccm04-3col-sidebar-fixed-left-right-column2 {
	width: 180px;
	float: right;
	color: inherit;
	font-size: 85%;
}
.p7ccm04-3col-sidebar-fixed-left-right-column3 {
	color: inherit;
	font-size: inherit;
	margin-left: 180px;
	margin-right: 180px;
}
.p7ccm04-3col-sidebar-fixed-left-right-column3-cnt {}


/*UTILITY RULES*/
.p7ccm04-content.p7ccm04-no-padding {
	padding: 0px 0px;
}

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



/*LINKS*/
.p7ccm04-content a, .p7ccm04-content a:visited {
	color: #09F;
}
.p7ccm04-content a:hover, .p7ccm04-content a:focus {
	color: #000;
}

.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a,
.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a:link, .p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a,
.p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a:link,
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a, 
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a:link
 {
	color:#fff;
}

.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a:visited,
.p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a:visited, 
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a:visited {
	color:#ffff73;/*light yellow*/
}

.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a:hover,
.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a:active,
.p7ccm04-3col-sidebar-fixed-left-right-column1-cnt a:focus,
.p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a:hover, 
.p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a:active, 
.p7ccm04-3col-sidebar-fixed-left-right-column2-cnt a:focus,
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a:hover,
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a:active, 
.p7ccm04-2col-sidebar-fixed-left-column1-cnt a:focus 
{
	color:#ffff73;/*light yellow*/
}


.p7ccm04-1col-column1-cnt.footer a, .p7ccm04-1col-column1-cnt.footer a:link
{
	color:#fff;
	text-decoration:underline;
}

.p7ccm04-1col-column1-cnt.footer a:visited
{
	color:#ffff73;
	text-decoration:underline;
}

.p7ccm04-1col-column1-cnt.footer a:hover, .p7ccm04-1col-column1-cnt.footer a:active, 
.p7ccm04-1col-column1-cnt.footer a:focus
{
	color:#ffff73;
	text-decoration:none;
}

/* video settings for responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	

/*WIDTHS*/
.p7ccm04-auto { width: auto;}
.p7ccm04-min-max-980 { min-width: 980px; max-width: 1600px;}
.p7ccm04-min-max-960 { min-width: 960px; max-width: 1600px;}
.p7ccm04-min-max-940 { min-width: 940px; max-width: 1600px;}
.p7ccm04-fixed-980 { width: 980px;}
.p7ccm04-fixed-960 { width: 960px;}
.p7ccm04-fixed-940 { width: 940px;}
.p7ccm04-fixed-800 { width: 800px;}
.p7ccm04-fixed-700 { width: 700px;}
.p7ccm04-fixed-600 { width: 600px;}
.p7ccm04-fixed-500 { width: 500px;}
.p7ccm04-fixed-400 { width: 400px;}
.p7ccm04-fixed-300 { width: 300px;}
.p7ccm04-fixed-200 { width: 200px;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7CCM04 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.p7CCM04 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}
