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

body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
img {
	border:none;
}

/* Headers and Colors */

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
p {
	font-size: .9em;
}

/* Specific DIVs */

#header_image {
	margin-top:10px;
	margin-bottom:10px;
	background-color: #FFFFFF;
	height: 95px; 
}
div#header_image a {
	text-decoration: none;
}


div#wrapper{
	float:left;
	width: 100%; 
	overflow:hidden;
}

div#content{
	margin: 5px 5px 5px 200px;
	padding: 0 10px;
	color: #525297;
	text-align:justify;
	border-left:2px solid #F7C731; 
}
#content.short_page, #charter_member_container.short_page {
/*	height: 320px; */
	height: 400px;
}
div#content_inner a {
	color: #525297;
}	
div#content_inner a:hover {
	color: #F7C731;
}	

div#mainpage_inner p {
	font-size: 1em;
}

div#mainpage_inner a {
/*	text-decoration: none; */
	color: #525297;
}
div#mainpage_inner a:hover {
	text-decoration: none;
	color: #F7C731;
}
#bottom_buttons img, #bottom_button_donation {
/* margin:  0px 30px;*/
margin:  20px 30px;
}
 
#pay_pal {
	position:relative;
	left: 350px;
	top: 5px;
	width:500px; 
}
.bid-welcome {
	font-weight:bold;
	font-style:italic;
	background-color: #F7C731;
}
#board_members a {
	text-decoration: none;
}

td {
	padding-right: 20px;
	padding-bottom: 5px;
/*	vertical-align:top; */
	vertical-align:middle;
	font-size: .85em;
}

#contact_info th, #contact_info td{
	padding-bottom: 15px;
}

#popup_content {
	margin: 5px;
	padding: 5px;
	text-align:justify;
	width: 385px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #525297;
}
#gallery_content {
	margin: 5px 5px 5px 200px;
	padding: 0 10px;
	color: #525297;
}

#gallery_text {
	text-align:justify;
}
#gallery_table {
	margin-top:-170px;
}
#gallery_table h2{
	text-align:left;
	clear:both;
}
div#sidebar1{
	float:left;
	width:210px; 
	height:295px;
	font-size:16px;
	font-weight: bold; 
	margin-left:-15px;
}

div#sidebar1 a {
	text-decoration: none;
	color: #210463;
}
div#sidebar1 a:hover {
	text-decoration: none;
	color: #F7C731;
}
div#sidebar1 li {
	list-style-type:none;
/*	line-height: 25px; */
	line-height: 25px;
/*	border-bottom: 1px solid #210463; */
	border-bottom: 1px solid #525297;
	}
#footer_nav {
	font-weight:bold;
}
div#footer{
	clear:both;
	text-align:center;
	color: #210463;
	padding-top:40px;
	font-size: 11pt;
	}
#galloping_horses {
	margin-top: 10px;
}

div#footer_logo p{
	color: #210463;
}
div#footer a{
	color: #210463;
	text-decoration:none;
}
div#footer a:hover{
	color: #F7C731;
}
#equidance {
	color: #525297;
	margin: 20px;
}
div#equidance a {
	color: #525297;
}	
div#equidance a:hover {
	color: #F7C731;
}	
#temp_id {
	margin-top:20px;
	margin-right:250px;
}
#charter_member_container {
border-left:2px solid #F7C731; 
margin-left:200px;
}
#charter_member_nav {
	float:right;
}
#charter_member_content {
/*	clear:both; */
/*	margin: -245px 5px 5px 0px; */

/*	padding: 0 10px; */
	padding: 50px 10px 0 10px;
	color: #525297;
	text-align:justify;

}
#charter_member_content td {
	font-size: .9em;
}
#small_video {
	float:right;
	border: thin #525297 solid;
	margin-left:10px;
}
#large_video {
	border: thin #525297 solid;
	width:640px;
}
.button  {

	padding: 20px 100px;

}

/* Miscellaneous classes for reuse */
.letter {
	padding-left:50px;
	text-align:justify;
}
.odd {
	background:#DFDFDF; 
}
.even {
	background:#E9E9E9;
}

.tagline {
	margin: 0;
	padding: 0;
}
p.tagline {
	font-style:italic;
}
.sponsor {
	font-style:italic;
	font-weight:bold;
}
.first_sentence {
	font-weight:bold;
}
.nostyle {}

a.border img { 
	border: 2px outset #AFAFAF;
}
a.border:hover img{ 
	border: 2px outset #F7C731; 
}

a.no_underline {
	text-decoration: none;
	}
	
li.no_bullet {
	list-style-type:none;
	padding: 1px 0;
	}

.center {
	text-align: center; 
  	margin-left: auto;
  	margin-right: auto;
}
.left_justify {
	text-align: left; 
}

.emphasis {
	font-weight:bold;
	font-style:italic;
}
.bold {
	font-weight:bold;
}

.horizontal_line {
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: #210463;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_float {
	clear:both;
}
div.figure_right {
  float: right;
  width:  25%;  
  border: thin #525297 solid;
  margin: 0.5em;
  padding: 0.5em 1.1em 0.5em 0.5em;
}
div.figure_left {
  float: left;
  width: 25%; 
  border: thin #525297 solid;
  margin: 0.5em;
  padding: 0.5em 1.1em 0.5em 0.5em;
}
div.figure_left img,div.figure_right img
  {
  display:inline;
  margin:3px;
  border: thin #525297 solid;
}
div.figure_left a:hover img, div.figure_right a:hover img  {
  border:thin #F7C731 solid;
 }

div.figure_122 {
	min-width: 122px;
}
div.figure_150 {
	min-width: 150px;
}
div.figure_187 {
	min-width: 187px;
}
div.figure_200 {
	min-width: 200px;
}
div.figure_250 {
	min-width: 250px;
}
div.figure_266 {
	min-width: 266px;
}
div.figure_306 {
	min-width: 306px;
}
div.figure_left p, div.figure_right p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.logo_image {
	padding:4px 5px 1px 0; 
/*	float: left; */
}
