@charset "UTF-8";
/* coding by Chris Bruce 2009 */
/* RESET CODE */
* { margin: 0; padding: 0; }

/* not sure why this was here - commented out to show borders on downloads page */
/* possibly messes with results pages if and when used */
/*table { border-collapse:collapse; border:0; }*/

img { display:block } /* prevent text descender bottom space */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;  /*75%;*/ /* 68.75%;  0.6875 x 16px = 11px;*/
	color: #000; /*#0a2004;*/
	margin-top:0px;
	margin-bottom:6px;
	text-align:center;
	background-color:#494f73; /* #49516e;*/ /*#ebedff; */ /*#789;*/ /* #eeeefe;*/  /*#25619b;*/
}

p {	margin: 0.4em 0 2em 0; line-height:1.7em }

em { color:#465243; }

a img {border:none}

h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; color: #009 }

h1 { font-size: 200%; /*24px;*/ margin: 0 0 0.6em }
h1 .title { font-size:24px; }  /*prevent title resize in browser*/
h2 { font-size: 150%; margin-bottom: 0.5em }
h3 { font-size: 125%; line-height:1em; margin:1.2em 0 0 }
h4 { font-size: 100%; color:#000; margin: 20px 0 0 }

/*a:visited { color:#0000ff }*/
h1 sup { font-size: 70%; /*line-height:0;*/ vertical-align:text-top }
h3 strong { font-size:0.8333em; color:#444 }

div.hr {
  height: 15px;
  background: #fff url(images/greyline.gif) no-repeat scroll center;
}
div.hr hr { display: none }

#container { /* USED - the whole page container */
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 0; /* 10px gap below content */
	width: 990px;
	background-color: #FFF;
	/*	position:relative;*/
	/*border: 1px solid #456; */ /*#c1c5c9;*/  /*#5c6976;*/  /*#c1c5c9;*/
}

#header { /*  USED  - page heading */
	background-image: url(images/head2010.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 990px;
	position:relative;
}

#content { /*  USED - container for everyting between header and footer */
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 100%;  /*11px;*/
	background-image: url(images/skin-mid_990.gif);
	background-repeat: repeat-y;
	/* side borders in skin-mid img */
	border-bottom: 1px solid #858aa6;
/*	height: 500px;*/
	text-align: left;
	margin-left: 15px;
	padding-bottom:15px;
	width: 960px;
	/*overflow:auto;*/ /* stop firefox div overflow */
}

#maincell /* USED - page specific content to right of the nav column */
{
	width: 710px;
	padding: 0 10px 10px 20px;
	float:left;
	/*if line height set in body it puts lines in menu items*/
	line-height: 1.4;
	z-index:1010;
}

#headleft { /*  NOT USED  */
	width: 450px;
	font-size: 10px; 
	color: #FFF; 
	font-weight: bold;
	text-align: left;
	position:absolute; 
	top: 128px; 
	left:20px;
}

/* use absolute to defeat IE6 double right margin */
#headdate {
    position: absolute;
	top: 121px;
	left: 715px;
/*	margin:128px 35px 0 0;
	float: right;*/
	color: #fff;
	font-weight:bold;
	font-size: 10px;
	text-align: right;
	width:250px;
	}

/* not used */
#headlinks { position:absolute;	top:93px; left:550px }
#headlinks img { border:none; /*padding:0; margin:0;*/ }

/* list of cars on where are they now page - this is a LS77 style */
#watnlist p { padding:0 15px 0 35px; text-indent:-35px; margin:0 }

/* CRA front page slide show frame - #slides is the image placeholder */
#slides { background-color:#f7f7f7; border:1px solid #ccc;	padding:5px }

