html, body {
	/*background: #045094;*/
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

body { margin : 0; padding : 0; height : 100%; }

img { border : 0; border-style : none; }
img a { text-decoration: none; }

#main {
	vertical-align: top;
	background-image: url("/images/watermark_bg.gif");
	background-position: 50% 85%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%;
}



/* Header */
#header {
	width: 100%;
	background: #fff;
	/*background: url(/gps/images/bg.jpg);*/
	border-bottom: 1px solid #667AB2;
	height: 155px;
}

#header .logo {
	margin: 0px 0px 0px 20px;
}

#header .logo a{
	margin: 0px 0px 0px 0px;
}

#header .leftimg {
	margin: 0px 0px 0px 0px;
	background: url(/gps/images/logo_earth.jpg);
}

#header .rightimg{
	float: right; 
	margin: 15px 40px 0 0;
}

#header .rightticker{
	float: right; 
	margin: 15px 15px 0 0;
	vertical-align: middle;
}


/* *-*-*-*- *-*-*-*- *-*-*-*-  body  *-*-*-*- *-*-*-*- *-*-*-*- */

#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color : #000;
	margin: 0px 0px 0 234px;
	padding: 5px 0px 5px 20px;
}

#content p {
	font-size : 12px;
	color : #000;
	line-height : 18px;
	margin : .5em 1.5em 1em 0;
}

#content a, a:link, a:visited {
	color: blue;
}

#content a:hover{
	text-decoration: none;
	color: #2987D0;
}

#content ul {
	margin: 0 1em 10px 15px;
	list-style : none;
	line-height: 13px;
	font-size: 12px;
	padding-bottom: 10px;
}

#content ul li ul {
	margin-top: 0; 
	margin-left : 10px;
}

#content ul li { 
	padding : 4px 0 2px 10px;
	background-image : url("/images/bullet_round.gif");
	background-repeat : no-repeat;
	background-position : 0 8px;
}

h1 {
	font-size : 16px;
	font-weight : bold;
	color : #000;
	text-transform : uppercase;
	margin : 1em 1em .5em 0em;
	padding : 0px 0px 5px 0px;
	border-bottom : #000 solid 0px;
	/*background : url("/images/bg_verdotline.gif") repeat-x;*/
	background-position : top;
}

h2 {font-size : 16px; font-weight : bold; color : #333; margin: 1em 0 5px 0;}
h3, h3 a {font-size: 14px; font-weight: bold; color: #333; margin: 1em 0 1em 0;}
h4 {font-size: 13px; font-weight: bold; color: #444; margin: 1em 0 0 10px;}

.pagetype {
	font-size: 11px;
	color: #000;
	padding: 0 0 5px 0;
}

hr {
	display : block;
	margin-top : 2px;
	margin-right : 1em;
	margin-bottom : 5px;
	margin-left : 0;   /* for gecko */
	text-align : left;  /* for ie */
	border : none;
	color : #045094; /* for ie */
	background-color : #045094; /* for gecko */
	height : 1px;
}

.businesscardwrap {
	background-image: url(/images/westcoastcard.jpg); 
	background-repeat: no-repeat; 
	border: 1px solid #ddd; 
	width: 395px; 
	height: 257px;
	color: #fff;
}

.businesscardtext {
	margin: 0 0 0 170px; 
	padding-top: 20px;
}

.breadcrumb {
	margin : 53px 10px 0 0;
	padding: 1px 0px 2px 0px;
	font-size: 10px;
	color: #000;
	position: relative;
	z-index: 3;
	float: right;
}

.breadcrumb a, a:visited{
	color: #000;
}

.breadcrumb a:hover,{
	color: #045094;
}

/* Tables */

div.table {
/* border : 1px dotted purple; */
	background-color :#fff;
	margin: 1em 0 0 .1em;
	width: 98%;
}

div.table caption {
	text-align: left;
	font-size : 12px;
	font-weight : bold;
	color : #4c4c4c;
	background-color : #fff;
}

div.table table {
/* border : 1px dotted purple; */
	width : 98%;
	font-size : 11px; /* font size for table cells */
	background-color :#fff;
	border-collapse: collapse;
	border-left: #ccc 0px solid;
}

div.table th {
	font-weight : bold;
	color : #fff;
	background-color : #333; /*#045094;*/
	text-align : left;
	padding : 6px;
	vertical-align : top;
	/*white-space: nowrap;*/
	border : #ccc 1px solid;
 }

div.table th a {
	font-weight : bold;
	color : #fff;
	background-color : #4775A3;
 }
 
div.table th.rowhead {
	font-size: 11px;
	font-weight : bold;
	background-color : #e6e6e6;
	color : #4c4c4c;
	text-align : left;
 }
 
div.table tr td {
	padding : 6px;
	border : #fff 1px solid;
	background-color : #fff;
	vertical-align : top;
}
 div.table tr td table tr td {
	padding : 6px;
	border : #fff 1px solid;
	background-color : #eee;
	vertical-align : top;
}

 div.table tr td.subhead {
	font-weight : bold;
	color : #000;
	background-color : #fff;
	text-transform: uppercase;
	text-align : left;
	padding : 12px 0 2px 0px;
	vertical-align : top;
	border : #ccc 0px solid;
 }
 
/************** Ticker/Scroller **************/
#ajaxticker1{
width: 600px;
height: 100px;
color: #ddd;
font-size: 12px;
vertical-align: middle;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV
background-color: #FEEEB8;*/
}

.someclass{ //class to apply to your scroller(s) if desired
}

#boxright {
	float: right;
	margin: 5px 0px 0px 10px;
	border: 1px solid #ccc;
	background-color : #eee;
	color: #000;
	width: 175px;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}

#boxright .title{
	background-color : #333;
	border-bottom : #000 2px solid;
	border-left : #666 2px solid;
	border-right : #000 2px solid;
	border-top : #666 2px solid;
	color: #fff;
	font-size: 12px;
	/*border-bottom: 1px solid #000;*/
	padding: 4px;
}

