/* Marine Rescue & Tactical Training - mrtt.llc.com */ 
html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-color: #bbc0d0;
	background-image: url("http://marinerescueandtacticaltraining.com/images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #072b5f;
	}

/* Link formatting */
a:link {
	color: #072b5f;;
	border: 0;
	border: none;
	}
a:visited {
	color: #072b5f;;
	}
a:hover {
	color: #072b5f;;
	}
a:active {
	color: #072b5f;;
	}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	}

a img {
	border: none;
	}
 
#wrapper {
	width: 982px;
	margin: 0 auto; 
	text-align: left;
	}
div.contactUsBlock {
	text-align: left;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	}

div.pagewidth {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	}

#pagewidth { 
	max-width:982px;  
	min-width:982px;  
	width:982px;
	margin-right: 0;
	margin-left: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	}
 
#nav {
	text-align: left;
	height:100%; 
	width:100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	} 

#logo {
	height:100%;
	width:100%;
	display:block;
	margin-left: 0;
	margin-right: auto;
	text-align: center;
	}

#masthead {
	position:relative; 
	height:100%; 
	width:100%;
	} 
 
#mbody {
	position:relative; 
	display:inline; 
	width:100%; 
	text-align:left;
	}
 
#footer {
	height:100%; 
	clear:both;
	} 
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix {
	display: inline-block;
		}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */  

/* Image padding, placement, and styling */

img {
	border-style: none;
	}

img.bio {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
img.floatLeft { 
	float: left; 
	margin: 10px;
	}
img.floatRight { 
	float: right; 
	margin: 10px; 
	}

img.picLeft { 
	float: left; 
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px; 
	}

img.picRight { 
	float: right; 
	margin-left: 10px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-top: 5px; 
	}

/* Temp image placement for page layout testing*/

img.hometopleft {
	float: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	}
img.hometopright {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	}
img.homemiddleright {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	}
img.homebottomright {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

