﻿body
{
    background: #ffffff;
    background-image: url( "/images/background.jpg" );
    background-repeat: repeat-x;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

img
{
    border-style: none;
}

#DivContainer
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 978px;
    height: auto;
    border: 1px solid #ffffff;
   	background: #76757B;
	background-repeat:repeat-x;
}

#DivHeader
{
    background: #B1B1B1 url('../images/headerBackground.gif');
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    width: 978px;
    height: 64px;
    border-bottom: 2px solid red;
    vertical-align:bottom; 
}
 


#DivHeader #DivHeaderTitle
{
	float:right;
	position:relative;
	top:15px;
    right:70px;
    margin-bottom:-70px;
    font-size: 30px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
    text-transform: uppercase;
    color: #ffffff;
    
}

#DivHeader #DivHeaderTitle a, #DivHeader #DivHeaderTitle a:visited
{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration:none;
}

#DivHeader #DivHeaderTitle a:hover,  #DivHeader #DivHeaderTitle a:active
{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
    text-decoration:none;
}

#DivLowerHeader
{
    clear:both;
    background: #000000;
    background-image: url( "/images/lowerHeaderBackgroundA.gif" );
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid red;
    width: 978px;
    height: 60px;
    color: #3a3939;
    text-align:right;
}

#DivLowerHeader #DivLowerHeaderLogo
{
    float: Left;
    position:relative;
    left: 5px;
    top: 4px;
    height: 154px;
    margin-top:-50px;
    margin-bottom:-120px;
   
}
#DivIntroFlash
{
    clear:both;
    background: #9f9f9f;
    padding: 0px 0px 0px 0px;
    width: 978px;
    height: 614px;
    margin: 0px 0px 0px 0px;
	
}

#DivScrollerContent
{
	background: #ffffff;
    padding: 0px 0px 20px 0px;
    width: 685px;
    min-height:160px;
    height: 100%;
    margin: 0px 0px 0px 0px;
    
}

#DivContent
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    width: 978px;
    /* START: MIN-HEIGHT HACK */
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */ 
    background: #76757B;
    margin: 0px 0px 0px 0px;

}

#DivBreadCrumb
{
    color: #000;
    text-align:left;
    font-size:10px;
	border-bottom: 2px solid #000;
	padding-bottom:5px;
}

#DivBreadCrumb a, #DivBreadCrumb a:visited
{
    text-decoration:underline;
    color: #000;
	
}

#DivBreadCrumb a:hover,  #DivBreadCrumb a:active
{
    text-decoration:underline;
    color: #B75F5F;
}


#DivLeftNav
{
    float: left;
    background: #727274;
	background-image:url("/images/leftNavBackgroundB.jpg");
	background-repeat:repeat-x;
    padding: 0px 0px 0px 0px;
    width: 258px;
    /* START: MIN-HEIGHT HACK */
    min-height:490px;
    height:auto !important;
    /* END: MIN-HEIGHT HACK */
	height:auto;
	margin: 0px 0px;
	
	
}

#DivLeftNav #DivSectionTitle
{
    
    font-size: 24px;
    font-weight: bold;
	font-family:"Arial", Helvetica, sans-serif;
	text-align:center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 50px 5px 5px 5px;
   
    
	
}

#DivLeftNav #DivSectionTitle a, #DivLeftNav #DivSectionTitle a:visited
{
    font-size: 24px;
   
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration:none;
}

#DivLeftNav #DivSectionTitle a:hover,  #DivLeftNav #DivSectionTitle a:active
{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration:none;
}

#DivLeftNav .MenuItem
{
    color:#000000;
    font-size: 16px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-align:center;
    background-image: url( "/images/leftNavItemA.gif" );
    width: 258px;
    height: 45px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:1px;
    margin-bottom:1px;
    
}

#DivLeftNav .MenuItemActive
{
    color:#000000;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-align:left;
    background-image: url( "/images/leftNavItemA.gif" );
    width: 258px;
    height: 45px;
    
}

#DivLeftNav .MenuItem a
{
    
    color: #000000;
	font-size: 16px;
	text-align:center;
	font-weight: bold;
    text-decoration:none;
    padding: 15px 5px 0px 5px;
    display:block;
}

#DivLeftNav .MenuItemActive a, #DivLeftNav .MenuItem a:hover, #DivLeftNav .MenuItemActive a:active, #DivLeftNav .MenuItemActive a:hover
{
    background-image: url( "/images/leftNavItemHoverA.gif" );
    width: 248px;
    height: 30px;
    color:#ffffff;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    text-decoration:none;
    padding: 15px 5px 0px 5px;
    display:block;
}

#DivMainContent
{
    float: Right;
    background: #fff;
    padding: 0px 0px 0px 0px;
    width: 720px;
    /* START: MIN-HEIGHT HACK */
    /*min-height:525px;*/
    height:auto !important;
    height:auto;
    /* END: MIN-HEIGHT HACK */
    /*border-left: 2px solid #ffffff;*/
    margin: 0px 0px 0px 0px;
}

#DivGallery
{
    width: 720px;
    height: 490px;
    padding: 0px 0px 0px 0px;
}

#DivMainContent #DivPhotoBorder
{
    width: 720px;
    height: 2px;
    background-image: url( "/images/contentPhotoBorder.gif" );
	border-left: 2px solid #ffffff;
}

