/*
-----------------------------------------------
Style Sheet

Site: M Ship Co.
Author:   aaryn.com
Version:  2008.10
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.gif) repeat;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	color:#000;
	}

a:link, a:visited {
	color:#c2121d;
	}
	
a:hover, a:active {
	color:#184176;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.raquo {
	font-size:1.2em;
	color:#fff;
	}

.dotted_divider {
	background:url(../images/dotted_divider_repeater.gif) repeat-x;
	width:100%;
	height:2px;
	overflow:hidden;
	margin:10px 0;
	}

.hr {
	color:#ccc;
	height:1px;
	width:100%;
	overflow:hidden;
	background:#ccc;
	margin:20px 0;
	}
	
	#column_right .hr {
		color:#8fa2bd;
		background:#8fa2bd;
		}

.blue_text {
	color:#052e64;
	}

.section_title {
	font-size:1.2em;
	margin-bottom:5px;
	}
	
.sidebar_title {
	font-size:1.2em;
	margin-bottom:5px;
	}

.pdf {
	background:url(../images/pdf_icon.gif) no-repeat 0px 2px;
	padding-left:20px;
	}

.content_table td {
	background: #cbcbcb;
	font-size:.92em;
	}

.small {
	font-size:.92em;
	line-height:1.5em;
	}

.address_text {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#000;
	width:195px;
	float:left;
	margin-bottom:12px;
	}
	
.sub_contact_info_title {
	font-size:1.0em;
	font-weight:bold;
	float:left;
	color:#666;
	margin-bottom:12px;
	width:60px;
	}

.space_below {
	margin-bottom:10px;
	}
	

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:980px;
	margin:0 auto;
	line-height:1.6em;
	}
	
#logo {
	background:url(../images/logo2.gif) no-repeat;
	width:343px;
	height:65px;
	display:block;
	text-indent:-5000px;
	outline:none;
	float:left;
	}

#content_container {
	background:#fff;
	padding:20px 25px;
	}
	
	#content_container ul {
		margin:0 0 20px 12px;
		}
	
	#content_container li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding-left: 12px;
		line-height:1.5em;
		list-style: none;
		background: transparent url(../images/bullet.gif) 0em .4em no-repeat;
		margin-bottom:10px;
		}

	#content_container.no_padding {
		padding:0;
		}

#column_left {
	width:620px;
	float:left;
	margin-right:50px;
	}
	
	#column_left.narrow {
		width:512px;
		}

	#column_left img.pic_border, .pic_border {
		border:1px solid #ccc;
		padding:1px;
		}

#column_right {
	background:url(../images/right_column_corner.gif) top right no-repeat #bbc7d5;
	width:210px;
	float:left;
	padding:20px 25px;
	color:#052e64;
	margin-top:10px;
	}

	#column_right img.pic_border {
		border:1px solid #7e90a5;
		padding:1px;
		margin-bottom:12px;
		}
	
	#column_right.wide img.pic_border {
		margin-bottom:7px;
		}
	
	#column_right.wide a:link.left, #column_right.wide a:visited.left  {
		outline:none;
		margin:0 7px 0 0;
		padding:0;
		}

#column_right.wide {
	width:318px;
	}


#contact_column_container {
	background:url(../images/contact_column_divider.gif) repeat-y;
	width:620px;
	}

#contact_column_left {
	width:255px;
	float:left;
	margin-right:41px;
	}

#contact_column_right {
	width:324px;
	float:left;
	}

#media_table {
	font-size:.92em;
	line-height:1.4em;
	}
	
	#media_table td {
		padding-bottom:20px;
		}





/* Zebra Table Styles */
#zebra table
{
	margin-top: 20px;
	border-collapse: collapse;
	font-size: .92em;
	color: #555;
	text-align: left;
	border-left: 1px solid #ccc;
}

#zebra table td
{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
} 

#zebra table tr.even-row td
{

	background: #e6e6e6;
}

#zebra table thead tr.even-row td
{
	padding: 10px 20px;
	background-color: #444;
	color: #fff;

	}




#sitemap li {
	font-size:1.2em;
	font-weight:bold;
	background-image:none;
	padding:0px 0 10px 0;
	margin:10px 0;
	border-bottom:1px solid #ccc;

	}
	
	#sitemap li.last {
		border:none;
		}
	
	
	#sitemap ul {
		margin:0 0 0 15px;
		padding:0;
		}
		
	#sitemap li li {
		font-size:.85em;
		background: transparent url(../images/square.gif) 0em .59em no-repeat;
		padding:0 0 0 10px;
		border:none;
		font-weight:normal;
		margin:0;
		}
	
	#sitemap li a:link, #sitemap li a:visited {
		color:#052e64;
		text-decoration:none;
		} 
		
		#sitemap li a:hover, #sitemap li a:active {
			color:#c2121d;
			text-decoration:none;
			} 
		
		#sitemap li li a:link, #sitemap li li a:visited {
		color:#c2121d;
		text-decoration:none;
		} 
		
			#sitemap li li a:hover, #sitemap li li a:active {
				color:#052e64;
				text-decoration:none;
				} 
		
/* Top Right Corner Nav
 * ------------------------------------------------------------------------- */
