﻿/*---------- Additional Styling ------------ */
BODY {
	background-color:#b5b5b5;
	position:relative;}

.clearer {
	clear:both;}

a {
	text-decoration:none;
	color:#2F3195;}

a:hover {
	color:#078307;}

ul.nav {
	width:193px;
	margin:0 0 0 -40px;
	}

ul.nav li {
	color:#2d2d2d;
	font-weight:bold;
	font-size:11px;
	padding:0px 8px 5px 10px;
	border-bottom:1px solid #999;	
	border-top:1px solid #d9d9d9;
	height:18px;
	background:url(../img/nav_gradient.jpg) repeat-x;
	list-style-image:url(../img/bullet.png);
	list-style-position:inside;}
	
ul.nav li a {
	color:#2F3291;}

ul.nav li a:hover {
	cursor:pointer;
	color:#2F3291;}
	
ul.nav li:hover {
	}

ul.nav li:hover a {
	color:#2F3291;}

ul.nav li.indent {
	text-transform:none;
	padding-left:31px;
	padding-top:3px;
	padding-bottom:2px;
	height:18px;
	margin-left:0px;
	color:#2d2d2d;
	font-size:11px;
	list-style:none;}
	
ul.nav li.indent a {
	color:#2d2d2d;}

ul.nav li.indent a:hover {
	color:#2F3291;}
	
ul.nav li.li_hd {	
	color:#2F3291;
	background-color:#eee;
	background-color:#F7DC8D;}
	
.left_banners {
	margin-top:10px;}

h3 {
	text-transform:uppercase;
	text-align:center;
	color:#2F3195;}

.banner {
	width:175px;
	height:85px;
	margin:6px 0 6px 8px;
	border:1px solid #2d2d2d;
	background-color:#fff;}

.banner h3, .right_banner h3 {
	font-size:15px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	color:#999;}

.right_banner h3 {
	padding-top:35px;}

.right_banner {
	margin:20px 0 0 0;
	width:275px;
	height:135px;
	border:1px solid #2d2d2d;
	background-color:#fff;}

.titles {
	position:absolute;
	bottom:0px;
	left:200px;
	color:#777;}

	.titles H1 {
		font-size:10px;
		float:left;}

	.titles H1 SPAN {
		margin:0px 5px;}

H2 {
	font-size:16px;
	border-bottom:1px solid #000;
	margin: 0 0 0 0;}

#footer {
	height:25px;
	background-color:#ececec;
	width:100%;
	border:none;
	margin-top:10px;}

		#footer .buffer {
			width:960px;
			margin-left:15px;
			padding-top:5px;}

	#footer SPAN {
		font-size:10px;
		color:#777;}
		
.stickr {
	margin:10px auto;
	float:left;
	border:1px solid #000;}
	
.stickr_box {	
	display:block;
	float:left;
	margin:10px;}
	
h4 {
	margin:0 0 0 2px;}
	
#Nav {
}

/*---------- FSI Buttons ------------ */
    
.container {
	margin: 25px 0 0 0;
}

.buttons {
	width: 700px;
	height: 70px;
	margin: 0;
	float: left;
}


.purchase a {
	width: 160px;
	height: 60px;
	margin: 0 10px 0 15px;
	float: left;
	background-position: left top;
	background-image: url(../img/PurchaseOptionsGreen.jpg);

}

.purchase a:hover {

	background-image: url(../img/PurchaseOptionsChrome.jpg);

}

.service a {
	width: 160px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
	background-position: left top;
	background-image: url(../img/FullServiceGreen.jpg);

}

.service a:hover {

	background-image: url(../img/FullServiceChrome.jpg);

}

.automated a {
	width: 160px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
	background-position: left top;
	background-image: url(../img/AutomatedAccessGreen.jpg);

}

.automated a:hover {

	background-image: url(../img/AutomatedAccessChrome.jpg);

}