﻿body
{
    text-align: center;
    background-color: #002344;
    background-image: images/blueflames.jpg;
    background-repeat: repeat;
}

.PageTitle
{
	font-family: 'Myriad Pro';
	font-size: x-large;
	color: #FFFFFF;
}

.TitleLink
{
	font-family: 'Myriad Pro';
	font-size: large;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.TitleLink:visited
{
	font-family: 'Myriad Pro';
	font-size: large;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.TitleLink:hover
{
	font-family: 'Myriad Pro';
	font-size: large;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-decoration: underline;
}

.GeneralLink
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #cccccc;
	text-decoration: none;
}

.GeneralLink:visited
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #cccccc;
	text-decoration: none;
}

.GeneralLink:hover
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

.DirectionImage
{
    border-style: none;
    width: 50px;
    height: 50px;
}

.CommandImageLink
{
    border-style: none;
    text-decoration: none;
}

.CommandImageLink:visited
{
    border-style: none;
    text-decoration: none;
}

.CommandImageLink:hover
{
    border-style: none;
    text-decoration: none;
}


/******************* Photos *********************/

.MainTable
{
	text-align: left;
	background-color: #093664;
	width: 850px;
}

.MainTableHeaderRow
{
	height:	50px;
	vertical-align: bottom;
}

.MainTableHeaderCell
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
}

.SectionHeader
{
	font-family: 'Myriad Pro';
	font-size: large;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

.SectionText
{
	font-family: 'Myriad Pro';
	font-size: small;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}

.MainTableRow
{

}

.MainTableCell
{
	text-align: center;
}

.ImageLink img
{
	border: thin solid #2b5886;
	text-decoration: none;
	margin: 0px;
}

.ImageLink:visited img
{
	border: thin solid #2b5886;
	text-decoration: none;
	margin: 0px;
}

.ImageLink:hover img
{
	border: thin solid #5e8bb9;
	text-decoration: none;
	margin: 0px;
}

.TopImageLink img
{
	border: 0px solid #2b5886;
	text-decoration: none;
	margin: 0px;
}

.TopImageLink:visited img
{
	border: 0px solid #2b5886;
	text-decoration: none;
	margin: 0px;
}

.TopImageLink:hover img
{
	border: 0px solid #5e8bb9;
	text-decoration: none;
	margin: 0px;
}



.ThumbnailImage
{
	padding: 10px;
}


/********************** BIO ******************/

.BioTable
{
	text-align: left;
	background-color: #093664;
	width: 500px;
	margin: 20px;
}

.BioTableHeaderRow
{
	height:	50px;
}

.BioTableHeaderCell
{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #aaaaaa;
	vertical-align: middle;
}

.BioTableRow
{

}

.BioTableCell
{
    padding-bottom: 20px;
}


/*********************** Reviews *************/

.ReviewsTable
{
	width: 500px;
	background-color: #093664;
}

.ReviewText
{
	font-family: 'Myriad Pro';
	font-size: small;
	font-style:italic;
	color: #FFFFFF;
}

.SignatureText1
{
	font-family: 'Myriad Pro';
	font-size: x-small;
	color: #FFFFFF;
}

.SignatureText2
{
	font-family: 'Myriad Pro';
	font-size: x-small;
	color: #FFFFFF;
}

.ReviewsTableBottomRow
{
	height:50px;
	vertical-align: top;
}

/*************** Menu **********************/

.MenuTable
{
}

.MenuImageRow
{
}

.MenuRow
{
	background-color: #113455;
}

.MenuCell
{
	width: 100px;
}

.MenuLink
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #cccccc;
	text-decoration: none;
}

.MenuLink:visited
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #cccccc;
	text-decoration: none;
}

.MenuLink:hover
{
	font-family: 'Myriad Pro';
	font-size: 10pt;
	color: #eeeeee;
	text-decoration: underline;
}

.MenuImage
{
}

/*************** Footer **********************/

.FooterTable
{
    width: 100%;
}

.FooterRow
{
}

.FooterCell
{
}

.FooterLink
{
    font-family: 'Myriad Pro';
    font-size: 12px;
    color: #FFFFFF;
}

/****************** Videos **********************/

.VideosTable
{
    width: 500px;
    padding-top: 30px;
	background-color: #093664;
	text-align: left;
}

.VideosTable_HeaderRow
{
}

.VideosTable_HeaderRow_TitleCell
{
    border-bottom-style: solid;
    border-width: thin;
    border-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.VideosTable_VideoRow
{
    height: 350px;
}

.VideosTable_VideoRow_VideoCell
{
    text-align: center;
    padding-bottom: 50px;
}

.VideosTable_HeaderRow_Title
{
 	font-family: 'Myriad Pro';
	font-size: large;
	color: #FFFFFF;
}

.VideosTable_DescriptionRow
{
}

.VideosTable_DescriptionRow_DescriptionCell
{
    padding: 5px 10px 5px 10px;
}

.VideosTable_DescriptionRow_Description
{
	font-family: 'Myriad Pro';
	font-size: small;
	color: #FFFFFF;
}

/******************************* Bigpic ******************************/

.BigpicTable
{
}

.BigpicTable_Row
{
}

.BigpicTable_Row_LeftCell
{
    padding: 10px;
}

.BigpicTable_Row_ImageCell
{
    border: thin outset #5e8bb9;
    padding: 10px;
}

.BigpicTable_Row_RightCell
{
    padding: 10px;
}

.Bigpic
{
}
