
/* --------------
tag styles
-------------- */

body 		{
				/* background-color : #FFFFFF;   white */
				margin : 0 0 0 0;
				scrollbar-3dlight-color : #999999; /* white */
				scrollbar-arrow-color : #FFFFFF; /* white */
				scrollbar-base-color : #999999; /* light grey */
				scrollbar-darkshadow-color : #FFFFFF; /* white */
				scrollbar-face-color : #999999; /* light grey */
				scrollbar-highlight-color : #FFFFFF; /* white */
				scrollbar-shadow-color : #999999; /* light grey */
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
				}

p, td		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366;}

/* --------------
link styles
-------------- */


a:link		{color: #0099FF; text-decoration: none} /* bright blue links */
a:visited	{color: #FF6600; text-decoration: none}
a:hover		{color: #0099FF; text-decoration: underline}
a:active	{color: #0099FF; text-decoration: none}

.class_name a:link			{text-decoration: none; color: #FFFFFF;} /* white links */
.class_name a:visited		{text-decoration: none; color: #FFFFFF;}
.class_name a:hover 		{text-decoration: underline; color: #3366CC;}
.class_name a:active 		{text-decoration: none; color: #CCCCCC;}



/* --------------
major classes
-------------- */

.navigation { /* Sets the space above,  to the left, and right of the navigation */
		width: 753px;
		border: 0px yellow solid;
		background-color: #006699;
		margin-right: 4px;
		margin-left: 4px;
		}
 
/* --------------
individual item classes
-------------- */


.headerScenery { /* positioning and formatting for top scenic image beside main title */
		width: 286px;
		margin: 4px 0 0 4px ;
		height: 66px;
		z-index: 5;
		background: white url(../images/hdr_scenery_4.jpg) no-repeat;		
		}
.headerScenery span, .headerTitle span {
display: none;
}

.headerTitle { /* positioning and formatting for main title */
		border: 0px blue solid;
		width: 463px;
		margin: 4px 0 0 2px;
		z-index: 5;
		background: url(../images/hdr_title.gif) no-repeat;
		width:463px;
		height: 66px;
		}

.illustration { /* positioning and formatting for illustration image */
		width: 333px;
		border: 0px blue solid;
		z-index: 5;
		}


.mainCopy { /* positioning and formatting for main copy */
		border: 0px blue solid;
		padding-top: 30px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 20px;
		line-height: 16px;
		z-index: 5;
		}

.mainCopyGallery1 { /* positioning and formatting for Gallery section 1 */
		border: 0px blue solid;
    margin-bottom: 0px;
		padding-top: 30px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 0px;
		line-height: 16px;
		z-index: 5;
		}

.mainCopyGallery1 .para {
    padding-bottom: 0px;
    }

.mainCopyGallery2 { /* positioning and formatting for Gallery section 2 */
		border: 0px blue solid;
		padding-top: 0px;
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 20px;
		line-height: 16px;
		z-index: 5;
		}

.feetPosition {
		border: 0px yellow solid;
		width: 761px;
		height: 30px;
		align: center;
		z-index: 5;
	}

.feet {
		border: 0px red solid;
		position: relative;
		z-index: -5;
	}

.pageTitle {
		padding-bottom: 25px;
		margin: 0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366;
}

.pageTitle span {
	display: none;
}

/* --------------
bottom boxes
-------------- */

.photoOuterBox {
		width: 323px;
		height: 86px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px #99CCE5 solid;
		background-color: #99CCE5;
}

.photoInnerBox {
		margin: 4px;
		border: 0px blue solid;
		background-color: white;
}

.innerTable {
		border: 0px blue solid;
		background-color: white;
		padding: 1px;
}

.photogalleryTitle {
		border: 0px blue solid;
		background-color: white;
		padding-top: 12px;
		padding-left: 8px;
}

.photogalleryCopy {
		border: 0px blue solid;
		background-color: white;
		padding-top: 7px;
		padding-left: 7px;
		font-family: Arial;
		font-size: 10px;
		line-height: 11px;
}


.videoOuterBox {
		position: relative;
		width: 404px;
		height: 86px;
		margin-left: 14px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px #CCCC99 solid;
		background-color: #CCCC99;
}

.videoInnerBox {
		width: 394px;
		height: 76px;
		margin: 4px;
		border: 0px blue solid;
		background-color: white;
}


.videoTitle {
		padding-left: 250px;
		padding-top: 12px;
}

.videoCopy {
		width: 135px;
		margin-left: 249px;
		padding-top: 7px;
		font-family: Arial;
		font-size: 10px;
		line-height: 11px;
}

.maryOnRock {
		position: absolute;
		z-index: 100;
		margin-top: -15px;
		margin-left: 1px;
}





/* --------------
custom classes
-------------- */


.para {
		padding-bottom: 15px;
		}

.mainCopy h2 { /* positioning and formatting for main copy */
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #639;
	}
