html, body  { 
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
background-color: #223E0B; 
}

/* ----------------- LINK STYLES----------------------- */

a:link { 
	color: #D29F03;
	}
a:visited { 
	color: #FEE902;
	}
a:hover { 
	color: #FC044A;
    text-decoration: underline;
	}
a:active { 
	color: #D29F03;
	}
    
h1 {
	font-size: 20px;
    color: #D0B11E;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
    color: #D0B11E;
	margin-bottom: 10px;
}

h3 {
    font-size: 12px;
    color: #FFFFFF;
    font-style: strong;
    margin-bottom: 10px
}

h4 {
    font-size: 14px; 
    font-style: strong;

}

h5 {
    font-size: 11px; 
    font-style: italic;

}


/* ----------------- BACKGROUND OVERLAY IMAGE----------------------- */


/*
#overlay  { 
    background:url(../graphics/mainBG_BB2.png) top center no-repeat;
}
*/

/* --- HEADER CONTAINER: LOGO IMAGE, CONTACT LINK, HEADER IMAGE----------- */

#container {
	width: 900px;
	margin: 0 auto;
	/*text-align: left;*/
}

#contentBG  { 
    width: 900px;
	min-height: 1100px;
    background:url(../graphics/mainBG_BB2.jpg) top center no-repeat;
	/*background-color: #223E0B;*/
}

#contentBG2  { 
    width: 900px;
	min-height: 1100px;
    /*background:url(../graphics/mainBG_BB2.jpg) top center no-repeat;*/
	background-color: #223E0B;
}


#header {
	/*float: center;*/
	width: 900px;
	height: 80px;
    
}

#mainphoto {
	/*float: center;*/
	width: 900px;
	/*height: 220px;*/
	color: #FFFFFF;
	/*text-align: left;*/
}

#menu {
	/*position:absolute;*/
	/*z-index:15;*/
	width:900px;
	height:15px;
	padding-top:1px;
    /*padding-left:0px;*/
	margin:0 auto;
    /*border:0px solid;
    border-color:#937F21;*/
}



/*-------------------------------MENU STYLES--------------------------------- */
   dl, dt, dd {
	width:112px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl{
	float:left;
}


.title{
	width:112px;
	height:16px;
    background:url(../graphics/button_BB.png) center top repeat-x;	
    width:100%;
	height:100%;
	text-align:center;

}


.title a{
	text-decoration:none;
	color:#D29F03;
    visibility:visible;
	display:block;
	width:100%;
	height:100%;
   /* opacity:1;*/
}

.title a:hover{
    color:#937F21;
	background-color:#093B6A;
}

.title a:active { 
    z-index:33;
    background-color:#093B6A;
    /*opacity:1;*/
	}

.logo {
	float: left;
	border: 0;
    
}

.telephone {
	float: right;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
    
}

.telephone a:link, .telephone a:hover, .telephone a:visited {
	color: #FFFFFF;
	text-decoration: none;
}




    
/*-----------------------CONTENT AREAS------------------------ */


#contentarea {
    color:#FFFFFF;
	float: left;
    margin-top: 45px;
	width: 655px;
	min-height: 500px;
    border: 1px solid;
    border-color:#FFFFFF;
	
}

/*-----------------------SINGLE CONTENT DEF------------------------ */
#content {
    vertical-align: center;
	width: 620px;
	margin-top: 10px;
	margin-left: 20px;
    margin-bottom: 30px;
	line-height: 20px;
}

/*-----------------------CONTENT AREA LEFT------------------------ */
#contentarea-left {
    color:#FFFFFF;
	float: left;
    margin-top: 5px;
	width: 225px;
	min-height: 500px;
    opacity:0.8;
	border: 0px solid;
    border-color:#FFFFFF;
	
}

#content-left {
    vertical-align: center;
	width: 202px;
	margin-top: 0px;
	margin-left: 15px;
    margin-bottom: 30px;
	line-height: 20px;
}

/*-----------------------CONTENT AREAS RIGHT------------------------ */
#contentarea-right {
    color:#000000;
	float: right;
    margin-top: 5px;
    margin-right: 5px;
	width: 420px;
	height: 400;
    
}

#content-right {
    vertical-align: center;
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
}

#contentarea-right-cal {
	float: right;
    margin-top: 5px;
    margin-right: 10px;
	width: 420px;
	height: 400px;
}

#content_calendar {
    vertical-align: center;
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
}

/*-----------------------CONTENT AREAS GALLERY------------------------ */
/*
#contentarea-gallery {
    color:#FFFFFF;
	float: left;
    margin-top: 45px;
	width: 900px;
	min-height: 500px;
    opacity:1;
	border: 1px solid;
    border-color:#FFFFFF;
	
}

#content_gallery {
	width: 860px;
	margin-top: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
}

#gallery {
    width: 560px;
	margin-top: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
}

*/

/*-----------------------VIRTUAL TOUR------------------------ */


#tour {
	margin-left: 8px;
}


/*-----------------------RIGHT MENU AND CONTENT------------------------ */

/*#rightmenubutton {
    float: right;
    margin-top: 40px;
	width: 202px;
	text-align: center;
}

#content img, #rightmenubutton img {
    margin-bottom: 10px;
}
*/
#rightmenuimage {
    float: right;
    margin-top: 45px;
	width: 204px;
	/*text-align: center;*/
}

#content img, #rightmenuimage img {
    
    border: 1px solid;
    border-color:#FFFFFF;
	margin-bottom: 23px;
}

/*-----------------------FOOTER - CREDITS------------------------ */

#footer {
    color:#FFFFFF;
	float: left;
	width: 900px;
	height: 25px;
	margin-top: 10px;
	text-align: center;
	line-height: 21px;
	vertical-align: middle;
	border: 1px solid;
    opacity:0.7;
}