@charset "UTF-8";


/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, a, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

ol, ul { list-style: none; }
/* end reset */	


body {
	text-align: center;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia;
	font-size: 14px;
	background-color: #f2f5f8;
	color: #15308A; }

a:link { text-decoration: none; color: #330099; }
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover { background-color: #e8f2ff; }
a:active { text-decoration: none; }


#banner {
	background-color: #FFFFFF;/* -- top navigation bar -- */
	border: 4px solid #efefef;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 1200px; }

.banner-boxes-130 {
	float: left;
	height: 160px;
	margin-left: 21px;
	padding-bottom: 0px; 
	max-width: 130; }
	
.banner-boxes-179 {
	float: left;
	height: 160px;
	margin-left: 21px;
	padding-bottom: 0px; 
	max-width: 279; }
	
.banner-boxes-288 {
	float: left;
	height: 160px;
	margin-left: 21px;
	padding-bottom: 0px; 
	max-width: 288; }		
	
.banner-boxes-110 {
	float: left;
	height: 160px;
	margin-left: 21px;
	padding-bottom: 0px; 
	width: 110; }	
	
.banner-boxes-215 {
	float: left;
	height: 160px;
	margin-left: 21px;
	padding-bottom: 0px; 
	width: 215; }	
	
#banner-side {
	background-color: #FFFFFF;
	margin-left: 16px;
	margin-bottom: 20px;
	width: 210px;
	float: left;
	text-align: center;
	height: 100%; }

.banner-boxes-side {
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #efefef; }
	
.banner-boxes-side img { margin-bottom: 0px; }

/* ---------------------------------------- figure out which one works and apply -------------------------------- */
/*http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack*/
/* drop the dot, replace with space, zero font-size added to prevent potential layout issues */

.clearfix:after {
content: " "; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0; }

.clearfix {display: inline-block;}


	
#content {
	background-color: #FFFFFF;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #efefef; }
	
#clients {
	clear: both;
	width: 1200px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #FFFFFF; }
	
.client-boxes {
	float: left;
	width: 350px;
	margin-bottom: 10px;
	padding-left: 50px;
	color: #000000; }
	
#client-list { color: #FF3333; }
	
#content-home {
	background-color: #f2f5f8;
	width: 1198px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px; }
	
.desktop img { float: right; }

.font-red {color: #FF0000}
.font-black { color: #333333; }
.font-allcaps { text-transform: uppercase; }
.font-unbold { font-weight: normal; }	
.font-blue-000099 {color: #000099}
.font110 {	font-size: 112%; font-weight: bold; }	
.font-23-italic-blue { color: #122F81; font-size: 23px; font-style: italic; }	
.font-24-bold-left50 { font-size: 24px; font-weight: bold; margin-left: 50px; }
.font-pad-4 { line-height: 30px; }

h1 {
	font-size: 20px;
	color: #000000;
	padding-left: 30px;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia;
	padding-right: 10px;
	padding-bottom: 12px; }
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 30px;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia; }
	
h3 {
	background: transparent; 
	border: 0; 
	font-size: 112%;
	font-weight: bold;
	margin: 0; 
	padding-top: 16px; 
	vertical-align: baseline; }
	
#questions { padding-top: 30px; }	

/* ---------- rounded corners thanks to roundedcrners.org donation Feb 09  ---------- */
.roundedcornr_box_f2f5f8 {
	background-image: url(images/0-corners/roundedcornr_f2f5f8_tl.png);
	background-repeat: no-repeat;
	background-position: left top; }

.roundedcornr_top_f2f5f8 {
	background: url(images/0-corners/roundedcornr_f2f5f8_tr.png) no-repeat top right;
	padding-top: 20px; }
	
.roundedcornr_bottom_f2f5f8 { background: url(images/0-corners/roundedcornr_f2f5f8_bl.png) no-repeat bottom left; }
.roundedcornr_bottom_f2f5f8 div { background: url(images/0-corners/roundedcornr_f2f5f8_br.png) no-repeat bottom right; }

.roundedcornr_content_f2f5f8 { background-image: url(images/0-corners/f2f5f8-4x4.jpg); background-repeat: repeat-y; background-position: right top; }

.roundedcornr_content_f2f5f8 {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px; }

.roundedcornr_top_f2f5f8 div,.roundedcornr_top_f2f5f8,
.roundedcornr_bottom_f2f5f8 div, .roundedcornr_bottom_f2f5f8 {
	width: 100%;
	height: 20px;
	font-size: 1px; }

.roundedcornr_content_f2f5f8, .roundedcornr_bottom_f2f5f8 { margin-top: -19px; }
		
.row-01 {
	background-color: #FFFFFF;
	clear: left;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px; }
	
.row-01 h2 { font-size: 16px; }	
	
.row-02-side {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: right;
	border-left-style: solid;
	border-left-color: #efefef;
	width: 780px;
	border-left-width: 4px;
	padding-bottom: 20px;
}		

#solution-01, #solution-02 {
	width: 280px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 9px;
}
	
#solution-03, #solution-04 {
	width: 280px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 9px;
	margin-right: 9px;
}
	
#teaser-01 h1 {
	font-size: 20px;
	color: #15308A;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia;
	text-align: center;
	width: 1200px;
	margin-right: auto;
	margin-left: auto; }	
	
#teaser-02 h2 {
	font-size: 20px;
	color: #15308A;
	font-family: "Lucida Grande", "Bookman Old Style", Georgia;
	text-align: center;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px; }	
	
.text { margin-bottom: 18px; }			

.text-box {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #0000CC;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px; }

.text-indent {
	padding-left: 50px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999; }
	
.padding-left-30 {
	padding-left: 30px;
	font-weight: bold;
	font-size: 20px; }
