﻿body {
/*	background: #999999 url(../img/gray_gradient_bg.png) 0 329px repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}
div#content {
	float: left;
	width: 100%;
}
img {
	border:0;
}

/* H1 H2 H3 H4 H5 */
h2.big_blue {
	color: #3366cc;
	border-top: 2px groove #ededed;
	border-bottom: 2px groove #ededed;
	padding: 14px 0;
	margin: 15px 0;
	clear: both;
	font-size: 27px;
	display: block;
	width: 100%;
	float: left;
	line-height: 30px;
}
div.bottom{
	border-top: 2px groove #ededed;
	border-bottom: 2px groove #ededed;
	padding: 14px 0;
	margin: 15px 0;
	clear: both;
	display: block;
	width: 100%;
	float: left;
	line-height: 20px;
} 

a {	color: #000000;}

a:hover {text-decoration:none; font-weight:bold}

p {font-size:small;}

/* HEADER */
div#header {
	background: #ffffff url(../img/header_bg.png) 0 0 repeat-x;
	width: 100%;
	height: 329px;
}

/* TOP NAV */
ul#top_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 990px;
	float: left;
	position: relative;
	clear: both;
}
ul#top_nav li{
	margin: 0;
	padding: 7px 10px 0 30px;
	list-style: none;
	display: block;
	float: left;
	color:#8B8C92;
	/*color: #73747a;*/
	font-size: 12px;
	font-weight: bold;
	height: 22px;
}
ul#top_nav li a{
	color: #73747a;
	text-decoration:none;
}
ul#top_nav li#customer_login{
	position: absolute;
	right: 1px;
}
.phone_tiny_icon {
	background: transparent url(../img/icon_small_phone.png) 10px center no-repeat;
}
.email_tiny_icon {
	background: transparent url(../img/icon_small_email.png) 10px center no-repeat;
}

/* LOGO AND BY LINE */
div#logo_and_byline{
	width: 555px;
	float: left;
	position: relative;
	color: white;
}
div#logo_and_byline #logo{
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	display: block;
	width: 300px;
	height: 150px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -270px;
	
}
div#logo_and_byline h2{
	margin: 129px 0 0 100px;
	opacity: .9;
	font-size: 20px;
	line-height: 17px;

}
div#logo_and_byline p{
	margin: 10px 0 0 100px;
	opacity: .9;
	font-size: 13px;
	line-height: 13px;
}

/* LARGE ICON */
img#large_icon {
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -500px;
	z-index:300;
}
/* MAIN NAV */
ul#main_nav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 990px;
	float: left;
	position: absolute;
	clear: both;
	top: 293px;
}
ul#main_nav li{
	margin: 0 5px;
	padding: 5px;
	list-style: none;
	display: block;
	float: left;
	color: #eee;
	font-size: 16px;
	font-weight: normal;
	height: 22px;
}
ul#main_nav li a{
	color: #eee;
	text-decoration:none;
	text-transform:capitalize;
}
ul#main_nav li a:hover{
	border-bottom: 1px dotted #eee;
}



/* SIX BLOCKS */
ul#six_blocks {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 990px;
	position: relative;
	clear: both;
}
ul#six_blocks li{
	border-top: 2px groove #ededed;
	border-right: 2px groove #ededed;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 328px;
	height:260px;
	display: block;
	background:  right -6px no-repeat;
	position: relative;
}
ul#six_blocks li.one{
	border: none;
	background-image: url(../img/icon_at.png);
}
ul#six_blocks li.two{
	border: none;
	border-right: 2px groove #ededed;
	border-left: 2px groove #ededed;
	background-image: url(../img/icon_iphone.png);
}
ul#six_blocks li.three{
	border: none;
	background-image: url(../img/icon_email.png);
}
ul#six_blocks li.four{
	border: none;
	border-top: 2px groove #ededed;
	background-image: url(../img/icon_globe.png);
}
ul#six_blocks li.five{
	border: none;
	border-top: 2px groove #ededed;
	border-right: 2px groove #ededed;
	border-left: 2px groove #ededed;
	background-image: url(../img/icon_lock.png);
}
ul#six_blocks li.six{
	border: none;
	border-top: 2px groove #ededed;
/*	background-image: url(../img/icon_chat.png);*/
}


ul#six_blocks li h2{
	color: #3366cc;
	font-size: 26px;
	padding: 0;
	margin: 15px 0 9px 0;
	position: relative;
	display:block;
	width: 200px;
	line-height: 27px;
	left: 20px;
	height: 55px;
}
ul#six_blocks li p{
	color: #111;
	font-size: 12px;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
	display:block;
	width: 235px;
	left: 20px;
	line-height: 20px;

}

/* A BLOCKS */
a.more_info, a.sign_up, a.download_now{
	background:#4494c1;
	color:#eee;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 10px;
	position: relative;
	left: 115px;
	margin: 0 5px 15px 0;
	display: block;
	width: 80px;
	float: left;
	text-align: center;
	text-transform:uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* Opera */
	position: absolute;
     bottom: 0px;
	 -webkit-box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #444;
	box-shadow: 1px 1px 5px #444; /* Opera */


}
a.download_now{
	width: 96px;

}
a.more_info_only{
	left: 20px;
}
a.sign_up{
	/*left: 115px; */
	left: 20px;
}
a.more_info:hover, a.sign_up:hover, a.download_now:hover{
	background:#005f96;
	color:#FFFFFF;
}
#four_round_blocks a.more_info, #four_round_blocks a.sign_up{
	margin-left: -5px;
}
/* FOUR ROUND BLOCKS */
ul#four_round_blocks {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 990px;
	position: relative;
	clear: both;
}
ul#four_round_blocks li{
	margin: 5px 0 5px 10px;
	padding: 0;
	list-style: none;
	background: #c9c9c9 url(../img/icon_breifcase.png) right top no-repeat;
	width: 238px;
	height:280px;
	float: left;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* Opera */
	position: relative;
}


