html, body {
	/* height:100%; */
	margin:0px; 
	padding:0px;
}

body
{
background-color:#000;
margin:0;
padding:0;
	behavior: url(csshover.htc);
	overflow-y: scroll;

}

img {border:none;}

#middlecontent {
	float:left; width:570px; padding-top:20px; padding-left:20px;}
	 
#leftcontenthanger { width:150px; background-color:#E76A24; margin-bottom:10px;  padding:0 5px 0 5px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

#leftcontent {float:left; width:180px; padding-top:20px; padding-left:20px;}

#rightcontent { float:left; width:180px; padding-top:20px; padding-left:20px;}

#container {
	background-color:#FFF;
	width: 1000px;
	margin: auto;

}

#membershiplinks h2 {
	font-size:20px;
}

#membershiplinks a {
	color:#E76A24;
	text-decoration:none; /* removes the underline on links */
}
	
#membershiplinks a:hover {
	color:#000;
}

#membershiplinks a:visited {
	color:#777;
}
#orangelinks h2 {
	font-size:20px;
}

#orangelinks p {
	font-size:12px;
}
#orangelinks a {
	color:#E76A24;
	text-decoration:none; /* removes the underline on links */
}
	
#orangelinks a:hover {
	color:#000;
}

#orangelinks a:visited {
	color:#777;
}





#leftcontenthanger a {
	color:#fff;
	text-decoration:none; /* removes the underline on links */
}
	
#leftcontenthanger a:visited {
	color:#fff;
}	
	
#leftcontenthanger a:hover {
	color:#000;
}










#mast {
		height: 198px;
		background-image:url(images/bannerrbu.gif);
		background-repeat:no-repeat;
		}


		
#content {
	width:1000px;

}

#bullet .li {
	border:1px thick #C6F;
	    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	    color: #555;
		line-height:1em;
		list-style-type:none;
}
	


#footer {
	background-color:#C60;
	}
		
#links {
	background-color:#000;

	width:1000px;
	height:31px;
	border-bottom: 1px solid #E76A24;
/*	border-top: 0.1em solid #555;
	border-bottom: 0.1em solid #555; */

}

#linkssecond {
	clear:both;
	background-color:#E76A24;
	width:1000px;
	height:31px;
	
/*	border-top: 0.1em solid #555;
	border-bottom: 0.1em solid #555; */

}

p {
	font-size: 12px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	color: #555;

}
	    
#orange {
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	    color: #E76A24;
}
#white {
	text-decoration:underline;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	color: #FFF;
}

#white20{
	font-size: 20px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	color: #FFF;
}
emaillinks {
text-decoration:underline;
font-size:24px;
font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
color: #E76A24;;

}
a.emaillinks:link {
text-decoration:underline;
color: #E76A24;
}


a.emaillinks:visited {
text-decoration:underline;
color:#777;
}


a.emaillinks:hover {
text-decoration:underline;
color:#000;
}


h1 {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#E76A24;
}

#leftcontenthanger {
	padding-bottom:10px;
	padding-top:10px;
}

#leftcontenthanger h1 {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
		font-size:20px;
	padding:0;
	margin:0;
	color:#FFF;
}

#leftcontenthanger h2 {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
		font-size:20px;
	padding:0;
	margin:0;
	color:#FFF;
}

#leftcontenthanger p {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
		font-size:0.8em;
	padding:10px 0 0 0;
	margin:0;
	color:#FFF;
}

h2 {
	font-family:'Trebuchet MS', Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#E76A24;
}
h3 {
	font-family:'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	color:#E76A24;
}
#underline {
	text-decoration:underline;
	font-family:Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#E76A24;
}

#footer p {
	font-family:'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:2em;
	color:#FFF;
	margin:auto;
	padding-left:40px;
}








/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/


 
.nav p a {
	color: #000;
	text-decoration:underline!important;
	font-size:18px;
	height:24px;

}
#nav a{
	color:#FFF;
	text-decoration:none;
	border-right: 0.1em solid #E76A24;
	}
	
