/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
}
#masthead {
	padding: 0px;
	margin: 0;
	height: 125px;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/er_bk.jpg);
	background-repeat: no-repeat;
	height: 646px;
	border: 2px solid #97602b;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 100%;
	float: left;
}

#nav {
	width: 100%;
	margin: 0px;
	height: 30px;
	text-align: center;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	left: 0px;
	position: relative;
} 
#nav ul {
	margin: 7px 0px 0px;
	border: 0px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	display: inline;
} 

#nav li {
	display: inline;
	color: #af9156;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: right;
} 
#nav ul li a:link, #nav a:visited {
	color: #D21E22;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	font-size: 0.9em;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 2px 12px;
	margin-left: 12px;
} 
#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #D21E22;
	font-weight: normal;
	background: #DEC0B5;
} 
/*#current { 

color: #2d63af; 
text-decoration: none; 
}*/ 
#nav ul li#active a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #D21E22;
	font-weight: bold;
} 
#right {
	width: 260px;
	float: right;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	position: absolute;
	top: 675px;
	width: 780px;
	border-top: 1px solid #97602b;
}

#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 36px 0 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	color: #000000;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
