/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */
body, h1, h2, h3, h4, p {
  margin: 0px;
  padding: 0px;
}

/* SET THE BODY STYLES ------------------------------------- */
body {
	background-color: #000;
	text-align: center;
}
#headingHome {
	width: 765px;
	margin: 5px auto -3px auto;
	text-align: center;
	color: #a3b7d9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}
#heading {
	width: 765px;
	margin: 5px auto -3px auto;
	text-align: left;
	color: #a3b7d9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

/* SET THE OVERALL WRAPPER STYLES ------------------------------------- */
#mainWrapper {
	width: 765px;
	margin: 5px auto 5px auto;
	text-align: left;
	border: 3px solid #000;
}
/* SET THE BANNER STYLES ------------------------------------- */
#bannerWrapper {
	float: left;
	height: 113px;
	width: 765px;
/*	border-top: 3px solid #000;
	border-left: 3px solid #000;*/
	background-color: #CCCCFF;
}
#bannerLeft {
	float: left;
	width: 171px;
	height: 110px;
	background-color: #5977a4;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
}
#bannerRight {
	position: relative;
	float: left;
	width: 588px;
	height: 110px;
	bottom: 0;
	background-color: #CCCCFF;
	background-image: none;
}
#bannerRightTop {
	height: 90px;
	width: 591px;
	float: left;
	background-image: url(../images/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCFF;
/*	border-right: 3px solid #000;*/

}
#bannerNav {
	height: 17px;
	width: 591px;
	background-color: #ccccff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
/*	border-right: 3px solid #000;*/
}
#contentWrapper {
	width: 765px;
	background: #A3B7D9 url(../images/contentRepeat.gif) no-repeat left top;
/*	background-color: #ccccff;
	border-right: 3px solid #000;
	border-left: 3px solid #000;*/
}
#contentRight {
	float: left;
	width: 591px;
/*	background-color: #a3b7d9;
	background-image: url(../images/contentRightBG3.gif);
	height: 365px;*/
	border-left: 3px solid #000;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
#colContainer {
	width: 580px;
}
#colLeft { 
	float:left;
}
#h2Container {
	float:right; 
	width: 100px;
}
#colRight {
	float: right; 
	padding-top: 30px; 
	width: 198px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#tour	{
	margin: 30px auto 0 auto;
}
#image {
	float: right; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center;
}
/* SET THE FOOTER STYLE (sits inside the contentWrapper) ------------------------------------- */
#contentFooter {
	height: 20px;
	width:765px;
	text-align: center;
	bottom: 0;
	background: #a3b7d9;
	border-top: 3px solid #000;
	/*	border-right: 1px solid #000;*/
/*	border-bottom: 3px solid #000;
	border-left: 1px solid #000;*/
}
#contentFooter p {
	padding: 3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #5977A4;
}
#contentFooter a:link, #contentFooter a:visited {
	color: #5977A4;
	text-decoration: none;
}
#contentFooter a:hover, #contentFooter a:focus {
	color: #5977A4;
	text-decoration: underline;
}
#contentFooterAlert p {
	padding: 3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}
#contentFooterAlert a:link, #contentFooterAlert a:visited {
	color: #990000;
	text-decoration: none;
}
#contentFooterAlert a:hover, #contentFooterAlert a:focus {
	color: #990000;
	text-decoration: underline;
}
/* SET THE LEFT NAVIGATION STYLES ------------------------------------- */
#navLeft {
	float: left;
	width: 171px;
