/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-size: 100%;
	margin: 12px;
	padding: 0;
	min-width: 760px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
    color: #333333;
    background-color: #DDDD99;
}

#wrapper {position: relative;}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {margin: 0px 0px 0px 310px;}
#left {width: 300px; float: left;}
#right .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.65em;
}

#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .rlogo {padding: 0 20px; height: 92px; text-align: right;}

#footer .content {padding: 12px 20px;}
#footer p {
	color: #887744;
    background-color: #DDDD99;
	font-weight: bold;
  	font: 60%/1.3em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  	text-transform: uppercase;
  	letter-spacing: .1em;
	margin: 0;
	/*font-size: 0.7em;*/
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#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 .content {padding: 12px;}
#footer a:link {color: #668844;}
#footer a:visited {color: #999966;}
#footer a:hover {color: #CC6600;}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
}
h1 {
    position: relative;
    font-size: 1em;
	text-align: right;
}
h1 img {
	z-index: 1;	
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	min-height: 92px;
	background: transparent url(../images/rlogo.gif) top right no-repeat;
}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
  	letter-spacing: .2em;
  	color: #CC6600;
}
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;}
.skippy {color: #DDDD99; margin-top: 0; height: 10px; z-index: 1;}
.centerpic {
   font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
   font-size: 0.80em;
   display: block;
   margin-left: 0 auto;
   margin-right: 0 auto;
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
}
.italics {font-style: italic;}
