﻿/* ************************************************************ */
/*   NOTES: Everything work in EI, Netscape 4.5 4.7 6.0,        */
/*      Opera 5.0 and NeoPlanet 5.2                             */
/*   EXCEPT MouseOver in NS 4.5 and 4.76                        */

/*   OTHER STUFF:                                               */
/*   USE the "div." appears to make tags work when they do not  */
/*      without it!  USE the "span." when text change is        */
/*      required inline with paragraph text.                    */
/* ************************************************************ */

/* ********************** */
/*   ANCHOR STUFF HERE!   */
/* ********************** */

/*Unvisited links -- Master Menu--Yellow*/ 

/*LINK FORMATS*/

A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
}

A.bold:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #8B4513;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline;
}

/* MASTER MENU LINK */
A.master:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #8B4513;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	TEXT-DECORATION: underline;
}

A.small:link {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #8B4513;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-STYLE: italic;
	TEXT-DECORATION: underline;
}

/*Netscape uses alink color from page BODY attribute */
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
}

A.bold:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.master:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #FF8C00; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;  
	TEXT-DECORATION: underline;
}

A.small:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #FF8C00; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-STYLE: italic;
	TEXT-DECORATION: underline;
}

/*Gray -- Previously visited */
A:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
}

A.bold:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;  
	TEXT-DECORATION: underline;
}

/*Gray -- Previously visited */
A.master:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	TEXT-DECORATION: underline;
}

A.small:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-STYLE: italic;   
	TEXT-DECORATION: underline;
}

/* Orange ON Brown -- mouse over link. Only implimented in IE *** USE 110% 
TO MAKE IT A LITTLE BIGGER -- must be placed after the 'a:link' and 'a:visited' rules
*/
A:hover {
	BACKGROUND: #8B4513; 
	COLOR: #FFFF43;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	TEXT-DECORATION: underline;
}

A.bold:hover {
	BACKGROUND: #8B4513;
	COLOR: #FFFF43;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;  
	TEXT-DECORATION: underline;
}

A.master:hover {
	BACKGROUND: #8B4513;
	COLOR: #FFFF43;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	TEXT-DECORATION: underline;
}

A.small:hover {
	BACKGROUND: #8B4513;
	COLOR: #FFFF43;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;   
	TEXT-DECORATION: underline;
}

/* MENU FORMATS */
/*Yellow -- Master Menu Headings Lodging/Dining/Shopping etc */
div.menuHEADer{
	COLOR: #FFFF00;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 28px;
	FONT-WEIGHT: bold;
}


/* TEXT FORMATS */
/* The TD is needed because Netscape does not inherit properly from other tags! */
U {
				border: #000000;
				COLOR: #000000;
} 

P {
				border: #000000;
				COLOR: #000000;
} 

TD {
				border: #000000;
				COLOR: #000000;
} 

TH {
				border: #000000;
				COLOR: #000000;
} 

BODY {
				border: #000000;
				COLOR: #000000;
} 

H3 {
	COLOR: #8C0000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	text-decoration: none;
} 

/* Equivalent of "SIZE = 5" */
DIV.LARGEtext2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 25px;
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 4" */
DIV.LARGEtext1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 19px;
	LINE-HEIGHT: 22px;
	FONT-WEIGHT: normal;
}

DIV.NORMALtext{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 2" */
DIV.SMALLtext1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px; 
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 1" */
DIV.SMALLtext2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-WEIGHT: normal;
}

SPAN.LARGEtext2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 25px;
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 4" */
SPAN.LARGEtext1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 19px;
	LINE-HEIGHT: 22px;
	FONT-WEIGHT: normal;
}

SPAN.NORMALtext{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 2" */
SPAN.SMALLtext1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: normal;
}

/* Equivalent of "SIZE = 1" */
SPAN.SMALLtext2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-WEIGHT: normal;
}

/* BOLD FORMATS */
DIV.LARGEbold2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 25px;
	FONT-WEIGHT: bold;
}

DIV.LARGEbold1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 19px;
	LINE-HEIGHT: 22px;
	FONT-WEIGHT: bold;
}

DIV.NORMALbold{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;
}

DIV.SMALLbold1{	
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
 	FONT-WEIGHT: bold;
}

DIV.SMALLbold2{
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-WEIGHT: bold;
}


SPAN.LARGEbold2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 25px;
	FONT-WEIGHT: bold;
}

SPAN.LARGEbold1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 19px;
	LINE-HEIGHT: 22px;
	FONT-WEIGHT: bold;
}

SPAN.NORMALbold{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;
}

