/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  Standard Green PMS 7491 #738539
  dark Green PMS7496 #697F11
  navy Blue: Pantone #295 #002E5F
  -----------------------------------
*/

body {
	background-color: #353535; /* modified */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	line-height: 145%;
	margin: 0 0 22px 0;
}
.p7DMM08 {
	font-family: copperplate_gothic_boldRg, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 71%;
	margin-top: 8.3%;
	margin-bottom: 0;
	letter-spacing: 1px;
}

p img, h1 img, h2 img, h3 img, h4 img {
	border-radius: 5px;
}

.padded {
	padding: 20px 32px;
}

/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #738539;
	background: rgba(119, 131, 64, 1.0);
	color: #000;
}
.synergy-color-2 {
	background-color: #FFFFFF;
	background: rgba(255,255,255,1.0);
	color: #4C4C4C;
}
.synergy-color-3 {
	background-color: #738539;
	background: rgba(119, 131, 64, 1.0);
	color: #FFF;
}
.synergy-color-4 {
	background-color: #0099FF;
	background: rgba(0, 153, 255, .80);
	color: #FFF;
}
.synergy-color-5 {
	background-color: #669999;
	background: rgba(102, 153, 153, .80);
	color: #000;
}

/*Links*/
.synergy-color-2 a {
	color: #0984C7;
	text-decoration: none;
}
.synergy-color-2 a:hover { 
	color: #738539;
	text-decoration: underline;
}
.synergy-color-2 a:visited { 
	color: #0984C7;
	text-decoration: none;
} 
.synergy-color-3 a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
} 
.synergy-color-3 a:hover { 
	color: #CCFFCC;
	text-decoration: none;
	font-weight: bold;
} 
.synergy-color-3 a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.synergy-color-4 a {
	color: #FFF;
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #000;
}
.synergy-color-5 a:hover {
	color: #FFF;
}

/*Row Background Images
A synergy row spans the width of the browser window.*/

.bg-1 {
	background-image: url(art/bg-01.jpg);
	background-color: #D18E02;
}
.bg-2 {
	background-image: url(art/bg-02.jpg);
	background-color: #1D1D1D;
	color: #FFF;
}
.bg-3 {
	background-image: url(art/bg-03.jpg);
	background-color: #A79C9A;
}
.bg-4 {
	background-image: url(art/bg-04.jpg);
	background-color: #000000;
	color: #FFF;
}
.bg-5 {
	background-image: url(art/bg-05.jpg);
	background-color: #000;
	color: #FFF;
}
.bg-6 {
	background-image: url(art/bg-06.jpg);
	background-color: #FFF;
}
.bg-7 {
	background-image: url(art/bg-07.jpg);
	color: #FFF;
	background-color: #000;
}
.bg-8 {
	background-image: url(art/bg-08.jpg);
	background-color: #000;
	color: #FFF;
}
.bg-9 {
	background-image: url(art/bg-09.jpg);
	background-color: #999;
}

/*Vertical Rules*/
.left-border {border-left: 1px solid;}
.right-border {border-right: 1px solid;}

/*Special Rules*/
.large-type {
	font-size: 1.75em;
	line-height: 2;
	font-family: Helvetica, Arial, sans-serif;
}

#footer {
	text-align: left;
}

/* Code below is bugle memorial specific */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#header-left {
	width: 14%;
	float: left;
	position:relative;
}
#header-left img {
	width: 62%;
	height: auto;
	margin: 0 4.7% 0 33.3%;
	position: relative;
	top:4px;
}
#header-mainNav {
	width: 79%;
	float: left;
}
#header-facebook {
	width: 7%;
	float: left;
}
#header-facebook img {
	width: 51.2%;
	height: auto;
	margin: 0 45.8% 0 3%;
}
.greenHeadline {
	font-weight: bold;
	color: #738539;
}
.greenHeadlineLarge {
	font-weight: bold;
	color: #738539;
	font-size: 111%;
}
#footer p {
	padding: 30px 10% 20px 7.5%;
	font-size: 70%;
	margin: 0;
}
#footer p a:hover{
	color: #CCFFCC;
}
/*Media Queries*/
@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.p7DMM08 {font-size: 58%;}
	.p7DMM08 ul a {padding: 10px 6px;}
	#footer p {font-size: 60%;}
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
	.p7DMM08 {font-size: 52%;}
	.p7DMM08 ul a {padding: 10px 6px;}
	#footer p {font-size: 55%;}
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
	.p7DMM08 {font-size: 52%;letter-spacing: 0px;margin-top: 7.5%;}
	.p7DMM08 ul li {margin-right: 5px;}
	p7DMM08 ul a {padding: 10px 4px;}
	#footer p {font-size: 50%;}
}
/*Small screens - all devices*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	#footer p {font-size: 50%;padding: 30px 5% 20px 5%;}
}
/*Smartphones*/
@media only screen and (max-device-width: 480px) {
	#footer p {font-size: 55%;padding: 30px 5% 20px 5%;}
	#header-left img {top:6px;}
}
