/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic Showcase
  Copyright (c) 2012 Project Seven Development
  www.projectseven.com
  Showcase 01
  ------------------------------------------------
*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
body, .p7CCM02 {
	font-family: 'Droid Sans', Calibri, Arial, sans-serif;
	color: #888;
	font-size: 13px;
}
a img { border:0 } 
a {
	text-decoration: none;
}  
/*Set the top CCM structure relative with a 
z-index allowing it to stack on top of second CCM structure so the menu can overlap the banner*/
#p7CCM_1 {
	position: relative;
	z-index: 999999;
	background-image: url(images/header.jpg);
	background-position: center top;
}
/* Center Paragraphs in the Header area*/
#p7CCM_1 p {
	text-align: center;
}
/* We style links in paragraphs that are inside the header area.
This applies to the static menu option.*/
#p7CCM_1 p a, #p7CCM_1 p a:visited {
	color: #000;
}
#p7CCM_1 p a:hover, #p7CCM_1 p a:focus {
	color: #FFF;
}
/*The Top CCM structure contains the menu bar. 
We turn on border radius for the bottom corners*/
#p7CCM_1 .p7ccm-row {
	border-radius: 0px 0px 8px 8px !important;
}
/*Pulls up the second CCM structure, allowing the top one to overlap it*/
#p7CCM_2 {
	margin-top: -0px;
	overflow: hidden;
}
#middle {
	background-color: #FFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#cell1 {
	background-image: url(images/cell-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cell2 {
	background-image: url(images/cell-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cell3 {
	background-image: url(images/cell-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cell3 ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#cell3 li{
	float: none;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 6px;
	border-left-style: none;
	background-image: url(p7pmm/img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*
#cell1 a:link {
	color: #09F;
	text-decoration: none;
}
#cell1 a:hover {
	color: #333333;
	text-decoration: none;
}
#cell1 a:visited {
	color: #09F;
	text-decoration: none;
}
#cell2 a:link {
	color: #09F;
	text-decoration: none;
}
#cell2 a:hover {
	color: #333333;
	text-decoration: none;
}
#cell2 a:visited {
	color: #09F;
	text-decoration: none;
}
#cell3 a:link {
	color: #09F;
	text-decoration: none;
}
#cell3 a:hover {
	color: #333333;
	text-decoration: none;
}
#cell3 a:visited {
	color: #09F;
	text-decoration: none;
}
*/
/*This ID is assigned to the CCM Row that contains the footer*/
#footer {
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #CCC;
	background-image: url(images/footer-low.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	background-color: #333;
}

#footer a, #footer a:visited {
	color: #CCC;
}
#footer a:hover, #footer a:focus {
	color: #47A0DA;
}
#footer ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#footer ul li{
	float: none;
}
#footer ul a{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 6px;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
	}

/*Typographic styles*/
h1.main {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 12px 0;
}

h1{
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 0px;
	font-family: 'Oswald', Calibri, Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	letter-spacing: -.05em;
}h2 , h3{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: 'Oswald', Calibri, Arial, Helvetica, sans-serif;
	color: #666;
}

h3 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 30px;
	color: #00A1E1;
}
h4 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #00A1E1;
	font-family: 'Droid Sans', Calibri, Arial, Helvetica, sans-serif;
	font-weight: 100;
}
p {
	margin-top: 6px;
}
.emphatic-red {
	font-style: normal;
	color: #D14B34;
	text-transform: uppercase;
}
.bold-caps-impact {
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Britannic Bold", Britannic, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 118%;
	opacity: .9;
}
.element-centered {
	text-align: center;
}
.element-round {
	border-radius: 7px;
	border: 1px solid #222;
}
/*End Typographic styles*/


/*Image Rotator Customizations*/
#p7IRM_1 {
	border-top: 1px solid;
	border-color: #222;
}
/*The Description popup text*/
#p7IRM_1 .p7IRMdesc {
	font-size: 15px;
	color: #999999;
	width: 920px;
	margin: 0px auto;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*MENU EDTS*/
#p7PMM_1 {
	padding-top: 0px;
}
.p7PMMh09 {
	font-family: 'oswald', calibri, Arial, sans-serif;
	font-size: 14px;
}
.p7PMMh09 ul {
	overflow: hidden;
}
.p7PMMh09 a {
	font-variant: normal;
}
.p7PMMh09 a:hover {
	color: #00A1E1 !important;
}
.p7PMMh09 ul ul {
	background-color: #333333;
	background: rgba(18,18,18,.8);
	border-radius: 0px 0px 6px 6px;
}
.p7PMMh09 ul ul ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
.p7PMMh09 ul ul a {
	color: #AAA !important;
}
.p7PMMh09 ul ul ul {
	border-radius: 6px 6px 6px 6px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.p7PMMh09 ul ul a.pmmlast {
	border-radius: 0px 0px 5px 5px;
}
.p7PMMh09 ul a.trig_open, .p7PMMh09 ul a.trig_open_up {
	color: #00A1E1 !important;
	text-decoration: none;
}
.p7PMMh09 ul ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_east_medium.gif);
}
.p7PMMh09 ul ul a.trig_open {
	color: #00A1E1 !important;
}
.p7ccm-col a.button-link, .p7ccm-col a.button-link:visited {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	padding: 5px 15px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #CCC,0px 0px 10px #CCC;
	font-size: 90%;
	text-transform: uppercase;
}
.p7ccm-col a.button-link:hover, .p7ccm-col a.button-link:focus {
	box-shadow: 0px 0px 10px #CCC,0px 0px 5px #CCC;
	background-color: #666;
	outline: none;
	color: #CCC;
}
