@charset "utf-8";



/*GLOBAL STYLES FOR ACX PACIFIC NORTHWEST*/

body  {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
}
img {
	border: 0;
}
h1 {
	color:#20602c;
	font-size: 20px;
	text-transform:uppercase;
}
h1 span{
	font-size: 8px;
	display:none;
}
h2 {
	color:#9fcfa9;
	font-size: 18px;
	text-transform: lowercase;
}
p {
	font-size: 12px;
	line-height: 2em;
}


/*MAIN CONTAINER FOR THE ENTIRE PAGE*/
#container { 
	width: 920px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}



/*TOP SECTION DATE CURRENCY WEATHER LOGIN*/
#top {
	background: #fff;
	padding: 1px 0px 10px 0px;
	height: 58px;
}
#top p {
	font-size: 11px;
	line-height:normal;
	color: #666666;
}
#top p span {
	color: #20602c;
	font-weight:bold;
}

#top table tr td a {
	font-size: 10px;
}
#top table tr td a:hover{
	text-decoration:none;
}

/*MASTHEAD AND H1 TEXT*/
#header {
	background: #fff url(../images/masthead1.jpg) no-repeat;
	width: 920px;
	height: 125px;
	margin-top: -10px;
	margin-bottom:10px;
} 
#header h1 {
	margin: 0;
	display: none;
}



/*FLAGS APPEARING IN MASTHEAD*/
#flags {
	padding: 30px 10px 0 400px;
}
#flags img.pad{
  padding-right: 68px;
}
#flags a {
  font-size: 8px;
  text-decoration: none;
}



/* FLASH APPEARING IN MASTHEAD*/
#flash {
	float: right;
	margin: 22px 15px 0 0;
}



/* LOGIN FORM */
#loginForm {
  border: 1px solid #20602c;
  background-color: #fff;
  width: 200px;
}
#loginForm form {
  margin: 5px;
}
#loginForm td span {
	font-size: 11px;
}



/*LEFT SIDEBAR NAVIGATION AREA*/
#sidebarLeft {
	float: left;
	width: 160px;
}
#sidebarLeft ul {
	margin-left: -30px;
	list-style-type:none;
	padding-right: 8px;
	line-height: 1em;
}
#sidebarLeft ul li {
	padding-bottom: 10px;
}
#sidebarLeft ul li span.red {
	color: red;
}
#sidebarLeft ul li span.red:hover {
	color: #9fcfa9;
}
#sidebarLeft a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 6px;
}
#sidebarLeft a span {
     /*color:#20602c;*/
     color: #ff9966;
}
#sidebarLeft a:hover span {
	/*color: #9fcfa9;*/
	color:#ff6600;
}
#sidebarLeft img {
	margin-top: 15px;
}



/*RIGHT SIDEBAR GRAPHIC LINKS AND VIDEOS*/
#sidebarRight {
	float: right;
	width: 200px; /*IE stylesheet changes to 205px*/
	margin-top:15px;/*IE adjustment in styleIE.css*/
	padding-bottom: 20px;
}
#sidebarRight img {
	margin-bottom: 40px;
}



/*MAIN CONTENT OF EACH PAGE*/
#content { 
	margin: 0 225px 20px 180px; /*changed left margin from 200 due to statistacx*/
	padding: 0 10px; 
}
#content p span {
	font-weight: bold;
	color: #20602c;
}
#content p a:hover {
	text-decoration:none;
}
#content a:visited {
	color:#0000ff;
}
#content ol {
	font-size: 12px;
}
#content li {
	line-height:1.5em;
}
#content ol li a {
	font-size: 12px;
}
#content ol li a:hover {
	text-decoration:none;
}
#content ul li {
	font-size:12px;
}
#content table tr td span {
     color: red;
     font-size: 12px;
     font-weight: bold;
}
/* Docs */
#docs {
     color: #1d1d1d;
     width: 225px;
     float: right;
     background-color: #eaeaea;
     border: 2px solid #9fcfa9;
     padding: 3px 3px 0 3px;
}
#docs h4 {
     text-align: center;
     font-size: 12px;
     font-weight: bold;
     text-decoration: underline;
}
#docs h5 {
     text-align: center;
     font-size: 8px;
     color:red;
}
#docs ul {
     list-style-type: square;
}
#docs ul li {
     margin-top:-10px;
     margin-bottom: 8px;
     margin-left:-15px;
}
#docs ul li a {
     font-size: 11px;
}
#docs ul li a:hover {
     text-decoration:none;
}


/*POP Table Styles*/
#pop table {
	margin-bottom: 30px;
	border-bottom: 6px solid #20602c;
}
#pop table thead tr {
	font-size:14px;
	font-weight: bold;
	color: #20602c;
}
#pop table thead tr {
	background-color:#fff;
}
#pop table th {
	font-size: 10px;
	font-weight: bold;
	background-color:#9fcfa9;
	color:#fff;
}
#pop table tr {
	background-color: #FFFFCE;
}
#pop table td {
	font-size:11px;
}
#pop table td span {
	color:red;
}
#pop td a {
	color:#20602c;
}
#pop td a:hover {
	text-decoration:none;
}
#pop td a:visited {
	color:#999999;
}
#pop td img.border{
     border: 1px solid #20602c;
}
/*StatistACX Style*/
#stats table {
	margin-bottom: 30px;
	border-bottom: 6px solid #20602c;
}
#stats table th {
	font-size: 10px;
	font-weight: bold;
	background-color:#9fcfa9;
	color:#fff;
}
#stats table tr {
	background-color: #FFFFCE;
}
#stats table td {
	font-size:10px;
}
#stats table td.highlight {
     background-color:#9fcfa9;
     color:#fff;
     font-weight:bold;
}
#stats table td a:hover {
     text-decoration: none;
}



/*Weather Style*/
#weather {
	margin-left:-40px;
}
#weather table {
	margin-bottom: 30px;
	border-bottom: 6px solid #20602c;
}
#weather table tr {
	background-color: #FFFFCE;
}
#weather table td {
	font-size:10px;
	padding:10px;
}

/*FOOTER*/
#footer { 
	background: #fff url(../images/footerImg.jpg) no-repeat;
	width: 920px;
	height: 47px;
} 
#footer p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #009fff;
	margin-bottom: 10px;
}
#footer a {
	color: #007faa;
}
#footer a:hover {
	color: #009fff;
}

/*BOOKING*/
#booking table tr td img {
     border: 1px solid #20602c;
}

/*GLOBAL FLOATS*/
.fltrt {
	float: right;
	margin-left: 8px;
	background-color: #ccc;
	border:1px solid #9fcfa9;
	padding: 2px;
}
.fltrtAdobe {
	float: right;
	margin-left: -250px;
	margin-top: -80px;
	padding: 2px;
}
.fltrtIntermodal {
	float: right;
	padding: 2px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	background-color: #ccc;
	border:1px solid #9fcfa9;
	padding: 2px;
}
.fltrtYahoo {
	float:right;
	margin-right:8px;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* DROP SHADOW FOR IMAGES AND OBJECTS */
.dropshadow{
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}

.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 0px solid #ccc;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
