/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/

body {
	/*background-color: #FFFFFF;*/
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}
.p7DMM08 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 120%;
}

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

img {
	max-width: 100%;
}

.padded {
	padding: 20px 32px;
}
.padded2 {
	padding: 10px 15px;
}
.padded3 {
	padding: 3px 15px;
}
.white {
	color: #FFF;
}

.box_shadow {
	
	-webkit-box-shadow: 0px 6px 15px 0px rgba(87,86,87,0.5);
-moz-box-shadow: 0px 6px 15px 0px rgba(87,86,87,0.5);
box-shadow: 0px 6px 15px 0px rgba(87,86,87,0.5);
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #666;
}
.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333;
}


/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #FFF;
	background: rgba(255, 255, 255,.50);
	color: #000;
}
.synergy-color-2 {
	background-color: #423f57;
	background: rgba(66,63,87);
	color: #FFF;
}
.synergy-color-3 {
	background-color: #CC3333;
	background: rgba(204, 51, 51, .75);
	color: #000;
}
.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-1 a, 
.synergy-color-3 a {
	color: #d4ad25;
	text-decoration: none;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover {
	color: #999;
	text-decoration: none;
}
.synergy-color-2 a {
	color: #AAA;
	text-decoration: none;
}
.synergy-color-2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.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(../images/tree_bg_index.jpg);
	/*background-color: #ffffff;*/
	background-repeat: no-repeat;
}
.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: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}

#footer {text-align: center;}
