/* @override http://www.elitecoach.com/styles/screen.css */

/* @override http://www.elitecoach.com/styles/screen.css */

/* @override http://davenportdesign.net/elite/styles/screen.css */

@charset "UTF-8";
/* CSS Document */

/*GLOBAL */
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4c1e20;
}

body * {
	font-family: arial, helvetica, san-serif;}
	
body table {
	font-size: 12px}


p	{
	color:#4c1e20;
	font-size:12px;
}

.psmall	{
	font-size:9px;
	line-height:13px;
}

h1 h2 h3 h4 h6 {
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	}

h5 {
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	font-size:13px;
	}
	
	h4 {
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	font-size:14px;
	}

.twoColFixLtHdr #container { 
	width: 871px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a 	{
color:#4c1e20;
/*font: arial, helvetica, sans-serif 11px;*/
font-weight:bold;
text-decoration:underline;
}

#rotation { width: 310px; height: 211px; padding: 0; margin: 0;}
#rotationimg { width: 310px; height: 211px; padding: 0; margin: 0; }

/*STRCTURE*/

.twoColFixLtHdr #header { 
	padding: 0 10px 0 10px;
	background-image:url(../pages/mast.jpg);
	background-repeat: no-repeat; 
	text-align:right; 
	height:173px;
	color:#4c1e20;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h4 {
font-family:Arial, Verdana, Helvetica, sans-serif;
	padding-top: 40px;
	padding-right:10px;
	text-align:right; 
	font-style:oblique;
	color:#4c1e20;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

.twoColFixLtHdr #sidebar1 /* for ie */{
	margin-left:1px;
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color:#dbc991;
	background: #4c1e20; /* the background color will be displayed for the length of the content in the column, but no further */
		}
		
html>body #sidebar1 {
	margin-left:2px;
	border-left:1px solid white;
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color:#dbc991;
	background: #4c1e20; /* the background color will be displayed for the length of the content in the column, but no further */
		}
	
.twoColFixLtHdr #sidebar1 h3{
	margin-left: 10px;
	margin-bottom:5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

.twoColFixLtHdr #sidebar1 #requestButton {
	text-align:center;
	height:15px;
	padding:5px;
	margin-left: 75px;
	margin-right:15px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#dbc991;
	color:#4c1e20;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 #requestButton a {
	font-weight:normal;
text-decoration:none;
}	

.twoColFixLtHdr #sidebar1 #requestButton a:hover {
	text-decoration:underline;
	}	

.twoColFixLtHdr #sidebar1 #ReqButtonDesc{
	color:#ffffff;
	margin-right:8px;
	text-align:right;
	padding:5px;
}	

.twoColFixLtHdr #sidebar1 #ReqButtonDesc a{
		text-decoration:none;
		color:#ffffff;
}	

.twoColFixLtHdr #sidebar1 #ReqButtonDesc a:hover{
		text-decoration:underline;
		color:#ffffff;
}	
	
.twoColFixLtHdr #sidebar1 p {
	color:#ffffff;
	margin-top:-1px;
	margin-left: 10px;
	font: 10pt arial, helvetica, sans-serif ;
}

.twoColFixLtHdr #sidebar1 h4{
font-family:Arial, Verdana, Helvetica, sans-serif;
padding:5px;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom:5px;
	font-style:oblique;
	color:#ffffff;
	border-top:#694037 1px dotted;
}

.twoColFixLtHdr #sidebar1 #logos {
	background-color:#ffffff;
	color:#4c1e20;
	font-size:10px;
	height:250px;
	}
	
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

.twoColFixLtHdr #mainContent p { 
	line-height:16px;
	margin-left:15px;
	margin-top:inherit;
}

.twoColFixLtHdr #mainContent h1{
	font-size: 120%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin: 5px;
	}
	
.twoColFixLtHdr #mainContent h2{
	font-size: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin: 5px;
}

.twoColFixLtHdr #mainContent h3{
font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 5px;
}
 
.twoColFixLtHdr #mainContent #leftCol {
	float:left;
	width:49%;
}

 
.twoColFixLtHdr #mainContent #leftCol2 {
	float:left;
	width:100%;
}

.twoColFixLtHdr #mainContent #rightCol2 {
font: 10pt arial, helvetica, sans-serif ;
	float:right;
	width:5%;
}

