/* 
  ------------------------------------------
  PVII Mercury
  by Project Seven Development
  www.projectseven.com
  Layout04: Grunge - Fixed Width Menu Top
  ------------------------------------------
*/

body {
	font-family: 'Cabin', sans-serif;
	margin: 0;
	background-color: #535F6D;
	color: #000;
	padding: 0;
	background-attachment: fixed;
	min-width: 700px;
	font-weight: 400;
	line-height: 1.4em;
	

}


#mediaspace {
	text-align: center !important;
	
}


/*Navigation basic properties and Fallbacks for older browsers*/
.navigation {
	zoom: 1;
	font-family:  Calibri, Geneva, Helvetica, sans-serif;
	background-color: #386F81;
}
.navigation {
	
	border-color: rgba(255,255,255,1);
	
	border-bottom: 1px solid #FFF;
}

.p7mercury-menu {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	word-spacing: -0.15em;
	font-weight: bold;
}

.p7mercury-menu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 1px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.p7mercury-menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Menu Links CSS3 Properties*/
.p7mercury-menu a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.p7mercury-menu a:hover, .p7mercury-menu a:focus {
	color: #FFFFFF;
	background-image: url(../traingle.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.p7mercury-menu a.down {
	background-color: #333333;
	color: #FFF;
	border-color: #FFF;
}
.p7mercury-menu a.down:hover, .p7mercury-menu a.down:focus {
	background-color: #666;
	color: #FFF;
}

.p7mercury-menu a:focus, .p7mercury-menu a.down:focus {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-color: transparent;
	outline: 1px dotted #FFF;
}
.center {
	
	text-align: center;
}
h1, h2, h3, h4 {
	font-family:  Calibri, Geneva, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
}
h1 {
	font-size: 36px;
	margin: 0;
}
h2, h3, h4 {
	margin: 24px 0 0 0;
	font-size: 30px;
}

h3 {font-size: 28px;}

h4 {font-size: 22px;}

.section-header {margin: 0 0 20px 0;}

span.subheading, p.subheading {
	font-family: Candara, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
/*Adjust bottom padding to leave room for footer*/
#p7HPS_fixed  {
	width: 980px;
	padding-bottom: 20px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*CSS3 For HPS Wrapper*/
#p7HPS_fixed  {
	
}

div.p7HPSsection {
	padding-top: 10px;
}

/*Text properties and white space for content in sections. Top padding is not necessary*/
div.section-content {
	line-height: 1.5;
	font-size: 16px;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
}

div.section-content img {
	max-width: 100%;
}

.section-content ul {
	margin-left: .85em;
	padding-left: .85em;
}

.section-content li {
	list-style-type: square;
}

.section-content ul.grunged {
	margin: 0;
	padding: 0;
}

.section-content ul.grunged li {
	list-style-type: none;
	background-image: url(images/grunge-bullet.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0em .4em;
}


.section-content strong {}

.section-content em {
	font-style: normal;
	color: #C05A5A;
}

.section-content a, .section-content a:visited {
	color: #307676;
}

.section-content a:hover, .section-content a:focus {
	color: #000;
}


#footer .footer-content {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
#footer .footer-content p {
	margin: 0;
}
#footer {
	margin: 0;
	background-color: #000000;
	width: 100%;
	position: fixed;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.highlight-box {
	color: #000;
	line-height: normal;
	border: 1px solid #CCC;
	width: 800px;
	background-image: url(../whtbk90.png);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	text-align: left;
}

.highlight-box {
	background-color: rgba(240,240,240,.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.highlight-box em {
	text-transform: uppercase;
	color: #BD5353;
}
.highlight-box strong {
	color: #000;
}
.highlight-box a, .highlight-box a:visited,
#footer a, #footer a:visited {
	color: #C97170;
}

.highlight-box a:hover, .highlight-box a:focus,

#footer a:hover, #footer a:focus {
	color: #06C;
}

.reverse-text {
	background-color: #000;
	color: #EFEFEF;
}

.css-column-5050 h1, .css-column-5050 h2, .css-column-5050 h3, .css-column-5050 h4,
.css-column-6040 h1, .css-column-6040 h2, .css-column-6040 h3, .css-column-6040 h4,
.css-column-4060 h1, .css-column-4060 h2, .css-column-4060 h3, .css-column-4060 h4 {
	text-align: left;
}

div.css-column-5050 {
	overflow: hidden;
	background-image: url(images/vertical-rule.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	width: 400px;
	background-color: #CCCCCC;
}
div.css-column-5050-left, div.css-column-5050-right {
	float: left;
	width: 48%;
	margin-right: 4%;
}
div.css-column-5050-right {
	margin-right: 0;
}


div.css-column-4060 {
	overflow: hidden;
	background-image: url(images/vertical-rule.gif);
	background-repeat: repeat-y;
	background-position: 40% 0%;
}
div.css-column-4060-left, div.css-column-4060-right {
	float: left;
	width: 38%;
	margin-right: 4%;
}
div.css-column-4060-right {
	width: 58%;
	margin-right: 0;
}


div.css-column-6040 {
	overflow: hidden;
	background-image: url(images/vertical-rule.gif);
	background-repeat: repeat-y;
	background-position: 60% 0%;
}
div.css-column-6040-left, div.css-column-6040-right {
	float: left;
	width: 58%;
	margin-right: 4%;
}
div.css-column-6040-right {
	width: 38%;
	margin-right: 0;
}

div.data-table-wrapper {
	margin: 12px auto;
}

table.data-table {
	font-size: 12px;
	padding: 20px;
	color: #000;
	line-height: normal;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	width: 100%;
}

/*Data Table CSS3 Properties*/
table.data-table {
	background-color: rgba(240,240,240,.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table.data-table th {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border: 1px dotted #CCC;
}

table.data-table td {
	border: 1px solid #999;
	text-align: center;
	padding: 2px;
	background-color: #CCC;
	color: #000;
}

table.data-table .no {
	background-color: #C05A5A;
	color: #000;
	border-color: #C05A5A;
}

table.data-table .transparent {
	border: 0;
}

.dt-caption {
	font-family: Candara, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	max-width: 800px;
	margin: 6px auto;
}


/*Previous Next Links*/
.previous-next {
	position: fixed;
	z-index: 9999999;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.previous-next a {
	text-decoration: none;
}
.previous-next span {
	display: block;
	position: absolute;
}
.previous-next span i {
	position: absolute;
	left: -20000px;
}
.previous-next span a {
	display: block;
	height: 30px;
	width: 36px;
}
.previous-next span.previous {
	left: 4px;
	width: 36px;
}
.previous-next span.next {
	left: auto;
	right: 6px;
	width: 36px;
}
.previous-next span.previous a {
	background-image: url(images/p7mercury-arrows-left.png);
	background-repeat: no-repeat;
}
.previous-next span.next a {
	background-image: url(images/p7mercury-arrows-right.png);
	background-repeat: no-repeat;
}
.previous-next span a:hover, .previous-next span a:focus {
	background-position: 0px -30px;
}
.previous-next span a.off {
	background-position: 0px -60px;
}

/*Skip Links*/
.skip-links {
	position: absolute;
	left: -20000px;
	font-size: 11px;
	text-transform: uppercase;
}

.skip-links:focus {
	left: 40px;
	top: 12px;
	color: #000 !important;
}

/*Rules for Mobile Browsers*/
.p7HPS_mobile .navigation, .p7HPS_mobile #logo {
	position: static !important;
	width: auto !important;
}

.p7HPS_mobile #p7HPS_fixed {
	padding: 0;
}

.p7HPS_mobile #p7HPS_fixed  {
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
}
.italics {
	font-style: italic;
}
.highlight-boxT {
	color: #FFFFFF;
	line-height: normal;
	width: 930px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../50black.png);
	background-repeat: repeat;

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.highlight-boxQuotes {
	margin: 20px auto;
	padding: 20px 28px;
	color: #FFF;
	line-height: normal;
	width: 800px;
	font-size: 18px;
}
.highlight-left {
	color: #FFFFFF;
	line-height: 1.8em;
	width: 260px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-repeat: no-repeat;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 1em;
	text-align: left;
	height: 480px;
	
}
.highlight-right {
	color: #FFFFFF;
	line-height: 1.8em;
	width: 260px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	height: 480px;
	
}
.highlight-boxOrder {
	color: #FFFFFF;
	line-height: normal;
	width: 910px;
	text-align: center;
	height: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	background-repeat: repeat;


	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	background-image: url(../50black.png);
}
.imgL {
	border: 1px solid #FFFFFF;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.imgR {
	border: 1px solid #FFFFFF;
	padding: 5px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.highlight-boxteam {

	color: #000;
	line-height: normal;
	width: 800px;
	text-align: center;
	height: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	background-repeat: repeat;


	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	background-image: url(../whtbk90.png);
}
.imgRborderless {

	border: 0px solid #000000;
	padding: 5px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footerhome {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
}
.highlight-boxSlides {
	color: #FFF;
	line-height: normal;
	width: 620px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer .footer-contentBlank {

	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
}
.imgFF {
	padding-right: 20px;
	padding-left: 20px;
}
.highlight-boxpoll {

	color: #000;
	line-height: normal;
	border: 1px solid #CCC;
	width: 800px;
	background-image: url(../whtbk90.png);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	text-align: center;
}
.highlight-boxWide {
	color: #000;
	line-height: normal;
	width: 970px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* unvisited link */
a:link {
    color: #FF9900;
}

/* visited link */
a:visited {
    color: #FF9900;
}

/* mouse over link */
a:hover {
    color: #FFCC00;
}

/* selected link */
a:active {
    color: #0000FF;
}
.highlight-leftOrder {
	color: #FFFFFF;
	line-height: 1.8em;
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.9em;
	text-align: left;
	height: 430px;
}
.highlight-rightOrder {

	color: #FFFFFF;
	line-height: 1.8em;
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px;
	

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	text-align: left;
	height: 400px;
}
.highlight-boxOrder2 {
	color: #FFFFFF;
	line-height: normal;
	width: 910px;
	text-align: center;
	height: 440px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	background-repeat: repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000000;
	background-image: url(../50black.png);
}
.logo {
	color: #FFF;
	line-height: normal;
	width: 620px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.highlight-boxHome {

	color: #FFFFFF;
	line-height: normal;
	width: 930px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../50black.png);
	background-repeat: repeat;

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.highlight-box360 {

	color: #FFFFFF;
	line-height: normal;
	width: 930px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../50black.png);
	background-repeat: repeat;

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.highlight-boxTform {

	color: #FFFFFF;
	line-height: normal;
	width: 700px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../50black.png);
	background-repeat: repeat;

	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.highlight-center {

	color: #FFFFFF;
	line-height: 1.8em;
	width: 260px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	height: 480px;
}
.highlight-leftpress {

	color: #FFFFFF;
	line-height: 1.8em;
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-repeat: no-repeat;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 1em;
	text-align: left;
	height: 480px;
}
.highlight-rightpress {

	color: #FFFFFF;
	line-height: 1.8em;
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	height: 480px;
}
.highlight-boxT .style5 {
	text-align: left;
}