#boxright .titlespecial{
	background-color : #d64d21;
	border-bottom : #9c2400 2px solid;
	border-left : #de795a 2px solid;
	border-right : #9c2400 2px solid;
	border-top : #de795a 2px solid;
	/*background-color : #222;*/
	color: #fff;
	font-size: 12px;
	/*border-bottom: 1px solid #000;*/
	padding: 4px;
}

#boxright p{
	margin: 6px 4px 5px 4px;
	border-bottom: 0px solid #ccc;
}

#boxright a{
	color: blue;
}

#boxright a:hover {
	text-decoration: none;
	color: #2987D0;
}

#boxright hr{
	color: #aaa;
	margin-top: 7px;
	margin-bottom: 7px;
}

.imgright {
	float: right;
	margin: 15px 20px 0 10px;
	border: 1px solid #ccc;
}

.imgleft {
	float: left;
	margin: 15px 20px 10px 15px;
	border: 1px solid #ccc;
}

.instructions {
font-size : 10px;
}	
	
/* pattern grid */

#pattern_box {  
	margin: 0px 20px 20px 0px;
	text-align: center;
	background-color : #eee;
	border: 1px solid #ddd;
	padding: 2px;
	height: 200px;
	width: 150px;
	float: left;
}

#pattern_box a{
	color: blue;
}

#pattern_box a:hover{
	text-decoration: none;
	color: #2987D0;
}

#pattern_box p {
	font-size: 12px; 
	margin: 0 0 5px 0;
}

#pattern_box a.button, #pattern_box a.button:visited{
	background-color : #d64d21;
	border-bottom : #9c2400 2px solid;
	border-left : #de795a 2px solid;
	border-right : #9c2400 2px solid;
	border-top : #de795a 2px solid;
	color : #fff;
	height : auto;
	font-size : 11px;
	font-weight : bold;
	padding : 1px 2px 2px 2px;
	text-transform : uppercase; 
}

#pattern_box a.title, #pattern_box a.title:visited{
	font-size: 13px; 
	font-weight : bold; 
	color: #111; 
}

#pattern_box img {border: 1px solid #aaa; margin: 2px 0 0 0;}


/****** Notice, Alert Boxes ******/
div#infobox {
	width: 98%;
	background: #f0fff0;
	border: 1px solid #ddd;
	padding: 4px 12px  0 12px; 
	margin: 4px 10px 4px 0px; 
	font-size: 11px; 
}

