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

body {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 5px;
	padding: 0;
	background:#F8F5E4 url(img/sf.png);
}
#masthead {
	color: #000;
	padding: 0px;
	margin: 0;
	background: #f8f5e4 url(img/top.gif) repeat-x top;
	border-right: 1px solid #473a17;
	border-top: 1px solid #473a17;
	border-left: 1px solid #473a17;
	height: 102px;
	font: .85em "Times New Roman", Times, serif;
}
#masthead .content {
	padding: 12px 16px 5px 260px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 10px;
	font-size: .8em;
}

#footer .content {
	padding: 5px 24px;
}
#footer {
	color: #000;
	background-color: #cbc0a1;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border-right: 1px solid #473a17;
	border-bottom: 1px solid #473a17;
	border-left: 1px solid #473a17;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #000;
}
#right a:visited {
	color: #000;
}
#right a:hover {
	color: #a33d23;
}
#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: #000;}
#footer a:visited {color: #000;}
#footer a:hover {color: #a33d23;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	margin: 5px 0 10px;
	font: italic bold 1.2em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #730000;
	text-align: center;
}
h2 {
	font: italic bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A33D23;
	text-align: center;
	margin: 5px 0 5px 0;
}
h3 {
	font: italic bold .95em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #473a17;
	text-align: center;
	margin: 5px 0 5px 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
img {
	border: 0px;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	line-height: 1.3em;
	margin: 5px 0;
}
#list-menu {
width: 180px;
 text-align: left;
   background: transparent;
   margin-bottom: 10px;
   }
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #a33d23;text-decoration: underline;
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:170px;
padding: 2px 2px 2px 5px;
border: 1px solid #CBC0A1;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
 background: transparent url(img/men.png);
}
#list-menu a:hover {
border: 1px solid #473A17;
background: transparent;
color: #130902;
} 
img.floatleft {
float : left;
 margin-right: 5px;
 margin-left: 0px;
border: 0; 
}
