/* 
  ------------------------------------------
  PVII Luna
  by Project Seven Development
  www.projectseven.com
  Layout02: Type Maestro - Vertical Menu
  ------------------------------------------
*/

body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	color: #000;
	padding: 0;
}

#logo {
	background-color: #404041;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	z-index: 9999999;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}

/*Logo CSS3 Properties*/
#logo {
	-moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
	color: #404041;
}

/*Navigation basic properties and Fallbacks for older browsers*/
.navigation {
	padding: 16px 16px 8px 16px;
	position: fixed;
	left: 26px;
	top: 175px;
	width: 192px;
	z-index: 100;
	border: 1px solid #999;
	zoom: 1;
}

/*Navigation CSS3 properties for modern browsers*/
.navigation {
	border: 1px solid rgba(255,255,255,1);
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0px 0px 20px #BBB;
	-webkit-box-shadow: 0px 0px 20px #BBB;
	box-shadow: 0px 0px 20px #BBB;
	background-color: #E3E3E3;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
	background: linear-gradient(#FFFFFF, #CCCCCC);
}

/*Navigation Microsoft Filter*/
.navigation {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
}

.p7Luna-menu {
	font-size: 16px;
	margin: 0 auto;
	padding: 0px;
}

.p7Luna-menu li {
	list-style-type: none;
}

.p7Luna-menu a {
	text-align: left;
	padding: 6px 12px;
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
	color: #000;
	outline: 0;
	background-color: #999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
}

.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	color: #DDD;
	background-color: #222;
	border-color: #222;
}

/*Menu Hover Links CSS3 Properties*/
.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	-moz-box-shadow: 3px 3px 20px 3px #888;
	-webkit-box-shadow: 3px 3px 20px 3px #888;
	box-shadow: 3px 3px 20px 3px #888;
}

.p7Luna-menu a.down {
	background-color: #BA202A;
 	border-color: #951A23;#BA202; #BA202; #951A23
	color: #FFF;
}

/*Menu Down State Links 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;
}

h1, h2, h3, h4 {
	font-family: 'museo_sans_500regular', Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 36px;
	margin: 0;
}

h2, h3, h4 {
	margin: 24px 0 0 0;
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

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

span.subheading, p.subheading {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	color: #C30;
	text-transform: uppercase;
	font-weight: bold;
}

/*Adjust bottom padding to leave room for footer
Adjust left margin to leave room for navigation menu*/
#p7PGS_content {
	width: 700px;
	padding-bottom: 100px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 0 0 280px;
	position: relative;
	z-index: 1;
}

/*Adjust padding to set top position of content sections and the space at the bottom of each section*/
div.section {
	padding-top: 175px;
	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: 18px;
	padding: 0px 30px;
}

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

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

.section-content strong {
	color: #C30;
}

.section-content em {
	font-style: normal;
	text-transform: uppercase;
}

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

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

#footer {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	z-index: 999999;
	background-color: #000;
}

#footer .footer-content {
	margin-left: 280px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 16px 0;
	width: 702px;
}

.shadow-box {
	margin: 20px 0;
	padding: 20px 28px;
	background-color: #222;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	color: #CCC;
	line-height: 1.35;
}

/*ShadowBbox CSS3 Properties*/
.shadow-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit-box-shadow: 10px 10px 20px #666;
	box-shadow: 10px 10px 20px #666;
}

.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #2D7BA6;
}

.shadow-box a:hover, .shadow-box a:focus, 
#footer a:hover, #footer a:focus {
	color: #C30;
	outline: 0;
}

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: 20px;
	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;
	border: 12px solid #000;
}

/*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: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

table.data-table th {
	font-weight: normal;
	text-align: left;
	padding: 0;
	background-color: #000;
}

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

table.data-table .no {
	background-color: #151515;
	color: #CCC;
}

/*
Bottom padding is assigned to the last section on the page. Adjust as necessary.
*/
div.section.last {
    padding-bottom: 600px;
} 
