@charset "utf-8";
/* CSS Document */

/* Undo defaults */
* { margin: 0; padding: 0; border: 0 none; }

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #39608F;
	line-height: 17px;
	/*text-align: justify;*/
	text-align: left;
}
#wrapper {
	background-image: url(images/bg_main2.jpg);
	background-color: #39608F;
	position: relative;
	top: 0px;	
	width: 100%;
}
#main {
	width: 900px;
	margin: 0px auto;
}
#header {
	height: 166px;
}
#sub_page {
	background: #39608F;
	background-image: url(images/bg_subpage.gif);
	background-repeat: repeat;
	overflow: auto;
	padding: 0;
	width: 900px;
}
#sub_pageleft {
	float: left;
	width: 167px;
	background-color: #39608F;
	margin: 0;
}
#sub_pageright {
	float: left;
	width: 733px;
	background-image: url(images/bg_pageright.gif);
	background-repeat: repeat;
}
#content_sub {
	margin: 10px 45px 5px 15px;
}

#content_sub a, a:link, a:visited, a:active {
	color: #003366;
    text-decoration: underline;
}
#content_sub a:hover {
   color: #F1DEA2;
   background-color: #39608F;
}
ul.regular {
  list-style-position: outside;
  line-height: 17px;
  margin-left: 25px;
  color: #000000;
}
ul.regularred {
  list-style-position: outside;
  line-height: 17px;
  margin-left: 25px;
  color: #AD201F;
  font-weight: bold;
}

/* Subnav
----------------------------------------------------- */
#subnavbox {
	width: 167px;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_navsub2.jpg);
	background-repeat: no-repeat;
}
ul#subnav {
    margin: 0 0 20px 0;
    padding: 30px 0 0 0;
	list-style-type: none;
	width: 167px;   /*here*/
}
ul#subnav li {
	position: relative;
	font-size: 14px;
	/* 	background: url(../images/subnav_divider.gif) repeat-x left bottom;	*/
}
ul#subnav li a{
	display: block;
 	overflow: auto; /*forces Layout in IE7 */
	padding: 3px 0 3px 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	border-bottom: 0;
}
ul#subnav li a:hover {
	color: #F1DEA2;
	font-weight: bold;
	background-color: #39608F;
	margin: 0 0 0 0;  /*This changed navigation hover*/
}
.ul#subnav li a:visited {
	color: #000000;
}
/*1st level sub menu style */
ul#subnav li ul {
	position: absolute;
	left: 166px;
	top: 0;
	width: 190px;     /*here*/
	display: none;
	/*
 	background: #39608F;
	*/
	padding: 1px;
	list-style-type: none;
}
ul#subnav li ul li {
	background: #39608F;
	font-size: 13px;
	font-weight: bold;
}
ul#subnav li ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #F1DEA2;
	text-decoration: underline;
	background: url(images/symbol.jpg) no-repeat 5px 6px;
	padding: 3px 0 4px 25px;
}
ul#subnav li ul li a:hover {
	color: #FFFFFF;
	background: #39608F url(images/symbol.jpg) no-repeat 5px 6px;
	text-decoration: underline;
}
/* Holly Hack for IE \*/
* html #subnav ul li { float: left; height: 1%; }
* html #subnav ul li a { height: 1%; }/* CSS Document */

/* Subnav - More Info/Comments Area
----------------------------------------------------- */

.textlinks {
	clear: both;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 3px;
}
.textlinks a:link {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal; 
}
.textlinks a:visited {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:active {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #39608F;
   font-weight: normal;
}
.textlinks2 {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 3px;
}
.textlinks2 a:link {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal; 
}
.textlinks2 a:visited {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks2 a:active {
	color: #39608F;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks2 a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #39608F;
   font-weight: normal;
}
#footer {
	clear: both; 
	padding: 0;
	height: 90px;
	width: 900px;
	background-image: url(images/bg_footer.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #F1DEA2; 
}
#footercontent {
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
#footercontent a:link {
	color: #000000;
    text-decoration: underline;
}
#footercontent a:visited {
	color: #000000;
    text-decoration: underline;
}
#footercontent a:active {
    color: #000000;
    text-decoration: underline;
}
#footercontent a:hover {
   color: #39608F;  
   text-decoration: underline;
}
.footercontent1 {
	text-align: left;
	margin: 7px 20px 2px 20px;
	float: left;
}
.footercontent2 {
	text-align: right;
	margin: 7px 20px 2px 300px;
	float: right;
}
.beigetitle {
	color: #F1DEA2;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	display: block;
	margin-left: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.black14bd {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.red14bd {
	color: #AD201F;
	font-weight: bold;
	font-size: 14px;
}
#boardcol1 {
	float: left;
	margin: 0 50px 0 0;
}
#boardcol2 {
	float: left;
	margin: 0;
}
.boardimg {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
.membercol1 {
	float: left;
	margin: 0 50px 0 0;
	padding-bottom: 0;
}
.membercol2 {
	float: left;
	margin: 0 50px 0 0;
	padding-bottom: 0;
}
.membercol3 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.black14italic {
	color: #000000;
	font-size: 14px;
	font-style: italic;
}
.ad {
	text-align: center;
	border: 2px solid #F1DEA2;
	margin: 0 70px 0 70px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}
.memberlifecol1 {
	float: left;
	margin: 0 27px 0 0;
	padding-bottom: 0;
}
.memberlifecol2 {
	float: left;
	margin: 0 27px 0 0;
	padding-bottom: 0;
}
.memberlifecol3 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.calendarcol1 {
	float: left;
	margin: 5px 25px 0 0;
	padding-bottom: 0;
}
.calendarcol2 {
	float: left;
	margin: 5px 0 0 0;
	padding-bottom: 0;
	width: 450px;
}
.newscol1 {
	float: left;
	margin: 0 30px 0 0;
	padding-bottom: 0;
}
.newscol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.presscol1 {
	float: left;
	margin: 0 25px 0 25px;
	padding-bottom: 0;
}
.presscol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
}
.pressimg {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.contactcol1 {
	float: left;
	margin: 0 50px 0 0;
	padding-bottom: 0;
	width: 40%;
}
.contactcol2 {
	float: left;
	margin: 0;
	padding-bottom: 0;
	width: 50%;
}
.giftshopimg {
	float: left;
	margin: 13px 20px 0 0;
	width: 20%
}
.giftshopdesc {
	float: right;
	width: 75%;
	margin-top: 13px;
}
.horrule {
	clear: both;
	padding: 10px 0 10px 0;
}
.auctionimg {
	float: left;
	margin: 0 20px 0 0;
}
.auctiondesc {
	float: right;
	width: 60%;
	margin: 0;
}
.sitemapcol1 {
	float: left;
	margin: 0 100px 0 35px;
	padding-bottom: 0;
}
.sitemapcol2 {
	float: left;
	margin: 0 35px 0 0;
	padding-bottom: 0;
}