/* page links (developed for history page) */
.plk {width:100%; margin-top: 10px; border-top: 2px dotted #ccc; border-bottom: 2px dotted #ccc }
.plk a { color: #903; padding:0 2px; text-decoration:none }
.plk a:hover { text-decoration:underline }

/* back to top link */
.plt { color:#903; float:right; padding-right:30px; text-decoration:none }
.plt:hover { text-decoration:underline }
 /* mail link */
.mlk { color: #903;	text-decoration:none }
.mlk:hover { text-decoration:underline }

/* clearfloat important to clear floated objects (history page) */
/* font size 0 important for ie to prevent extra space when clearing */
.clearfloat { clear: both; height: 0; line-height: 0; font-size: 0 } 

#footer { /*  USED  */
	background-color: #494f73; /* #ebedff; */ /*CRA red #ed1b2e;*/ 
	padding: 8px 0 25px 0;
	color: #bbb;
	width:100%;
	font-size: 10px;
	text-align:center;
}

.title{
	display:block;
	width:450px;
	text-align:center;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 25px 0 0 170px;
	line-height: 24pt;
}

/* no longer used */
/*.links{	padding: 0;	margin:0; font-size: 11px }*/

/* USED */
.clrboth { clear: both }

.listhead {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #669999;
	height: 18px;
}

.subdiv {
	background-image: url(images/subdiv.gif);
	font-size: 1.03em;
	color: #000b99; /*  #415a98;   #2989a6; */
	font-weight: bold;
	padding: 2px 5px 0 6px;
	height: 20px;
	margin:10px 0 5px 0;
}

.pec{ padding: 0 0 0 10px; background: url(images/pec.gif) no-repeat }

.text {	font-size: 11px; color: #000; font-weight: normal }
.textcenter { text-align: center }
.smalltext { font-size: 10px; color: #444; font-weight: normal }

.paracap { font-size: 1.5em; font-style: italic; /*font-weight: bold;*/ }

.frame_1 { /* image border */ border: 6px #EEE solid; }
.frame_2 { /* image border */ border: 1px #bbb solid; padding-bottom: 6px; }

.boxright /* alignment and spacing of right image container and caption */
{
	float: right;
	margin: 6px 0 5px 20px;
	display:block;
	/*font-family: Verdana, Tahoma, Helvetica, sans-serif;*/
	/*font-size: 9px;*/
	text-align:right;
	color: #003333;
	font-weight: normal;
}

.boxleft /* alignment of left quote box */
{
	float: left;
	margin: 5px 15px 5px 0;
	display:block;
	/*font-family: Verdana, Tahoma, Helvetica, sans-serif;*/
	/*font-size: 9px;*/
	text-indent:0;
	text-align:right;
	color: #003333;
	font-weight: normal;
}

.boxquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}

.picleft { float: left;	margin: 6px 12px 0 0; padding-top: 6px;	background-color: #fff }
.picright {	float: right; margin: 6px 0 0 25px }

.iconleft { float:left; margin:6px 8px 0 0; background-color: #fff }

.boxrightnews { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/newstop.jpg) left top no-repeat;
    width:200px;
	text-align:left;
	float: right;
	margin: -10px -10px 0 10px;
/*	display:block;*/
/*	padding: 10px 3px;*/
	display:block;
	font-size: 10px;
	line-height:1.3em;
	color: #003333;
	font-weight: normal;
	overflow:hidden; 
}

.boxrightnews div {
  padding: 35px 29px 35px 20px;
  background: transparent url(images/newsbase.jpg) right bottom no-repeat;
}

.boxrightnews div p {display:block;	padding: 0 3px 10px 3px;border-bottom:2px dotted #ccc }
.boxrightnews div p strong {color: #666633 }

.bookquote {
	background-color:#f4f4f4;
/*	margin-left: 10px;*/
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: justify;
	font-size: 97%;
	font-style: italic;
	line-height: 1.7em;
}

.leftnewscell { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-color: #AAA; 
	padding: 6px 6px 10px  6px; 
	border-style: solid; 
	text-align:justify;
	border-width: 1px;
}

.leftnewshead {display: block; margin-bottom: 0.4em; font-weight: bold; text-align:center }

.logocell {	padding: 5px;text-align: center;/*	border:solid 1px #33FFCC;*/ }
.logocell img {margin: 0 auto}

.caption {
	/*display:block;*/
	font-size:   91%; /* 7pt; */
	color: #999;  /* #BC1D25; #555; */
	margin: 0;
	font-weight: bold;
	padding:  0 0 5px 4px;
	/*text-align: right;*/
}

.caption2, .boxleft p, .boxright p {
	display:block;
	font-size: 85%;
	color: #555;
	margin: 0;
	font-weight: normal;
	padding: 3px 5px;
	line-height:1.2em;
	text-align:right;
/*	background-color:#FFF*/
}

.more {text-align: left; /*	font-size: 97%;*/ color: #a33; margin: 2px 4px 0 0; font-weight: bold; text-decoration: none }
.more:hover { text-decoration: underline; }

/* entry list table */
.elistdate { font-size: 9px; color: #666; font-weight: normal; display:block; padding-bottom:6px }
table#elist { background-color: #f4fbf3; width: 620px; color: #13171a; border-collapse:collapse; font-size: 11px }
table#elist  td { border: 1px solid #c1beb0; padding: 0 4px 1px 4px }

.tct { text-align:center; }
.tcl { text-align:left; }
.tctr { text-align:center; color:#DD0000; font-weight:bold; }

/* ===== rounded box css =====*/
.rbox { width:100%; margin:0; /*min-width:20em;*/ color:#000; }
.rbox .hd .c { font-size:1px; /* ensure minimum height */ height:12px; }
.rbox .ft .c { font-size:1px; /* ensure minimum height */ height:24px;}
.rbox .hd {  background:transparent url(images/rbox/tl.gif) no-repeat 0px 0px; }
.rbox .hd .c { background:transparent url(images/rbox/tr.gif) no-repeat right 0px; }
.rbox .bd { background:transparent url(images/rbox/ml.gif) repeat-y 0px 0px; }
.rbox .bd .c { background:transparent url(images/rbox/mr.gif) repeat-y right 0px; }

.rbox .bd .c .s {
 margin:0px 25px 0px 4px;
 background:#f8f1ba url(images/rbox/ms.gif) repeat-x 0px 0px;
 padding:10px 5px 8px 8px;
 border-bottom: 1px solid #f8f1ba;  /*IE6 prevent white gap*/
}

.rbox .ft { background:transparent url(images/rbox/bl.gif) no-repeat 0px 0px; }
.rbox .ft .c { background:transparent url(images/rbox/br.gif) no-repeat right 0px; }

/* rbox content-specific */
.rbox h1 {
 /* header */
 font-size:12px;
 margin:0px;
 padding:0px;
 margin-top:-10px; /*-0.6em;*/
}

.rbox p {
 color:#666;
 margin:0.5em 0px 0px 0px;
 padding:0 0 8px 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
/* font:11px verdana, arial,tahoma,"sans serif";*/
 font-size: 10px;
 line-height:1.25em;
 border-bottom:2px dotted #ccc;
}
/*end of round box*/ 

/* downloads table links specific */
.dld { color: #666;	text-decoration: none; padding-left:25px }
A.dld:hover { text-decoration: underline }

/* downloads adobe link */
.linksmall { color: #900; text-decoration: none }
A.linksmall:hover { text-decoration: underline }

/* downloads tables */
table#list_01 {background-color:#f7f7f7; width:90%;margin-left:10px; border-collapse:collapse;}
table#list_01 th {border: 1px solid #c4c4c4;background-color: #ddd; padding:3px 0 4px 10px; color:#006; font-weight:normal; text-align:left;}
table#list_01 td {border: 1px solid #c4c4c4; padding:2px 4px 6px 10px; font-size:95% }
table#list_01 td img { display:inline }
/*.tct {text-align:center; }*/
.tctr {	text-align:center; color:#DD0000; font-weight:bold; }

/* bulletin page  css */
.newsbull {margin:0px 0px 20px 0px;padding-bottom:10px;border-bottom:2px dotted #ccc;}
/*.datalist_right {float:left;width:585px;margin:0;padding:0;}*/
/*End Data list Container*/

/* history page  css ==  without the complete border ie7 adds scroll bars ?? */
.datalist {margin:0px 0px 25px 0px;padding:0px 0px 10px 0px;
font-size:1em; border:1px solid #fff; border-bottom:2px dotted #ccc;}
.datalist_left {float:left;width:55px;margin:0;padding:0;}
.datalist_left p {font-family:Arial;font-size:18px;/*font-weight:bold!important;*//*color: #c30; *//*#254a6e;*/}
/*.datalist_right img {float:left; margin-right:15px;}*/
.datalist_right {float:left;width:585px;margin:0;padding:0;}
.datalist p {margin-top:0!important;}
/*.datalist strong { color:#000000; }*/
/*End Data list Container*/

#locDiv, #statDiv {
 padding:4px 0 4px 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}


#navcell {
	/* must be wide enought to contain the menu links */
	float: left;
	width:198px;  /*181px;*/
	padding-left:2px;  /*was 3px to show background border*/
	padding-top:0;
/*	layout testing    */
	/*border: dashed 1px #00ff00;*/
}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	padding-left:1px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;  /*97%;*/
	font-weight: bold;
	cursor: default;
	width: 189px; /*auto;*/
	float: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive { 	z-index: 1000; }
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -115% 0 0 96%;
	padding: 0;
	list-style-type: none;
	font-size: 97%;
/*	padding: 0.2em 0.6em 0.3em 0.2em;*/
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: auto; /* auto for wide mods 8.2em;*/
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible { left: 0; /* font-weight:normal; text-align:left; background-color: #eee; color:#555; padding: 0.1em 0.6em 0.2em 0.6em;*/ }
/* hack to change submenu background colour */
ul.MenuBarVertical ul.MenuBarSubmenuVisible a { font-weight:normal; text-align:left; color:#309; padding: 0.1em 0.6em 0.2em 0.6em; }
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li {  width: auto; white-space: nowrap; }

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical {margin:0 0 0 1px; /*border: 1px solid #726649;*/ border-top:1px dotted #c1c5c9;  /*#c5b080;*/ /*eee;*/ /*#000c7b;*/ /*#5061ff;*/ }

/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul { border: 1px solid #858aa6; }

/* Menu items with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #f7f7f7;  /*#006;*/ /*#f2f1e8;*/ 
	padding: 0.3em 0.6em 0.5em 0.2em;
	color: #309;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a contrast background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{ background-color: #4052bf; /*#309;*/ color: #fff }
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{ background-color: #4052bf; /*#309;*/ color: #fff }

/* different color on submenu hover hack by cb - required after changing submenu link color */
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus { background-color: #4052bf; color: #fff }

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	/* wide version mod */
	padding: 0.3em 2em 0.5em 0.2em;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical#Step2MenuBar li {
	width: auto;
	display: block;
	float: none;
	 /*border hack to avoid white spac in IE6 */
	border-bottom: dotted 1px #c1c5c9;  /*#c5b080;*/
/*	border-left: solid 1px #0f0;*/
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
	
.txtquote {
	font-style: italic;
	padding: 4px 0px 10px 10px;
	margin: -0.5em 30px 0.5em 30px;
	border: 1px solid #0f0;
	background-color: #CC9900;
	color: #FFFFFF;
}
