﻿* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Tahoma, Verdana, sans-serif;
	color: #000;
	background: #0b0b0d url(Images/body-bg.jpg) repeat-x;
}

.clear-left {
	clear: left;
}

a {
	color: #006db8;
}

.master {
	width: 990px;
	background: #FFF;
	margin: 0 auto;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
}

.header {
	zoom: 1;
	margin: 0 0 15px;
	padding: 11px 8px 0;
}

.header:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.header h1 {
		width: 217px;
		height: 166px;
		margin-right: 9px;
		margin-top: 10px;
		background: url(Images/oneport-logo.gif) 50% 0 no-repeat;
		text-indent: -9999px;
		float: left;
	}
	
		.header h1 a {
			width: 100%;
			height: 100%;
			display: block;
			outline: none;
		}
	
	.header ul.topnav {
		width: 748px;
		float: left;
		background: url(Images/top-nav-bg.jpg) no-repeat;
		margin: 0 0 15px;
		font-size: 14px;
	}
	
		.header ul.topnav li {
			list-style: none;
			float: left;
			color: #FFF;
		}
		
		.header ul.topnav li.home a {
			border-left: none;
		}
		
		.header ul.topnav a {
			float: left;
			padding: 13px 38px 0 37px;
			height: 31px;
			color: #FFF;
			text-transform: uppercase;
			text-decoration: none;
			outline: none;
			border-left: 1px solid #747476;
		}
		
		.header ul.topnav a:hover {
			background-image: url(Images/top-nav-bg.jpg);
			border-left-color: #CCC;
		}
		
		.header ul.topnav li.home a:hover {
			background-position: 0 -44px;
		}
		
		.header ul.topnav li.intelligent a:hover {
			background-position: -100px -44px;
		}
		
		.header ul.topnav li.contact a:hover {
			background-position: -100px -44px;
		}
		
		.header ul.topnav li.contact-us {
			float: right;
			padding: 3px 17px 3px 25px;
			margin-top: 9px;
			font-weight: normal;
			font-size: 16px;
			background: url(Images/icon-phone.gif) 0 50% no-repeat;
			
		}
		
	.header ul.pagenav {
		width: 748px;
		float: left;
		margin: 0 0 20px;
	}
	
		.header ul.pagenav li {
			list-style: none;
			float: left;
			margin-left: 17px;
		}
		
		.header ul.pagenav li.first {
			margin-left: 0;
		}
		
		.header ul.pagenav li a {
			float: left;
			background-repeat: no-repeat;
			width: 174px;
			height: 79px;
			text-indent: -9999px;
			outline: none;
		}
		
		.header ul.pagenav li a:hover,
		.header ul.pagenav li a.selected {
			background-position: 0 -79px;
		}
		
		.header ul.pagenav li.education a {
			background-image: url(Images/nav-education.jpg);
		}
		
		.header ul.pagenav li.commercial a {
			background-image: url(Images/nav-commercial.jpg);
		}
		
		.header ul.pagenav li.vendor a {
			background-image: url(Images/nav-vendor.jpg);
		}
		
		.header ul.pagenav li.vehicle a {
			background-image: url(Images/nav-vehicle.jpg);
		}
		
		.header h2 {
			background: #c9e9ff url(Images/blue-header-bg.gif) no-repeat;
			padding: 6px 20px 0 25px;
			width: 703px;
			height: 27px;
			float: left;
			font: normal 16px Lucida Sans Unicode, Lucida Grande, sans-serif;
			color: #666;
			text-transform: uppercase;
		}

.sidebar {
	float: left;
	width: 217px;
	padding: 0 9px 0 8px;
}

	.sidebar .pod {
		width: 100%;
		height: 123px;
		background-repeat: no-repeat;
		margin: 0 0 12px;
		cursor: pointer;
	}
	
	.sidebar .hover {
		background-position: 0 -123px;
	}
	
		.sidebar .pod h3 {
			font-size: 18px;
			font-weight: normal;
			padding: 10px 10px 3px;
			line-height: 1.2;
		}
		
		.sidebar .pod p {
			font-size: 11px;
			padding: 0 5px 3px 10px;
		}
		
		.sidebar .pod a.find-out-more {
			float: right;
			color: #FFF;
			padding-right: 15px;
			margin-right: 10px;
			text-decoration: none;
			background: url(Images/white-bullet.gif) 96% 70% no-repeat;
			font-size: 12px;
		}
		
		.sidebar .pod sup {
			font-size: 0.8em;
			vertical-align: 3px;
		}
	
	.sidebar .blue {
		background-image: url(Images/pod-blue.jpg);
	}
	
	.sidebar .khaki {
		background-image: url(Images/pod-khaki.jpg);
	}
	
	.sidebar .green {
		background-image: url(Images/pod-green.jpg);
	}
	
	.sidebar .yellow {
		background-image: url(Images/pod-yellow.jpg);
	}

.content {
	float: left;
	width: 748px;
}

