/* @override http://www.webdesign.gs/achprocessing/style/style.css */

body {
	margin: 0px;
	background: #FFF url(media/images/main-bg.png) repeat-x;
	font-family: Trebuchet MS, Helvetica, Verdana, Times;
	font-size: 14px;
}

#cms_content {
	width: 900px;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #066A94;
	text-decoration: underline;	
}

a:hover {
	color: #881d10;
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	width: 950px;
	position: relative;
}

	#header {
		width: 950px;
		height: 112px;
		position: relative;
	}
	
		#header a#logo {
			font-size: 29px;
			font-family: Trebuchet MS, Verdana;
			text-decoration: none;
			color: #474747;
			font-weight: bold;
			display: block;
			width: 325px;
			padding: 0px 0px 0px 0px;
		}
		
		#header a#apply {
			text-decoration: none;
			display: block;
			width: 160px;
			padding: 0px 0px 0px 0px;
			position: absolute;
			top: 8px;
			left: 510px;
		}
		
		#header p {
			text-align: right;
			position: absolute;
			right: 0px;
			top: 5px;
			color: #066A94;
			line-height: 1.6em;
			font-size: 16px;
		}
		
		#header p b {
			font-size: 21px;
			text-transform: uppercase;
		}
		
		#header p a {
			text-decoration: none;
			color: #066A94;
		}
		
			#header p a:hover {
				text-decoration: underline;
				color: #000;
			}
	
	#header ul {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
		#header ul li {
			display: inline;
			float: left;
			background: transparent url(media/images/navigation-bar.png) no-repeat left;
			padding: 0px 0px 0px 3px;
		}
		
		#header ul li a {
			color: #066A94;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			height: 28px;
			display: block;
			float: left;
			line-height: 32px;
			padding: 0px 9px 0px 9px;
		}
		
			#header ul li a:hover {
				text-decoration: underline;
				color: #212121;
			}
			
	#top-cta {
		margin: 17px 0px;
		width: 950px;
		height: 389px;
		background: transparent url(media/images/cta-bg.png) no-repeat;
	}
	
	#main-content {
		width: 910px;
		padding: 15px 20px;
		color: #2d2d2d;
	}
	
		#main-content h1 {
			color: #066A94;
			font-size: 26px;
			font-family: "Trebuchet MS", Verdana, Lucida, sans-serif;
			text-transform: uppercase;
			padding: 5px 0px;
		}
		
		#main-content h2 {
			color: #1f1f1f;
			padding: 5px 3px;
		}
		
		#main-content h3 {
			color: #0773a1;
			padding: 5px 3px;
		}
		
		#main-content p {
			padding: 5px 10px;
			line-height: 1.6em;
		}
		
		#main-content ul {
			line-height: 1.6em;
			padding: 10px 45px;
			list-style: square;
		}
	
	#sub-wrapper {
		background: transparent url(media/images/bottom-cta.png) no-repeat;
		position: relative;
		width: 950px;
		height: 226px;
	}
	
		#left-content {
			float: left;
			width: 260px;
			height: 185px;
			margin: 20px 30px;
		}
		
			#left-content p {
				color: #595959;
				font-size: 11px;
				font-family: Helvetica;
				padding: 10px 0px;
				text-align: justify;
				line-height: 1.8em;
			}
			
			#left-content p b {
				display: block;
				text-align: right;
				line-height: 1.5em;
				font-style: italic;
				font-size: 12px;
				margin-top: -10px;
				color: #4a4a4a;
			}
		
		#sub-content {
			float: left;
			width: 585px;
			margin: 20px 14px;
			height: 185px;
			background: transparent url(media/images/man-home.jpg) no-repeat right;
			padding: 0px 5px;
		}
		
			#sub-content form {
				width: 400px;
				padding: 10px 0px;
			}
			
			#sub-content form .row {
				width: 190px;
				padding: 0px 7px 0px 0px;
				float: left;
			}
			
				#sub-content form input {
					width: 184px;
					border: 1px solid #C7C7C7;
					height: 16px;
					padding: 6px 3px 5px 3px;
					font-size: 14px;
					font-family: Helvetica;
					color: #606060;
					margin: 2px 0px;
					background-color: #F5F5F5;
				}
				
				#sub-content form textarea {
					width: 184px;
					border: 1px solid #C7C7C7;
					height: 22px;
					line-height: 22px;
					padding: 0px 3px;
					font-size: 14px;
					font-family: Helvetica;
					color: #606060;
					height: 46px;
					margin: 2px 0px;
					background-color: #F5F5F5;
				}
				
				#sub-content form button {
					border: none;
					background-color: transparent;
					text-transform: uppercase;
					font-weight:  bold;
					float: right;
					font-family: Trebuchet MS;
					font-size: 16px;
					margin: 0px 115px 0px 0px;
					padding: 5px 0px;
				}
					
					#sub-content form button:hover {
						color: #066A94;
						cursor: pointer;
					}
					#sub-content form .security{
						width: 95px !important;
					}
					.captcha{
						margin-top: 0px;
					}
					
