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

body {
	background-color: #FFFFFF;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.box1 {
	width: 100%;
	margin: 50px auto;
	border: 3px solid #005aa3;
	padding: 20px;
	text-align: justify;
	color: #000000;
	position: relative;
}


/* speech bubble 7 */

.sb7:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #005aa3;
	border-right: 10px solid transparent;
	border-top: 10px solid #005aa3;
	border-bottom: 10px solid transparent;
	left: 20px;
	bottom: -23px;
}

.sb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}
.padded6 {
	margin-top: -20px;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 200%;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: #1467AA;
}
h3 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}
.p7DMM08 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
}

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

.padded {
	padding: 20px 32px;
}
.padded2 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #FFF;
	/* [disabled]background: rgba(255, 255, 255, .75); */
	color: #000;
}
.synergy-color-2 {
	background-color: #1063A6;
	background: rgb(16,99,166);
	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: #005AA3;
	background: rgb(0,90,163);
	color: #FFF;
}
img.scalable {
	height: auto!important;
	max-width: 100%;
	padding: 0px;
	text-align: center;
}
.align {
	text-align: center;
}


/*Links*/
.synergy-color-1 a, 
.synergy-color-3 a {
	color: #000;
	text-decoration: none !important ;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover { 
	color: #E16410; 
}
.synergy-color-2 a {
	color: #AAA;
	text-decoration: none !important ;
}
.synergy-color-2 a:hover {
	color: #FFF;
}
.synergy-color-4 a {
	color: #FFF;
	text-decoration: none !important ;
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #0CF;
	text-decoration: none !important ;
}
.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 {
	/* [disabled]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;}