.footer {
	clear: both;
	background: #000 url(Images/footer-fade.jpg) repeat-x;
	color: #FFF;
	padding: 25px 10px;
	font-size: 11px;
	line-height: 1.4;
	zoom: 1;
}

.footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

	.footer p.col-a {
		width: 300px;
		float: left;
	}
	
	.footer p.col-b {
		width: 660px;
		float: left;
	}
	
	.footer a {
		color: #FFF;
	}
	
/* generic styling */
.copy {
	padding-bottom: 10px;
}

	.copy h2 {
		color: #4d8bc3;
		font: 25px Tahoma, Arial, sans-serif;
		border-bottom: 3px solid #4d8bc3;
		margin: 0 0 10px;
		padding: 0 0 4px;
	}

	.copy p {
		clear: both;
		margin: 0 0 10px;
		line-height: 1.4;
	}
	
	.copy ul, .copy ol {
		margin: 0 0 10px 20px;
		line-height: 1.4;
	}

img.wide-pic {
	margin: 0 0 15px;
}
	
/* homepage */
.promo {
	margin: 0 0 8px;
	display: block;
}

.home .copy {
	padding: 8px 17px;
}

.home .copy h2 {
	padding-right: 20%;
}

.content .home .col-a {
	float: left;
	/* background: #e7f5fe; */
	border-right: 1px solid #b7b7b7;
	width: 503px;
}

.content .home .col-b {
	width: 244px;
	float: left;
	/* background: #edf8ee; */
}

/* news pod */
.news {
	padding-bottom: 10px;
}

	.news h3 {
		background: #FFF url(Images/icon-news.gif) 9px 50% no-repeat;
		font-size: 18px;
		font-weight: normal;
		color: #4d8bc3;
		padding: 12px 45px 15px;
		border-bottom: 1px solid #358ed8;
	}

	.news .rss-item {
		background: url(Images/blue-bullet.gif) 19px 6px no-repeat;
		padding: 4px 3px 6px 35px;
	}

	.news .rss-item h4, .news .rss-item h4 a {
		font-size: 12px;
		color: #424242;
		text-decoration: none;
		font-weight: normal;
	}

	.news .hover {
		background-color: #d5edff;
		cursor: pointer;
	}
	
	.news .read-more {
		padding: 12px 12px 8px 12px;
		text-align: right;
	}
	
/* education */
.with-form .col-a {
	width: 344px;
	margin-right: 23px;
	float: left;
}

.with-form .col-b {
	width: 378px;
	float: left;
}

.app-form {
	font-size: 14px;
	padding-bottom: 20px;
}

	.app-form h2 {
		font-size: 22px;
		font-weight: normal;
		color: #287be7;
		background: url(Images/icon-application-form.gif) 0 50% no-repeat;
		padding: 2px 0 2px 36px;
		margin: 0 0 15px;
	}
	
	.app-form .val-summary {
		margin: 0 0 15px 20px;
	}
	
	.app-form .success {
		display: block;
		margin: 0 0 15px;
		color: green;
	}
	
	.app-form .error {
		display: block;
		margin: 0 0 15px;
		color: red;
	}
	
	.app-form fieldset {
		border: 1px solid #008bda;
		margin: 0 0 15px;
		zoom: 1;
	}
	
	.app-form legend {
		font-size: 18px;
		color: #287be7;
		padding: 0 5px;
		margin: 0 10px;
	}
	
	.app-form .fields {
		padding: 5px 13px 12px;
		zoom: 1;
	}
	
	.app-form .fields:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.app-form .fields label {
			float: left;
			clear: left;
			width: 125px;
			margin: 0 0 10px;
			padding: 2px 0 0;
		}
		
		.app-form .fields input,
		.app-form .fields select,
		.app-form .fields textarea {
			font: 12px Tahoma, Verdana, sans-serif;
			float: left;
			width: 210px;
			border: 1px solid #666;
			padding: 1px 2px;
		}
		
		.app-form .fields span {
			float: left;
		}
		
		.app-form .fields .brand label {
			float: none;
			width: auto;
			display: block;
			margin: 0 0 3px;
		}
		
		.app-form .fields .brand textarea {
			font: 12px Tahoma, Verdana, sans-serif;
			border: 1px solid #666;
			padding: 1px 2px;
			width: 335px;
			margin: 0 0 20px;
			float: left;
		}
		
		.app-form .fields .dollars label {
			width: 210px;
			text-align: right;
			margin-right: 10px;
		}
		
		.app-form .fields .dollars input {
			width: 115px;
		}
		
		.app-form .fields .dollars select {
			width: 121px;
		}
		
		.app-form .fields .request {
			clear: both;
		}
		
		.app-form .fields .request span {
			float: none;
		}
		
		.app-form .fields .request label,
		.app-form .fields .request input {
			float: none;
			width: auto;
		}
		
		.app-form .fields .request input {
			margin: 0 0 0 15px;
			border: none;
		}
		
		.app-form .fields .request label {
			padding: 0 5px;
		}
		
	.app-form .submit-button {
		display: block;
		margin: 30px auto 10px;
	}