@charset "utf-8";
/* THE LIMBLESS ASSOCIATION */

/*
light blue (headers) #679ac9
dark grey (text) #333333
green (footer nav a:hover)  #204467
dark blue (sub nav a:active) #063e73
light blue (sub nav a:hover) #679ac9
*/


@import url(http://www.fatbeehive.com/beekeeper2/reset.css);

@import url(dl-form.css);

/*GLOBAL*/

body {
	font: 0.69em Arial, Helvetica, sans-serif; color: #333;
	padding: 0;
	margin: 0px 0 0 0;
	background: #fff url(../images/bg.jpg) center top repeat-x;
}
img { 
	border: 0;
}

.imageleft {
float: left;
margin: 0 10px 10px 0px;
}

.imageright {
float: right;
margin: 0 5px 10px 10px;
}

a {
	color:#0a738d;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color: #9eb968;
	padding:0px 0 0px 0; 
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 1.5em; 	
}
h2 { 
	font-size: 1.2em; 	
}
h3 { 
	font-size: 1em;
	font-weight: bold;
}
h4 { 
	font: 0.75em ;  
}
#SUB_right_column {
	font-size: 1.2em;
	padding:2px 0 0 0;
}
#wrapper_top {
	margin: 0 auto;
	width: 1023px;
	padding: 0 0px 0 0px;
	height:18px;
	background:url(../images/body_top.png) bottom no-repeat ;
}
#wrapper {
	overflow:auto;
	width:1023px;
	padding: 0 0px 0 0px;
	background:url(../images/body_bg.png) center repeat-y;
	margin: 0 auto;
}
#wrapper_bottom {
	margin: 0 auto;
	width: 1023px;
	padding: 0 0px 20px 0px;
	height:34px;
	background:url(../images/body_bottom.png) top no-repeat ;
}
#left_logos{
	float:left;
	width:85px;
	padding:250px 0px 0 0px;
	margin:0 0 0 0px;
	display: none;
}
#right_logos{
	float:right;
	width:85px;
	padding:250px 0px 0 0px;
	margin:0 0px 0 0;
	display: none;
}

/*HEADER*/

#header {
	margin: 0 auto;
	padding:0 30px 0 24px;
	width:911px;
	border-bottom: #ccc solid 4px;
	position: relative;
}


#header_nav {
	float:right;
	width:370px;
	height:115px;
}

#renewal_alert {
	position: absolute;
	left: 275px;
	top: 35px;
	width: 350px;
	border: 2px solid #cc7a62;
	background-color: #eab9a9;
	padding: 10px;
}

#renewal_alert p {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
#header_nav p {
	float:right;
	margin:0;
	padding:0;
	font-size: 1.2em;
	padding:2px 0 0 0;
}
.join_button {
	float:left;
	background:url(../images/join_buttonbg.jpg) no-repeat;
	margin:15px 0 0 0;
	display:block;
	width:103px;
	height:47px;
	text-indent:-120000px;
}
.donnate_button {
	background:url(../images/donnate_buttonbg.jpg) no-repeat;
	margin:15px 0 0 15px;
	display:block;
	width:123px;
	height:47px;
	text-indent:-120000px;
}
/* SEARCH BAR */
#searchbox_holder {
	float:right;
	width:240px;
	height:32px;
	margin:10px 0 0 0;
}

.searchbox {
	height:20px;
	width:160px;
	border:#6b9cca solid 1px;
	padding:6px 0 0 10px;
	margin:7px 10px 0 0;
	color:#6b9cca;
	font-size:1em;
}
.searchbutton {
	background-image:url(../images/go_button.jpg);
	width:49px;
	height:28px;
	border: 0px solid;
	cursor:pointer;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}
/*HEADER ENDS*/

/*NAVIGATION*/
#nav {
	margin-left:30px;
	padding:0 0px 0 0px;
	width:964px;
	height:42px;
	background:url(../images/nav_bg.jpg) repeat-x;
}
#nav ul {
	padding:0 0 0 30px;
	margin:0 0 0 0;
	list-style:none;
}
#nav li {
	padding:0 0 0 0;
	list-style:none;
	float:left;
}
#nav a {
	display:block;
	text-transform:uppercase;
	color:#6699cc;
	font-weight:bold;
	font-size:1.1em;
	height:28px;
	padding:13px 26px 0 26px;
	margin:0 0 0 0;
	background:url(../images/nav_bgleft.jpg) no-repeat left top;
	
}
#nav a:hover, #nav a.on {
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	background:url(../images/nav_bgover.jpg) no-repeat;
}
.last{
	background:url(../images/nav_bgleft.jpg) right no-repeat;
}

