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

/* TOP LEVEL SELECTORS */
/*****************************************************************************/

body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#EAE8d3;
	color: #4a3722;
	line-height: 18px;
}
.imgfltright {
	float: right;
}

.imgfltleft {
	float: left;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, form, input
{
  padding: 0;
  margin:  0 0 6px 0;
}

img
{
  border: none;
}

a
{
	color: #ad5317;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #b3ad75;
}

.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;
	line-height: 0px;
	font-size: 1px;
}

/* Homepage CONTAINER -- has the back ground image and toparea & welcomearea */
/*****************************************************************************/
#container {
	background-image: url(images/headerbg2.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#toparea {
	background-image: url(images/headerbg2.jpg);
	background-repeat: repeat-x;
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 251px;
}
#toplogo {
	swidth: 787px;	
}

/* TOP NAV AREA */
/* **************************************************************************** */
#navarea {
	background-image: url(images/headerimage4.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 787px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottomlogo {
	float: left;
	width: 180px;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #685c50;
	color: white;
	width: 607px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;/* fixes Firefox 0.9.3 */
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	float: right;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	/* matches link padding except for left and right */
padding-top: 0px;
	margin-left: -3px;
}

#navcontainer ul li a
{
	padding-left: 13px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: white;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #50473e;
}

#navcontainer ul li a:hover
{
	background-color: #8f7e6e;
	color: white;
	padding-left: 14px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	/*border-left: 1px solid #50473e;*/
}
#navcontainer .uberlink {
	background-color: #8f7e6e;
	color: #FFF !important;
	cursor: default;
	line-height: 24px;
}

#navcontainer #active { 
	border-left: 1px solid #50473e;
	background-color: #8f7e6e;
	padding-bottom: 5px;
	padding-top: 4px;
}

/* WELCOME AREA */
/*****************************************************************************/

#welcomearea {
	width: 787px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 272px;
}
#welcomearea #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ad5317;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 15px;
}
#welcomearea #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	text-decoration: none;
	width: 540px;
	line-height: 18px;
}

/* holds the MAINAREA and RIGHTCOLUMN area -- used to center bottom area*/
/*****************************************************************************/

#bottomarea {
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainarea {
	width: 540px;
	float: left;
}
#mainarea #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #51473D;
	background-image: url(images/eventswirl.jpg);
	background-position: left bottom;
	height: 40px;
	background-repeat: no-repeat;
	width: 200px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#mainarea #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #823E11;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainarea #text {
	width: 540px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	text-decoration: none;
}

#mainarea p {
	padding-bottom: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a3722;
}
#mainarea a {
	text-decoration: none;
	color: #ad5317;
}
#mainarea a:link, #mainarea a:visited, #mainarea a:active {
	text-decoration: none;
	color: #ad5317;
}
#mainarea a:hover {
	text-decoration: none;
	color: #b3ad75;
}
.address {
	text-align: center;
}

#mainarea .leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4a3722;
	font-weight: bold;
}
#rightcolumn {
	width: 219px;
	float: right;
	float: right;
	padding-top: 50px;
}
#rightcolumn #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b3ad75;
	background-image: url(images/eventswirl.jpg);
	background-position: center bottom;
	height: 40px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#rightcolumn #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a3722;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
#rightcolumn .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a3722;
	text-decoration: none;
	padding-left: 15px;
}
#rightcolumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ad5317;
}
#rightcolumn a:link, #rightcolumn a:visited, #rightcolumn a:active {
	text-decoration: none;
	color: #ad5317;
}
#rightcolumn a:hover {
	text-decoration: none;
	color: #b3ad75;
}

/* BEGIN subpage css information */
/*****************************************************************************/
#subcontainer {
	background-repeat: repeat-x;
	position: relative;
	background-image: url(images/sub_headerbg.jpg);
}
#subtoparea {
	background-image: url(images/sub_headerbg.jpg);
	background-repeat: repeat-x;
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 251px;
}

