@charset "utf-8";
/* CSS Document */
@import url(menu.css);
@import url(buttons.css);
@import url(forms.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
}

body ul, body p {
	line-height: 1.4em;
}

table td {
	border: 0;
	vertical-align: top;
}

.col1 ul li {
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #e41937;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

blockquote {
	font-style: italic;
	line-height: 1.4em;
	font-size: 14px;
	margin-bottom: 2.0em;
}

.attribution {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin-top: 
}

* html #wrapper {
	width: expression(document.body.clientWidth < 962? "960px" : document.body.clientWidth > 1282? "1280px" : "auto");
}

#header {
	background: #e41937 url(../img/main_logo.png) 26px bottom no-repeat;
}

#bno {
	float: right;
	margin-right: 10px;
}

#header #login {
	float: right;
	margin: 4px 4px 0 0;
}

#quickmenu {
	margin: 0 0 0 20px;
	font-size: 12px;
}

#quickmenu #vines {
	width: 160px;
	height: 270px;
	background:url(../img/vines2.png) no-repeat;
	margin-bottom: 25px;
}

.col2 {
	background: url(../img/vines.png) no-repeat top center;
}

#menu {
	font-size: 12px;
	height: 31px;
	clear: both;
}

#stage {
	background: #e7e7e7;
	margin: 0 0 25px 0;
	padding: 10px 25px;
	color: #333;
	float: left;
	width: 560px;
}

#stage h2 {
	font-size:14px;
}

#stage ol, #stage ul, #stage dl {
	margin-left: 1.1em;
}

#stage li {
	list-style-position: outside;
}

#right {
	margin-right: 0;
	margin: 0 20px 0 0;
}

#right img {
	display: block;
	margin: 0 auto 25px auto;
}

#center {
}

#blocks {
	clear:both;
}

#modSpotlight {
	float: left;
	width: 235px;
	margin-right: 20px;
}

#modSpotlight img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#video {
	float: right;
}

#news {
	padding-left: 260px;
}

.block {
	font-weight: normal;
}

.block h2 {
	margin: 0.4em 0;
}

.block h3 {
	margin: 0.1em 0;
}

.block h4 {
	margin: 0.1em 0;
}

.block h2, .block h3, .block h4, .block h5, .block h6 {
	/*font-weight: normal;*/
}

.block p {
	font-size: 12px;
}



.col {
	float: left;
	width: 33%;
	overflow: hidden;
	margin-bottom: 25px;
}



.col#silver h2 {
	background: url(../img/icons/silver.png) top left no-repeat;
	display: block;
	height: 40px;
	padding: 14px 0 0 55px;
}

.col#gold h2 {
	background: url(../img/icons/gold.png) top left no-repeat;
	display: block;
	height: 40px;
	padding: 14px 0 0 55px;
}

.col#platinum h2 {
	background: url(../img/icons/platinum.png) top left no-repeat;
	display: block;
	height: 40px;
	padding: 14px 0 0 55px;
}

#sole h2 {
	background: url(../img/icons/soletrader.png) top left no-repeat;
	display: block;
	height: 40px;
	padding: 14px 0 0 55px;
}

h1.silver {
	padding: 14px 0 14px 65px;
}

h1.gold {
	padding: 14px 0 14px 65px;
}

h1.platinum {
	padding: 14px 0 14px 65px;
}

h1.sole {
	padding: 14px 0 14px 65px;
}

.sole {
    background: url("../img/icons/soletrader.png") no-repeat scroll 8px center transparent;
}

#sole {
	float: left;
	width: 33%;
}

.colinside {
	margin: 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

.col h2 {
	/*color: #666;*/
}

.col h3 {
	color: #666;
}

hr {
	border: 0;
	border-bottom: 2px dotted #666;
	margin-bottom: 15px;
}

.price {
	font-size: 16px;
	color: #e41937;
	font-weight: bold;
	margin-top: 1em;
}

#footer {
	background-color: #000000;
	padding: 10px 0;
	text-align: left;
	color: #FFF;
	clear: both;
	margin-top: 25px;
	height: 75px;
}

#footer #links {
	float: right;
	margin-right: 25px;
	text-align: right;
}

#footer #reg_address {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	text-align: right;
	width: 70%;
}

