/* 
  ------------------------------------------
  PVII Luna
  by Project Seven Development
  www.projectseven.com
  Layout07: Citrus - Flexible
  Horizontal Menu
  ------------------------------------------
*/

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

#logo {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	background-color: #FFF;
}

/*Navigation basic properties and Fallbacks for older browsers*/
.navigation {
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 62px;
	width: 100%;
	z-index: 999999;
	background-color: #FFC140;
	border-top: 1px solid #FFDA8C;
	border-bottom: 1px solid #F9A800;
}

/*Navigation CSS3 properties for modern browsers*/
.navigation {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD680), to(#FFC140));
	background: -moz-linear-gradient(top, #FFD680, #FFC140);
	background: linear-gradient(#FFD680, #FFC140);
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	-moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
}

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

.navigation ul {
	font-size: 18px;
	margin: 0 32px;
	padding: 0px;
	min-width: 800px;
}

.navigation li {
	display: inline-block;
	list-style-type: none;
	margin-right: 7px;
	padding: 14px 0;
}

.p7Luna-menu a {
	text-decoration: none;
	color: #CCC;
	padding: 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: 5px 5px 10px #A46F00;
	-webkit-box-shadow: 5px 5px 10px #A46F00;
	box-shadow: 5px 5px 10px #A46F00;
}

.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	color: #FFF;
	background-color: #222;
	border-color: #666 #000 #000 #666;
	outline: 0;
}

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

.p7Luna-menu a.down {
	background-color: #7BBE45;
	border-color: #9CCE73 #649C36 #649C36 #9CCE73;
	color: #FFF;
}

/*Menu Down State Links CSS3 Properties*/
.p7Luna-menu a.down {
	-moz-box-shadow: 3px 3px 10px #A46F00;
	-webkit-box-shadow: 3px 3px 10px #A46F00;
	box-shadow: 3px 3px 10px #A46F00;
}

h1, h2, h3, h4 {
	line-height: normal;
}

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

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

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

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

span.subheading, p.subheading {
	display: block;
	font-size: 12px;
	color: #DE950E;
	font-weight: normal;
	letter-spacing: normal;
}

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

/*Adjust padding to set top position of content sections and min height for the space at the bottom of each section*/
div.section {
	padding-top: 160px;
	min-height: 800px;
}

/*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: square;
}

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

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

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

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

#footer {
	background-color: #111;
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	z-index: 999999;
	border-top: 1px solid #222222;
}

/*Footer CSS3 Properties*/
#footer {
	-moz-box-shadow: 0px 0px 40px #999;
	-webkit-box-shadow: 0px 0px 40px #999;
	box-shadow: 0px 0px 40px #999;
}

#footer .footer-content {
	margin: 0 32px;
	font-size: 11px;
	padding: 12px 0;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	min-width: 800px;
}

.shadow-box {
	margin: 20px 0;
	padding: 28px 32px;
	background-color: #151515;
	color: #CCC;
	line-height: 1.35;
	font-family: 'ArchitectsDaughterRegular', Calibri, Geneva, Helvetica, sans-serif;
	font-size: 15px;
}

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

.shadow-box strong {
	font-weight: normal;
}

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

.shadow-box a:hover, .shadow-box a:focus, #footer a:hover, #footer a:focus {
	color: #ECD113;
}

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: #222;
	font-size: 12px;
	color: #CCC;
	margin: 12px 0;
	border: 16px solid;
	border-color: #222;
}

/*Data Table CSS3 Properties*/
table.data-table {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px 6px 20px #666;
	-webkit-box-shadow: 6px 6px 20px #666;
	box-shadow: 6px 6px 20px #666;
}

table.data-table th {
	font-weight: normal;
	padding: 0;
	background-color: #141414;
	border: 1px solid #222;
}
table.data-table .transparent {
	background-color: transparent;
}

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

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

/*
min height is assigned to the last section on the page. Adjust as necessary.
*/
div.section.last {
   min-height: 1200px;
} 

/*Styles read only by Mobile Devices*/
.p7PGS_mobile .navigation, .p7PGS_mobile #logo, .p7PGS_mobile #footer {
	position: static !important;
	width: auto !important;
}
.p7PGS_mobile div.section {
	padding: 30px 0 !important;
}
.p7PGS_mobile div.section {
	padding-top: 30px !important;
	min-height: 0 !important;
}