#submainarea {
	width: 787px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*#subrightcolumn {
	width: 219px;
	float: right;
}*/
#submainarea #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ad5317;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 15px;
}
#submainarea #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	text-decoration: none;
	line-height: 18px;
}
#subrightcolumn #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b3ad75;
	background-image: url(images/eventswirl.jpg);
	background-position: center bottom;
	height: 50px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#subrightcolumn .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a3722;
	text-decoration: none;
	padding-left: 15px;
}
#submainarea #text ul {
	list-style-type: square;
}
#submainarea #text li {
	text-decoration: none;
}
#submainarea #text li a{
	text-decoration: none;
	color: #4a3722;
	font-weight: bold;
}
#submainarea #text li a:hover{
	text-decoration: none;
	color: #ad5317;
}#submainarea #text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #50453F;
}
#bottomarea #submainarea #rightside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #AD5317;
}

.boardtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.boardname {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
.boardjob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 20px;
}
.honorary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ad5317;
	padding-left: 20px;
}
#submainarea  #leftside {
	width: 383px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b3ad75;
	padding-right: 10px;
}
#submainarea  #rightside {
	width: 383px;
	float: right;
}
.sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-left: 60px;
}
.sponsorstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51473D;
	font-weight: bold;
	line-height: 30px;
}
.sponsorsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
#leftside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #50453F;
}
#leftside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	text-decoration: none;
	line-height: 18px;
}
#rightside table {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4a3722;
	font-weight: bold;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
#testimonialtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C453F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #50453F;
}
#SUBrightcolumn {
	width: 219px;
	float: right;
	float: right;
}
#SUBrightcolumn li {
	list-style-image: url(images/bullet.gif);
}
#mainarea li {
	list-style-image: url(images/bullet.gif);
}
#leftside ul {
}


#SUBrightcolumn #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b3ad75;
	background-image: url(images/eventswirl.jpg);
	background-position: center bottom;
	height: 40px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#rightcolumn #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a3722;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
#SUBrightcolumn .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3722;
	text-decoration: none;
	padding-left: 15px;
}
#SUBrightcolumn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ad5317;
}
#SUBrightcolumn a:link, #SUBrightcolumn a:visited, #SUBrightcolumn a:active {
	text-decoration: none;
	color: #ad5317;
}
#SUBrightcolumn a:hover {
	text-decoration: none;
	color: #b3ad75;
}
.rightimage {
	float: right;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4a3722;
	font-weight: bold;
	margin-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #AD5317;
}.sponsorimage {
	float: left;
	text-align: center;
}
#rightside #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b3ad75;
	background-image: url(images/eventswirl.jpg);
	background-position: center bottom;
	height: 40px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#centerimg {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 200px;
}
#leftside li {
	list-style-image: url(images/bullet.gif);
	text-decoration: none;
}
#rightside li {
	list-style-image: url(images/bullet.gif);
	text-decoration: none;
}
#rightcolumn #caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #51473D;
	margin-top: 50px;
	margin-left: 20px;
	text-transform: uppercase;
	margin-right: 20px;
	border: 1px solid #C4A37D;
	padding: 5px;
}
.lettercaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4D2617;
	font-weight: bold;
}
#leftimageCAPTION {
	float: left;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4a3722;
	font-weight: bold;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
}

#rightimageCAPTION {
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #4a3722;
	font-weight: bold;
	clear: right;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #683622;
	line-height: 12px
}
#footer {
	width: 787px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD5317;
	font-weight: bold;
	line-height: 30px;
	font-style: italic;
}
#frontpageimages {
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        font-size: 10px;
}
.frontpageimages {
	border: 4px solid #fff;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
    float: left;
}.tiny {
	font-size: 9px;
	text-transform: none;
	color: #666;
}
.imagewithcaption {
	margin-bottom: 5px;
}

