/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  02: Carbon
  ------------------------------------------------
*/


.p7CCM02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	margin: 0px auto;
	background-color: #990000;
}

.p7ccm02-content {
	padding: 0px;
	background-color: #ffffff;
	border-top: solid #990000 3px;
	text-align: left;
}

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

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

.p7ccm02-rounded {
	border-radius: 0px;
}
.p7ccm02-content-row.p7ccm02-top-rounded {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.p7ccm02-content-row.p7ccm02-bottom-rounded {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.p7ccm02-outer-border {
	border: 0px solid #008080;
}
.p7ccm02-outer-shadow {
	box-shadow: 0px 0px 0px #008080;
}
.p7ccm02-dyn-img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.p7ccm02-content-row {
	background-color: #FFF;
	display: inline;
	width: 100%;
	vertical-align: top;
	border: 0px;
	border-top-style: none;
}
.p7ccm02-content-row.p7ccm02-RGBA {
	background: rgba(255,255,255,.80);
}

.p7ccm02-content-row.p7ccm02-contrast {
	background-color: #000000;
	color: #CCC;
}
.p7ccm02-content-row.p7ccm02-contrast.p7ccm02-RGBA {
	background: rgba(0,0,0,.85);
}

.p7ccm02-content-row.p7ccm02-accent {
	background-color: #D14B34;
}
.p7ccm02-content-row.p7ccm02-accent.p7ccm02-RGBA {
	background: rgba(209,75,52,.85);
}

.p7ccm02-content-row.p7ccm02-trans,
.p7ccm02-content-row.p7ccm02-trans.p7ccm02-RGBA {
	background-color: transparent;
	background-image: none;
	background: none;
}

.p7ccm02-content-row.p7ccm02-row-inner-shadow {
	box-shadow: inset 0px 0px 20px #999;
}
.p7ccm02-content-row.p7ccm02-contrast.p7ccm02-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #555;
}
.p7ccm02-content-row.p7ccm02-accent.p7ccm02-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #9C3523;
}
.p7ccm02-content-inner-shadow {
	box-shadow: inset 0px 0px 40px #999999;
}

/* borders */

.p7ccm02-top-border {
	border-top: 1px solid #000;
}
.p7ccm02-bottom-border {
	border-bottom: 1px solid #000;
}
.p7ccm02-top-bottom-border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7ccm02-left-border {
	border-left: 1px solid #008080;
}
.p7ccm02-right-border {
	border-right: 0px solid #008080;
}
.p7ccm02-left-right-border {
	border-left: 1px solid #000;
	border-right: 1px SOLID #000;
}

.p7ccm02-content-row.p7ccm02-contrast .p7ccm02-left-border,
.p7ccm02-content-row.p7ccm02-contrast .p7ccm02-right-border,
.p7ccm02-content-row.p7ccm02-contrast .p7ccm02-left-right-border {
	border-color: #666;
}

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm02-2col-auto-column1 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-2col-auto-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-2col-auto-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-2col-auto-column2 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-2col-auto-column2-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-2col-auto-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Sidebar Left*/
.p7ccm02-2col-sidebar-left-column1 {
	float: right;
	width: 80%;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-2col-sidebar-left-column1-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-2col-sidebar-left-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm02-2col-sidebar-left-column2 {
	font-size: 80%;
	color: inherit;
	float: left;
	width: 20%;
}
.p7ccm02-2col-sidebar-left-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm02-2col-sidebar-left-column2-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-2col-sidebar-left-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm02-2col-sidebar-fixed-left-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: left;
}
.p7ccm02-2col-sidebar-fixed-left-column1-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.50);
}
.p7ccm02-2col-sidebar-fixed-left-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-left-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-left-column2 {
	font-size: inherit;
	color: inherit;
	margin-left: 200px;
}
.p7ccm02-2col-sidebar-fixed-left-column2-cnt {
	overflow: hidden;
}
.p7ccm02-2col-sidebar-fixed-left-column2-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-left-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}