/*NAVIGATION ENDS*/

/*CONTENT*/

/*left column*/
#left_column{
	float:left;
	margin:20px 0 0 55px;
	width:560px;
	font-size: 1.2em;
}
.content_header{
	font-size:1.5em;
	font-weight:bold;
	border-bottom: #9eb968 solid 1px;
	padding:15px 0 9px 0;
	margin:0 0 10px 0;
}
#slogan{
	width:560px;
	height:70px;
	background:url(../images/greenbox_top.jpg) top no-repeat;
	padding-top: 8px;
}
#slogan h1{
	display: none;
	width:560px;
	height:7px;
	padding:0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
#slogan p{
	background:url(../images/greenbox_bottom.jpg) bottom center no-repeat;
	font-size:1.4em;
	font-weight:bold;
	color:#547594;
	text-transform:uppercase;
	/*line-height:22px;*/
	padding: 4px 15px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
}
#left_column img{
	border:#ccc solid 1px;
	margin:2px 10px 20px 0px;
	float:left;
}
.news_header{
	/*font-size:1.2em;*/
	font-weight:bold;
	color:#679ac9;
	margin-bottom: 8px;
}
.news{
	padding:0 0 15px 0;
}

/*right column*/
#right_column{
	float:right;
	margin:20px 30px 0 0px;
	padding:0 25px 0 26px;
	width:297px;
	background:url(../images/dashed_line.jpg) repeat-y left top;
	font-size: 1.2em;
}
#help{
	width:297px;
	height:81px;
	padding:0 30px 0 0;
	background:url(../images/help-bg.jpg) top left no-repeat;
}
#help ul{
	padding:11px 0 0 12px;
	margin:0 0 0 0;
}
#help li{
	list-style:none;
}
#help a{
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	display:block;
	width:297px;
	height:81px;
}
#events{
	width:297px;
	/*height:132px;*/
	padding:12px 30px 0 0;
}
#events h1{
	background:url(../images/greenbox2_top.jpg) center bottom no-repeat;
	height:1px;
	margin-bottom: 0;
}
#events p{
	background:url(../images/greenbox2_bottom.jpg) center bottom no-repeat;
	padding:8px 0 10px 8px;
}

#football p a, #events p a {
	color: #333;
}
#events img{
	margin-bottom:10px;
}
#football{
	width:297px;
	/*height:166px;*/
	padding:12px 30px 0 0;
}
#football h1{
	background:url(../images/bluebox_top.jpg) center bottom no-repeat;
	height:7px;
	margin-bottom: 0;
}
#football p{
	background:url(../images/bluebox_bottom.jpg) center bottom no-repeat;
	padding:8px 0 10px 8px;
}
#football img{
	margin-bottom:10px;
}
.featbox_header{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.vote_button{
	margin:15px 0 15px 0;
	background:url(../images/vote_button.jpg) no-repeat;
	width:56px;
	height:28px;
	border: 0px solid;
	cursor:pointer;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

/*CONTENT END*/

/*FOOTER*/

#footer{
	float:left;
	margin:0 0 0 29px;
	padding:10px 0px 0 10px;
	width:955px;
	height:29px;
	background:url(../images/footer_bg.jpg) repeat-x;
	color:#fff;
	text-align:center;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#204467;
}

/*FOOTER END*/

/*SUB PAGE*/

#SUB_left_column{
	float:left;
	margin:20px 0 0 30px;
	padding:0;
	width:175px;
}
#SUB_left_column ul{
	padding:10px 0 10px 15px;
	margin:0 0 0 0;
	background:#ebedf0;
	
}
#SUB_left_column li{
	padding:0;
	list-style:none;
	margin-bottom:7px;
}
#SUB_left_column a{
	color:#000;
}
#SUB_left_column a:hover, #SUB_left_column a.on{
	color:#679ac9;
}
#SUB_left_column a:active{
	color:#063e73;
}
#SUB_left_column a:focus{
	color:#063e73;
}
#SUB_right_column{
	float:right;
	margin:20px 30px 0 0px;
	padding:0 25px 0 26px;
	width:730px;
	background:url(../images/dashed_line.jpg) repeat-y left top;
}
/* naughty global style, interferes with other page elements
#SUB_right_column img{
	padding-left:15px;
}
*/
.main_header{
	font-size:1.5em;
	font-weight:bold;
	border-bottom: #9eb968 solid 1px;
	padding:0px 0 9px 0;
	margin:0 0 10px 0;
}
#green_box_1line{
	background-color:#d4e58e;
	padding:25px 20px 10px 20px;
	margin:20px 0 20px 0;
	font-size:14px;
	color:#679ac9;
}
#green_box_1line h1{
	font-size:1.5em;
	font-weight:bold;
	color:#679ac9;
	padding:0px 0 9px 0;
	margin:0 0 10px 0;
}
#green_box_1line a{
	color:#679ac9;
}
#green_box_1line a:hover{
	color:#063e73;
}
#green_box{
	background-color:#d4e58e;
	padding:20px 20px 10px 20px;
	margin:20px 0 20px 0;
	font-size:1.3em;
	color:#679ac9;
}
#green_box h1{
	font-size:1.5em;
	font-weight:bold;
	color:#679ac9;
	padding:0px 0 9px 0;
	margin:0 0 10px 0;
}
#green_box a{
	color:#679ac9;
}
#green_box a:hover{
	color:#063e73;
}
.loginbox {
	height:20px;
	width:160px;
	border:#6b9cca solid 1px;
	padding:0px 0 0px 10px;
	margin:0px 0px 0 10px;
	color:#6b9cca;
	font-size:1em;
}
.login{
	margin:0px 0 15px 10px;
	padding-bottom:2px;
	background:url(../images/login_button.jpg) no-repeat;
	width:56px;
	height:28px;
	border: 0px solid;
	cursor:pointer;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
}
#blue_box{
	background-color:#c6d9eb;
	padding:20px 20px 5px 20px;
	margin:20px 0 20px 0;
}
#blue_box h1{
	font-size:1.5em;
	font-weight:bold;
	color:#679ac9;
	padding:0px 0 9px 0;
	margin:0 0 10px 0;
}
#blue_box a{
	color:#679ac9;
}
#blue_box a:hover{
	color:#063e73;
}

