/* this rule overrides any default padding/margins created by default browser styling
----------------------------------------------- */

*{
    padding:0;
    margin:0;
}

/* sets basic formatting for the body of the entire page
-------------------------------------------------*/

body{
	background-color: #D6D2BA;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", geneva, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
	line-height: 130%;
	color: #555345;
	text-align: center;
	margin-bottom: 15px;
}

table{
	border-collapse:collapse;
	font-family: "Lucida Grande", geneva, verdana, helvetica, arial,  sans-serif;
    font-size: 11px;
}

a img{
	border: 0px;
}

textarea{
	font-family: "Lucida Grande", geneva, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

/* place page, align, and size
-------------------------------------------------*/

#siteContainer{
	width: 940px;	
	position: relative;
	background-image: url(images/siteBody.jpg);
	background-repeat: repeat-y;
	background-position: 0 180px;
	overflow: hidden;
	text-align: left;
	margin: 20px auto 0 auto;	
}

/* float right, left and clear floats
-------------------------------------------------*/

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearall{
	clear: both;
}

/* default Links
-------------------------------------------------*/

a:link{
	color: #610B1A;
}

a:visited{
	/* color: #555345; */
	color: #610B1A;
}

a:hover{
	color: #9E763C;
}

/* site header
-------------------------------------------------*/

#siteHeader{
	height: 180px;
	background-color: #D8A83F;
	background-image: url(images/siteHeader.jpg);
}

#siteHeader h1{
	display: none;
}

/* site footer
-------------------------------------------------*/

#siteFooter{
	width: 100%;
	padding-top: 35px;
	clear: both;
	background-image: url(images/siteFooter.jpg);
	background-repeat: no-repeat;
	background-color: #D6D2BA;
	text-align: center;
}

/* page content (contains panels one through three)
-------------------------------------------------*/

#pageContentContainer{
	background-image: url(images/contentContainerHeader.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/* panel one
-------------------------------------------------*/

#panelOne{
	width: 200px;
	float: left;
	margin: 0 0 25px 0;
}

/* panel two
-------------------------------------------------*/

#panelTwo{
	width: 560px;
	margin: 0 0 25px 0;
	float: left;
}

#displayBodyHeader{
	margin: 30px 25px 15px 25px;
	height: 30px;
	background: url(images/pageTitle.jpg);
}

#displayBodyHeader h2{
	font-size: 18px;
	line-height: 30px;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #610B1A;
	letter-spacing: 0.1em;
}

#displayBodyContent{
	padding: 0 25px 25px 25px;
/*	padding: 0 25px 0 25px;*/
}

/* panel three
-------------------------------------------------*/

#panelThree{
	width: 170px;
	float: left;
	margin: 0 0 25px 0;	
}

/* top navigation, login and shopping cart preview
-------------------------------------------------*/

#siteHeaderBar{
	padding: 158px 0 0 94px;
	color: #F3F1E8;	
}

#topNav{
	float: left;
	line-height: 20px;
}

.loginInput{
	width: 75px;
	font-size: 11px;
	padding-left: 3px;
	margin-right: 5px;
	background-color: #F3F1E8;
	color: #6A252F;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #F3F1E8;
	border-bottom: solid 1px #F3F1E8;
}

.topNavLinks a:link, .topNavLinks a:visited{
	color: #F3F1E8;
	text-decoration: none;
}

.topNavLinks a:hover{
	color: #F3F1E8;
	text-decoration: underline;
}

#cartPreview{
	float: right;
	margin-right: 12px;
	background-image: url(images/cartPreview.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	line-height: 20px;
}

.memberWelcome{
	font-weight: bold;
}

/* side navigation
-------------------------------------------------*/

#sideNavMenu{
	margin-top: 30px;
	font-size: 11px;
}

#sideNavMenu ul{
	list-style: none;
}

