td, th {
display: table-cell;
margin-top:0;
//vertical-align: inherit;
}

a.blink {
    font-size:17px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0px;
    background-color: 419f41;
    /* background-color: #0A2958;*/
    color: #FFF;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: A9C3BA;
}

a.blink:hover {                                                                                                      
  font-size:17px;
  color: #FFF;
  background-color: #00173A;                                                                                                                
  text-decoration: none;
}

table#member tr.odd {
  background-color: #d4dddc;
}

table#archive tr.odd {
  background-color: #d4dddc;
  padding-left: 7.5px;
  padding-right: 7.5px;
  height: 40px;
}

table#member th {
  text-align: left;
}

table#guest tr.odd {
 background-color: #d4dddc;
}

table#guest th {
  text-align: left;
}

a.admlink {
  color: red;
  background-color: #f4f1ea;
  padding: 4px;
}





.pagebanner {
text-align:right;
font-weight:bold;
}


body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #000;
	font: 30px Georgia, "Times New Roman", Times, serif;
	border-bottom:3px solid #d4d2c1;
	margin-bottom:20px;

}


h2 {
	
	color: #a00b1c;
	font: 20px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #2f2e2d;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;

}

h4 {
	
	color: #004b1c;
	font: italic 20px/1.3 Georgia, "Times New Roman", Times, serif;
	

}

h5 {
	
	color: #a00b1c;
	font: 13px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #413e31;
	font: 15px/1.6 Georgia, "Times New Roman", Times, serif;

}

/*table, div {
	
	color: #413e31;
	font: 13px/1.6 Georgia, "Times New Roman", Times, serif;

}*/

a,a.small,a.anchor,a.visited {
	
	color: #002D56;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #4b443b;
	font: inherit;
	text-decoration: underline;

}

ul {
				list-style-image:url(../images/bullet.png);
				padding-left:0px;
				margin:0px;
}

.page {
	
	background: #002D56 url(../images/bg2.png) center top repeat;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}



/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

.hideText {

	display: none;

}

.clearBoth {
clear: both;
}


/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:962px;
margin:0 auto;

}

.logo {
position:center;
}

.left {
position:relative;
}

.leftFG {
z-index:400;
//margin-left:0;
margin-left:0;
margin-top:0;
position: absolute;
top:5px;
}

.leftBG {
z-index:300;
margin-left:0;
margin-top:0;
position: absolute;
top:5px;
}

.center {
position: relative;
}

.centerFG {
z-index:400;
position: absolute;
top:5px;
}

.centerBG {
z-index:300;
position: absolute;
top:5px;
}

.right {
position: relative;
}

.rightFG {
z-index:400;
position: absolute;
top:5px;
}

.rightBG {
z-index:300;
position: absolute;
top:5px;
}

#pubHome {

width:962px;
margin:0 auto;
	
}

#privHome {
width:962px;
margin:0 auto;
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
#masterPage {
}

#masterPage #siteWrapper {
width:962px;
margin:0 auto;
}
	
#masterPage #siteWrapper #branding {
width:962px;
/*background:url(../images/topnav.png) no-repeat scroll 293px 44px transparent;*/
height:220px;
//margin:0 auto;
}
	
	
	
	#masterPage #siteWrapper #branding #logo {
	width:249px;
	height:170px;
	margin-left:0px;
//	float:left;
	margin-top:25px;
	margin-bottom:25px;
	}
	
	#masterPage #siteWrapper #branding #brandRight {
	width:962px;
	height:220px;
	margin-left:0px;
	margin-top:0px;
	position:static;
	}

		#masterPage #siteWrapper #branding #brandRight #toplink {
		height:180px;
		width:700px;
		/*float:left;*/
		}

		#masterPage #siteWrapper #branding #brandRight #toplink #left {
		width:180px;
		margin-left:0px;
		margin-top:0px;
		}

		#masterPage #siteWrapper #branding #brandRight #toplink #left #leftFG {
z-index:400;
position: absolute;
//		margin-left:0px;
//		margin-top:0px;
}

		#masterPage #siteWrapper #branding #brandRight #toplink #left #leftBG {
z-index:300;
position: absolute;
}


		#masterPage #siteWrapper #branding #brandRight #toplink #center {
		width:330px;
		margin-left:185px;
		margin-top:0px;
		}
		
		#masterPage #siteWrapper #branding #brandRight #toplink #right {
		width:180px;
		margin-left:520px;
		margin-top:0px;
		}
		
		/*#branding #brandRight div, #branding #brandRight table {
		line-height:normal;
		}*/
			
		
		#masterPage #siteWrapper #branding #brandRight #nav {
  		width:800px;
  		height:10px;
  		margin-top:0px;
  		margin-left:0px;
        }
		
  		#masterPage #siteWrapper #branding #brandRight #nav a {
                  font-size:14px; /* 17px - old size */
                  padding-left: 1px;
                  padding-right: 1px;
                  padding-top: 1px;
                  padding-bottom: 1px;
                  margin: 0px;
                  background-color: 419f41;
                  /* background-color: #0A2958;*/
                  color: #FFF;
                  text-decoration: none;
                  border-width: 2px;
                  border-style: solid;
                  border-color: A9C3BA;
  		}

  		#masterPage #siteWrapper #branding #brandRight #nav a:hover {
  		background-color: #00173A;
  		}

		#masterPage #siteWrapper #branding #brandRight #nav table {
		text-align: center;
		}
		

		#masterPage #siteWrapper #branding #brandRight #logout {
		width:1350px;
		height:20px;
		margin-left:0px;
		margin-top:30px;
		font-size:10px;
		}
		
  		#masterPage #siteWrapper #branding #brandRight #logout a {
                  font-size:10px;
                  padding-left: 5px;
                  padding-right: 5px;
                  padding-top: 11px;
                  padding-bottom: 11px;
                  margin: 2px;
        	  background-color: #0A2958;
                  color: #FFF;
                  text-decoration: none;
