/* 
  ------------------------------------------
  PVII Mercury
  by Project Seven Development
  www.projectseven.com
  Layout05: Silk - Menu Bottom
  ------------------------------------------
*/

body {
	font-family: Calibri, Candara, Geneva, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	color: #000;
	padding: 0;
	min-width: 700px;
}
#logo {
	text-align: center;
	font-family: 'RieslingRegular', Calibri, Geneva, Helvetica, sans-serif;
	font-size: 60px;
	line-height: normal;
	text-transform: none;
	padding: 6px 0;
	color: #000;
	margin: 0;
	border-bottom: 1px solid #FFF;
	background-color: #36ABB4;
	background-image: url(images/clouds-abstact.jpg);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background-position: left bottom;
}
#logo {
	-moz-box-shadow: 0px 0px 20px #D7D7D7;
	-webkit-box-shadow: 0px 0px 20px #D7D7D7;
	box-shadow: 0px 0px 20px #D7D7D7;
}
#logo .logo-shape2 {
	font-size: 65%;
	color: #000;
	background-color: #FFF;
	padding: 6px;
	margin-left: -0.25em;
	border: 1px solid #5F5F5F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	top: -6px;
}
#logo .logo-shape3 {
	font-size: 45%;
	color: #CCC;
	background-color: #5C5C5C;
	padding: 6px;
	margin-left: -0.75em;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	position: relative;
	top: -6px;
}

#bottom-fixed-wrapper {
	position: fixed;
	left: 0px;
	top: auto;
	z-index: 9999999;
	zoom: 1;
	bottom: 0px;
	width: 100%;
}
.navigation {
	font-family: 'RieslingRegular', Calibri, Geneva, Helvetica, sans-serif;
	background-color: #17939B;
	background-image: url(images/gray-linen.jpg);
	border-top: 1px solid #FFF;
}
.navigation {
	-moz-box-shadow: 0 0px 60px #ccc;
	-webkit-box-shadow: 0 0px 60px #ccc;
	box-shadow: 0 0px 60px #ccc;
}

ul.p7mercury-menu {
	margin: 0 auto;
	padding: 0px;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
}

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

.p7mercury-menu a {
	text-decoration: none;
	color: #000;
	padding: 10px;
	border: 1px solid transparent;
}

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

.p7mercury-menu a:hover, .p7mercury-menu a:focus {
	color: #000;
	border-color: #333;
}

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

.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 #000;
}

#footer {
	background-color: #000;
}

#footer .footer-content {
	margin: 0 auto;
	color: #CCC;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 10px 20px;
	text-align: center;
	font-family: Candara, Geneva, Helvetica, sans-serif;
}
#footer .footer-content p {
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: Calibri, Geneva, Helvetica, sans-serif;
	line-height: normal;
	color: #000;
	text-align: center;
}
h1 {
	font-size: 46px;
	margin: 0;
}
h2, h3, h4 {
	margin: 24px 0 0 0;
	font-size: 30px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 30px;
}

.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_wrapper  {
	padding-bottom: 100px;
	background-color: #FFF;
}

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

/*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: 40px 6% 40px 6%;
}

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: #000;
}

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

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

.highlight-box {
	color: #CCC;
	line-height: 1.6;
	background-color: #32A8B1;
	background-image: url(images/clouds-abstact.jpg);
	border: 1px solid #000;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
}

.highlight-boxit {
	padding-top: 10px;
	color: #CCC;
	line-height: 1.6;
	background-color: #32A8B1;
	background-image: url(images/clouds-abstact.jpg);
	border: 1px solid #000;
	width: 480px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-bottom: 10px;
}

/*CSS3 Properties*/
.highlight-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.highlight-box em {
	text-transform: uppercase;
	color: #32A7B0;
}
.highlight-box strong {
	color: #FFF;
}
.highlight-box a, .highlight-box a:visited,
#footer a, #footer a:visited {
	color: #53BAC1;
}

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

#footer a:hover, #footer a:focus {
	color: #FFF;
}


.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%;
}
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;
	max-width: 800px;
}

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: #000;
	color: #CCC;
	border-color: #000;
}

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: 999999999;
	top: 86px;
	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: 12px;
	text-transform: uppercase;
	z-index: 9999999;
}
.skip-links:focus {
	left: 20px;
	top: 20px;
	color: #000 !important;
	outline: 1px dotted #000;
}

/*Rules for Mobile Browsers*/
.p7HPS_mobile #bottom-fixed-wrapper, .p7HPS_mobile #logo {
	position: static !important;
	width: auto !important;
}
.p7HPS_mobile div.p7HPSsection {
	padding-top: 0;
}
