/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@media all{

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../xmas18tn.jpg);
	background-repeat: repeat-x;
	width: 100%; /*set the body to be the width of the window display area--it will stay this way unless the sum of the widths of its contents exceeds the window display area*/
	height: 100%; /*set the body to be the height of the window display area--it will stay this way unless the sum of the heights of its contents exceeds the window display area*/
	overflow: hidden; /*necessary to hide window scrollbars in Netscape and Firefox */
	
}
p, div, span, ul, li{
margin: 0px;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	background-color: #0000FF;
	color: #FFFFFF;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

#navBar{
	width: 22%;
	margin: 0px;
	padding: 0px;
	position: absolute;
/*	overflow: scroll;*/
	overflow: auto; /*show scrollbars only when necessary rather than all the time*/
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DCDFE4;
	bottom:2.5em;
	top:6.5em;
	left:0px;
}

#navBarR{
	width: 22%;
	margin: 0px;
	padding: 0px;
/*	overflow: scroll;*/
	overflow: auto; /*show scrollbars only when necessary rather than all the time*/
	position: absolute;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DCDFE4;
	bottom:2.5em;
	top:6.5em;
	right:0px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 56%;
	position:absolute;
	left:22%;
	/*	overflow: scroll;*/
	overflow: auto; /*show scrollbars only when necessary rather than all the time*/
	bottom:2.5em;
	top:6.5em;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	color: #0000CC;
	font-size: x-large;
}


/************* #globalNav styles **************/

#globalNav{
padding: 8px 5px 8px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0 0;
	color: #0000FF;
}

#globalNav a:hover {
	font-size: 90%;
	padding: 0px 4px 0 0;
	background-color: #0000FF;
	color: #FFFFFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color: #FFFFFF;
	background-color: #0000FF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: inherit;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
/*	padding: 10px 0px 0px 10px;*/
	padding: 10px; /*scroll bar was impinging on right side and this cured it.*/
	font-size: 80%;
}

.story p{
	line-height: normal;
	text-align: justify;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.story scr{
	line-height: normal;
	text-align: justify;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-style: italic;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	bottom:0; /* stick to bottom */
	left:0;
	position:absolute;
	width: 98.7%;  /*I am mystified why this should be necessary.  
	It seems that 22%+56%+22% should equal 100%, 
	which should make this div the width of the 3 divs above it, 
	and the same width as the masthead.  
	However, all the browsers I tried made it wider. 
	I searched in vain for unterminated tags in the source code, etc. 
	I didn't find any reasonable explanation.  Perhaps there is a bug that 
	is responsible for this? I also wondered about border thicknesses being 
	responsible for it.  In any case, this mostly works until the page gets 
	resized to a very small size.*/
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBarR ul a:link, #navBar ul a:visited {display: block;}
#navBarR ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}
#navBarR li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
html>body #navBarR li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #0000FF;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** Other Styles ***************/

.style1 {font-weight: bold}
.style1 a:hover{
	background-color: #0000FF;
	color: #FFFFFF;
}

.style2 {color: #0000CC}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#all-inclusive{
	position: inherit;
	width: 100%;
}

/************** Inset Images in AboutUs **************/

#Layer1 {
	position:inherit;
	width:200px;
	height:225px;
	z-index:auto;
	left: 338px;
	top: 136px;
	background-image: url(../Mark2.jpg);
	layer-background-image: url(Mark1.jpg);
	border: 1px none #000000;
	float: right;
	visibility: visible;
	margin-left: 8px;
}

#Layer2 {
	position:inherit;
	width:200px;
	height:250px;
	z-index:auto;
	left: 338px;
	top: 136px;
	background-image: url(../Joe3.jpg);
	layer-background-image: url(Mark1.jpg);
	border: 1px none #000000;
	float: right;
	visibility: visible;
	margin-left: 8px;
}


/************** @media styles **************/

}
@media print {
#navBar, #navBarR, #sectionLinks, #siteInfo { display: none; }
/*
We would prefer that the #siteinfo section was displayed, 
but in order for that to be done, it would need to be in the 
#content div.  The reason for this is that Firefox / Nestcape
will not page-break divs correctly if position: static is used
and if position relative is used, the #siteinfo's position is 
relative to the body which plops it in the middle of the 
#content text.
*/

body, #content, div.story
	{ 
	position: relative; 
	left: 0px; 
	top: 0px; 
	margin-top: 0px; 
	height: auto; 
	width: auto; 
	overflow: visible; 
	} 
}