.sideNavLink, .sideNavLinkAdmin, .rssNavLink{
	display: block;
	margin-left: 15px;	
	background-image: url(images/dotBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 0 0 8px;
	line-height: 32px;
	height: 32px;
}

.sideNavLink2{
	display: block;
	margin-left: 15px;	
}

.sideNavLink3{
	display: block;
	margin-left: 45px;	
}

.sideNavLink a:link, .sideNavLink a:visited, .sideNavLinkSelected a, .sideNavLinkAdmin a:link, .sideNavLinkAdmin a:visited, .sideNavLinkAdminSelected a{
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 8px;
}

.sideNavLink a:link, .sideNavLink a:visited, .sideNavLink a:hover{
	color: #610B1A;
}

.sideNavLink2 a:link, .sideNavLink2 a:visited, .sideNavLinkSelected2 a{
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 8px;
}

.sideNavLink2 a:link, .sideNavLink2 a:visited, .sideNavLink2 a:hover{
	color: #610B1A;
}

.sideNavLink3 a:link, .sideNavLink3 a:visited, .sideNavLinkSelected3 a{
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 8px;
}

.sideNavLink3 a:link, .sideNavLink3 a:visited, .sideNavLink3 a:hover{
	color: #610B1A;
}

.sideNavLinkAdmin a:link, .sideNavLinkAdmin a:visited, .sideNavLinkAdmin a:hover, .rssNavLink a{
	color: #555345;
}


.sideNavLink a:hover{
	background-image: url(images/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.sideNavLinkAdmin a:hover{
	background-image: url(images/arrowBulletGrey.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.sideNavLinkSelected, .sideNavLinkAdminSelected{
	background-position: -9px -32px;
	display: block;
	margin: 0 0 0 9px;
	padding: 0 0 0 14px;
	height: 32px;
	line-height: 32px;
}

.sideNavLinkSelected{
	background-image: url(images/sideMenuSelect.jpg);
}

.sideNavLinkAdminSelected{
	background-image: url(images/sideMenuSelectAdmin.jpg);
}

.sideNavLinkSelected a:link, .sideNavLinkSelected a:visited, .sideNavLinkAdminSelected a:link, .sideNavLinkAdminSelected a:visited{
	color: #FFFFFF;
	background-image: url(images/arrowBulletWhite.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}

#rightLogo{
	display: block;
	width: 122px;
	height: 81px;
	background-image: url(images/rightLogo.jpg);
	margin: 15px 0 0 42px;
}

#gopherHole{
	display: block;
	width: 150px;
	height: 38px;
	background-image: url(images/gopherHole.jpg);
	margin: 15px 0 0 24px;
}

/* RSS links
-------------------------------------------------*/

.rssNavLink a, .rssPageLink a{
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/rssIcon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 8px;
	padding-left: 16px;
}

.rssNavLink a:hover, .rssPageLink a:hover{
	color: #EB6808;
}

.rssPageLink{
	list-style: none;
	margin-top: 5px;
}



/* sponsor ads
-------------------------------------------------*/

#sponsorsTitle{
	display: block;
	height: 53px;
	background-image: url(images/sponsorsTitle.gif);
	background-repeat: no-repeat;
	margin: 20px 0 10px 15px;
}

.sponsorAd{
	display: block;
	width: 146px;
	margin: 0 0 10px 12px;
	background-image: url(images/sponsorFrame.jpg);
	background-repeat: repeat-y;
	padding: 3px 3px 2px 4px;
}

.sponsorAd img{
	border: none;
}

/* button links
-------------------------------------------------*/

.buttonLink, .buttonLink:hover, .buttonLink:active{
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	cursor: pointer;
	_height: 14px;	/* Show to IE */
}

.buttonLink:link, .buttonLink:visited{
	color: #F3F1E8;
	background-color: #610B1A;	
	border: solid 1px #F3F1E8;	
}

.buttonLink:hover{
	color: #F3F1E8;
	background-color: #610B1A;
	border: solid 1px #D0A23E;	
}

.buttonLink:active{
	color: #F3F1E8;
	background-color: #D0A23E;
	border: solid 1px #610B1A;	
}

/* admin: page element pallet
-------------------------------------------------*/

#pageElementMenu{
	margin: 25px 0 0 0;
	background-image: url(images/elementsBack.gif);
	background-repeat: repeat-y;
}

#pageElementMenuHeader{
	padding-top: 10px;
	background-image: url(images/elementsHeader.gif);
	background-repeat: no-repeat;
}

#pageElementMenuFooter{
	height: 10px;
	background-image: url(images/elementsFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom 0;	
}

#pageElementMenuHeader div{
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 10px;
	color: #610B1A;
	background-image: url(images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 13px;
}

#pageElementMenu ul{
	list-style: none;
}

#pageElementMenu ul li{
	display:  block;
	margin: 0 0 3px 10px;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background-image: url(images/addElementIcons.gif);
	background-repeat: no-repeat;
}

#pageElementMenu a{
	font-size: 10px;
	color: #555345;
	text-decoration: none;
}

#pageElementMenu a:hover{
	text-decoration: underline;
}

.addTextLink{
	background-position: 0 -40px;
}

.addGalleryLink{
	background-position: 0 -80px;
}

.addNewsLink{
	background-position: 0 -120px;
}

.addEventLink{
	background-position: 0 -160px;
}

.addSponsorLink{
	background-position: 0 -200px;
}

.addBoardLink{
	background-position: 0 -240px;
}

/* admin: empty page element instructions
-------------------------------------------------*/

.adminBodyInstructions{
	margin: 10px 0 10px 0;
	font-style: italic;
}

