/* 
  -----------------------------------
  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;
	text-align: center;
}

.padded {
	padding: 20px 32px;
}

/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #FFF;
	background: rgba(234,220,174,.00);
	color: #000;
	text-align: center;
}
.synergy-color-2 {
	background-color: #151515;
	background: rgba(234,220,174,.50);
	color: #FFF;
}
.synergy-color-3 {
	background-color: #CC3333;
	background:  rgba(234,220,174,.50);
	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;
}
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: rgba(234,220,174,1.00);
	border-radius: 15px;
}
.boxed  {
	padding: 10px;
	border; 1px;
	border-color; #000000;
	background-color: rgba(255,255,255,0.65);
	border-radius: 15px;
	align-content: center;
	width: auto;
	color: rgba(234,220,174,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
}

img.floatleft {
	float: left;
	margin: 4px;
}
img.floatright {
	float: right;
	margin: 4px;
}
/*Links*/
.synergy-color-1 a, 
.synergy-color-3 a {
	color: #000;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover { 
	color: #EADCAE; 
}
.synergy-color-2 a {
	color: #EADCAE;
}
.synergy-color-2 a:hover {
	color: #FFF;
}
.synergy-color-4 a {
	color: rgba(255,255,255,0.65);
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #000;
}
.synergy-color-5 a:hover {
	color: rgba(255,255,255,0.65);
}

/*Row Background Images
A synergy row spans the width of the browser window.*/

.bg-1 {
	background-image: url(art/bg-10.jpg);
	background-color: #EADCAE;
}
.bg-2 {
	background-image: url(art/0);
	background-color: rgba(234,220,174,1.00);
	color: #FFF;
}
.bg-3 {
	background-image: url(art/bg-10.jpg);
	background-color: #EADCAE;
}
.bg-4 {
	background-image: url(art/);
	background-color: rgba(234,220,174,.00);
	color: #FFF;
}
.bg-5 {
	background-image: url(art/);
	background-color: rgba(234,220,174,1.00);
	color: #FFF;
}
.bg-6 {
	background-image: url(art/);
	background-color: #FFFFFF;
}
.bg-7 {
	background-image: url(art/);
	color: #FFF;
	background-color: rgba(234,220,174,1.00);
}
.bg-8 {
	background-image: url(art/);
	background-color: rgba(234,220,174,1.00);
	color: #FFF;
}
.bg-9 {
	background-image: url(art/);
	background-color: #EADCAE;
}

/*Vertical Rules*/
.left-border {border-left: 0px solid;}
.right-border {border-right: 0px 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;}
