/* --- BODY --- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e4e4e4 url(../images/body_bg.jpg) top left repeat-x;
}

/* --- AIRLOCK --- */
#airlock {
	margin: 0px auto;
	width: 926px;
	background: #fff url(../images/airlock_bg_1.jpg) top left no-repeat;
	text-align: left;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	height:600px;
	
}
html>body #airlock {
	width: 924px;
	height:auto;
	min-height:600px;
}
body.has_slideshow #airlock {
	background: #fff url(../images/airlock_bg_2.jpg) top left no-repeat;
}

/* --- HEADER --- */
#header {
	background: url(../images/header_logo.gif) 10px 10px no-repeat;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom: 16px;
}
#hlink {
height:60px;
width:140;
display:inline;
float:left;
padding:0px;
margin:0px;
}
#header h1 {
	width: 650px;
	height: 29px;
	background: url(../images/header_title.jpg) no-repeat;
	background-position:right;
	margin: 0px;
	padding: 0px;
	margin-left:250px;
	
}
#header h1 span {
	display: none;
}

/* --- NAVIGATION --- */
#navigation {
	width: 232px;
	position: absolute;
	top: 95px;
	left: 0px;
	padding-bottom: 25px;
	background: #fff url(../images/navigation_bottom.gif) bottom left no-repeat;
}
#navigation h3 {
	margin: 0px;
	height: 25px;
	background: url(../images/navigation_top.gif) top left no-repeat;
	font: 11px "Lucida Grande", Tahoma, Verdana;
	color: #fff;
}
#navigation h3 span {
	display: block;
	padding: 5px 0px 0px 15px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: block;
	background: url(../images/navigation_bg_1.gif) top left no-repeat;
}
#navigation ul li a {
	font: 11px "Lucida Grande", Tahoma, Verdana;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 0px 15px;
	display: block;
	height: 23px;
}
html>body #navigation ul li a {
	height: 19px;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation ul li a:hover, #navigation ul li.selected a {
	color: #06c;
}
#navigation ul li.selected ul li a {
	color: #666;
}
#navigation ul li.selected ul li.selected a {
	color: #06c;
}
#navigation ul li ul {
	display: none;
}
#navigation ul li.selected ul {
	display: block;
}
#navigation ul li ul li {
	background: url(../images/navigation_bg_2.gif) top left no-repeat;
}
#navigation ul li ul li a {
	display: block;
	font-weight: normal;
	padding: 6px 0px 0px 30px;
	height: 23px;
}
html>body #navigation ul li ul li a {
	height: 19px;
}

/* --- MAIN --- */
#main {
	margin-left: 232px;
	background: url(../images/main_bg.gif) top left repeat-y;
	padding: 0px;
	overflow:auto;
}
#main #breadcrumbs {
	margin: 0px;
	height: 25px;
	background: url(../images/main_top.gif) top left no-repeat;
	font: 11px "Lucida Grande", Tahoma, Verdana;
	color: #fff;
}
#main #breadcrumbs span {
	display: block;
	padding: 5px 0px 0px 15px;
}
#main #breadcrumbs span a {
	color: #fff;
	text-decoration: none;
}
#main #breadcrumbs span a:hover {
	text-decoration: underline;
}
#main #slideshow {
	background: #fff;
}
#main h2 {
	height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
}
#main h2 span {
	display: none;
}
body.side_header #main h2 {
	display: none;
}
.bigtab {
	display: block;
	width: 150px;
	float: left;
}
.littletab {
	display: block;
	width: 50px;
	float: left;
}

/* --- CONTENT --- */
#content {
	padding: 5px 20px;
	font: 11px "Lucida Grande", Verdana, Tahoma;
	line-height: 180%;
	color: #666;
	height:480px;
}
html>body #content {
	height:auto;
	min-height:480px;
}
#content td, #content th {
	font: 11px "Lucida Grande", Verdana, Tahoma;
	line-height: 180%;
	color: #666;
}
#content th {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}
body.has_gallery #content {
	border-top: 1px solid #d7d7d7;
}
body.right_content #content {
	padding-right: 0px;
	/*background: url(../images/content_right_bg.gif) top right repeat-y;*/
}

/*3 column fix*/
html>body body.right_content #content {
	padding-right: 251px;
	background: url(../images/content_right_bg.gif) top right repeat-y;
}

body.side_header #content {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 245px;
}
#content strong {
	color: #06c;
	font-weight: bold;
	font-size: 12px;
}
#content em {
	font-weight: bold;
  font-style: normal;
}
#content h3 {
	color: #06c;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 5px 0px;
}
#content a {
	color: #06c;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	list-style: square;
}
#content hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #ddd;
}
/* Colour Variations */
body.blue #content strong { color: #06c; }
body.yellow #content strong { color: #bbb; }
body.red #content strong { color: #c03; }
body.purple #content strong { color: #60c; }
body.green #content strong { color: #096; }

/* --- EXTRA CONTENT --- */
.right {
	border-left: 1px solid #d7d7d7;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	font: 11px "Lucida Grande", Verdana, Tahoma;
	line-height: 180%;
	color: #666;
	width: 231px;
}
html>body .right {
	width: 200px;
}
.right a, #footer a {
	text-decoration: none;
	color: #06c;
	font-weight: bold;
	font-size: 12px;
}
.right a span {
	text-transform: uppercase;
}
.right a:hover span, #footer a:hover{
	text-decoration: underline;
}

/* --- FOOTER --- */
#footer {
	font: 11px "Lucida Grande", "Verdana", "Tahoma";
	font-weight: bold;
	color: #06c;
	line-height: 180%;
	width: 200px;
	position: absolute;
	/*margin-top:-220px;*/
	padding-bottom:26px;
	top: 635px;
	left: 15px;
}
#footer img{
border:none;
}
html>body #footer {
	width: 200px;
}
#footer strong {
	color: #666;
}

td {
	font-size:12px;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
}

h4 {
	font-size:11px;
}
#ared, #ared:visited, #ared:link, #ared:hover{
	color:#ed1a2e;
}
#logo{
position:absolute;
left:20px;
top:10px;
border:none;
}
p.p1 {margin: 5.0px 0.0px 5.0px 0.0px; font: 10.0px Helvetica;color: #06c;}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Helvetica}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Arial}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Arial; min-height: 11.0px}
p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial; min-height: 15.0px}
p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Arial}
span.s1 {text-decoration: underline}
table.t1 {border-collapse: collapse}
td.td1 { border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td11 { height: 15.5px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td5 { border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td7 { height: 15.5px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}