/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-image: url(../img/body-back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#masthead {
	padding: 0px;
	margin: 0;

/*main photo background images*/
}
#IndexMainPhoto {
	background-image: url(../img/index-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#AboutMainPhoto {
	background-image: url(../img/about-us-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#ServicesMainPhoto {
	background-image: url(../img/services-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#FormsMainPhoto {
	background-image: url(../img/forms-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#ContactMainPhoto {
	background-image: url(../img/contact-us-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#DirectionsMainPhoto {
	background-image: url(../img/directions-main2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../img/main-content-back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 470px;
	float: left;
}
#right {
	width: 310px;
	float: left;
}
#left .content {
	padding: 24px 46px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 0 0 21px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 12px 18px;
	float: left;
	width: 202px;
}
#footer {
	color: #333333;
	margin: 0;
	font-size: 0.8em;
	clear: both;
	width: 800px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 2em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #367cad;
	line-height: 1.2em;
}
h2 {
	font-size: 1.4em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6600;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#left .content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
}
#footerwrapper {
	background-image: url(../img/footer-back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	padding: 40px;
	margin: 0;
}#right .content ul {
	padding-right: 20px;
	padding-left: 20px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #333333;
}