/* Safari */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { #nav {margin-left:31px;} #nav a {padding:13px 26px 20px 26px;} .searchbutton {padding-top:3px;}}


/* @group Polls */

#poll-container-rhs {
	/*float: right;*/
	font-size: 1em;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}



#poll-container-rhs p.note {
	font-size: 1em;
}

#poll-container label {
	font-size: 1em;
}

.pollanswer {
	margin-top: 5px;
}

.pollbar {
	color: #fff;
	background-color: #8295c0;
}



/* @end */

/* @group Search Results */

#searchResults dl { margin: 10px 0 20px 0px; } 
#searchResults dl dt, #searchResults dl dd { margin-left: 0px; } 
#searchResults .info {font-weight: normal; }



/* @end */
legend {
	margin: 0;
	padding: 0;
}

#SUB_right_column fieldset legend {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #afb3c6;
	clear: both;
	width: 90% !important; 
	position: relative !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
}

form dl dt {
	width: 250px;
	margin-right: 10px;
}



form dl {
	margin-top: 10px;
}

form fieldset {
	width: 100%;
}

form {
	clear: both;
}


/* @group Sitemap */

ul#sitemap_page {
	/*padding: 0;
	margin: 0;*/
}

ul#sitemap_page li {
	list-style-type: none;
	margin: 0 0 20px;
	font-weight: bold;
}

ul#sitemap_page li ul li {
	margin: 10px 0 10px 20px;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
}



/* @end */

#poll-container-lhs {
	padding: 10px;
}


#dfn_tooltip {
	position: absolute;
	background-color: #d1ddef;
	width: 200px;
	z-index: 999;
	text-align: left;
	padding: 10px;
	border: 1px solid #679ac9;
}

dfn {
	border-bottom: 1px dashed #679ac9;
}

#glossary dl {
	margin-left: 0;
	margin-right: 0;
}

#glossary dl dt {
	border-bottom: 1px solid #C6D9EB;
}

.button_small, .button_medium, .button_large {
	border: 1px solid #679ac9;
	padding: 10px;
	background-color: #D1DDEF;

}

.button_small {
	width: 150px;
}

.button_medium {
	width: 250px;
}

.button_large {
	width: 450px;
}

div.image_caption {
	margin: 10px;
	width: 200px;
}

#SUB_right_column div.image_caption img {
	padding-left: 0;
}

div.image_caption p {
	font-style: italic;
	color: #333333;
}

.green_box {
	background-color:#d4e58e;
	margin: 10px;
	padding: 10px;
}
.blue_box {
	background-color:#c6d9eb;
	margin: 10px;
	padding: 10px;
}

.member_options h2, .member_options h2 a {
	color: #0a738d;
}

ol.events th {
	text-align: right;
}

ol.events li {
	list-style-type: none;
}

.required {
	color: red;
}