/* 
  ------------------------------------------------
  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;
	font-size: 100%;
	color: #000000;
	background-color:#F1F6DF;
	margin: 20px;
	padding: 0;
	background-image: url(../_includes/images/background.jpg);
	background-repeat: repeat-x;
}
#header {
	color: #999999;
	background-color: #ABE030;
	padding: 0px;
	margin: 0;
	background-image: url(../_includes/images/header.jpg);
	background-repeat: no-repeat;
	height: 134px;
	border: 1px solid #660;
}
#header-admin {
	color: #999999;
	background-color: #ABE030;
	padding: 0px;
	margin: 0;
	background-image: url(../_includes/images/header-admin.jpg);
	background-repeat: no-repeat;
	height: 134px;
	border: 1px solid #660;
}

#masthead {
	color: #999999;
	background-color: #BAD755;
	padding: 0px;
	margin: 0;
	border: 1px solid #660;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #660;
}
#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: 720px;
	float: left;
}
#left {
	width: 240px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #58563A;
	background-color: #d6cfbc;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border: 1px solid #660;
}
.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: #0000FF;
}
#right a:visited {
	color: #666666;
}
#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: #58563A;}
#footer a:visited {color: #383F5A;}
#footer a:hover {color: #A55330;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	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;
}
.highlight {
	font-weight: bold;
	color: #374310;
	font-variant:small-caps;
	font-style:italic;
}

#linklist {
	
}
#linklist a:link {
	color: #58563A;
	font-variant: small-caps;
	font-size: 0.95em;
}
#linklist a:visited {
	color: #383F5A;
	font-variant: small-caps;
	font-size: 0.95em;
}
#linklist a:hover {
	color: #A55330;
	font-variant: small-caps;
	font-size: 0.95em;
}


.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.formtitle {
	border-bottom: solid 1px #630;
}
.alignright {
	text-align:right;
}

#left .subtle{
	font-variant: small-caps;
	color: #58563A;
	font-size: 0.85em;
}
#right .subtle{
	font-variant: small-caps;
	color: #58563A;
	font-size: 0.85em;
}
.picleft { 
	float:left;
	margin: 20px 20px 2px 0px;
}

.picright { 
	float:right;
	margin: 20px 0px 2px 20px;
}

.spacebelow {
	margin-bottom:20px;
}

.spaceabove {
	margin-top:20px;
}
ul.line  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.line    li  { /* apply the "line" class to a UL to remove the indent from your lists and add a line under each item */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7852;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#adminsignin {
	margin-top: 10px;
	float: right;
}
#adminsignin a:link{
	text-decoration:none;
}
#cities td{
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#frontpagetable td{
	
	padding: 5px;
	vertical-align: middle;
	height:40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