div#infobox p {
padding-top: 0px; margin-top: 3px;
}

.cleaner {
	clear : both;
	height : 1px;
	font-size : 1px;
	border : none;
	margin : 0;
	padding : 0;
	background : transparent;
} 

dl { font-size: 12px; margin-left: 5px; }

dl dt {
font-weight : bold; 
color : #4c4c4c; 
}

dl dd {
margin-bottom : 1em;
padding : 1px 0px 1px 4px; 
}

/* *-*-*-*- *-*-*-*- *-*-*-*- homepage * *-*-*-*- *-*-*-*- *-*-*-*- */
#homepage {
	width: 100%;
	text-align: center;
}

#homepage .homehr {
	display : block;
	margin-top : 7px;
	margin-right : 1em;
	margin-bottom : 8px;
	margin-left : 1em;;   /* for gecko */
	text-align : left;  /* for ie */
	border : none;
	color : #045094; /* for ie */
	background-color : #045094; /* for gecko */
	height : 1px;
}

#homepage .links a {
	text-align: center;
	background-color : #045094; 
	color : #fff;
	border: 1px #999 solid;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#homepage .links a:hover {
	color: #F89BA7;
}

/* *-*-*-*- *-*-*-*- *-*-*-*- form elements * *-*-*-*- *-*-*-*- *-*-*-*- */	  

.required { color: #f60; } /* for the asterisk next to the form labels on required elements */

#content .error {
	/* rule for error messages */
	color : red;
	font-weight: bold;
}

#content form, #content form input, #content form select { font-size: 12px; }	
	
.dropdown {
	font-size : 12px;
	color : #333;
	font-weight : bold;
	background-color : #fff;
	margin-right : 1em;
	}
	
.formrow {
	padding : 0 0 1em 0;
	}

.label {
	font-weight : bold;
	color : #4c4c4c;
	width : 8em;
	float : left;
	text-align : right;
	white-space : nowrap;
	}

.labelalt {
     font-weight : bold;
     color : #4c4c4c;
     width : 20em;
     float : left;
     text-align : left;
     white-space : nowrap;
     }

.accesskey { text-decoration : underline }

.widget { 
	margin-left : 9em;
	color : #4c4c4c; 
	}

textarea {
	margin-right:1em;
	}

fieldset {
	width : 20%;
	border-style : solid;
	border-color : #4c4c4c;
	border-width : 1px; 
	}

/* fails in IE	
fieldset > legend { 
	display: block ;
	color: #333333; 
	}
	*/

fieldset legend { display: block ; color: #4c4c4c; }	

input.button {
	/*background-color : #d64d21;
	border-bottom : #9c2400 2px solid;
	border-left : #de795a 2px solid;
	border-right : #9c2400 2px solid;
	border-top : #de795a 2px solid;*/
	background-color : #eee;
	border-bottom : #9c2400 2px solid;
	border-left : #de795a 2px solid;
	border-right : #9c2400 2px solid;
	border-top : #de795a 2px solid;
	color : #9c2400;
	height : 22px;
	font-size : 10px;
	font-weight : bold;
	padding : 0;
	vertical-align : top;
	text-transform : uppercase;
	margin-top: 1px;
}



/* *-*-*-*- *-*-*-*- *-*-*-*- footer * *-*-*-*- *-*-*-*- *-*-*-*- */

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #fff;
	width: 100%;	
	background-color : #942824;
	height: 15px;
	}
	
#footer hr {
	display : block;
	margin-top : 2px;
	margin-right : 1em;
	margin-bottom : 8px;
	margin-left : 1em;;   /* for gecko */
	text-align : left;  /* for ie */
	border : none;
	color : #045094; /* for ie */
	background-color : #045094; /* for gecko */
	height : 1px;
}

#footer .footerleft {
	text-align: left;
	padding: 5px 200px 5px 5px;
	float: left;
	}
	
#footer a.feedback {
	display: block;
	float: right;
	margin: 4px 5px 0px 25px;
	color: #f90;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	background-color: #373F4F;
	}
	
#sig {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 11px;
	border: 0px solid #000;
	font-family: arial;
}

#sig a, a:link, a:visited {
	color:  #666;
}

#sig a:hover {
	text-decoration: none;
	color: #2987D0;
}