/* admin: page element handle
-------------------------------------------------*/

.elementActions{
	background-color: #DCD8C5;
	height: 17px;
	border-right: solid 1px #B2AB7E;
	border-left: solid 1px #B2AB7E;
}

.elementActions.draggable{
	background-image: url(images/dragHandle.gif);
	cursor: move;
}

.elementActions.draggable.locked{
	background-image: url(images/draglockHandle.gif);
	cursor: move;
}

.elementActions.draggable.unlocked{
	background-image: url(images/dragunlockHandle.gif);
	cursor: move;
}

.elementActions.undraggable.locked{
	background-image: url(images/undraglockHandle.gif);
	cursor: default;
}

.elementActions.undraggable.unlocked{
	background-image: url(images/undragunlockHandle.gif);
	cursor: default;
}

.elementButtons{
	width: auto;
	height: 17px;
	float: right;
	text-align: right;
	cursor: auto;
}

.elementButtons .disabled{
	color: #B90000;
}

.elementButtons a{
	text-transform: uppercase;
	font-size: 10px;
	color: #776F48;
	text-decoration: none;
	border-left: solid 1px #B2AB7E;
	line-height: 17px;
	letter-spacing: 0.1en;
	padding: 0 8px 1px 8px;
}

.elementButtons a:hover{
	background-color: #610B1A;
	color: #FFFFFF;
}


/* page elemtents, public and admin
-------------------------------------------------*/

.pageElement{
	margin-bottom: 15px; 
}

.newsItemPreview, .eventItem{
	display: block;
	background-image: url(images/dotBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 15px;
}

.pageElementAdmin .pageElement{
	clear: both;
	border-right: solid 1px #B2AB7E;
	border-bottom: solid 1px #B2AB7E;
	border-left: solid 1px #B2AB7E;
	padding: 5px 0 5px 5px;
	position: relative;
	overflow: hidden;
	background-image: none;
}

.adminButtons{
	margin: 0px 0px 5px 5px;
}

.homeFeatureIcon{
	font-size: 10px;
	font-weight: normal;
	padding-left: 13px;
	background-image: url(images/homeFeature.gif);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
	margin-left: 15px;
	color: #776F48;
}

.terms{
	font-size: 10px;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.dynamicElementsPageTitle{
	height: 20px;
	background-image: url(images/slidingDoorTab1.jpg);
}

.dynamicElementsPageTitle a{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	float: left;
	font-size: 10px;
	line-height: 10px;
	background-image: url(images/slidingDoorTab2.jpg);
	background-position: right top;
	padding: 6px 15px 4px 0;
	margin-left: 15px;
}

.dynamicElementsPageTitle a:link, .dynamicElementsPageTitle a:visited{
	color: #555345;
	text-decoration: none;
}

.dynamicElementsPageTitle a:hover{
	color: #9E763C;
	text-decoration: underline;
}

/* expand and hide contents
-------------------------------------------------*/
 
.expandContent, .hideContent{
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	text-transform: uppercase;
	color: #610B1A;
	background-repeat: no-repeat;
	padding-left: 13px;
	letter-spacing: 0.1em;
}

.hideContent{
	background-image: url(images/arrowDown.gif);
}

.expandContent{
	background-image: url(images/arrowRight.gif);
	background-position: 0 2px;
}

/* shared page element formatting
-------------------------------------------------*/

.pageElement h3, .pageElement h3 a:link, .pageElement h3 a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #610B1A;
}

.pageElement h3 a:hover, .pageElement h4 a:hover{
	color: #9E763C;
}

.pageElement h4, .pageElement h4 a:link, .pageElement h4 a:visited{
	font-size: 13px;
	font-weight: bold;	
	color: #9E763C;
}

.pageElement strong, .newsArticle strong{
	color: #9E763C;
}

.gentextTitle, .newsPreviewTitle, .eventTitle, .boardMemberName{
	line-height: 16px;
}

.boardMemberName h3{
	display: inline;
	font-size: 11px;
	padding-left: 10px;
	margin-left: 25px;
	background-image: url(images/arrowBulletGrey.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.boardMemberPosition{
	font-size: 11px;
}

.documentTitle{
	float: left;
	margin-top: 20px;
}

.gentextContent, .galleryDescription{
	margin-top: 3px;
	margin-bottom: 3px;
}

.newsPreviewImage, .adPreviewImage{
	float: left;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #FFFFFF;
	padding: 3px;
	margin-right: 7px;
}

.galleryPreviewImage{
	float: left;
	padding: 3px;
	margin-right: 7px;
}

.newsPreviewDate, .newsPreviewAuthor, .eventTime, .eventLocation, .adURL, .contactEmail{
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #9E763C;
	/* line-height: 20px; */
}

.boardMemberEmail, .boardMemberPhone{
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	margin-left: 35px;
}

.newsPreviewDate, .eventTime{
	font-weight: bold;
}

/* document page element
-------------------------------------------------*/

.documentIcon{
	display: block;
	float: left;
	width: 40px;
	height: 50px;
	margin: 0 7px 0 20px;
}

.pdfIcon{
	background-image: url(images/iconPDF.jpg);
}

.wordIcon{
	background-image: url(images/iconDOC.jpg);
}

.xlsIcon{
	background-image: url(images/iconXLS.jpg);
}

.defaultIcon{
	background-image: url(images/iconDEFAULT.jpg);
}


/* photo galllery page element
-------------------------------------------------*/

.galleryTitle h3{
	line-height: 15px;
	padding-top: 15px;
}

.flashImageGallery{
	margin-top: 2px;
}

.galleryThumbBin{
	width: 100%;
	padding-left: 3px;
	padding-bottom: 3px;
}

.galleryThumb{
	width: 119px;
	margin: 5px 5px 0 0;
	background-color: #32312B;
	float: left;
}

.galleryThumbImage{
	height: 76px;
	background-position: center center;
	background-repeat: no-repeat;
}

/* full page news article
-------------------------------------------------*/

.newsTitle{
	font-size: 24px;
	line-height: 28px;
	color: #610B1A;
	margin-bottom: 10px;
	font-weight: bold;	
}

.newsDate, .newsAuthor{
	font-style: italic;
	line-height: 14px;
	color: #9E763C;
}

.newsArticle{
	margin-top: 15px;
}

.newsTeaserText{
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsText{
	font-size: 12px;
	line-height: 17px;
}

.newsText p{
	margin-bottom: 15px;
}

.newsImage, .genImage{
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #FFFFFF;
	padding: 5px;
}

.newsImage{
	float: right;
	margin: 0 0 10px 10px;	
}

.newsImageCaption{
	font-size: 10px;
	font-style: italic;
	padding-top: 3px;
}

/* home page
-------------------------------------------------*/

#pageHero{
	height: 322px;
	background: url(images/homeImage.jpg);
	margin: 15px 0 10px 0;
}

.extremeSubHeader{
	height: 30px;
	background: url(images/pageTitle.jpg);
	background-position: center top;
	margin-bottom: 15px;
}

.extremeSubHeader h2{
	font-size: 14px;
	line-height: 30px;
    text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.extremeSubHeader h2, .extremeSubHeader h2 a:link, .extremeSubHeader h2 a:visited{
	color: #610B1A;
	text-decoration: none;
}

.extremeSubHeader h2 a:hover{
	color: #9E763C;
}

#homePageLeft{
	float: left;
	width: 320px;
}

#homePageRight{
	float: right;
	width: 170px;
}

#fromTheCoach{
	font-size: 12px;
	line-height: 17px;
}

#masonSig{
	width: 150px;
}

