/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
 	margin: 0;
  	padding: 0;
 	text-align: center;
	background-image: url(/images/structure/background.png)
} 
 
#container {
	position: relative;
	width: 1076px;
	text-align: center;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	/*border: 2px solid #F00;*/
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
 	border: 2px solid #0FF;
	width: 100%;
} 
 
#header {
 	position: relative; 
 	height: 336px; /* IMPORTANT */
	width: 100%;
	padding: 0;
	text-align: center;
} 


#nav {
	position: absolute;
	height: 15px;
	width: 505px;
	/*border: 1px solid #00F;*/
	left: 547px;
	top: 78px;
	color: #d7dfdb;
}

#top {
	postion: absolute;
	height: 116px;
	width: 100%;
	text-align: center;
}

#middle {
	position: relative;
	height: 170px;
	width: 100%;
	text-align: center;
	/*border: 1px red solid;*/

}

#tntboatworkslogo {
	width: 254px;
	height: 250px;
	position: absolute;
	left: 40px;
	z-index: 2;
	top: -112px;
	/*border: 1px red solid;*/
	
}


#bottom {
	height: 50px;
	width: 100%;
	text-align: center;
}





#nav a {
	font-weight: bold;
}

#nav a:link {
	color: #00008B;
}

#nav a:visited {
	color: #B22222;
}

/*#nav a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
} */ /*fails in IE*/


#content {
	position: relative;
	width: 1076px;
	/*border: 2px solid #33cc00;*/
	background-image: url(/images/structure/contentbkgd.gif);
	text-align: center;
	height: 760px;
}

#contentmainpage {
	position: relative;
	width: 1076px;
	/*border: 2px solid #33cc00;*/
	background-image: url(/images/structure/contentbkgd_main.gif);
	text-align: center;
	height: 1125px;
	margin: 0px;
}

#contenttext {
	position: absolute;
	width: 700px;
	/*border: 1px solid Red;*/
	left: 55px;
	top: 10px;
	text-align: left;
	color: #d7dfdb;
	float:none;
}


#mainpagetext {
	position: absolute;
	width: 1000px;
	/*border: 1px solid Red;*/
	left: 35px;
	top: 10px;
	text-align: left;
	color: #d7dfdb;
	float:none;
}


#featuring {
	position: absolute;
	width: 185px;
	left: 832px;
	top: 10px;
	/*border: 1px solid Red;*/
	color: White;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#rightphotos {
	position: absolute;
	width: 263px;
	left: 767px;
	top: 150px;
	text-align: center;
}


#sections {
	width: 221px;
	height: 207px;
	background-image: url(/images/structure/sections.gif);
	background-repeat: no-repeat;
}

#footer{
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;
	width: 100%;
}

#footer a:link {
	color: #00578e;
}

#footer a:active {
	color: #00578e;
}

#footer a:visited {
	color: #00578e;
}

#footer a:hover {
	color: #00578e;
}

#fathomlogo {
	position: absolute;
	width: 82px;
	height: 10px;
	left: 875px;
	top: -10px;
	z-index: 3;
}

a:link {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}


/*Simple styles for clients to use sizes and colors etc.*/

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #00578e;
	font-size: 12px;
	text-decoration: none;
}

.heading {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d7dfdb;
	font-weight: bold;
	
}


.maintext {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d7dfdb;
	text-decoration: none;
}


.sections {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}