p a:hover{	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	padding: 6px 40px;
 	background:#000;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
}

ul#nav li a:hover{
 background:#E76A24;
	color:#fff;
	}
	
li {
	float: left;
	position: relative;
	text-align: left;
	/* margin-right:px; */

}

ul#nav li.current a{
	background:#E76A24;
	}

ul#nav li.current a:hover{
/*	background:#F00; */
	}

a#current {
    border-left-color: #fff !important;
    background-color: #E76A24 !important;
    color: #FFF !important;
}

a#current1 {
    border-left-color: #fff !important;
    background-color: #000 !important;
    color: #FFF !important;
}

li ul {
	display: none;
	position:absolute;
	width:110px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
	width:200px;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}





.navsecond p a {
	color: #000;
	text-decoration:underline!important;
		font-size:18px;

}
#navsecond a{
	color:#FFF;
	text-decoration:none;
	border-right: 0.1em solid #fff;
	}
	
p a:hover{	text-decoration: none!important;
}

ul#navsecond {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#navsecond li a {
	display: block;
	padding: 6px 40px;
 	background:#E76A24;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
}

ul#navsecond li a:hover{
 background:#000;
	color:#fff;
	}
	
li {
	float: left;
	position: relative;
	text-align: left;
	/* margin-right:px; */

}

ul#navsecond li.current a{
	background:#F00;
	}

ul#navsecond li.current a:hover{
/*	background:#F00; */
	}

li ul {
	display: none;
	position:absolute;
	width:110px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#navsecond li ul.sub li{
	border-width:0 1px 1px 1px!important;
	width:200px;
}

ul#navsecond li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}







}
.button, .button:visited{
    background: #00CC33 url(../images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #fff; 
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  	cursor: pointer;
    font-size: 11px;
	margin:10px 3px 4px 3px;
}
.button:hover{
    background-color: #222; 
    color: #fff;
}
img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:left;
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:140px;
    color:red;
}
/*Admin*/
.adminpanel{
width: 800px;
text-align:center;
}

.map{
margin:0 auto;
width:560px;

}
table.admin{
	font-size:10px;
	width:100%;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
table.admin thead tr th{
	text-align:left;
}
table.admin thead tr{
	background-color:#f1f1f1;
}
table.admin tbody tr.statusblocked{
	background-color:#dfdfdf;
}
table.admin tbody tr.statusadmin{
	background-color:#7fc0f0;
}
table.admin tbody tr td{
	text-align:center;
}
table.admin tbody  tr:hover{
	background-color:#EFFFF3;
}
.admin_change{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/wrench.png) no-repeat center right;
  cursor:pointer;
}
.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/cross.png) no-repeat center right;
  cursor:pointer;
}
.admin_no{
  float:left;
  margin-left:20px;
}
/*Forms*/
form.login , form.register, form.editaccount, .forgotpw, .adminpanel{
	position:relative;
	height:auto;
    margin:0 auto;
/*    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px; 
    padding:20px;*/
	text-align: left;
}
form.login{
	width: 150px;
}
form.register{
	width: 600px;
	height:440px;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:200px;
}

form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}
.login_row{
    float:left;
    clear:both;
	width:100%;
}
.login_row input[type=checkbox]{
    float:left;
}
.login_row label{
    float:left;
}

input[type=text], input[type=password]{
  border:1px solid #ccc;
  padding:2px;
}
input:focus{
	background-color:#EFFFF3;
}

form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:90%;
    margin:0px;
}
form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}
.error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}
.captcha_message{
    width:70px;
    float:left;
}


.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	    	
}


#table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:0 0 10px 0;
	width: 740px;
	text-align: left;
	border-collapse: collapse;
}




#table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#table td
{
	padding: 8px;
	background: #000; 
	border-bottom: 1px solid #fff;
	color: #fff;
	border-top: 1px solid transparent;
}
#table tr:hover td
{
	background: #444;
	color: #FFF;
}












.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:black;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float:right;
	/*margin-left: 545px;*/
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	