#footer-wrapper {
	background-color: #EBEBEB;
	border-top: 1px solid #C7C7C7;
}

	#footer {
		width: 918px;
		margin: 0px auto;
		text-align: left;
		color: #707070;
		font-family: Helvetica;
		font-size: 12px;
		padding: 15px 16px;
	}
	
	#footer p {
		line-height: 1.7em;
	}
			
	#footer a {
		color: #707070;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #066A94;
			text-decoration: underline;
		}
		
	#footer #right-footer {
		float: right;
		text-align: right;	
	}
	
	#footer #right-footer img {
		border:  none;
		margin-bottom: 25px;
	}
	
	#footer #right-footer h3 {
		font-size: 14px;
		color: #066A94;
		font-family: Trebuchet MS;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	
	
#showcase {
	width: 950px;
	height: 389px;
	background: url(images/showcase-bg.png) center;
	position: relative;
}

#pnav {
	width: 310px;
	height: 361px;
	position: relative;
	float: right;
	margin: 14px 18px 0px 0px;
	background: transparent url(media/images/areas-sprites.png) no-repeat right;	
}

#pnav ul li {
	height: 89px;
	list-style-type: none;
	padding-bottom: 1px;
}

#pnav ul li a {
	color: #464646;
	font: 10px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	width: 273px;
	height: 79px;
	display: block;
	padding: 10px 15px 0px 20px;
}

#pnav ul li a.current {
	background: url(media/images/pnav-bg.png) no-repeat  0px 0px;
	height: 79px;
}

#pnav span {
	width: 190px;
	display: block;
	margin-top: 3px;
}

#pnav b {
	color: #066A94;
	font: bold 17px "Trebuchet MS", Verdana, Lucida, sans-serif;
	text-transform: uppercase;
}

/*Absolute positioned from the Showcase so as not to have any z-index overlap of the tab anchors*/

#showcase a.more {
	display: block;
	width: 75px;
	height: 19px;
	background-image: url(images/19-bg.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	font: bold 13px/17px "Trebuchet MS", Verdana, Lucida, sans-serif;
	text-align: center;
	padding-left: 0;
	text-decoration: none;
	position: absolute;
	z-index: 5;
	left: 230px;
}

#showcase a.more:hover {
	background-position: 0 -19px;
	text-decoration: none;
}

#more-a {
	top: 70px;
}

#more-b {
	top: 160px;
}

#more-c {
	top: 250px;
}

#more-d {
	top: 340px;
}

#panes {
	position: relative;
	height: 359px;
	width: 600px;
	float: left;
	padding: 15px 0px 0px 20px;
}

#panes a {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	width: 163px;
	height: 57px;
	background: transparent url(media/images/learn-more-button.png) no-repeat 0px -81px;
	padding: 24px 50px 0px 20px;
	font-family: "Trebuchet MS", Verdana, Lucida, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
	
	#panes a:hover {
		background-position: 0px 0px;
	}

#panes div {
	display: none;
	position: absolute;
	padding-right: 0px;
	width: 600px;
	height: 359px;
	font-family: "Trebuchet MS", Verdana, Lucida, sans-serif;
}

#p1 {
	background: url(media/images/p1.png) no-repeat center bottom;
	width: 550px;
	height: 340px;
}

#p2 {
	background: url(media/images/p2.png) no-repeat center bottom;
	width: 550px;
	height: 340px;
}

#p3 {
	background: url(media/images/p3.png) no-repeat center bottom;
	width: 550px;
	height: 340px;
}

#p4 {
	background: url(media/images/p4.png) no-repeat center bottom;
	width: 550px;
	height: 340px;
}

#panes h2 {
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
	width: 200px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-right: 1px solid #FFF;
	margin: 20px 0px 0px 0px;
	float: left;
}

#panes p {
	color: #FFF;
	text-align: justify;
	padding: 10px 0px 5px 20px;
	line-height: 18px;
	font-size: 13px;
	float: left;
	width: 350px;
}

#google-map {
	width: 425px;
	height: 275px;
	border: 1px solid #0773a1;
	float: right;
}

.top-image {
	height: 225px;
	width: 900px;
	margin: 0px auto 15px auto;
}

	.top-ach {
		background: transparent url(media/images/header-ach.jpg) no-repeat;
	}
	
	.top-checks {
		background: transparent url(media/images/header-checks.jpg) no-repeat;
	}
	
	.top-credit {
		background: transparent url(media/images/header-credit-cards.jpg) no-repeat;
	}
	
	.top-web {
		background: transparent url(media/images/header-web-payments.jpg) no-repeat;
	}
	
	.top-contact {
		background: transparent url(media/images/header-contact.jpg) no-repeat;
	}
	
p.alph-list {
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	width: 549px;
	text-align: center;
	margin: 0px auto;
}

		
		
		
		