SPAN.SMALLbold1{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 16px;
	FONT-WEIGHT: bold;
}

SPAN.SMALLbold2{
	COLOR: #000000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 14px;
	FONT-WEIGHT: bold;
}

/* PAGE COLOR FOR H2 HEADER ON all pages other than index.HTML */
.HRcolor{
	BACKGROUND: none transparent;
	COLOR: #8B4513;
}

SPAN.FirstRed{
	COLOR: #8C0000;
	FONT-FAMILY: arial, helvetica, sanserif;
	FONT-SIZE: 22px;
	LINE-HEIGHT: 18px;
	FONT-WEIGHT: bold;
}

A.ssmItems:link	{
	color: #000000;
	FONT-SIZE: 8pt;
	text-decoration: none;
}

A.ssmItems:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	color: #000000;
	FONT-SIZE: 8pt;
	text-decoration:none;
}

A.ssmItems:active {
	color: black;
	FONT-SIZE: 8pt;
	text-decoration: none;
}

A.ssmItems:visited {
	color: black;
	FONT-SIZE: 8pt;	
	text-decoration: none;
}


/* Styles */

/**/
.Background {
	background-image:url('../images/BCL-BackGround.jpg')
} 

.LogoBorder {
	position: absolute;
	border-color: CCCC66;
	border-style: ridge;
	border: 2px;		
}

.LayerBorder {
	position: absolute;
	border: 1px;
	border-style: ridge;
	border-color:  CCCC66;
}
.Line {			
	border:thin;
	border-style:ridge;
	border-color: CCCC66;
}
	
.CellInset {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight:bold;
	border: thin inset;
	padding-left: 10px;
	padding-right: 10px;
}
.CellOutset {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight:bold;
	border: thin outset;
	padding-left: 10px;
	padding-right: 10px;
}

.CellUnderline {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight:bold;
	border: thin inset;
}
.LinkSmall {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: maroon			
}
.LinkMedium {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: maroon			
}
.style1 {
	color: #990000;
	font-weight: bold;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style5 {color: #330099}

.style6 {color: #000000;
	font-weight: bold;
}

.style7 {
	color: #000000
}

.style9 {
	font-size: 30px;
	font-weight: bold;
}

.style10 {
	font-size: 36px;
	font-weight: bold;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #0000FF;
}

.style12 {color: #CC0000;
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style16 {
	color: #0000FF;
	font-weight: bold;
}

.style17 {
	color: #333333
}

.style18 {font-size: 24px;
	color: #333333;
}

.style24 {
	font-size: 18px;
	font-weight: bold;
}

.style25 {
	color: #800000;
	font-weight: bold;
	font-size: medium;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.style26 {color: #FF0000}

.style27 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}

.style28 {
	font-size: 18px; 
	color: #0033FF;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}

.style29 {
	color: #006600;
	font-weight: bold;
	font-style: italic;
}

.style31 {
	font-size: 24px;
}

.style32 {font-size: 18px}

.style33 {color: #0000FF}

.style35 {font-size: x-small; font-weight: bold;}

.style49 {
	font-size: 30px; 
	font-weight: bold; 
	color: #000000;
}

.style109 {
	font-size: 28px
}
.style120 {
	color: #000000
}
.style127 {
	color: #990000
}
.style138 {
	color: #0000FF
}
.style163 {
	color: #336600;
	font-size: 18px;
}
.style173 {
	font-size: 20px
}
.style174 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
.style224 {
	font-size: 9px;
	color: #990000;
	font-weight: bold;
}
.style225 {
	font-size: 12px;
	font-weight: bold;
}
.style227 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style228 {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px; 
	text-decoration: none;
}
.style229 {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
.style230 {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
.style231 {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
	color: #000000;
}
.style232 {
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
.style235 {
	text-align: left;
	font-size: x-small;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.style236 {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
.style237 {
	margin-left: 94px;
}

.style238 {
	text-align: center;
}
.style239 {
	border-width: 1px;
}
.style240 {
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style241 {
	text-decoration: underline;
}
.style242 {
	font-weight: bold;
	text-decoration: underline;
}
.style244 {
	text-align: left;
}
.style245 {
	border-style: inset;
	border-color: inherit;
	border-width: thin;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight: bold;
	text-align: right;
}
.style246 {
	border-style: inset;
	border-color: inherit;
	border-width: thin;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.style247 {
	border-style: inset;
	border-color: inherit;
	border-width: thin;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.style248 {
	font-style: normal;
}

.style260 {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
	color:black;
	font-size:x-small;
}
