body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
#div_Parent {
}
#div_Header {
	display: block;
	width: 100%;
	background-image: url(../img/clouds.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #7391C7;
}
#div_Header h1 {
	margin: 0px;
	padding: 0px;
}
#div_Header span {
	display: none;
}
#div_navigation {
	background-color: #FFCC00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../img/navigationbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	height: 45px;
}
#div_navigation ul {
	list-style-type: none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	margin-top: 14px;
}
#div_navigation li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: #ccc 1px 1px 1px;
    filter: Shadow(Color=#ccc,
    Direction=135,
    Strength=15);
}
#div_navigation a:link, #div_navigation a:visited, #div_navigation a:active {
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CC5D03;
	border-left-color: #CC5D03;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
}
#div_navigation a:hover {
	background-color: #F59407;
	color: #000;
	border: 1px solid #C04400;
}
#aboutlayer {
	background-color: #FFC301;
	position: absolute;
	z-index: 1;
	top: 372px;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	left: 10%;
	margin-left: 2%;
	text-align: left;
	vertical-align: top;
	visibility: hidden;
}
#aboutlayer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
}
#aboutlayer li {
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-image: url(../img/bullet_trial.png);
	padding-left: 5px;
	list-style-position: inside;
}
.Transparentcy {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#div_Main {
	background-color: #BAAF90;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 12px;
	padding-top: 7px;
	background-image: url(../img/sitebg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#div_Main #div_right {
	float: right;
	padding-top: 3px;
	padding-left: 3px;
	width: 290px;
}
#div_right #div_search {
	background-color: #F9BE13;
	border: 1px solid #3F1404;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 12px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
.SearchField {
	background-color: #FFFFCC;
	border: 1px solid #333333;
	padding-right: 2px;
	padding-left: 2px;
}
#div_right #div_poll {
	margin-top: 5px;
	background-color: #9D3200;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #FFFFFF;
}
.SearchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #3C0;
	color: #FFF;
	text-shadow: #ccc 1px 1px 1px;
	filter: Shadow(Color=#ccc,
    Direction=135,
    Strength=15);
	text-decoration: none;
	-moz-border-radius-topright: 27px;
	-moz-border-radius-topleft: 27px;
	-moz-border-radius-bottomleft: 27px;
	-moz-border-radius-bottomright: 27px;
	-webkit-border-top-right-radius: 27px;
	-webkit-border-top-left-radius: 27px;
	-webkit-border-bottom-left-radius: 27px;
	-webkit-border-bottom-right-radius: 27px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #A0A0A0;
}
.SearchButton a:link , .SearchButton a:visited, .SearchButton a:active{
	color: #FFF;
}
#div_right #table_rostersmall {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1B1412;
	border-left-color: #1B1412;
	padding-right: 3px;
	padding-left: 3px;
	background-repeat: repeat-x;
	background-position: center top;
	width: 90%;
	background-color: #FFC;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B1412;
	border-bottom-color: #1B1412;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#div_right #table_rostersmall th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #1B1412;
	background-image: url(../img/tableheader.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #92683E;
	color: #FFFFCC;
}
#table_rostersmall a:link, #table_rostersmall a:visited, #table_rostersmall a:active {
	color: #9D2604;
	text-decoration: none;
}
#table_rostersmall a:hover {
	background-color: #FFC700;
}
#div_grandmasterpic {
	background-image: url(../img/scroll-stock.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 275px;
	text-align: center;
	height: 353px;
	display: block;
	margin-top: 0px;
}
#img_grandmaster {
	display: block;
	height: auto;
	width: 115px;
	margin-right: auto;
	margin-left: auto;
	border: 2px double #333333;
}
#div_Main #div_left {
	padding-bottom: 3px;
}
#div_Main #div_left h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	text-shadow: #363636 1px 1px 1px;
	filter: Shadow(Color=#363636,
    Direction=135,
    Strength=15);
	text-outline: #363636 1px;
}
#div_Main #div_mainsplitter {
	line-height: 0px;
	clear: both;
}
.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}
#table_login {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Tabletext {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#div_vanshuttle {
	background-color: #C0C9A5;
	border: 1px solid #333333;
	padding-right: 7px;
	padding-left: 7px;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
}
#div_MeetingInfo {
	background-color: #AB8157;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 8px;
	padding-left: 8px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	width: 200px;
}
#table_meetingtime {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#table_prayer {
	width: 100%;
}
#table_prayer th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFCA00;
	background-color: #006088;
	padding: 5px;
	text-align: center;
	background-image: url(../img/body_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
}
#div_prayerhands {
	display: block;
	height: auto;
	width: auto;
	float: right;
	padding-bottom: 4px;
	padding-left: 5px;
}
#div_chaplanphoto {
	width: 128px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	padding: 7px;
	border: 5px double #999999;
	margin-right: 7px;
}
#img_chaplan {
	display: block;
	height: auto;
	width: 125px;
	border: 1px solid #333333;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FCFCFC;
	text-shadow: #363636 1px 1px 1px;
	filter: Shadow(Color=#363636,
    Direction=135,
    Strength=15);
}
#div_splitter {
	line-height: 0px;
	clear: both;
}
#div_footer {
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 118px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFCB01;
	background-image: url(../img/navigationbg.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #89300D;
}
#div_footer hr {
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D36202;
}
.FooterMainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#div_footer .FooterMainText a:link, #div_footer .FooterMainText a:visited, #div_footer .FooterMainText a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#div_footer .FooterMainText a:hover {
	color: #9B2A08;
}
.FooterSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
#div_footer .FooterSubText a {
	color: #702506;
	text-decoration: none;
}
#table_member {
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #632703;
}
#div_Main a {
	color: #003366;
}
#aboutlayer a:link, #aboutlayer a:visited, #aboutlayer a:active {
	color: #454545;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin-left: 13px;
}
#aboutlayer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F58807;
	border: 1px solid #C65524;
	display: block;
	margin-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.LoginField {
	background-color: #ddeaf8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
#table_needride {
	width: 98%;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#table_needride th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	border: 1px solid #2E2E2E;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF3300;
}
.x_vid {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
#div_aseye {
	background-image: url(../img/aseye.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 218px;
	width: 213px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#img_chart1 {
	border: 3px double #000000;
}
.redText {
	color: #700;
	text-shadow: #ccc 1px 1px 1px;
    filter: Shadow(Color=#ccc,
    Direction=135,
    Strength=15);
}
#div_trestletop {
	width: 450px;
	background-image: url(../img/trestleboardtop.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	background-color: #F1F1F9;
}
#div_trestlemiddle {
	display: block;
	width: 434px;
	background-image: url(../img/trestleboardmiddle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #EDEDF5;
	padding-bottom: 7px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 7px;
}
#div_trestle_bottom {
	background-image: url(../img/trestleboardbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 450px;
	background-color: #F5F5FD;
}
#hr_rule {
	border: 1px solid #333333;
	background-color: #990000;
	height: 4px;
	color: #F99404;
}
#AdminPhotos {
	display: block;
	height: auto;
	width: 120px;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#div_wishfulmasterparent {
	background-color: #000;
	border: 1px solid #F7F1DD;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	width: 300px;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
	color: #FFF;
}
#img_wishfulmaster {
	height: auto;
	width: 150px;
	border: 7px double #575757;
	background-color: #FFFFFF;
	margin-right: 7px;
	margin-bottom: 5px;
	display: block;
	float: left;
}
#table_pastmasters img {
	background-color: #FFFFCC;
	display: block;
	height: auto;
	width: 75px;
	border: 5px double #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#table_deceased img {
	background-color: #FFFFCC;
	display: block;
	height: auto;
	width: 75px;
	border: 5px double #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#table_needride img {
	display: block;
	height: auto;
	width: 50px;
	border: 1px solid #999999;
}
#table_needride2 th {
	background-color: #009966;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #000000;
}
.maintext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
hr {
	border: 1px solid #79725E;
	color: #79725E;
	background-color: #79725E;
}
.hilite {
	background-color: #F9CB13;
	padding-top: 2px;
	padding-bottom: 2px;
}
#gallery {
	position:relative;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#F9CB13;
	}
.TitleText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #3E3B30;
	font-weight: bold;
}
#img_grandmasterBIG {
	display: block;
	height: auto;
	width: auto;
	-moz-border-radius-topright: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-bottomright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
	-moz-box-shadow: 4px 4px 3px #61533f;
	-webkit-box-shadow: 4px 4px 3px #61533f;
	-o-box-shadow: 4px 4px 3px #61533f;
}
#searchbar {
	background-color: rgba(255,255,0,0.5);
	padding-top: 11px;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 7px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	box-shadow: 0 0 5px rgba(0,0,0,.6);
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
.clear {
	clear:both
}
 
#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
#Photosnips {
	width: 580px;
}
#div_left table tr td table tr td p object {
	-moz-border-radius-topright: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-bottomright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