/*2-Column Sidebar Right*/
.p7ccm02-2col-sidebar-right-column1 {
	float: left;
	width: 65%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-2col-sidebar-right-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-2col-sidebar-right-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-2col-sidebar-right-column2 {
	font-size: 90%;
	color: inherit;
	float: left;
	width: 35%;
}
.p7ccm02-2col-sidebar-right-column2-cnt {
	background-color: #990000;
	background: #990000;
}
.p7ccm02-2col-sidebar-right-column2-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-2col-sidebar-right-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm02-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 100%;
	width: 340px;
	float: right;
	background-color: #000000;
}
.p7ccm02-2col-sidebar-fixed-right-column1-cnt {
	background-color: #000000;
}
.p7ccm02-2col-sidebar-fixed-right-column1-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-right-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 340px;
	text-align: left;
	vertical-align: top;
	width: auto;
	background-color: #FFFFFF;
}
.p7ccm02-2col-sidebar-fixed-right-column2-cnt {
	overflow: hidden;
	vertical-align: top;
	top: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p7ccm02-2col-sidebar-fixed-right-column2-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-2col-sidebar-fixed-right-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*3-Column Auto*/
.p7ccm02-3col-auto-column1 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-3col-auto-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-3col-auto-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-3col-auto-column2 {
	float: left;
	width: 34%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-3col-auto-column3 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm02-3col-auto-column3-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-3col-auto-column3-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Sidebar Left and Right*/
.p7ccm02-3col-sidebar-left-right-column1 {
	width: 60%;
	float: left;
	color: inherit;
	font-size: inherit;
	position: relative;
	left: 20%;
}
.p7ccm02-3col-sidebar-left-right-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: 90%;
	position: relative;
	left: -60%;
}
.p7ccm02-3col-sidebar-left-right-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm02-3col-sidebar-left-right-column2-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-3col-sidebar-left-right-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-3col-sidebar-left-right-column3 {
	float: left;
	width: 20%;
	color: inherit;
	font-size: 90%;
}
.p7ccm02-3col-sidebar-left-right-column3-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm02-3col-sidebar-left-right-column3-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-3col-sidebar-left-right-column3-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm02-3col-sidebar-fixed-left-right-column1 {
	width: 180px;
	float: left;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #990000;
}
.p7ccm02-3col-sidebar-fixed-left-right-column1-cnt {
	background: #000000 left;
}
.p7ccm02-3col-sidebar-fixed-left-right-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-3col-sidebar-fixed-left-right-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}

.p7ccm02-3col-sidebar-fixed-left-right-column2 {
	width: 180px;
	float: right;
	color: #FFFFFF;
	font-size: 100%;
}
.p7ccm02-3col-sidebar-fixed-left-right-column2-cnt {
	background: #000000;
}
.p7ccm02-3col-sidebar-fixed-left-right-column2-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-3col-sidebar-fixed-left-right-column2-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm02-3col-sidebar-fixed-left-right-column3 {
	color: inherit;
	font-size: inherit;
	margin-left: 180px;
	margin-right: 180px;
}
.p7ccm02-3col-sidebar-fixed-left-right-column3-cnt {
	overflow: hidden;
}

/*4-Column Auto*/
.p7ccm02-4col-auto-column1 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-4col-auto-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-4col-auto-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-4col-auto-column3 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-4col-auto-column4 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-4col-auto-column4-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-4col-auto-column4-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*5-Column Auto*/
.p7ccm02-5col-auto-column1 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-5col-auto-column1-cnt.p7ccm02-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm02-5col-auto-column1-cnt.p7ccm02-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm02-5col-auto-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-5col-auto-column3 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-5col-auto-column4 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-5col-auto-column5 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm02-5col-auto-column5-cnt.p7ccm02-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm02-5col-auto-column5-cnt.p7ccm02-bottom-rounded {
	border-bottom-right-radius: 4px;
}

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

