/*** Print styles that only show when page is printed ***/
@media print{

	#mainMenu,
	#nav_bar,
	#chrome_top,
	#chrome_bottom,
	.warning,
	a.gotop
	{
		display: none;
	}

	#sub_nav{
		visibility: hidden;
	}

	.heading{
		border-bottom: 2px solid #000000;
	}

	.print{
		display: block;
	}

	acronym {
		border-bottom: none;
	}
	
	/*
	acronym:after {
		content: " (" attr(title) ") ";
	}
	*/
}

/* end print */

@media screen{

	#header,
	#sub_nav,
	#content {
		border: 1px solid #000000;
	}

	#page_nav {
		display: none;
	}

	.print{
		display: none;
	}
	
	acronym {
		cursor: help;
		border-bottom: 1px dotted #000000;
	}
}

/*** Global settings *********************************************************/

/* Background color needs to be consistent in case images do not show up */

body,
#innerWrapper,
#chrome_top,
#chrome_bottom {
	background-color: #E4EFDF;
}

html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#ad_box {
	margin: auto;
	padding: 0;
	padding-top: 11px;
	background-image: url('ad_box.gif');
	background-repeat: no-repeat;
	width: 760px;
	height: 110px;
}

/*****************************************************************************/

img {
	border: none;
}

hr {
	margin-top: 19px;
	margin-bottom: 19px;
	height: 0px;
	border: 0px;
	border-top: 1px solid #000000;
	clear: both;
}

th, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

table.standard {
	margin: auto;
}

table.standard th,
table.standard td {
	text-align: left;
	vertical-align: top;
}

table.all_centered th,
table.all_centered td {
	text-align: center;
}

/*****************************************************************************/
/* link styles */

a, a:visited, .linkcolor {
	color: #17257D; /* navy blue */
}

a:hover {
	color: #DC143C; /* Crimson */
}

/*this avoids having image replacement sections display a dotted outline*/
a:focus {
	outline-style: none;
}


a.gotop {
	font-size: 10pt;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #C0C0C0;
	background-color: #E8E8E8
}

a.gotop:hover{
	color: #000000;
	border: 1px solid #000000;
}

a.spotters_nav {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #C0C0C0;
}

a.spotters_nav:hover {
	color: #000000;
	background-color: #E8E8E8;
	border-color: #000000;
}

a.dotted{
	text-decoration: none;
	border-bottom: 1px dotted #353535;
}

/*****************************************************************************/
/* heading styles */

h1, h2, h3 {
	text-align: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2{
	padding: 5px;
	background-color: #000000;
	font-size: 16pt;
	letter-spacing: 1px;
	color: #FFFFFF;
}

h3{
	margin-top: 0;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	font-size: 12pt;
}

/*****************************************************************************/
/* lists with spacing between items */

.spotters ul {
	margin-bottom: 20px;
}

.spotters ul li,
ul.spaced li,
ul.spaced li ul li {
	margin-bottom: 8px;
}

/*****************************************************************************/
/* fixed nav_bar settings (IE specific declared in screen section at the top) */

/* main menu is the outer most div box that positions both mid and bottom sections */
#mainMenu {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 27px;
	z-index: 10;
}

/* this is for the fixed bar */
#nav_bar {
	height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

/* non-IE browsers (IE skips '>' operator) */
body>div#nav_bar,
body>div#mainMenu {
	position: fixed;
}

#menu_inner {
	margin: auto;
	padding: 0px 20px;
	width: 860px;
	background-image: url('menu_mid.png');
	background-repeat: repeat-y;
}


#menu_content {
	max-height: 480px;
	overflow: auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
}

#menu_bottom {
	margin: auto;
	margin-top: 0;
	width: 900px;
	padding: 0;
	height: 20px;
	background-image: url('menu_bottom.png');
	background-repeat: no-repeat;
}

/* non-IE browsers add padding on top of width for overall width*/
#nav_bar_inner {
	margin: auto;
	padding: 5px 0px 5px 0px;
	height: 16px;
	width: 918px;
	border: 1px solid #000000;
	border-top: none;
	text-align: left;
	background-image: url('menu_bar.png');
	background-position: 0 -3px;
	background-repeat: repeat-x;
}

/* color and padding changes must be applied to "right-hand bookend" */
#nav_bar_inner a {
	color: #FFFFFF;
	font-size: 9pt;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border-left: 1px solid #888888;
	border-right: 1px solid #222222;
	background-image: none;
	background-position: 0 -33px;
	background-repeat: repeat-x;
}

#nav_bar_inner a:hover {
	text-decoration: underline;
	background-image: url('menu_bar.png');
}

/*****************************************************************************/
/* layout settings */

#innerWrapper {
	margin: auto;
	margin-bottom: 25px;
	width: 960px;
	text-align: center;
	background-image: url('chrome_mid.gif');
	background-repeat: repeat-y;
}

#chrome_top,
#chrome_bottom {
	margin: auto;
	padding: 0;
	background-image: url('chrome.gif');
	background-repeat: no-repeat;
	width: 960px;
	height: 20px;
}

#chrome_top{
	background-image: url('chrome_mid.gif');
	background-repeat: repeat-y;
}

/* border declared in screen style at the top */
#header,
#sub_nav,
#content {
	margin: 0 20px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
}

