/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

/* Removal of Browser Defaults */

div,h1,h2,h3,h4,h5,h6,pre,fieldset,blockquote {  
	margin:0;
	padding:0; 
} 
img {
	border:0;
}
/* End Browser Defaults */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image:url(../img/bodybg.jpg);
	background-repeat:repeat-x;
	background-color: #e1ddd6;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0 10px;
	background-color: #FFF;
}
#header{
	padding: 0px;
	margin: 0 10px;
	background-image:url(../img/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #da8d2c;
	border-bottom:1px solid #83551a;
	
}
#navwrapper{
	padding: 0px;
	margin: 0 10px;
	background-color: #FFF;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	background-image: url(../img/wrapperbg.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
	margin:0;
	padding:0 0 0 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 523px;
	float: left;
	margin:0;
	padding:0;
	border-top:1px solid #c2bbaf;
}
#right {
	width: 297px;
	float: left;
	padding:0;
	border-top:1px solid #d1cabe;
}
#left .content {
	padding: 20px 20px;
	color:#383125;
	font-size: 11px;
	line-height: 20px;
}
#left .contentinner {
	margin-left:150px;
	margin-bottom:30px;
}
#left .contentinner p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#right .content {
	padding:0;
	font-size: 11px;
	line-height: 20px;
}
#masthead .content {
	padding: 20px 0 20px 30px;
}
#navwrapper .content {
	padding: 0;
	margin:0;
	font-size:12px;
	line-height:24px;
	color:#333;
}
#header .content {
	padding: 20px 30px;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}
#footer .content {
	padding: 12px 20px 12px 260px;
}
#footer {
	color: #b3a693;
	background-image:url(../img/footerbg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color: #332d23;
	padding: 0px;
	margin: 0 10px;
	font-size: 0.7em;
	clear: both;
}
#footer2 {
	height:10px;
	/* background-image:url(../img/footer2bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#FFF;
	border-right:1px solid #bcb5a7;
	border-bottom:1px solid #bcb5a7;
	border-left:1px solid #bcb5a7;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #383125;
	text-decoration:underline;
}
#left a:visited {
	color: #383125;
	text-decoration:underline;
}
#left a:hover {
	color: #383125;
	text-decoration:none;
}
/* #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: 1.8em;
	margin: 0;
}
h2 {
	font-size: 16px;
	letter-spacing:1px;
	margin: 5px 0 20px 0;
	color:#574d3d;
}
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;
}
.imgleft {
	float:left;
}
.imgright {
	float:right;
}
.strong {
	font-weight:bold;
}
.apinner {
	margin-right:90px;
}

/* CONTACT FORM */

.formfield {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	padding:6px;
	border:1px solid #5c4f49;
	}
.errormsg {
	color:#FFF;
}
.strong {
	font-weight:bold;
}

/* END CONTACT FORM */

/* COMING SOON */
#comingsoon {
	float:right;
}
#comingsoon .content {
	padding:20px;
	line-height:20px;
}
/* END COMING SOON */