@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #9f8a6d;
}
body {
	background-color: #201A14;
}
a:link {
	color: #9f8a6d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9f8a6d;
}
a:hover {
	text-decoration: underline;
	color: #B2AA6C;
}
a:active {
	text-decoration: none;
	color: #9f8a6d;
}
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color:#9f8a6d;
}
a img {
	border: none;
	cursor: pointer;
}
.SmallerType {
	font-size:12px;
}
span.tab {
	display: block;
	float: left;
	width: 50px;
}
p.tab {
	margin-left: 50px;
}
sup {
	font-size: .85em;
}
.center {
	text-align: center;
}
.cleardiv {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
#pagecontainer {
	width: 960px;
	margin: 0px auto;
	border: 1px solid #FFF;
	background-color: #17130F;
	overflow: auto;
	padding-bottom: 4em;
}
#pageheader {
	background-image: url(../images/header/OPA-header-top.jpg);
	background-repeat: no-repeat;
	padding: 113px 0 0 190px;
	height: 31px;
}
#headerlinks {
	margin: 0px;
	padding: 0px;
	height: 31px;
}
#headerlinks ul.menu{
	margin: 0px;
	padding: 0px;
	height: 31px;
	float: left;
	list-style: none;
}
#headerlinks ul.menu a {
	color: #b2aa6e;
}
#headerlinks ul.menu li    {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height: 31px;
	background-repeat: no-repeat;
	z-index: 2;
}
#headerlinks ul.menu li a {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	height: 31px;
	text-decoration: none;
}
#headerlinks ul.menu li ul.submenu {
	list-style: none;
	position: absolute; /*--Important - Keeps submenu from affecting main navigation flow--*/
	left: 0;
	margin: 0px;
	padding: 0px;
	display: none;
	float: left;
	width: 200px;
	border: 1px solid #000;
	top: 31px;
	border-bottom: none;
}
#headerlinks ul.menu li ul.submenu li{
	margin: 0px;
	padding: 2px 0 4px 0;
	clear: both;
	width: 200px;
	background-color: #201A14;
	border-bottom: 1px solid #000;
	font-size: .95em;
	line-height: 1em;
}
#headerlinks ul.menu li ul.submenu li a{
	padding: 2px 5px 2px 10px;
}
#headerlinks ul.menu li ul.submenu li:hover {
	background-color: #080705;
}
#headerlinks #home {
}
#headerlinks #about {
}
#headerlinks #memberservices {
}
#headerlinks #events {
}
#headerlinks #memberdirectory {
}
#headerlinks #resources {
}
#headerlinks #awardees {
}
#headerlinks #collectors {
}
#headerlinks .soc-icon {
	margin: 5px 2px 4px 0;
	float: right;
}
#pagecontainer div#main {
	padding: 20px 5% 40px 7%;
	position: relative;
}
.cfdebug pre {
	color: #000;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.infobox {
	border: 1px dotted #9c824a;
	padding: 16px 8px;
	background-color: #372e29;
	margin: 20px 0 40px;
	text-align: center;
}

img.retina {
	width: 100%;
}