//		background:url(../images/bg2.png) 0 0 no-repeat;
  		}

  		#masterPage #siteWrapper #branding #brandRight #logout a:hover {
  		background-color: #00173A;
  		}

		#masterPage #siteWrapper #branding #brandRight #logout table {
		text-align: right;
		}
		


/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentWrapper {
width:962px;
background:url(../images/contentWrapbg.jpg) 0 0 repeat-y;
margin:0 auto;
padding-top:20px /*Added to replace spacing for mediaWindow*/
}

	#mainContent {
	width:962px;
	margin:0 auto;
	background:url(../images/contentWrapSide.jpg) 0 0 repeat-y;
	}
	
		#borderWrap {
		width:958px;
		margin:0 auto;
		text-align:left;
		}
		
			#sidebar {
			width:284px;
			margin-left:12px;
			float:left;
			}
			
				#sidebarTop {
				height:16px;
				width:962px;
				background:url(../images/sidebarBgtop2.jpg) 0 0 no-repeat;
			        margin-left:0px;
				}

				#sideInterior {
				width:244px;
				margin:30px 25px 75px;
				}

    				#sideList {
    				width:244px;
    				margin:30px 25px 75px;
    				}

    				#sideCaption {
    				width:244px;
                                font: 17px/1.6 "academy engraved let", "Times New Roman", Times, serif;
                                color: #413E31;
    				}

    				#sideText {
    				width:224px;
    				margin:30px 0px 75px;
                                font: 12px/1.6 Georgia, "Times New Roman", Times, serif;
                                color: #413E31;
    				}



				

#contentArea {
	width:602px;
	margin:1px 22px 25px 28px;
	float:right;
}

	#contentArea .inside {
	width:588px;
	float:right;
}
	
#contentBottom {
background:url(../images/contentBottom.jpg) 0 0 no-repeat;
width:962px;
height:32px;
}

.newsWrap {
	margin-top:25px;
}

h2.newsy {
font-size:22px;
color:#000;
font-weight:bold;	
}

.newsSubj a {
font-size:16px;
color:#2f2e2d;	
}

.postD {
font-size:11px;
font-style:italic;
}

.customNews {
margin-bottom:10px;
padding-top:10px;
border-top:1px solid #D4D2C1;
}

.newsImg img {
margin-right:10px;	
padding-top:5px;
}

h2.clubPho {
font-size:16px;
background:#D4D2C1;
	margin-bottom:15px;
	text-transform:uppercase;
	padding:15px;
}

.photoBot div {
color:#fff;
}

/*==============================================================
=PUBLIC HOME
===============================================================*/

#pubFlash {
width:958px;
height:522px;
position:relative;
z-index:2;
margin:0 auto;
	overflow:hidden;
}

#pubFlash #pubFlashOverlay {
position:relative;
top:-478px;
z-index:10;
width:958px;
height:478px;
margin:0 auto;
}

#pubFlash #pubFlashOverlay #overlayPos {
width:285px;
height:478px;
background:url(../images/overlay.png) 0 0 no-repeat;
margin-left:11px;
}

#pubFlash #pubFlashOverlay #overlayPos .overlayPad {
padding:165px 32px 0px 32px;
}

#pubFlash #pubFlashOverlay #overlayPos .overlayPad p {
font:12px/1.6 Georgia, "Times New Roman", Times, serif;
color:#413e31;

}

#pubFlash #pubFlashOverlay #overlayPos .overlayPad p a {
background:url(../../..//images/bullet.png) left center no-repeat;	
padding-left:12px;
}

#pubHomeBottom {
width:962px;
height:2px;
background:url(../images/pubHomeBottomBorder.jpg) 0 0 no-repeat;
}

/*#contentWrapper #mainContent .borderWrap #pubFlash #pubFlashOverlay #overlayPos .overlayPad p a {
color:#ffbd7d;
text-decoration:none;
font-weight:bold;
background:url(../images/joinArrow.png) no-repeat left middle;
padding-left:10px;
}

#contentWrapper #mainContent .borderWrap #pubFlash #pubFlashOverlay #overlayPos .overlayPad p a:hover {
text-decoration:underline;
background:url(../images/joinArrow.png) no-repeat left middle;
padding-left:10px;
}*/

#pubBottom {
width:958px;
height:96px;
background:url(../images/pubHomeBot.jpg) 0 0 no-repeat;
}

#pubBottom .inside {
margin-left:355px;
width:530px;
padding-top:18px;
}

#pubBottom .inside table h2 {
font: 18px Georgia, "Times New Roman", Times, serif;
color:#4a080e;
}

#pubBottom .inside table {
font:14px Georgia, "Times New Roman", Times, serif;
}

#pubBottom .inside table a {
color:#4a080e;
text-decoration:none;
}

#pubBottom .inside table a:hover {
color:#4a080e;
text-decoration:underline;
}

.weatherPlg {font-size:12px;}
.weatherPlg img {width:40px; height:40px;}


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
margin:20px auto;
text-align:center;
width:957px;

}

