/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ada773;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.interior {
	background-image: url(../images/bg-main-interior.jpg)!important;
	background-repeat: repeat-x;
	background-position: left top;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#nav {
	height:40px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#mainimage {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#shadow {
	background-attachment: scroll;
	background-image: url(../images/background-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#shadow-home {
	background-attachment: scroll;
	background-image: url(../images/background-shadow-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
#column_wrapper {
	background-color: #f2f2e6;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#full {
	width: 780px;
	float: left;
}
#right {
	width: 500px;
	float: left;
}
#left {
	width: 260px;
	height: 424px;
	float: left;
	background-color:#FFFFFF;
	margin: 10px 0 10px 10px;
	background-image: url(../images/bg-left-column.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left .content {
	padding: 10px;
}
#right .content {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}
#full .content {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}

#full .content a:link {
	color: #847c33;
	text-decoration:none;
}
#full .content a:visited {
	color: #847c33;
	text-decoration:none;
}
#full .content a:hover {
	color: #000;
	text-decoration:none;
}
#masthead .content {
	padding: 0;
}
#mainimage .content {
	padding: 0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #847C34;
	background-color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #4482da;
	text-decoration:none;
}
#left a:visited {
	color: #4482da;
	text-decoration:none;
}
#left a:hover {
	color: #4482da;
	text-decoration:underline;
}
#right a:link {
	color: #4482da;
	text-decoration:none;
}
#right a:visited {
	color: #4482da;
	text-decoration:none;
}
#right a:hover {
	color: #4482da;
	text-decoration:underline;
}
#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;
	border-color: #d6d3ae !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	}
h1 {
	font-size: 23px;
	font-weight:normal;
	margin: 0;
}
h2 {
	font-size: 16px;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 14px;
	color:#474747;
	font-weight:normal;
	margin: 15px 0 0 0;
	padding: 0;
}
h4 {
	font-size: 10px;
	color: #c4c3a5;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

