﻿/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 45px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #fff;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 790px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	<!--
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	-->
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 625px;
	float: right;
}
#left {
	width: 165px;
	float: left;
}
#center .content {
	padding: 0px 15px 25px 15px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.side_content {
	margin: 5px 0;
	f	
}
#masthead .content {
	padding: 5px 0px 5px 5px;
}
.mast_nav {
    margin: -45px 5px 0 -5px;
	float: right;
}
#footer .content {
	padding: 10px 10px 45px;
}
#footer {
	color: #CCCCCC;
	padding: 0px;
	margin: 0;
	font-size: 0.6em;
	clear: both;
	background-color: #243561;
}
#footer_left {
	width: 160px;
	float: left;
}
#footer_right {
	width: 120px;
	float: left;
}
#footer_content {
	width: 480px;
	float: left;
}
#center a:link {
	color: #FF0000;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	<!-- border-left: 6px solid #FF0000; -->
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #FFFFFF;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.copyright {
	font-size: .6em;
	color:#333333;
	text-align:center;
}
h1 {
	font-size: 1.7em;
	margin: 10px 0 0 0;
}
h2 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 20px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}
.strong {
	font-size: 1em;
	font-weight: bold;
}
.testimonial_author {
	font-weight: bold;
	font-style: italic;
	text-align: right;
	float:right
}
.content p {
	margin: 5px 0;
}