.memberPlug{
	display: block;
	height: 52px;
	background-image: url(images/becomeMember.jpg);
	margin-bottom: 10px;
}

#homePageRight .eventTitle h3{
	font-size: 11px;
}

#homePageRight .eventLocation{
	display: block;
}

.storeFeature{
	height: 150px;
	border: solid 1px #CCCCCC;
}

/* pagination
-------------------------------------------------*/

.paginationNav{
	background-image: url(images/background.jpg);
	background-position: 0 -20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #DED5C1;
	border-bottom: solid 2px #DED5C1;
	margin-top: 15px;
}

.paginationNav table{
	width: 510px;
}

.pageOfPage{
	padding-left: 10px;
}

.paginationPages{
	text-align: right;
	padding-right: 10px;
}

.paginationResultsOfResults{
	padding-left: 10px;
}

.pageLink, .currentPage{
	margin-left: 5px;
}

.currentPage{
	padding: 0 2px 1px 2px;
	background-image: url(images/siteHeader.jpg);
	background-position: 150px 0;
	color: #F0ECE3;
}

.paginationNavBottom{
	margin-top: 3px;
	font-size: 10px;
	color: #666666;
}

/* image zoom
-------------------------------------------------*/

#zoomImage{
	display: block;
	margin: 15px auto 15px auto;
}

#zoomImageCaption{
	text-align: center;
	margin: 0 25px 0 25px;
}

/* errors
-------------------------------------------------*/

.ErrorBox{
	display: block;
	margin: 15px 0;
}

.ErrorBox li{
	font-weight: bold;
	color: #610B1A;
	margin-left: 15px;
}

.formLabelRequiredError{
	color: #610B1A;
	font-weight: bold;
}

#flash_message{
	margin-bottom: 15px;
	padding: 3px;
}
