/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/
html, body {
/*	height: 101%;
*/}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #080429;
	background-color: #dce1e0; 
	margin: 0;
	padding: 0;
	background-image:url(../img/contentBg4.gif);
	background-repeat:repeat-x;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
/*	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	
*/	
}
#column_wrapper {
	background-image: url(../img/colMid2.gif);
	background-repeat: repeat-y;
	padding:0 0 15px 0;
	padding:0;
	}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 200px;
	float: left;
	/*background-color:#6d6b76;*/
	background-color:#ffffff;
}
#right {
	width: 570px;
	float: left;
	min-height:450px;
}
#left .content {
	padding: 17px 0 0 0;
	font-size: 0.8em;
	line-height: 1.9em;
}
#right .content {
	padding: 22px 0 20px 30px;
	font-size: .9em;
	line-height: 1.3em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer_container {
	background-color:#103c4a;
    height: 50px;
	background-image: url(../img/footerBg.jpg);
	background-repeat:repeat-x;
 }

#push {
    height: 50px;
	background-image: url(../img/colMid.gif);
	background-repeat: repeat-y;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
	clear: both;
	width:770px;
}
.menulist {
	margin: 6px 0 12px 12px;
	padding: 0;
	list-style-type: none;
}
#left a {
	text-decoration:none;
}
#left a:link {
	color: #E1800C;
	font-weight:bold;
}
#left a:visited {
	color: #E1800C;
	font-weight:bold;
}
#left a:hover {
	color: #110e27;
}
#right a {
	font-weight:bold;
}

#right a:link {
	color: #e1800c;
}
#right a:visited {
	color: #e1800c;
}
#right a:hover {
	color: #e1800c;
}
/*#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #f79420;
	border-left: 6px solid #fff;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #f79420;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
*/
.nomargintop {
	margin-top: 0;
}
/*
.content p {
	margin: 12px 0;
}
*/

/* PB Styles */

#topnav {
	display:block;
	font-size:0.75em;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	float:right;
}
#topnav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#topnav li a {
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	padding:0 5px;
	text-decoration:none;
}
.nav_divider {
	color:#FFFFFF;
	padding:0 3px 0 3px;
	float:inherit;

}
