@charset "utf-8"; 
/* CSS Document */


body { 
	margin-top: 2px;
	padding-top: 0;
	margin-bottom: 0;
	background-image:url(images/page-gradient.jpg); 
	background-repeat:repeat-x; 
	background-color:#fff; 
	color: #838799;
	font-size: 13px;
	line-height: 16px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
a:link {
	color: #838799;
	text-decoration: none;
}
a:visited {
	color: #838799;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #319ACE;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.color {
	color: #e31d3e;
	font-weight: bold;
}
.blue {
	color: #000c46;
}
.small {
	font-size: 11px;
}
h2 {
	color:#000c46; 
	font-size:17px;
}
h4 {
	color:#000C46; 
	font-size:13px;
}
a img {
	border: 0;
}
.clear { 
	clear:both; 
}
.x-padding {
	padding-bottom: 10px;
}

/*-------------------------
STRUCTURE 
-------------------------*/
#page-contain { 
	margin: auto;
	padding-top: 0;
	width:900px; 
}

/*-------------------------
HEADER
-------------------------*/
.header { 
	margin-top: 0;
	padding-top: 0;
	width:875px; 
	height:90px; 
	overflow:hidden; 
}

/* LEFT SIDE */
.client-info { 
	margin-top: 0;
	padding-top: 0;
	float:left; 
	text-align:left; 
	width:580px; 
	position:relative; 
	top: 2px; 
	padding-left:25px;
}
.client-info img {
	padding: 7px 7px 0 4px;
	float: left
}
.client-info h1 {
	padding: 20px 0 0 15px;
	color:#000c46; 
	font-size: 22px; 
	float: left
}
/* RIGHT SIDE */
.client-number { 
	float:right; 
	text-align:right; 
	width:250px; 
}
.header .client-number h2 { 
	margin-bottom: -5px;
	color:#000C46; 
	font-size:20px;
}
.header .client-number h1 { 
	color:#C62842; 
	font-size:34px;
	line-height: 34px;
	letter-spacing: -1px;
	position:relative; 
	bottom: 11px; 
}
.clear { 
	clear:both; 
} 

/*-------------------------
MAIN CONTENT
-------------------------*/
.main-content {  
	width:900px; 
	height:407px; 
	position:relative; 
	top: 1px; 
	overflow:visible; 
	background: url(images/page-background.jpg) no-repeat;
}
.main-content-phone {  
	width:900px; 
	height:407px; 
	position:relative; 
	top: 1px; 
	overflow:visible; 
	background: url(images/page-background-phone.jpg) no-repeat;
}

/* MAIN CONTENT LEFT */
.main-container-left { 
	padding: 10px;
	width:460px; 
	height:262px; 
	float:left; 
	position:relative; 
	left:30px; 
	top:12px; 
}

#main-container-left-content { 
	width: 480px; 
	padding:15px 0px 0px 15px; 
}
#offer h3 { 
	margin: auto;
	padding: 0 0 10px 24px;
	color:#000c46;  
	font-size:22px; 
	line-height: 23px;
}
#offer p { 
	margin: 15px 0 15px 123px;
	padding: 0;
	width: 300px;
	color:#000C46; 
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}
#offer ul {
	margin: 10px 0 10px 123px;
	padding: 0;
	list-style-position: inside;
	color: #000C46;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}	
#offer ul li {
		padding: 0 0 3px 0;
}
#main-container-left-content a { 
	color:#838799; 
	text-decoration:none; 
}
#main-container-left-content a:hover { 
	color:#000c46; 
	text-decoration:underline; 
}
#value-button { 
	float:right; 
	position:relative; 
	left:160px; 
	bottom:260px; 
}
#client-product { 
	padding-left: 35px;
	position:relative; 
	top: 15px; 
}

/* MAIN CONTENT RIGHT */
.main-container-right { 
	padding-top:10px; 
	width:335px; 
	height:407px; 
	overflow:hidden; 
	float:left; 
	position:relative; 
	left:60px; 
}
p.thankyou-text { 
	padding: 15px 25px 0 25px;
	font-size: 13px;
	color:#000C46;  
}