.twoColFixLtHdr #mainContent #leftCol #FleetThumbs{
	float:left;
	width:30%;
}
.twoColFixLtHdr #mainContent #leftCol #FleetDesc{
	float:right;
	width:60%;
}

.twoColFixLtHdr #mainContent #rightCol {
font: 10pt arial, helvetica, sans-serif ;
	float:right;
	width:49%;
}

#rightCol h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	font-size:15px;
	}
	
#rightCol h2 {
	font-size:16px;
	}
	

#rightCol h5 {
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	font-size:13px;
	}
	
#rightCol h4{
font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#4c1e20;
	font-size: 14px;
	}
	
.twoColFixLtHdr #mainContent #rightCol #map{
font-size:12px;
}

#FloridaSpecial{
	background-color:#e3d5a8;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
	
.twoColFixLtHdr #mainContent #rightCol #FloridaSpecial h4{
	text-decoration:underline;
	padding:5px;
}
	
.line {border-bottom:#a58e8f 1px solid}

.twoColFixLtHdr #mainContent #rightCol #FloridaSpecial p{
	font-size:12px;
	}

.twoColFixLtHdr #mainContent #rightCol #FloridaSpecial #floridaLineButton {
	text-align:center;
	width:125px;
	height:15px;
	padding:5px;
	margin-left:55%;
	margin-right:8px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	background-color:#4c1e20;
	color:#ffffff;
	text-decoration:none;
	}
	
.twoColFixLtHdr #mainContent #rightCol #FloridaSpecial #floridaLineButton a {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	}
	
.twoColFixLtHdr #mainContent #rightCol #FloridaSpecial #floridaLineButton a:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
	}
	
.twoColFixLtHdr #footer { 
	clear:both;
	margin-top:10px;
	padding: 8px;
	text-align:center; 
	border-top: #4c1e20 1px solid ;
	background:#ffffff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;	
	color:#4c1e20;
	font-size:12px;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding:8px;
}

.fltrtborders { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border:1px solid #a78c72;
	margin: 8px;
	padding:2px;
}

.rightad { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border:1px solid #a78c72;
	margin: 8px;
	padding: 5px;
	width:220px;
	background:#e3d5a8; 
}

.fltlftborders { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	border:1px solid #a78c72;
	margin: 5px;
	padding:2px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding:8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.infotable {border:1px solid #a78c72;background:#e3d5a8; padding:5px; text-align:left; }
.infotable p {font-size:12px; }
.infotable td {font-size:12px; border-bottom: 1px solid #E3D5A8;}
.infotable h1 {font-size:18px; background-color:#d7c897; padding:3px;}
.infotable h2 {font-size:14px; background-color:#d7c897; padding:3px;}
.infotable h3 {font-size:13px; background-color:#d7c897; padding:3px;}
.infotable2 {background:#e3d5a8; padding:3px; text-align:left; }
.infotable2 p {font-size:10px; }
.infotable2 {border:#000000 1px solid;}
.infotable2 {font-size:12px;}


.emp {border:1px solid #a78c72;background:#e3d5a8; padding:5px; text-align:left; }
.emp h1 {font-size:24px; padding:5px;}


.noemp {border:1px solid #a78c72;background:#eee6cd; padding:5px; text-align:left; }
.noemp h3 {font-size:13px;color:#918989;padding:3px;}
.noemp p {color:#918989;}

.nav ul {
text-indent:none;
list-style-type: none; 
text-decoration:none;
}

.nav ul li	{
border-bottom:#694037 1px solid;
padding:3px;
}

.nav a 	{
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#dbc991;
font-size:14px;
font-weight:lighter;
text-decoration:none;
}

.nav a:hover {
color:#ffffff;
text-decoration:none;}

#mainContent ul {font-size:15px; list-style-type: square;}
#mainContent ul li {font-size:12px; list-style-type: square; line-height:20px;}

.questions p {color:#505050;}
.questions h1 h2{color:#613335;}

#nav span, .nav span {
	background: #dbc991;
	font: bold 11px arial;
	border: 3px #dbc991 solid;
	border-width: 3px 4px 2px 3px;
	color: #9b0b12;
}

/* //// */

#right-c {
	float: right;
	width: 325px;}

#right-c .photo {clear: both;}

#right-c .photo img {
	margin: 10px !important;
	clear: both;}








