/* Pacific Transport */

@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Tahoma;
	background: #323232 url('../images/core/tile-body.jpg') 0 0 repeat-x;
}

/* Wrap */

#wrap {
	width: 774px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
	padding: 0 3px;
}

/* Header */

div.header {
	width: 774px;
	height: 130px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}	

div.header div.logo {
	width: 421px;
	height: 89px;
	position: absolute; top: 29px; left: 15px;
}

div.header div.logo img {
	border: 0;
}

/* Navigation */

div.navigation {
	width: 774px;
	height: 32px;
	background: url('../images/core/bg-nav.gif') right center no-repeat;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	margin-right: -18px;
}

div.navigation ul li a.home {
	width: 94px;
	background: url('../images/core/nav/home.gif') 0 0 no-repeat;
}

div.navigation ul li a.profile {
	width: 111px;
	background: url('../images/core/nav/profile.gif') 0 0 no-repeat;
}

div.navigation ul li a.services {
	width: 115px;
	background: url('../images/core/nav/services.gif') 0 0 no-repeat;
}

div.navigation ul li a.background-history {
	width: 197px;
	background: url('../images/core/nav/background-history.gif') 0 0 no-repeat;
}

div.navigation ul li a.news {
	width: 99px;
	background: url('../images/core/nav/news.gif') 0 0 no-repeat;
}

div.navigation ul li a.downloads {
	width: 132px;
	background: url('../images/core/nav/downloads.gif') 0 0 no-repeat;
}

div.navigation ul li a.contact-us {
	width: 146px;
	background: url('../images/core/nav/contact-us.gif') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -32px;
}

/* Flash */

#flash {
	width: 774px;
	height: 254px;
	margin-top: 1px;
}	

/* Banner */

div.banner {
	width: 774px;
	height: auto;
	margin-top: 1px;
}	

/* Content */

#content {
	width: 754px;
	height: auto;
	padding: 20px 10px;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

/* Left Column */

div.left-column {
	width: 224px;
	height: auto;
	float: left;
	padding-right: 10px;
}

/* Cta */

div.cta {
	margin-bottom: 15px;
	background: #FE6D00 url('../images/core/tile-cta.jpg') 0 bottom repeat-x;
}

div.cta h2 {
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
	padding: 20px;
	background: url('../images/core/cnr-cta.jpg') right top no-repeat;
}

/* Contact */

div.contact {
	font-size: 1.3em;
	color: #FFF;
	padding: 0 0 15px 15px;
	margin-bottom: 15px;
	background: #002169 url('../images/core/tile-contact.jpg') 0 bottom repeat-x;
}

div.contact h3 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 15px;
	background: url('../images/core/cnr-contact.jpg') right top no-repeat;
}

div.contact ul {
	list-style-type: none;
	margin: 10px 0;
}

div.contact ul li label {
	display: block;
	width: 70px;
	float: left;
	font-weight: bold;
}

div.contact ul li {
	line-height: 1.6em;
}

div.contact a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.contact a:hover {
	color: #FE6D00;
}

/* Right Column */

div.right-column {
	width: 500px;
	height: auto;
	float: left;
	padding: 0 10px;
}

/* Standard */

div.standard {
	font-size: 1.2em;
	color: #666;
}

div.standard h1 {
	color: #00216B;
	font-size: 2em;
	line-height: 2em;
}

div.standard h2 {
	color: #1C2946;
	font-size: 1.8em;
	line-height: 2em;
}

div.standard h3 {
	color: #00216B;
	font-size: 1.6em;
	line-height: 2em;
}

div.standard h4 {
	color: #00216B;
	font-size: 1.4em;
	line-height: 2em;
}

div.standard h5 {
	color: #00216B;
	font-size: 1.2em;
	line-height: 2em;
}

div.standard p {
	line-height: 2em;
	margin: 15px 0;
}

div.standard a {
	color: #F96B00;
	text-decoration: underline;
}

div.standard a:hover {
	color: #002067;
	text-decoration: none;
}

div.standard ul {
	margin: 15px;
	padding-left: 15px;
}

div.standard ul li {
	line-height: 2em;
}

div.standard img.picture {
	padding: 8px;
	background: #F3F3F3;
	border: 2px solid #ECECEC;
}

div.standard img.right {
	float: right;
	margin: 15px 0 15px 15px;
}

div.standard img.left {
	float: left;
	margin: 15px 15px 15px 0;
}

/* Footer */

div.footer {
	width: 754px;
	height: auto;
	color: #909090;
	font-size: 1.1em;
	padding: 50px 10px;
	background: url('../images/core/bg-footer.jpg') 0 0 no-repeat;
}

div.footer img {
	float: right;
	border: 0;
}

div.footer a {
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}

div.footer a:hover {
	color: #000;
}