BODY {
	background-color:#21546f;
	font-family:Sans;	
}

IMG#header_logo {
	float:left;
}

DIV#header {
	background-image:url('/assets/templates/intrepid-twopane/images/header_background.jpg');
	background-color:#163e58;
	background-repeat:repeat-x;
	background-position:top;
	
	_height:1%; /* IE6 Hack */
}

DIV#header_image_right {
	background-image:url('/assets/templates/intrepid-twopane/images/header_right_image.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

DIV#header_border {
	height:5px;
	background-image:url('/assets/templates/intrepid-twopane/images/header_border.jpg');
	background-color:#21546f;
	background-repeat:repeat-x;
	background-position:top;
	
	font-size:1px;
}

DIV.button {
	white-space:nowrap;
}

DIV.button A {
	display:block;
	float:left;
	
	font-family:Sans;
	font-weight:bold;
	font-size:14px;
	color:white !important;
	white-space:nowrap;
	text-decoration:none;
	text-transform:uppercase;		
	cursor:pointer;
	
	background-repeat:repeat-x;
	background-position:top;
	line-height:25px;
	
}
DIV.button DIV.button-left {
	display:block;
	float:left;
	width:6px;
	height:25px;
	
	font-size:1px;	
	background-repeat:no-repeat;
	background-position:top;
}
DIV.button DIV.button-right {
	display:block;
	float:left;
	width:6px;
	height:25px;
	
	font-size:1px;
	background-repeat:no-repeat;
	background-position:top;
}



DIV.button-orange A, 			UL.main-menu LI.active A 		{ background-image:url('/assets/templates/intrepid-twopane/images/main-menu-middle-active.jpg'); }
DIV.button-orange DIV.button-left, 	UL.main-menu LI.active DIV.button-left 	{ background-image:url('/assets/templates/intrepid-twopane/images/main-menu-left-active.gif'); }
DIV.button-orange DIV.button-right, 	UL.main-menu LI.active DIV.button-right { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-right-active.gif'); }
DIV.button-orange:hover A { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-middle.jpg'); }
DIV.button-orange:hover DIV.button-left { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-left.gif'); }
DIV.button-orange:hover DIV.button-right { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-right.gif'); }

DIV.button-blue A { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-middle.jpg'); }
DIV.button-blue DIV.button-left { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-left.gif'); }
DIV.button-blue DIV.button-right { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-right.gif'); }
DIV.button-blue:hover A { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-middle-active.jpg'); }
DIV.button-blue:hover DIV.button-left { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-left-active.gif'); }
DIV.button-blue:hover DIV.button-right { background-image:url('/assets/templates/intrepid-twopane/images/main-menu-right-active.gif'); }

/* MENU */

UL.main-menu {
	display:block;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	
	height:25px;	
	margin-left:20px;
	#padding-bottom:25px; /* IE 7 Hack */
	_padding-bottom:0px; /* IE 7 Hack */
}

UL.main-menu LI { 
	display:block;
	float:left;
	height: 25px; 
	line-height:25px;
} 
UL.main-menu LI.active-sub-menu {
	margin-bottom:25px;
}

UL.main-menu LI UL { 
	position: absolute;
	left: 0; 
	
	margin:0px;
	padding:0px;
	list-style-type:none;
}



UL.main-menu LI UL.sub-menu {
	visibility:hidden;
	
	margin-left:auto;
	margin-right:auto;
	
	list-style-type:none;	
	white-space:nowrap;
}
UL.main-menu LI.active UL.sub-menu {
	visibility:visible;
}
UL.main-menu LI UL.sub-menu LI {
	white-space:nowrap;
	margin-top:25px;
}

UL.main-menu LI UL.sub-menu LI A {
	display:inline;
	background:none;
	color:white;	
	text-decoration:none;
	background-color:transparent;
	text-transform: uppercase;		
	font-weight:normal;	
	margin-left:20px;
}

UL.main-menu LI UL.sub-menu LI.active A {
	color:#d5f50c;
}

/* Top MENU */

UL.top-menu {
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;

	margin-left:400px;
	padding-right:200px;
	padding-right:175px;
}
UL.top-menu LI {
	float:left;
	margin:0px;
	padding:0px;
	white-space:nowrap;

	margin-top:30px;
}
UL.top-menu LI A {
	font-family:Serif;
	font-size:12px;
	color:white;
	
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;	
	white-space:nowrap;
	line-height:12pt;
}

UL.top-menu LI A:hover {
	text-decoration:underline;
}

/* Breadcrumbs */

DIV#breadcrumbs {
	margin:20px;
	margin-top:10px;
	margin-bottom:10px;	
}
DIV#breadcrumbs DIV.text {
	float:left;
}
DIV#breadcrumbs DIV.search {
	float:right;	
	white-space:nowrap;
}

DIV#breadcrumbs TABLE.breadcrumbs {
	width:100%;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.tl {
	width:6px; height:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/tl.gif');
	background-repeat:no-repeat;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.tr {
	width:6px; height:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/tr.gif');
	background-repeat:no-repeat;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.bl {
	width:6px; height:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/bl.gif');
	background-repeat:no-repeat;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.br {
	width:6px; height:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/br.gif');
	background-repeat:no-repeat;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.ml {
	width:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/ml.gif');
	background-repeat:repeat-y;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.mr {
	width:6px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/mr.gif');
	background-repeat:repeat-y;
	font-size:1px;
}

DIV#breadcrumbs TABLE.breadcrumbs TD.tm {
	height:3px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/tm.gif');
	background-repeat:repeat-x;
	font-size:1px;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.bm {
	height:3px;
	background-image:url('/assets/templates/intrepid-twopane/images/breadcrumbs/bm.gif');
	background-repeat:repeat-x;
	font-size:1px;
	background-position:bottom;
}
DIV#breadcrumbs TABLE.breadcrumbs TD.m {
	background-color:#21546F;

	line-height:25px;
	
	color:#2bbafe;
	font-family:Sans;
	font-size:10pt;
	
	overflow:hidden; /* NEEDED FOR IE6 */
}




/* MAIN BODY */

DIV#body {
	width:100%;
	color:white;
}

DIV#body TABLE.body {
	width:100%;
}

DIV#body TABLE.body TR.top TD {
	font-size:1px;
}
DIV#body TABLE.body TR.top TD.left-left{
	width:35px;
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-top-left.jpg');
	background-repeat:no-repeat;
}
DIV#body TABLE.body TR.top TD.left-middle {
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-top-middle.jpg');
	font-size:0px;
}
DIV#body TABLE.body TR.top TD.left-right {
	width:35px;
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-top-right.jpg');
	background-repeat:no-repeat;
}

DIV#body TABLE.body TR.top TD.right-left {
	width:13px;
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-top-left.jpg');
	background-repeat:no-repeat;
}
DIV#body TABLE.body TR.top TD.right-middle {
	height:16px;
	width:300px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-top-middle.jpg');
}
DIV#body TABLE.body TR.top TD.right-right {
	width:35px;
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-top-right.jpg');
	background-repeat:no-repeat;
}



DIV#body TABLE.body TR.middle TD {
	font-size:12pt;
}
DIV#body TABLE.body TR.middle TD.left-left {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-middle-left.jpg');
	background-repeat:repeat-y;
}
DIV#body TABLE.body TR.middle TD.left-middle {
	height:16px;
	background-color:#082439;
}
DIV#body TABLE.body TR.middle TD.left-right {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-middle-right.jpg');
	background-repeat:repeat-y;
}

