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

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 100%;
	background-color: #CCCCCC;
	margin: 10px 0px 0px;
	padding: 0;
	color: #333333;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0 auto 0px;
	width: 800px;
	height: 144px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A3B28B;
	border-right-color: #A3B28B;
	border-bottom-color: #A3B28B;
	border-left-color: #A3B28B;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A3B28B;
	border-right-color: #A3B28B;
	border-bottom-color: #A3B28B;
	border-left-color: #A3B28B;
}
#column_wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
}
#column_top {
	background-image: url(img/clm04_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm04_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px;
}
#right {
	width: 160px;
	float: left;
	margin: 0px 0px 20px;
	padding: 30px 0px 0px;
}

#navcontainer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#navlist
{
	border-bottom: 1px solid gray;
	padding: 0px;
	margin: 0;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.15em;
border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 0.9em;
	color: #666666;
}

#navlist li a:visited {
	color: #666666;
	text-decoration: none;
}

#navlist li a:hover {
	color: #A2B38B;
	text-decoration: none;
}

#left .content {
	padding: 15px 36px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
}
#masthead .content {
	padding: 12px 20px;
}

#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #C8A59F;
	height: 28px;
	padding: 0px;
	width: 800px;
}

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #B185C9;
}

h1 {
	font-size: 1.7em;
	margin: 0;
	color: #8A9C6B;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	color: #C5A28F;
}
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;
}


.pullquote {
	width:95%;
	display:block;
	margin:5px;
	padding:5px;
	color:#333;
	background-color: #FFF5E5;
	background-image: url(../buildgfx/quoteright.gif);
	background-repeat: no-repeat;
	background-position: 98% 90%;
}
.pullquote p {
	margin:0;
	padding: 5px 5px 5px 25px;
	background-image: url(../buildgfx/quoteleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pullquote br {
	margin: 0px;
	padding: 0px;
	height: 5px;
}

.contacttable {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A3B28B;
	margin-bottom: 20px;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:active {
	color: #FFFFFF;
}

.footerlinks {
	float: right;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-right: 43px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copyright {
	float: left;
	padding-left: 36px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
}

.designer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #999999;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.designer a {
	text-decoration: none;
	color: #999999;
}

.designer a:hover {
	text-decoration: underline;
	color: #E1872D;
}

.stripedbg {
	background-image: url(../buildgfx/bodybg2.gif);
	background-repeat: repeat-y;
}

