/* 
  ------------------------------------------------
  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: #333333;
	background-color: #EFEFEF;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #003300;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	/* 
  ------------------------------------------------
 played with the color and added background-color: #FFFFFF -- it had nothing before. also, in body changed background from #FFFFFF
  ------------------------------------------------
*/
}
#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: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	padding-right:60px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	position: relative;
	height: 120px;
	/*
	padding: 40px 16px;
	*/
}


/* 
  ------------------------------------------------
changed the padding from 12px to 40px when i added the search box. 
  ------------------------------------------------
*/
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #003300;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #993300;
	text-decoration: none;
}
#left a:visited {
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	color: #9B7C00;
}

#left h4 {
    margin: 15px 0 0 0;
	}

#right a:link {
	color: #993300;
    text-decoration:none;
}
#right a:visited {
	color: #666666;
	text-decoration:none;
}
#right a:hover {
	color: #000099;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #cccc99;
	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: #000000 !important;
	text-decoration:none;
   color: #0066CC !important; 
}

h1 {
	font-size: 1.6em;
    margin: 15px 0 0 0;
}
h2 {
	font-size: 1.35em;
	margin: 15px 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 15px 0 0 0;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}

.content p {
	margin: 12px 0;
}

.nomargintop {
	margin-top: 0;
	
}

.breadcrumb {
	margin-top: 0;
	background-color: #E9E9E9;
}

.currentpage {color: #0066CC;
font-weight:bold

}
.insidenavwrap
{
	
	}  
	  
.insidenav
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.insidenav li
{
padding-left: 20px;
background-image: url(html.gif);
background-repeat: no-repeat;
background-position: 0 center;
}


.external 
{ 
border: 0; 
}
p.backtotop
{text-align:right}
.backtotop
{border:0;}
div.hr {
    width:100%;
    height: 1px;
   background-color: #003300;
}
div.hr hr {
  display: none;
}
#sitelogo {
	position: absolute;
	 border:0;
	 top: 30px;
	 left: 20px;
	 
	 }
#sitesearch{position: absolute; top: 10px;left: 510px}