/*	background-color: #ccccff;*/
	margin: 0;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navLeftBottom img {
	margin-top: 0.5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
#navReservation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 3px;
}
#navReservation a:link, #navReservation a:visited {
	text-decoration: none;
	color: #990000;
}
#navReservation a:hover, #navReservation a:focus {
	text-decoration: underline;
}
/*LOWER NAV (TRAINING PAGES) -----------------------------------------------*/
#navLower {
/*	padding: 0 0 10px 0;
	height: 25px;*/
	width: 350px;
	margin: 10px 5px 0 10px;
	/*	line-height: 1.1;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	letter-spacing: -0.05em;
}
#navLowerLeft {
	float: left;
	width: 9%;
	text-align: left;
}
#navLowerCenter {
	float: left;
	width: 82%;
	text-align: center;
}
#navLowerCenter a {
	color:#990000; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0; 
	letter-spacing: 0em; 
	font-weight: bold;
}
#navLowerRight {
	float: right;
	width: 7%;
	text-align: right;
}
#navLeft img {
 	margin-bottom: 5px
}
/*FOOTER -------------------------------------------------------------------*/
#footer2 {
	width: 765px;
	margin: 0px auto;
	padding-bottom: 50px;
	text-align: center;
	color: #a3b7d9;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer2 a:link, #footer2 a:visited {
	color: #a3b7d9;
	text-decoration: underline;
}
#footer2 a:hover, #footer2 a:focus {
	color: #fff;
	text-decoration: underline;
}
/* SET THE TEXT STYLES ------------------------------------- */
h1 {
	padding: 0 5px 5px 5px;
	margin: 0 5px 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
}
h2 {
	padding: 8px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 5px 0 10px;
	text-align: right;
}
h2 a:link, h2 a:visited {
	color: #82064E;
	text-decoration: none;
}
h2 a:hover, h2 a:focus, h2 a:active  {
	color: #82064E;
	text-decoration: underline;
}
h3 {
	padding-right: 5px;
	font: 120% "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #82064E;
	margin: 10px 5px 5px 10px;
}
h3 a:link, h3 a:visited {
	color: #82064E;
	text-decoration: none;
}
h3 a:hover, h3 a:focus, h3 a:active {
	color: #82064E;
	text-decoration: underline;
}
h4 {
	padding-right: 5px;
	font: bold 90% "Arial Narrow", Arial, sans-serif;
	color: #82064E;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-transform: uppercase;
}
h4 a:link, h4 li a:visited {
	color: #82064E;
	text-decoration: none;
}
h4 a:hover, h4 a:focus, h4 a:active {
	color: #82064E;
	text-decoration: underline;
}
/* SET THE FORM FIELD STYLES ------------------------------------- */
form {
	margin: 5px 5px 0 10px;
}
/* VARIOUS CLASSES FOR SPECIFIC LINES OF TEXT, IMAGES AND CLEARING FLOATS  ----------------------------- */
.normalP {
	padding: 0 5px 5px 5px;
	margin: 0 5px 0 10px; 
	line-height: 1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: justify;
}
.initialP {
	padding: 36px 5px 5px 5px; 
	margin: 5px 5px 0 10px;
	line-height: 1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: justify;
}
.redText {
	color: #82064E;
}
.clearfloat { 
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px; 
}
.imageAlignBottom {
	display:table-cell;
	vertical-align: text-bottom;
}
.imageAlignCenter {
	display:table-cell;
	text-align: center;
}
.imageAlignRight {
	display:table-cell; 
	text-align: right;
}
.imageAlignLeft {
	display:table-cell;
	text-align: left;
}
.floatRight {
	float:right;
	margin: 20px 10px 10px 20px;
}
.floatLeft {
	float:left;
	margin: 4px 10px 0 0;
}
.textBorder { 
	border: 1px solid #999999;
	margin: 10px 10px 0 10px;  
	padding: 0 15px 0 0;
}
.buttonIndent {
	margin: 10px 0px 10px 154px;
}
.tablewhite {
	color: #FFFFFF
}
.textIndent { 
	margin: 0px 0px 0px 50px;
}
.paddedBullet {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
/*SET THE TABLE STYLES ------------------------------------------- 
table {
	width: 55%;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	margin-top: 90px; 
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 60px;*/
.tableGalleries {
	width: 55%;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	margin-top: 90px; 
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 60px;	
}
caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font-style: italic;
	text-align: right;
}
th {
	font-weight: bold;
	letter-spacing: 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #5977A4 url(../images/tableStyleBgHeader.jpg) no-repeat;
}
/*td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}*/
.tdCentered {
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}
.thRow {
	font-weight: bold;
	padding: 3px 6px 6px 12px;
	vertical-align: top;
}
.tableNormal {
	margin: 30px 20px;
	padding: 0;
	border: 1px solid #5977a4;
}
.tdNormal {
	text-align: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	background-color: #ccccff;
}
.tdAlt {
	text-align: left;
	padding: 6px;
	background-color: ##a3b7d9;
}
ul {
	margin: 0 0 0 25px;
	padding: 0 0 0 5px;
}
li {
	padding: 0 5px 5px 0;
	margin: 5px 5px 0 0;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: normal;
	text-align: left;
}
#buttonHolder {
	margin: 20px 0 10px 50px; 
	width: 250px;
	height: 100px;
}
.button {
	text-align: center;
	border: 1px solid #000;
	background-color: #5977A4;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px;
	height: 40px;
	margin: 10px;
}
.button a:link, .button a:visited, .button a:hover, .button a:focus {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
#buttonHolderRescue {
	width: 360px; margin-top: 0; margin: 0 0 0 10px
}
.buttonRescue {
	text-align: center;
	width: 160px;
	display: block;
	border: 1px solid #000;
	background-color: #5977A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px 0 0 0;
	height: 20px;
	margin: 2px 0 2px 5px;
}
.buttonRescue a:link, .buttonRescue a:visited, .buttonRescue a:hover, .buttonRescue a:focus {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
.bullet {
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
/*Floating Los Angeles */
#apDiv1 {
	position:relative;
	width:86px;
	height:10px;
	z-index:1;
	left: 285px;
	top: 0;
}
a:link, a:visited, a:hover, a:focus {
	color: #000099;
}
.linkNoUnderline {
	color: #000099;
	text-decoration: none;
}