/*LINKS*/
.p7ccm02-content a, .p7ccm02-content a:visited {
	color: #008080;
}
.p7ccm02-content a:hover, .p7ccm02-content a:focus {
	color: #000000;
}
/*WIDTHS*/
.p7ccm02-auto { width: auto;}
.p7ccm02-min-max-980 { min-width: 980px; max-width: 1024px;}
.p7ccm02-min-max-960 { min-width: 960px; max-width: 1024px;}
.p7ccm02-min-max-940 { min-width: 940px; max-width: 1024px;}
.p7ccm02-fixed-980 {
	width: 980px;
}
.p7ccm02-fixed-960 { width: 960px;}
.p7ccm02-fixed-940 { width: 940px;}
.p7ccm02-fixed-800 { width: 800px;}
.p7ccm02-fixed-700 { width: 700px;}
.p7ccm02-fixed-600 { width: 600px;}
.p7ccm02-fixed-500 { width: 500px;}
.p7ccm02-fixed-400 { width: 400px;}
.p7ccm02-fixed-300 { width: 300px;}
.p7ccm02-fixed-200 { width: 200px;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7CCM02 {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) {
.p7CCM02 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}

.p7PMMh08{width:auto; margin:0 auto; font-family:Arial,Helvetica,sans-serif; font-size:11px; background-color:#900; border:1px solid #000; text-align:left; line-height:normal; font-weight:bold}

.p7PMMh08 ul div{display:none}

.p7PMMh08 ul{margin:0; padding:0}
.p7PMMh08 li{list-style-type:none; float:left; width:200px}

.p7PMMh08 li{width:auto}

.p7PMMh08 a{display:block; text-decoration:none; padding:2px 18px 2px 16px; color:#fff!important; border-right:1px solid #000; background-color:#900; border-left:1px solid #FF4609; text-align:center; font-variant:normal}
.p7PMMh08 a:hover{color:#000 !important; background-color:#CC9}

.p7PMMh08 ul a.pmmfirst{border-left-width:0}
.p7PMMh08 ul a.pmmlast{border-right:0}
.p7PMMh08 ul li.pmmfirst{border-left:0}
.p7PMMh08 ul li.pmmlast{border-right:0}
.p7PMMh08 ul ul a.pmmfirst{border-top:0; border-left-width:1px}
.p7PMMh08 ul ul ul a.pmmfirst{border-top:1px solid #555}

.p7PMMh08 ul ul{z-index:10000; background-color:#000; width:200px}
.p7PMMh08 ul ul li{float:none; background-image:none; background-color:#333}
.p7PMMh08 ul ul a{padding:2px 16px; color:#000 !important; border-right:1px solid #000; background-image:none; zoom:1; background-color:#CC9; border-top:1px solid #555; border-bottom:1px solid #000; border-left:1px solid #555; text-align:left; overflow:hidden}
.p7PMMh08 ul ul a:hover{background-color:#424242 !important; color:#FFF !important; background-image:none; border-color:#E83A00 !important}

.p7PMMh08 ul ul ul{}

.p7PMMh08 img{border:0}
.p7PMMh08 .p7PMM_img{padding:0; border:0; background-image:none; background-color:transparent}

.p7PMMh08 ul a.trig_closed, .p7PMMh08 ul a.trig_closed_left{background-image:url(img/pmm_south_light.gif); background-repeat:no-repeat; background-position:right center}
.p7PMMh08 ul a.trig_closed_up{background-image:url(img/pmm_north_light.gif); background-repeat:no-repeat; background-position:right center}
.p7PMMh08 ul a.trig_open, .p7PMMh08 ul a.trig_open_up{color:#FFF !important; background-color:#333 !important; border-color:#000}
.p7PMMh08 ul a.trig_open{color:#FFF !important}
.p7PMMh08 ul ul a.trig_closed{background-image:url(img/pmm_east_light.gif); background-repeat:no-repeat; background-position:right center}
.p7PMMh08 ul ul a.trig_closed_left{background-image:url(img/pmm_west_light.gif); background-repeat:no-repeat; background-position:left center}
.p7PMMh08 ul ul a.trig_open{color:#FFF !important; background-color:#424242 !important; border-color:#E83A00 !important}

.p7PMMh08 .current_mark{font-weight:bold; color:#000 !important; font-variant:small-caps}
.p7PMMh08 ul ul .current_mark{color:#FFF !important}

.p7pmmclearfloat{clear:both; height:0; line-height:0; font-size:0}

.p7PMMh08.p7PMMnoscript{position:relative}
.p7PMMh08.p7PMMnoscript ul div{position:absolute; display:block; left:-9999px; top:98%}
.p7PMMh08.p7PMMnoscript ul ul div{left:-9999px; top:0px}
.p7PMMh08.p7PMMnoscript li:hover div{display:block; left:auto}
.p7PMMh08.p7PMMnoscript li:hover ul div, .p7PMMh08.p7PMMnoscript li:hover ul ul div, 
.p7PMMh08.p7PMMnoscript li:hover ul ul ul div, .p7PMMh08.p7PMMnoscript li:hover ul ul ul ul div, 
.p7PMMh08.p7PMMnoscript li:hover ul ul ul ul ul div{left:-9999px}
.p7PMMh08.p7PMMnoscript li li:hover div, .p7PMMh08.p7PMMnoscript li li li:hover div, 
.p7PMMh08.p7PMMnoscript li li li li:hover div, .p7PMMh08.p7PMMnoscript li li li li li:hover div, 
.p7PMMh08.p7PMMnoscript li li li li li li:hover div{left:190px; top:1em}

/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  01: Classic
  ------------------------------------------------
*/
.p7CCM01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	width: auto;
	margin: 0px;
}
.p7ccm01-content {
	padding: 0px;
	background-color: #FFFFFF;
	color: #008080;
	text-align: left;

}

.p7ccm01-content2 {
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
	text-align: left;

}

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

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

.p7ccm01-rounded {
	border-radius: 6px;
}
.p7ccm01-content-row.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.p7ccm01-content-row.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.p7ccm01-outer-border {
	border: 1px solid #008080;
}
.p7ccm01-outer-shadow {
	box-shadow: 0px 0px 5px #008080;
}
.p7ccm01-dyn-img img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.p7ccm01-content-row {
	background-color: inherit;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-top-color: #ffffff;
}
.p7ccm01-content-row.p7ccm01-RGBA {
	background: rgba(255,255,255,.80);
}

.p7ccm01-content-row.p7ccm01-contrast {
	background-color: #A5A5A5;
}
.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-RGBA {
	background: rgba(165,165,165,.85);
}

.p7ccm01-content-row.p7ccm01-accent {
	background-color: #5FB4E6;
}
.p7ccm01-content-row.p7ccm01-accent.p7ccm01-RGBA {
	background: rgba(95,180,230,.85);
}

.p7ccm01-content-row.p7ccm01-trans,
.p7ccm01-content-row.p7ccm01-trans.p7ccm01-RGBA {
	background-color: transparent;
	background-image: none;
	background: none;
}

.p7ccm01-content-row.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 20px #999;
}
.p7ccm01-content-row.p7ccm01-accent.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #2297DD;
}
.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #6A6A6A;
}
.p7ccm01-content-inner-shadow {
	box-shadow: inset 0px 0px 20px #999999;
}

/* borders */
.p7ccm01-top-border {
	border-top: 1px solid #000;
}
.p7ccm01-bottom-border {
	border-bottom: 1px solid #000;
}
.p7ccm01-top-bottom-border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7ccm01-left-border {
	border-left: 1px solid #000;
	background-color: #FFFFFF;
}
.p7ccm01-right-border {
	border-right: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}

.p7ccm01-right-border2 {
	border-right: 0px solid #000;
	text-align: left;
	background-color: #000000;
}

.p7ccm01-left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm01-2col-auto-column1 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: #008080;
	background-color: #000000;
}
.p7ccm01-2col-auto-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-2col-auto-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-2col-auto-column2 {
	float: right;
	width: 50%;
	font-size: inherit;
	color: #FFFFFF;
    background-color: #000000;
    background-repeat: none;
}
.p7ccm01-2col-auto-column2-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-2col-auto-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Sidebar Left*/
.p7ccm01-2col-sidebar-left-column1 {
	float: right;
	width: 80%;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-2col-sidebar-left-column1-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-2col-sidebar-left-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm01-2col-sidebar-left-column2 {
	font-size: 80%;
	color: inherit;
	float: left;
	width: 20%;
}
.p7ccm01-2col-sidebar-left-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-2col-sidebar-left-column2-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-2col-sidebar-left-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm01-2col-sidebar-fixed-left-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: left;
}
.p7ccm01-2col-sidebar-fixed-left-column1-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.50);
}
.p7ccm01-2col-sidebar-fixed-left-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-left-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-left-column2 {
	font-size: inherit;
	color: inherit;
	margin-left: 200px;
}
.p7ccm01-2col-sidebar-fixed-left-column2-cnt {
	overflow: hidden;
}
.p7ccm01-2col-sidebar-fixed-left-column2-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-left-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}


/*2-Column Sidebar Right*/
.p7ccm01-2col-sidebar-right-column1 {
	float: left;
	width: 65%;
	font-size: inherit;
	color: inherit;
}
.p7ccm01-2col-sidebar-right-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-2col-sidebar-right-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-2col-sidebar-right-column2 {
	font-size: 100%;
	color: inherit;
	float: left;
	width: 35%;
}
.p7ccm01-2col-sidebar-right-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-2col-sidebar-right-column2-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-2col-sidebar-right-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm01-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: right;
}
.p7ccm01-2col-sidebar-fixed-right-column1-cnt {
	background-color: #990000;
}
.p7ccm01-2col-sidebar-fixed-right-column1-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-right-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 200px;
}
.p7ccm01-2col-sidebar-fixed-right-column2-cnt {
	overflow: hidden;
}
.p7ccm01-2col-sidebar-fixed-right-column2-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-2col-sidebar-fixed-right-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*3-Column Auto*/
.p7ccm01-3col-auto-column1 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm01-3col-auto-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-3col-auto-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-3col-auto-column2 {
	float: left;
	width: 34%;
	font-size: inherit;
	color: inherit;
}
.p7ccm01-3col-auto-column3 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm01-3col-auto-column3-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-3col-auto-column3-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Sidebar Left and Right*/
.p7ccm01-3col-sidebar-left-right-column1 {
	width: 60%;
	float: left;
	color: inherit;
	font-size: inherit;
	position: relative;
	left: 20%;
}
.p7ccm01-3col-sidebar-left-right-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: 90%;
	position: relative;
	left: -60%;
}
.p7ccm01-3col-sidebar-left-right-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-3col-sidebar-left-right-column2-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-3col-sidebar-left-right-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-3col-sidebar-left-right-column3 {
	float: left;
	width: 20%;
	color: inherit;
	font-size: 90%;
}
.p7ccm01-3col-sidebar-left-right-column3-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-3col-sidebar-left-right-column3-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-3col-sidebar-left-right-column3-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm01-3col-sidebar-fixed-left-right-column1 {
	width: 180px;
	float: left;
	color: inherit;
	font-size: 85%;
}
.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-3col-sidebar-fixed-left-right-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}

.p7ccm01-3col-sidebar-fixed-left-right-column2 {
	width: 180px;
	float: right;
	color: inherit;
	font-size: 85%;
}
.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt {
	background-color: #DCDCDC;
	background: rgba(220,220,220,.5);
}
.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-3col-sidebar-fixed-left-right-column2-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm01-3col-sidebar-fixed-left-right-column3 {
	color: inherit;
	font-size: inherit;
	margin-left: 180px;
	margin-right: 180px;
}
.p7ccm01-3col-sidebar-fixed-left-right-column3-cnt {
	overflow: hidden;
}

/*4-Column Auto*/
.p7ccm01-4col-auto-column1 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-4col-auto-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-4col-auto-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-4col-auto-column3 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-4col-auto-column4 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-4col-auto-column4-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-4col-auto-column4-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*5-Column Auto*/
.p7ccm01-5col-auto-column1 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-5col-auto-column1-cnt.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm01-5col-auto-column1-cnt.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm01-5col-auto-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-5col-auto-column3 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-5col-auto-column4 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-5col-auto-column5 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm01-5col-auto-column5-cnt.p7ccm01-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm01-5col-auto-column5-cnt.p7ccm01-bottom-rounded {
	border-bottom-right-radius: 4px;
}

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

/*LINKS*/
.p7ccm01-content a, .p7ccm01-content a:visited {
	color: #008080;
	font-weight: bold;
}
.p7ccm01-content a:hover, .p7ccm01-content a:focus {
	color: #000;
	font-weight: bold;
}
/*WIDTHS*/
.p7ccm01-auto {
	width: auto;
	background-color: #FFFFFF;
}
.p7ccm01-min-max-980 { min-width: 980px; max-width: 1600px;}
.p7ccm01-min-max-960 { min-width: 960px; max-width: 1600px;}
.p7ccm01-min-max-940 { min-width: 940px; max-width: 1600px;}
.p7ccm01-fixed-980 {
	width: 980px;
}
.p7ccm01-fixed-960 { width: 960px;}
.p7ccm01-fixed-940 { width: 940px;}
.p7ccm01-fixed-800 { width: 800px;}
.p7ccm01-fixed-700 { width: 700px;}
.p7ccm01-fixed-600 { width: 600px;}
.p7ccm01-fixed-500 { width: 500px;}
.p7ccm01-fixed-400 {
	width: 340px;
	background-color: #000000;
}
.p7ccm01-fixed-300 { width: 300px;}
.p7ccm01-fixed-200 { width: 200px;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7CCM01 {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) {
.p7CCM01 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}

.news_headline {font-size:12px; font-weight:bold; color:#990000;}
.news_date {font-size:8px; font-weight:lighter; color:grey;}
.news_body {font-size:10px; font-weight:normal; color:black;}
.news_link {font-size:10px; font-weight:lighter;}
.news_link a {color:#008080;}