#content_container ul#corner_nav {
	text-align:right;
	margin-bottom:10px;
	z-index:0;
	}
	


 	#content_container ul#corner_nav li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #153258;
    	font-size: .92em;
    	line-height:1.4em;
    	background: none;
		color:#000;
		z-index:0;
    	}
		


	#content_container #corner_nav li.first { 
    	border: none;
    	}




/* Footer
 * ------------------------------------------------------------------------- */

#footer {
	height:40px;
	width:980px;
	background:#000;
	color:#fff;
	font-size:.92em;
	}
	
	#footer a:link, #footer a:visited {
		color:#fff;
		text-decoration:none;
		}
		
	#footer a:hover, #footer a:active {
	color:#b83234;
	}
		
		

	
#footer_left {
	float:left;
	padding:10px 0 0 25px;
	}
	
	#footer_left ul {
	margin: 0 0 0px 0;
	padding: 0;
	}

 	#footer_left li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	font-size: .92em;
    	line-height:1.4em;
    	background: none;
		color:#fff;
    	}

	#footer_left li.first { 
    	border: none;
		padding-left:0;
    	}

#footer_right {
	float:right;
	}

/* Footer ehorizontal navigation
 * ------------------------------------------------------------------------- */

#footer_nav { background:url("../images/footer_nav.gif") no-repeat; width:261px; height:40px; position:relative; }
#footer_nav li { position:absolute; top: 0; }
#footer_nav li, #footer_nav a { height:40px; display:block; }
#footer_nav span { display:none; }

#footer_nav-01 { width: 128px; left:2px; }
#footer_nav-02 { width: 129px; left:132px; }

#footer_nav-01 a:hover { background: transparent url("../images/footer_nav.gif") -2px -40px no-repeat; }
#footer_nav-02 a:hover { background: transparent url("../images/footer_nav.gif") -132px -40px no-repeat; }




/* form

 * ------------------------------------------------------------------------- */



form { 
	padding:0px 0 10px 12px; 
	font-family:Arial, Helvetica, sans-serif; 
	}

	form label	{ 
		font-size:.83em;
		}

	form br { 
	line-height:0; /* defaults vertical spacing between fields */
	clear:left;
	}  

#quick-contact label.error {
		color:#CC0000;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.0em;
		width:150px;
		}


input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	float:left;
	}



select { 
	width:150px; /* same width as form !important */
	padding:0;
	}



textarea { 
	height:100px; 
	overflow:auto; 
	}









/* ----- Main Contact Form ----- */

#contact-main { 
	padding:20px 0 10px 0; 
	float:left;
	width:324px;
	}
	
#contact-main label { 
	width:65px; 

	float:left;
	text-align:right; 
	margin-right:10px;
	font-size:1em;
	font-weight:bold;
	}
	
	#contact-main label.error {
		color:#f00;
		width:200px;
		margin-left:73px;
		text-align:left;

		}
	
#contact-main input, #contact-main textarea, #contact-main select { 
	width:170px;
	float:left;
	margin-bottom:10px;

	}
	
#contact-main select {
	width:175px;
	}
	
#contact-main textarea { 
	height:150px;
	width:242px;
	}

#contact-main input.submit-contact-main { 
	margin:0 0 0 73px;
	padding:0 0 3px 0;
	width:70px;
	height:21px;
	border:none;
	cursor:pointer;  
	}






/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/navnew.gif") no-repeat; 
	width:637px; 
	height:65px; 
	padding:0; 
	float:left;
	
	}

#nav span { display: none; }

#nav li, #nav a { height:65px; display:block; outline:none; z-index:5;} /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 78px; left: 0px;}
#nav-02 { width: 100px; left: 0px; }
#nav-03 { width: 92px; left: 0px; }
#nav-04 { width: 113px; left: 0px; }
#nav-05 { width: 91px; left: 0px; }
#nav-06 { width: 70px; left: 0px; }
#nav-07 { width: 93px; left: 0px; }


/*-------------- (-79px) X position of button / (-65px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/navnew.gif") -0px -65px no-repeat; }
#nav-02 a:hover { background:url("../images/navnew.gif") -78px -65px no-repeat; }
#nav-03 a:hover { background:url("../images/navnew.gif") -178px -65px no-repeat; }
#nav-04 a:hover { background:url("../images/navnew.gif") -270px -65px no-repeat; }
#nav-05 a:hover { background:url("../images/navnew.gif") -383px -65px no-repeat; }
#nav-06 a:hover { background:url("../images/navnew.gif") -474px -65px no-repeat; }
#nav-07 a:hover { background:url("../images/navnew.gif") -544px -65px no-repeat; }





/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:28px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	background-color:#b93234; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:28px;				/* Height of each drop down nav item, should match above */
	line-height:28px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#fff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#802423;
	color:#fff;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:79px; }	
#nav-03 ul, #nav-03 li { width:117px; }	
#nav-04 ul, #nav-04 li { width:83px; }	
#nav-05 ul, #nav-05 li { width:84px; }	
#nav-06 ul, #nav-06 li { width:110px; }	
#nav-07 ul, #nav-07 li { width:93px; }	











#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("../images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("../images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("../images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("../images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
		