#DivMainContent #DivMainContentText
{
    background: #ffffff;
    padding: 0px 15px 10px 20px;
    width: 685px;
    /*min-height:260px;*/
    height:auto;
	/*border-left: 1px solid #ffffff;*/
    border-bottom: 1px solid #ffffff;
	
}

#DivFooterNavBar
{ 
	width:978px;
	visibility:visible;
	clear:both;
    background: #111111;
    padding: 0px 0px 0px 0px;
    height: 60px;
	
}


#navbar {
	margin: 0px;
	padding: 0px;
	background: url('../images/navBk.gif') repeat-x;
	height: 60px;
	list-style: none;
}

#navbar a {
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
}

#navbar li{
	float: left;
}

#navbar #aboutUs{
	background-image: url('../images/navAboutUs.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #aboutUs:hover{
	background-position: 0 -60px;
}

#navbar #aboutUsActive{
	background-image: url('../images/navAboutUs.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #aboutUsActive:hover{
	background-position: 0 -60px;
}


#navbar #whatWeDo{
	background-image: url('../images/navWhatWeDo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #whatWeDo:hover{
	background-position: 0 -60px;
}

#navbar #whatWeDoActive{
	background-image: url('../images/navWhatWeDo.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #whatWeDoActive:hover{
	background-position: 0 -60px;
}

#navbar #contactUs{
	background-image: url('../images/navContact.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #contactUs:hover{
	background-position: 0 -60px;
}

#navbar #contactUsActive{
	background-image: url('../images/navContact.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #contactUsActive:hover{
	background-position: 0 -60px;
}

#navbar #specials{
	background-image: url('../images/navSpecials.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #specials:hover{
	background-position: 0 -60px;
}

#navbar #specialsActive{
	background-image: url('../images/navSpecials.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #specialsActive:hover{
	background-position: 0 -60px;
}

#navbar #events{
	background-image: url('../images/navEvents.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #events:hover{
	background-position: 0 -60px;
}

#navbar #eventsActive{
	background-image: url('../images/navEvents.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #eventsActive:hover{
	background-position: 0 -60px;
}

#navbar #gallery{
	background-image: url('../images/navGallery.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 163px;
	height: 60px;
}

#navbar #gallery:hover{
	background-position: 0 -60px;
}

#navbar #galleryActive{
	background-image: url('../images/navGallery.gif');
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 163px;
	height: 60px;
}

#navbar #galleryActive:hover{
	background-position: 0 -60px;
}

#DivFooter
{ 
	background: #111111;
    background-image: url( "/images/footerBackground.gif" );
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    width: 978px;
    height: 61px;
    color: #474646;
    text-align: center;
    clear:both;
    visibility:visible;
}

#DivFooter #DivFooterMenu
{
    padding: 30px 10px 2px 10px;   
}

#DivFooter #DivFooterMenu a, #DivFooter #DivFooterMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a:active, #DivFooter #DivFooterMenu a:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerAboutUs, #DivFooter #DivFooterMenu a#footerAboutUs:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerAboutUs:active, #DivFooter #DivFooterMenu a#footerAboutUs:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerWhatWeDo, #DivFooter #DivFooterMenu a#footerWhatWeDo:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerWhatWeDo:active, #DivFooter #DivFooterMenu a#footerWhatWeDo:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerContactUs, #DivFooter #DivFooterMenu a#footerContactUs:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerContactUs:active, #DivFooter #DivFooterMenu a#footerContactUs:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerSpecials, #DivFooter #DivFooterMenu a#footerSpecials:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerSpecials:active, #DivFooter #DivFooterMenu a#footerSpecials:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerEvents, #DivFooter #DivFooterMenu a#footerEvents:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerEvents:active, #DivFooter #DivFooterMenu a#footerEvents:hover
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerGallery, #DivFooter #DivFooterMenu a#footerGallery:visited
{
    color:red;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a#footerGallery:active, #DivFooter #DivFooterMenu a#footerGallery:hover
{
    color:red;
    text-decoration:none;
}


.footerText
{
	
	font-family:"Charlemagne Std" MS Serif, Times New Roman, Times, serif;
    color:#000000;
	text-align:center;
	font-weight:bold;
    font-size: 12px;

}

.style1{ 

	color:#FFFFFF;
	padding-left:3px;
}


#contactUsHeader
{
    font-size: 18px;
    /*margin-bottom: -10px;*/
    color: #413c3c;
    text-align:center;
	text-transform:uppercase;
	margin-top:0px;
	
}

#cmsTxtBox
{
	width:600px;	
	position:relative;
}

#lblTxt
{
	position:relative;
	top:20px;	
}

#tinyMceTxt
{
	width:600px;	
	position:relative;
}

#adminDropDown
{
	position:relative;
	top:100px;
	left:50px;	
	
}

#lblTxt
{
	padding-top:5px;
	padding-bottom:5px;	
}

#InvLeftNav
{
    float: left;
    background: #727274;
	background-image:url("/images/leftNavBackgroundB.jpg");
	background-repeat:repeat-x;
    padding: 0px 0px 0px 0px;
    width: 258px;
    /* START: MIN-HEIGHT HACK */
    min-height:490px;
    height:auto !important;
    /* END: MIN-HEIGHT HACK */
	height:auto;
	margin: 0px 0px;
	
	
}

#imgFull
{
	width:400px;	
}

#imgThumb
{
	width:160px;	
}
