/* 
  ------------------------------------------------
  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: #ffffff;
	background-color: #333333;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0 0 50px;
	background-color: #333333;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#contactinfo {
	position: relative;
	height: 120px;
	margin: 0px;
}
#contactinfo img.stack {
	position: absolute;
	margin: 0;
	width: 900px;
	top: 0;
	left: 0;
}
#contactinfo a.stack {
	color: #ffffff;
	position: absolute;
	z-index: 9000;
	top: 50px;
	right: 15px;
	text-decoration: none;
	font-weight: bold;
}

#contactinfo a:hover  {
	color: #999999;
}

#column_wrapper {
}
#nocolumn {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 450px;
	float: left;
}
#right {
	width: 450px;
	float: left;
}
#left .content {
	padding: 24px 36px 24px 0px;
	font-size: 0.9em;
	line-height: 1.65em;
}
#right .content {
	font-size: .9em;
	line-height: 1.5em;
	padding-top: 24px;
	color: #88cfbe;
}
#testimonial {
	font-style: italic;
	color: #FFFFFF;
	background-color: #58595b;
	padding: 10px;
	width: 430px;
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	background-color: #333333;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #88cfbe;
}
#left a:visited {
	color: #999999;
}
#left a:hover {
	color: #000000;
}
#right .content a {
	color: #88cfbe;
}
#right .content a:visited {
	color: #999999;
}
#right a:hover {
	color: #999999;
}
#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: 1.4em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
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;
}
.image {
	float:left;
	margin: 0 15px 0 0;
}
.bluebold {
font-weight: bold;
color: #88cfbe;
}