#header {
	padding: 0;
	padding-top: 10px;
	border-bottom: 5px solid #000000;
}

#sub_nav {
	margin: 0;
	padding: 5px;
	border: 1px solid #807F84;
	background-color: #1E3837;
	color: #EEEEEE;
}

#content {
	border-top: none;
	padding: 10px;
	padding-top: 0;
	text-align: left;
	line-height: 1.5em;
}

/*****************************************************************************/
/* sub nav links styles */
/* menu_content is the style in the drop down menu */

#menu_content a,
#sub_nav a {
	font-size: 9pt;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border: 1px solid #807F84;
}

#menu_content a {
	color: #000000;
}

#menu_content a:hover {
	background-color: #E4ECF2;
}

#menu_inner a#close {
	display: block;
	text-decoration: none;
	background-color: #E4ECF2;
	padding: 5px 0;
	border: 1px solid #000000;
	border-top: none;
	margin-top: 0;
	font-size: 9pt;
	font-weight: bold;
}

#sub_nav a {
	color: #EEEEEE;
	border: 1px solid #807F84;
}

#sub_nav a:hover {
	background-color: #E4ECF2;
	border: 1px solid #FFFFFF;
	color: #000000;
}

/*****************************************************************************/
/* sitemap styles */

#site_map {
	padding-bottom: 10px;
	text-align: left;
	width: 800px;
	font-size: 9pt;
}

#site_map h2 {
	width: 240px;
}

#site_map a {
	border: none;
	display: block;
	width: 200px;
	text-decoration: none;
}

#site_map .menu_cat {
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#site_map li {
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: -20px;
}

#site_map_page #site_map_side {
	display: none;
}

#site_map_page #site_map h2 {
	width: 400px;
	margin-left: -10px;
}

#site_map_page #site_map a:hover {
	color: #000000;
	background-color: #E4ECF2;
}
/*****************************************************************************/
/* headline styles */

#title {
	margin-top: 0;
	margin-bottom: 3px;
	padding-top: 15px;
	font-size: 16pt;
}

.warning {
	padding: 5px;
	text-align: center;
	border-top: 2px dotted #C8C8C8;
	border-bottom: 2px dotted #C8C8C8;
	background-color: #F8F8F8;
	color: #DC143C;
	font-weight: bold;
}

.thanks {
	font-weight: bold;
	text-align: center;
}

.notours {
	margin: 1em auto;
	padding: 5px;
	width: 450px;
	font-weight: bold;
	text-align: center;
	border: 2px solid black;
	background-color: #F8F8F8;
}

/*****************************************************************************/
/* engine page styles */

.engine {
	text-align: center;
}

.engine table {
	margin: auto;
}

.engine th,
.engine td {
	text-align: left;
	vertical-align: top;
}

.engine td {
	padding-bottom: 3px;
}

.engine td table {
	padding-left: 15px;
}

.engine td.image{
	width: 400px;
	height: 430px;
	border-right: 1px solid #000000;
}

.popup{
	background-color: #FFFFFF;
	text-align: justify;
	margin: 10px;
	width: 480px;
}

/*****************************************************************************/
/* layout table for images and captions */

table.image_grid {
	margin: auto;
	padding: 15px;
	width: 900px;
}

table.image_grid td {
	padding: 15px;
	text-align: center;
}

.model_box {
	margin: auto;
	width: 400px;
	text-align: justify;
	padding-top: 3px;
}

/*****************************************************************************/
/* spec tables */

.specs {
	text-align: center;
}

.specs table{
	margin: auto;
	width: 800px;
	border-collapse: collapse;
}

.specs th,
.specs td {
	border: 1px solid black;
	text-align: left;
}


.specs table.all_centered th{
	font-size: 11pt;
}

tr.first_row th {
	vertical-align: top;
}

th.col1 {
	width: 100px;
}

td.spec_head {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: white;
	background-color: black;
	font-size: 16pt;
	font-weight: 600;
}

.specgen {
	font-weight: bold;
	width: 60%;
	border-bottom: 2px solid black;
}

/*****************************************************************************/
/* options styles */

table.optwidth{
	width: 800px;
}

.optwidth td{
	vertical-align: top;
	text-align: left;
}

td.opt{
	width: 600px;
	border-bottom: 1px dashed #000000;
	padding: .75ex;
}

td.optprice{
	padding: .75ex;
	border-left: 1px solid #000000;
	border-bottom: 1px dashed #000000;
}

/*****************************************************************************/
/* content styles */

.gray {
	color: #353535;
}

.crimson {
	color: #DC143C; /* Crimson */
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.small {
	font-size: 8pt;
	letter-spacing: 1px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nobr {
	white-space: nowrap;
}

.indent {
	margin: 0 0 25px 10px;
}

.narrow{
	width: 500px;
}

.pdf, .pdf2 {
	line-height: 1.2em;
	padding: 3px;
	border: 1px solid #C0C0C0;
	background-color: #E8E8E8;
}

.pdf2 {
	margin-bottom: 10px
}


.pdfdl {
	height: 32px;
	text-decoration: none;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
}

.inlist {
	margin-left: 0;
	margin-top: 10px;
	width: 400px;
	border: 1px dashed black;
	padding: 5px 15px 0 30px;
}

.miscpad {
	width: 50%;
	padding: 15px 0 0 25px;
}

.popup{
	text-align: justify;
	margin: 10px;
}