/*-------------------------
FORM
-------------------------*/
#contactform h2 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color:#FFFFFF; 
	text-align:center;
}
#contactform h3 { 
	padding:0px 0px 0px 20px; 
	color:#7aa4b9; 
	font-size:14px; 
	position:relative; 
	left:4px; 
	bottom:10px; 
}
.form { 
	margin:10px 25px 10px 25px; 
}
.form .text { 
	padding:5px; 
	width:175px; 
	display:block; 
	background:#efefef; 
	font-size:14px; 
	color:#000000; 
}
.form label { 
	margin-top: 10px;
	margin-bottom:3px;
	display:block;  
}
.form .text:hover{ 
	border:solid 1px #000000; 
	background:#FFFFFF; 
}
.form .text:focus {  
	border:1px solid #669900;
	background:#EFEFEF;
}
.form .button { 
	margin:10px 0px 10px 0px; 
	padding:5px 10px 5px 10px;
	display:block; 
	border:1px solid #666666; 
	background:#EFEFEF; 
}
.form .button:hover { 
	margin:10px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	display:block; 
	border:1px solid #666666; 
	background:#FFFFFF; 
}
#search-form {  
	padding-left:15px; 
	font-size:12px;
	color:#000C46;
	position:relative; 
	bottom:10px;  
}
#search-form label { 
	display: block; 
	height: 40px; 
}
#search-form label.alt-h { 
	height:51px; 
}
#search-form input {  
	padding:1px 0 2px 3px;
	width:160px;
	font-size:.91em; 
	position:relative; 
	left:125px; 
	bottom:15px; 
	border:1px solid #A3A3A3; 
	background:#FFFFFF;
}
#search-form textarea { 
	padding:1px 0 2px 3px; 
	width:160px; 
	height:40px; 
	font-size:.91em; 
	position:relative; 
	left:125px; 
	bottom:15px; 
	border:1px solid #A3A3A3; 
	background:#FFFFFF; 
}
#search-form select { 
	padding:1px 0 1px 3px;
	width:187px;
	color:#55595E;
	font-size:.91em;
	border:1px solid #A3A3A3; 
	background:#FFFFFF;   
}
#search-form select.small { 
	width:87px; 
}
#search-form select.small.left { 
	margin-right:13px; 
}
#search-form .wrapper { 
	margin:0px;
	padding:10px 0px 20px 15px; 
	width:180px;  
}
/* FORM BUTTON */
.link1 { 
	margin-left:0px;
	font-size:16px;
	color:#000000; 
	text-decoration:none;
	display:block; 
	float:left; 
	position:relative;
	left:110px;
	bottom:20px; 
	background:url(images/link2-bg.gif) left top repeat-x; 
}
.link1 em { 
	display:block; 
	background:url(images/link2-left.gif) no-repeat left top;  
}
.link1 b { 
	padding:10px 28px 15px 28px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	display:block; 
	background:url(images/link2-right.gif) no-repeat right top;      
}
.link1:a { 
	text-decoration: none;
	color:#FFFFFF; 
}
.link1:hover { 
	text-decoration:underline; 
}


/* FORM ERROR HANDLING */
.error-handling-text { 
	color: #FF0000; 
}

/*-------------------------
LOWER CONTENT
-------------------------*/
.lower-content { 
	margin: 20px auto 0 auto;
	padding-bottom:20px;
	width:850px;  
	border-bottom:1px solid #dfe1e5;  
	z-index:101; 
}
.lower-column-1 { 
	padding:0px 15px 0px 20px; 
	width: 490px; 
	float:left; 
}
.list-h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.atm-services {
	margin: 15px 0 0 0;
	padding: 0;
}
.lower-list {
	margin: 0 35px 0 0;
	padding: 0;
	width: 220px;
	float: left;
}
.lower-list-right {
	margin: 0;
	padding: 0;
	width: 235px;
	float: left;
}
.lower-list ul, .lower-list-right ul {
	padding: 0;
	list-style-position: inside;
}
.lower-list ul li, .lower-list-right ul li {
	padding-bottom: 3px;
}
.address {
	line-height: 18px;
}
.lower-column-2 { 
	padding:0px 25px 0px 35px; 
	width:250px; 
	float:left; 
	position:relative; 
	left:12px; 
	border-left:1px solid #dfe1e5;
	float: left;
}
.pride {
	font-style: italic;
	line-height: 16px;
}
/*-------------------------
FOOTER
-------------------------*/
.footer { 
	margin: auto; 
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 14px;
	width: 850px; 
	z-index: 100; 
}
.footer-links { 
	text-align: center; 
}