#footer a {
	color: #FFF;
}


p.contact {
	
}

p.contact span {
	color: #e41937;
	font-weight: bold;
	display: block;
}

.highlight {
	color: #e41937;
	font-weight: bold;
}

.staffmember {
	margin-bottom: 0.5em;
	text-align: center;
}

.staffmemberinside {
	background: #efefef;
	padding: 10px 10px;
	margin: 0.3em;
	height: auto; !important
	height: 265px;
	min-height: 265px;
}

.staffmember h3 {
	color: #000;
}

.staffmember h4.tel, .staffmember h4.email {
	color: #e41937;
}

#events .event {
	height: auto;
	margin-top: 15px;
	background: url(../img/icons/calendar/events.png) top left no-repeat;
	overflow: hidden;
	width: 100%;
	min-height: 45px;
}

#training .event {
	height: auto;
	margin-top: 15px;
	background: url(../img/icons/calendar/training.png) top left no-repeat;
	overflow: hidden;
	width: 100%;
	min-height: 45px;
}

#events .event p.month, #training .event p.month {
	color: #FFF;
	margin: 0;
	padding: 0;
}

#events div, #training div {
	float: left;
	margin-right: 10px;
}

#events h3, #training h3 {
	margin-top: 0;
	margin-left:40px;
}

#events h3 div, #training h3 div {
}

#events p.month, #training p.month {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 7px;
	width: 30px;
	height: 9px;
	text-align: center;
	float: none;
}

#events p.day, #training p.day {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	width: 30px;
	height: auto;
	text-align: center;
	clear: both;
}

#events p.desc, #training p.desc {
	margin-left: 40px;
}

#membershipbox {
	background: #e7e7e7;
	padding: 10px 25px;
	color: #333;
	text-align: center;
	clear: both;
}

#membershipbox a {
	color: #e41937;
}

#rotator {
	margin: 0;
}

#text {
}

.rssItem {
	margin-bottom: 3em;
}

.apphelp {
	background-color: #e41937;
	font-weight: normal;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #e41937;
	-webkit-box-shadow: 0 1px 3px #e41937;
	padding: 0.5em 1.2em;
}

.apphelp span.highlight {
	font-weight: bold;
	color: #FFF;
}

ol.alpha li {
	list-style-type: lower-alpha;
}

#council {
	clear: both;
	margin-top: 25px;
}

#council tr td {
	border-bottom: thin #666 dotted;
}

#presidents {
	width: 50%;
	margin: 0;
	padding: 0;
}

#rbs {
	display: block;
	margin-right: 20px;
	float: left;
}

#forum {
	display: block;
	background-color: #CCC;
	padding: 10px;
	color: #e41937;
	font-weight: bold; 
}

.memberlink {
	background: url(../img/icons/membersonly_small.png) left center no-repeat;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
	margin: 0.15em 0;
}

.memberlink2 {
	background: url(../img/icons/membersonly2.png) left center no-repeat;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
	margin: 0.15em 0;
}

.bulletin {
	margin: 15px;
	padding: 10px;
	background: #e7e7e7;
	float: left;
	min-height: 480px;
	height: auto; !important;
	height: 480px;
}

/* gallery */

div.galleryimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e7e7e7;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	width: 150px;
	height: 150px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

div.galleryimage img {
	vertical-align: middle;
}

div.galleryblock {
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e7e7e7;
	width: 90%;
}
div.archive {
	float: right;
	width: 200px;
	margin-top: 25px;
}

div.archive ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.archive ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.archive .month {
	float: right;
	clear: right;
	text-align: left;
	display: block;
	width: 70%;
}

div.archive .year {
	float: left;
	font-weight: bold;
	clear: both;
	margin-bottom: 1em;
}

div.recent {
	float: left;
	width: 340px;
	margin-top: 25px;
}

div.recent ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.recent ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div ul.archivelist {
	margin: 0;
	padding: 0;
}

div ul.archivelist li {
	list-style: none;
}

div.searchbox {
	margin-bottom: 2em;
}

div.searchbox h2 {
	margin-bottom: 0.2em;
}

div#stage .searchterm {
	color: #E41937;
	font-weight: bold;
}

#modSpotlight h1 {
	margin-top: 0;
}
