/* 
  ------------------------------------------
  PVII Luna
  by Project Seven Development
  www.projectseven.com
  Layout01: Type Maestro - Horizontal Menu
  ------------------------------------------
*/

body {
	font-family: Calibri, Geneva, Helvetica, sans-serif;
	margin: 0;
	background-color: white;
	color: #000;
	padding: 0;
}

#logo {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: white;
}
#logo img {
	display: block;
	margin: 0 auto;
}
a img {
	border: none;
}

/*Navigation basic properties and Fallbacks for older browsers*/
.navigation {
	position: fixed;
	left: 0;
	top: 0px;
	padding: 8px 0;
	width: 100%;
	z-index: 100;
	background-color: #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	zoom: 1;
}

/*Navigation CSS3 properties for modern browsers*/
.navigation {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(#eee, #ccc);
	-moz-box-shadow: 0px 4px 10px #ccc;
	-webkit-box-shadow: 0px 4px 10px #ccc;
	box-shadow: 0px 4px 10px #ccc;
}

/*Navigation Microsoft Filter*/
.navigation {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}
ul.p7Luna-menu {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	font-size: 14px;
}
.p7Luna-menu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 7px;
	padding: 8px 0;
}
.p7Luna-menu a {
	text-decoration: none;
	color: #CCC;
	padding: 4px 10px;
	background-color: #000;
	border-top: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #666;
}
/*Menu Links CSS3 Properties*/
.p7Luna-menu a {
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
	box-shadow: 3px 3px 10px #666;
}
.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	color: white;
	background-color: #191858;
	border-color: #2a2896 #08081c #08081c #2a2896;
	outline: 0;
}
/*Menu Hover CSS3 Properties
.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	-moz-box-shadow: 5px 5px 30px #222;
	-webkit-box-shadow: 5px 5px 30px #222;
	box-shadow: 5px 5px 30px #222;
}*/
.p7Luna-menu a.down {
	background-color: #2a2896;
	border-color: #4e4dbd #191858 #191858 #4e4dbd;
	color: white;
}
/*Menu Links Down CSS3 Properties*/
.p7Luna-menu a.down {
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
	box-shadow: 3px 3px 10px #666;
}

/* tags */
h1, h2, h3, h4 {
	font-family: 'LeagueGothicRegular', Calibri, Geneva, Helvetica, sans-serif;
	line-height: normal;
	color: #2a2896;
}
h1 {
	font-size: 36px;
	margin: 0;
}
h2, h3, h4 {
	margin: 24px 0 0 0;
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
.section-header {
	margin: 0 0 20px 0;
}
span.subheading, p.subheading {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	color: #191858;
	text-transform: uppercase;
	font-weight: bold;
}

/*Adjust bottom padding to leave room for footer*/
#p7PGS_content  {
	width: 800px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 auto;
	padding-bottom: 100px;
}

/*Adjust padding to set top position of content sections and the space at the bottom of each section*/
div.section {
	padding-top: 185px;
	padding-bottom: 300px;
}

/*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: 0px 30px;
}
.section-content ul {
	margin-left: .85em;
	padding-left: .85em;
}
.section-content li {
	list-style-type: disc;
}
.section-content strong {
	color: #9a2600;
}
.section-content em {
	font-style: normal;
	font-variant: small-caps;
	font-size: 18px;
}
.section-content a, .section-content a:visited {
	color: #9a2600;
}
.section-content a:hover, .section-content a:focus {
	color: #000;
	outline: 0;
}

/* footer */
#footer {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	z-index: 999999;
	background-color: #ccc;
}
/*footer CSS3 properties for modern browsers*/
#footer {
	border-top: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(#eee, #ccc);
	-moz-box-shadow: 0px 4px 10px #ccc;
	-webkit-box-shadow: 0px 4px 10px #ccc;
	box-shadow: 0px 4px 10px #ccc;
}
/*footer Microsoft Filter*/
#footer {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}
#footer .footer-content {
	width: 800px;
	margin: 0 auto;
	color: black;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
	padding: 13px 0 5px 0;
}
#footer .footer-content p {
	margin: 0 0 0.75em 0;
}

/* shadow-box */
.shadow-box {
	margin: 20px 0;
	padding: 20px 28px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	color: black;
	line-height: 1.35;
}
/*ShadowBox CSS3 Properties*/
.shadow-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
}
.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #191858;
	text-decoration: none;
}
.shadow-box a:hover, .shadow-box a:focus,
#footer a:hover, #footer a:focus {
	color: black;
	text-decoration: underline;
}


/*
Bottom padding is assigned to the last section on the page. Adjust as necessary.
*/
div.section.last {
    padding-bottom: 800px;
}


/* PVII Luna update */
.p7PGS_mobile .navigation, .p7PGS_mobile #logo, .p7PGS_mobile #footer {
    position: static !important;
    width: auto !important;
}
.p7PGS_mobile div.section {
    padding: 30px 0 !important;
} 


/* not used */
div.css-column-50percent {
	display: table-cell;
	padding: 0 20px;
	width: 50%;
	vertical-align: top;
}
div.css-column-60percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 60%;
	vertical-align: top;
}
div.css-column-70percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 70%;
	vertical-align: top;
}
div.css-column-40percent {
	display: table-cell;
	padding: 12px 20px;
	width: 40%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}
div.css-column-30percent {
	display: table-cell;
	padding: 12px 20px;
	width: 30%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}
table.data-table {
	width: 95%;
	background-color: #000;
	font-size: 12px;
	color: #CCC;
	margin: 12px 0;
	padding: 20px;
}
/*Data Table CSS3 Properties*/
table.data-table {
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit-box-shadow: 10px 10px 20px #666;
	box-shadow: 10px 10px 20px #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table.data-table th {
	font-weight: normal;
	text-align: left;
	padding: 0;
	background-color: #000;
}
table.data-table td {
	border: 1px solid #000;
	text-align: center;
	padding: 2px;
	background-color: #666;
}
table.data-table .no {
	background-color: #151515;
	color: #CCC;
	border-color: #666;
}