DIV#body TABLE.body TR.middle TD.right-left {
	width:13px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-middle-left.jpg');
	background-repeat:repeat-y;
}
DIV#body TABLE.body TR.middle TD.right-middle {
	height:16px;
	width:300px;
	background-color:#66aed4;
}
DIV#body TABLE.body TR.middle TD.right-right {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-middle-right.jpg');
	background-repeat:repeat-y;
}



DIV#body TABLE.body TR.bottom TD {
	font-size:14px;
}
DIV#body TABLE.body TR.bottom TD.left-left {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-bottom-left.jpg');
	background-repeat:repeat-y;
}
DIV#body TABLE.body TR.bottom TD.left-middle {
	height:16px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-bottom-middle.jpg');
	background-repeat:repeat-x;
}
DIV#body TABLE.body TR.bottom TD.left-right {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/left/body-bottom-right.jpg');
	background-repeat:repeat-y;
}

DIV#body TABLE.body TR.bottom TD.right-left {
	height:16px;
	width:13px;	
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-bottom-left.jpg');
	background-repeat:no-repeat;
}
DIV#body TABLE.body TR.bottom TD.right-middle {
	height:16px;
	width:300px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-bottom-middle.jpg');
	background-repeat:repeat-x;
}
DIV#body TABLE.body TR.bottom TD.right-right {
	width:35px;
	background-image:url('/assets/templates/intrepid-twopane/images/right/body-bottom-right.jpg');
	background-repeat:repeat-y;
}

DIV#body TABLE.body TR.middle TD.left-middle A {
	color:#2bbafe;
}

DIV#body TABLE.body TR.middle TD.left-middle H1 {
	font-family:Sans;
	font-weight:bold;
	font-size:24px;
	color:white;	
	margin:0px;
}
DIV#body TABLE.body TR.middle TD.left-middle H2 {
	font-family:Sans;
	font-weight:bold;
	font-size:14px;
	color:#d5f50c;	
	margin:0px;
}


DIV#body TABLE.body TR.middle TD.right-middle DIV.right-body {
	margin-left:15px;
	margin-right:15px;
}
DIV#body TABLE.body TR.middle TD.right-middle DIV.right-body b {
	color:#d5f50c;
}
DIV#body TABLE.body TR.middle TD.right-middle A {
	color:white;
	font-weight:bold;
}

UL.footer-menu LI A:hover {
	text-decoration:underline;
}

UL.footer-menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:60px;	
}
UL.footer-menu LI {
	float:left;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}
UL.footer-menu LI A {
	font-family:Serif;
	font-size:12px;
	color:white;
	
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;	
	white-space:nowrap;
}
UL.footer-menu LI A:hover {
	text-decoration:underline;
}

#footer {
	background-image:url('/assets/templates/intrepid-twopane/images/iso_9001_2008_logo.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}


DIV.text-field DIV.left {	
	float:left;
	width:8px;
	height:24px;
	background-image:url('/assets/templates/intrepid-twopane/images/text-left.gif');
	background-repeat:no-repeat;
	background-position:top;
}

DIV.text-field DIV.right {	
	float:left;
	width:8px;
	height:24px;
	background-image:url('/assets/templates/intrepid-twopane/images/text-right.gif');
	background-repeat:no-repeat;
	background-position:top;
}

DIV.text-field DIV.middle {	
	float:left;
	height:24px;
	line-height:24px;
	background-image:url('/assets/templates/intrepid-twopane/images/text-middle.gif');
	background-repeat:repeat-x;
}

DIV.text-field DIV.middle INPUT {	
	position:relative;
	display:block;
	top:5px;
	border:none;
	height:12px;
	background-repeat:repeat-x;
	background-position:top;
	
	padding-right:5px;
	padding-left:5px;

	font-size:8pt;
	background-color:transparent;
	color:white;	
	
}
