@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #635747;
}
em {
  font-weight: 100;
}

div#main > table > tbody > tr:first-child td {
  background-color: #DDD5C7;
  border: none;
}
table {
  border-color: #D3CBBE !important;
  border-collapse: collapse;
}
/* OPA Paintout Details */
body.paintout-details div#main table tr td {
	border:	none;
	padding: 4px;
}
body.paintout-details div#main table tr td.two-columns {
  padding: 0;
}
#PaintoutTable2015 tr.even {
  background-color: #DDD5C7;
}
#PaintoutTable2015 tr.odd,
#PaintoutTable2015 .column-titles {
  background-color: #D3CBBE;
}
#PaintoutTable2015 .column-titles td {
  line-height: 2em;
}

td.headline {
  font-size: 5em;
  padding: 0px 0 40px;
  border: none !important;
  color: #BEB4A3;
  text-align: left;
}

/* Calendar Page */
.calendar td.headline {
  font-size: 3em;
  color: #635747;
}
.calendar div#main table table tr td,
#admin-calendar div#main table.calendar > tbody > tr > td {
  border: 1px solid #CAC1B3;
}

td.default {
  display: none;
}
div#main > table > tbody > tr > td {
  border: none;
}
body {
	background-color: #D3CBBE;
}
strong {
	font-weight: bold;
}
p {
	margin: 1em 0;
}
a:link {
	color: #9A6C23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9A6C23;
}
a:hover {
	text-decoration: underline;
	color: #9A6C23;
}
a:active {
	text-decoration: none;
	color: #9A6C23;
}
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color:#FFFFFF;
}
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 #999999;
	background-color: #DDD5C7;
	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: #372E29;
}
#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:last-child {
	margin-right: -20px;
}
#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: 230px;
	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: 230px;
	background-color: #D3CBBE;
	border-bottom: 1px solid #999;
	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: #DDD5C7;
}
#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 solid #999999;
	padding: 16px 8px;
	background-color: #ddd5c7;
	margin: 20px 0 40px;
	text-align: center;
	color: #372E29;
}

.shirl-button a {
    text-align: center;
    background-color: #d3cbbe;
    color: #9a6c23;
    width: 208px;
    float: left;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaa;
    font-family: Trebuchet MS, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 30px 0px 53px;
}
.shirl-button a:hover {
	background-color: #ddd5c7;
}
.above-button a {
    text-align: center;
    background-color: #d3cbbe;
    color: #9a6c23;
    width: 210px;
    float: left;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaa;
    font-family: Trebuchet MS, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    margin: 10px 30px 0px 50px;
}
.above-button a:hover {
	background-color: #ddd5c7;
}
.donate-button a {
    text-align: center;
    background-color: #d3cbbe;
    color: #9a6c23;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaa;
    font-family: Trebuchet MS, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    width: 208px;
    margin: 10px 30px 0px 53px;
    float: left;
}
.donate-button a:hover {
	background-color: #ddd5c7;
}
#pagecontainer.home div#main {
    margin-top: 70px;
}

img.retina {
	width: 100%;
}
a.amazon-image img {
    width: 50%;
}
#quicklinks p.sponsors-links a {
    line-height: 1.3;
}

.honorary-members {
    width: 83%;
    margin: auto;
}
div#alertmessage {
	background-color: #9a161f;
	color: #ddd5c6;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.1em;
}