@charset "UTF-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'AvenirLTStd45Book';
	src: url('../fonts/avenirltstd-book-webfont.eot');
	src: local('☺'), url('../fonts/avenirltstd-book-webfont.woff') format('woff'), url('../fonts/avenirltstd-book-webfont.ttf') format('truetype'), url('../fonts/avenirltstd-book-webfont.svg#webfont6GYzt4vS') format('svg');
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	padding: 0 auto;
	text-align: center;
}

#header {

}

	#nav {
		margin: 0 auto;
		width: 730px;
		padding: 25px 0 0 320px;
		height: 50px;
	}
	
	#bannerTop {
		margin: 0 auto;
		padding: 0 0 0 80px;
		width: 970px;
		text-align: left;
	}
	
	#bannerMain {
		margin: 0 auto;
		width: 1050px;
	}
	
	#bannerBottom {
		margin: 0 auto;
		padding: 0 80px 0 0;
		width: 970px;
		text-align: right;
	}

#content {

}
	#greyStrip {
		margin: 22px 0 0 0;
		background-color:#333;
		text-align: left;
	}
	
		#colsWrapper {
			margin: 0 auto;
			padding: 60px 0 0 0;
			width: 1050px;
		}
		
			#leftCol1 {
				width: 420px;
				float: left;
				padding: 0 60px 0 80px;
				border-right: 1px solid #444;
			}
			
			#rightCol1 {
				margin: 0 0 0 600px;
				padding: 0 0 0 0;
			}
	
	#extra {
		margin: 0 auto;
		padding: 45px 0 0 0;
		width: 1050px;
		text-align: left;
	}
	
		#leftCol2 {
			width: 420px;
			float: left;
			padding: 0 60px 0 80px;
		}
			
		#rightCol2 {
			margin: 0 0 0 600px;
			padding: 0 0 0 0;
		}
		
	#subPageWrapper {
		margin: 0 auto;
		width: 1050px;
		text-align: left;
	}

		#leftCol3 {
			width: 550px;
			float: left;
			padding: 70px 30px 0 80px;
			border-right: 1px solid #444;
				}
			
		#rightCol3 {
			margin: 0 0 0 675px;
			padding: 130px 0 0 0;
				}
				
		#oneCol1 {
			padding: 70px 30px 0 80px;
				}

#footer {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	width: 1050px;
	text-align: left;
	border-top: 1px dotted #666;
}

	#footer p {
		font-size: 75%;
		color: #666;
	}
	
	#footer p a {
		color: #666;
		text-decoration: none;
	}
	
	#footer p a:focus, #footer p a:hover  {
		text-decoration: underline;
	}

h1 {
	font-family: 'AvenirLTStd45Book', sans-serif;
	color: #FF9900;
	font-size: 200%;
	font-weight: normal;
	}
	
h2 {
	font-family: 'AvenirLTStd45Book', sans-serif;
	color: #669900;
	font-size: 130%;
	font-weight: normal;
}

h2.orange {
	font-family: 'AvenirLTStd45Book', sans-serif;
	color: #FF9900;
	font-size: 130%;
	font-weight: normal;
}

h2 a.bar {
	font-family: 'AvenirLTStd45Book', sans-serif;
	color: #FFF;
	font-size: 85%;
	font-weight: normal;
	height: 29px;
	padding: 12px 0 0 20px;
	background-image: url(../images/greybar.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
}

h2 a.bar:hover, h2 a.bar:focus {
	background-image: url(../images/orangebar.gif);
}

h3 {
	font-family: 'AvenirLTStd45Book', sans-serif;
	color: #999;
	font-size: 90%;
	font-weight: normal;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}

p a {
	color: #CCC;

}

p.main  {
	font-size: 85%;
	line-height: 1.5em;
}

p.regular  {
	font-size: 75%;
	color: #999;
	line-height: 1.2em;
}

p.subContent  {
	font-size: 80%;
	color: #CCC;
	line-height: 1.4em;
}

p.subContentOrange  {
	font-size: 80%;
	color: #FF9900;
	line-height: 1.4em;
}

p.subContent a:hover {
	color: #FF9900;
}

ul.hotLinks li {
	margin: 0 0 20px 0;
	list-style-image: url(../images/bullet2.png);
	list-style-position: outside;
}

ul.hotLinks li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;	
	color: #CCC;
	text-decoration: none;
}

ul.hotLinks li a:hover, ul li a:focus {
	color: #FF9900;
}

ul.updates li {
	margin: 0 0 0 0;
	padding: 15px 0 15px 20px;
	list-style-image: url(../images/bullet2.png);
	list-style-position: outside;
	border-bottom: 1px dotted #666;
}

ul.updates li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	color: #CCC;
	text-decoration: none;
}

ul.updates li a:hover, ul li a:focus {
	color: #FF9900;
}

ul.regualarList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCC;
	line-height: 1.5em;
}

ol.regualarList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCC;
	line-height: 1.5em;
}

ol.regualarList li a {
	color: #CCC;
}

ol.regualarList li a:hover {
	color: #CCC;
}

br {
	line-height: .8em;
}

.clearBoth {
	clear: both;
}

table.fleet {
	background-color: #323232;
	/*border: 10px solid #323232;*/
}

table.fleet td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCC;
	line-height: 1.2em;
	padding: 5px 2px 2px 10px;
}

table.fleet td.header {
	color: #CCC;
	font-size: 90%;
	background-color: #282828;
	border-bottom: 2px solid #666;
	height: 50px;
	padding: 15px 2px 2px 10px;
}