ul#four_round_blocks li.one{
	background-image: url(../img/icon_breifcase.png);
}
ul#four_round_blocks li.two{
	background-image: url(../img/icon_school.png);
}
ul#four_round_blocks li.three{
	background-image: url(../img/icon_gov.png);
}
ul#four_round_blocks li.four{
	background-image: url(../img/icon_house.png);
}
.no_left_margin{
	margin-left: 0;
}
ul#four_round_blocks li h3{
	font-size: 20px;
	color: #3366cc;
	display: block;
	width: 150px;
	position: relative; 
	left: 15px;
	margin: 15px 0 5px;
	line-height: 21px;
	height: 65px;
}
ul#four_round_blocks li p{
	color: #111;
	font-size: 12px;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
	display:block;
	width: 200px;
	left: 15px;
	line-height: 20px;
}
ul#four_round_blocks li p strong{
	color: #005F96;
	font-size: 14px;
}



/* DIV CLASSES */
div.center {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	display: block;
}
div#footer div.center {
	text-align: center;
}
div.full_width {
	width: 100%;
	margin: 0 auto;
}
div.center div.column_wide {
	float: left;
	width: 640px;
	margin: 20px 0 0 0;

}
div.center div.column_narrow {
	float: left;
	width: 328px;
	/*background: #eeeeee;*/
	border-left: 2px groove #ededed;
	position: relative;
	left: 20px;
	margin: 20px 0 0 0;
}

/* COLUMN WIDE */
div.center div.column_wide h2{
	/*color: #888889;*/
	color:#3366cc;
	font-size: 34px;
	margin: 10px 0;
}
div.center div.column_wide p{
	margin: 20px 0;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

/* BREAD CRUMBS */
ul#breadcrumbs {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px groove #ededed;
	line-height: 17px;
	font-weight: bold;
	text-transform:uppercase;
}
ul#breadcrumbs li{
	list-style: none;
	display: inline;
}
ul#breadcrumbs li a{
	text-decoration:none;
	color: #959595;
}
ul#breadcrumbs li a:hover{
	color: #3366cc;
}

/* COLUMN NARROW */
div.center div.column_narrow h3{
	color: #3366cc;
	font-size: 12px;
	text-transform: capitalize;
	border-bottom: 2px groove #ededed;
	margin: 0 0 5px 20px;
	line-height: 17px;
}

/* BLUE BULLETS */
ul.blue_bullets {
	margin: 10px 0  10px 20px;
	padding: 0;
	list-style: square;
	list-style-position:inside;
	display: block;
	color: #3366cc;
	font-size: 13px;
	text-transform:capitalize
}
ul.blue_bullets li{
	color: #333;
	margin: 0 0 10px;
}

/* FOOTER */
div#footer {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	clear: both;
}
div#footer p{
	color: #333333;
	font-size:10px;
}

/* UL FOOTER */
ul.ul_footer{
	
	margin: 20px 0;
	padding: 0;
	list-style:square;
	font-size: 13px;
	list-style: none;
	clear: both;
	width: 100%;
	display: inline;
	float: left;

}
ul.ul_footer li{
	margin-right: 15px;
	display: inline;
}
ul.ul_footer li a{
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	
}
ul.ul_footer li a:hover {
	color: #3366CC;
	border-bottom: 1px dotted #3366CC;
}

a.green_buttons {
	background-color:#75aa00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* Opera */
	width: 300px;
	text-align: center;
	display: block;
	float: left;
	margin: 10px 0 1px 20px;
	color: #FFFFFF;
	text-decoration:none;
	padding: 5px 0;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	border: 2px solid #629000;
	
}
a.green_buttons:hover {
	background: #80bb00; 
}
ul.grean_arrows {
	border-top: 1px dotted #888;
	margin: 0;
	padding: 0;
}
ul.grean_arrows li{
	border-bottom: 1px dotted #888;
	list-style-position: inside;
	margin: 0;
	padding: 0px 0px 12px 12px;
	color: #444;
	font-size: 12px;
	list-style-image: url(../img/arrow_blue.png);
}

div.column_wide h3 {
	color: #666666;	
}


/* IE6 WARNING */
div#ie_warning {
	background:#990000;
	color: white;
	z-index: 100;

}
div#ie_warning p{
	padding: 120px 0;
	font-weight: bold;
}
div#ie_warning p a{
	color:#CCCCCC;
}

dl dt {
	font-size: 12px;
	margin: 4px 0 4px 20px;
	list-style:circle;
	border-bottom: 1px solid #999;
	padding: 0 0 5px 0;

}

p.loaner_p {
	color:#222;
	line-height: 28px;
	margin: 20px 0 10px 0;
}
p.small_text p{font-size:7pt}

.encrypt td{
	font-size: 13px;
	text-transform:capitalize
}

.encrypt th{
	text-transform:capitalize;
	text-decoration:underline
}
