/* NORMALIZING styles
===========================================*/

* { /* resets white space globally */
    margin: 0;
    padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	}

table { border: 0px;}



/* MAIN styles
===========================================*/
body {
	/*font-size: 76%;*/ /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	/* should reset 1em to 10px */
	font-size: 62.5%; /* http://www.thenoodleincident.com/tutorials/typography/css/real.css */
	background: #e6e4e4 0 0 repeat-x;
	color: #4c5d71;
	padding-bottom:3em;
	}



h1 {
	font-size: 18px;
	color: #004171;
	font-weight: normal;
	}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #cf7f00;
	}

body.education #content h2 {color: #ee8e05;}
body.contact-center #content h2 {color: #80A8DF;}
body.custom-office #content h2 {color: #B94B36;}
body.features-and-benefits #content h2 {color: #9368A3;}

h3 {
	font-size: 18px;
	font-weight:bold;
	color: #2b2795;
	margin:.25em 0 .25em;
	}

h4 {
	font-size: 1.7em;
	font-weight:normal;
	color: #666;
	margin:.25em 0 0 0;
	}

h2.sectiontitle {
	font-size: 1.3em;
	font-weight:normal;
	color: #dadada;
	margin:138px 0 0 20px;
	_margin:134px 0 0 20px;
	}

a {
	outline:none;
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	}
a:link, a:visited {color: #2E6A95; text-decoration: none;}
a:hover, a:active{color: #004171;}
/*
004171
347FB5
*/

a.pdflink {
	background: transparent url('images/icon_pdf.gif') 0 0 no-repeat;
	padding:5px 0 4px 0;
	padding-left: 24px;
}

p {
	margin: 0 0 .5em;
	}

td { vertical-align: top;font-size:1.1em;line-height:1.5em;}

td.odd, td.even {padding:5px 10px;}
td.odd {background:#EFF0F0;}

dt { font-weight: bold; }

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0;
	padding: 0;
	}

.clr {
	clear: both;
	height: 0px;
	}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* =CONTAINER styles
===========================================*/
#container{
	width: 806px;
	position:relative;
	left: 50%;
	margin: 0 0 0 -406px;
	padding:0 0 0 6px;
	background: transparent;
	}

.rt-shad {
	background: #eff0f0 url('images/bg_subnavarea.gif') 0 0 no-repeat;
	width:6px;
	height:25px;
	/* margin: 0 0 0 -6px; */
	position: absolute;
	z-index:50;
	top:193px;
	left:0;
	}

.lft-shad {
	background: #eff0f0 url('images/bg_subnavarea.gif') 100% 0 no-repeat;
	width:6px;
	height:25px;
	position: absolute;
	z-index:55;
	top:193px;
	right:0;
	}


#circles-squares {
	width: 67px;
	height: 72px;
	position:absolute;
	left: 50%;
	top: 244px;
	margin: 0 0 0 -498px;
	
	}

#circles-squares span {
	display: none;
	}


/* =HEADER styles
===========================================*/
#header {
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
	height: 154px;
	}
	
#header h1 { text-align: left; }

#header h1 {
	position: absolute;
	display: inline;
	top: 1em;
	left: 1em;
	/* put the background image here too to avoid 'flash' when viewing in IE */
	background: transparent url('images/fl_logo.gif') 0 0 no-repeat;
	width: 285px;
	}

#header h1 a {
	background: transparent url('images/fl_logo.gif') 0 0 no-repeat;
	display: block;
	height: 140px;
	width: 385px;
	color: #ccc;
	padding: 140px 85px 0px 0px; 
	height: 0px !important;
	height /**/:165px;
	overflow:hidden;
	font-size: 1px;
	}

#header p.motto { 
	height: 0px !important;
	overflow:hidden;
	font-size: 1px;
	}



/* Searchbox in header 
--------------------------------- */
#searchbox{
	position: absolute;
	right: 20px;
	top: 32px;
	width: 158px;
	padding: 0;
	}
	
#searchbox td{
	vertical-align: middle;
	height: 2em;
	}
	
#searchbox td input.searchfield{
	background: #fff url('images/bg_search.gif') 0 0 no-repeat;
	border: 0px solid #fff;
	width: 100px;
	height: 16px;
	padding: .3em 1em 0 1em;
	margin-top:.2em;
	font-size: 1em;
	color: #666;
	}




/* =CONTENT styles
===========================================*/
#content { /* this wraps everything from nav or subnav down */
	background: #fff url('images/bg_content.gif') 0 0 repeat-y;
	width: 806px;
	margin:0 0 0 -6px;
	padding:0 0 0 6px;
	position: relative;
	}

body.search #content { /* this wraps everything from nav or subnav down */
	background: #fff url('images/bg_content.gif') 0 0 repeat-y;
	width: 806px;
	margin:0 0 0 -6px;
	padding:0 0 0 6px;
	position: relative;
	text-align: left;
	/*background:#daffff;*/  /* uncomment this for easy testing view */
	}

.content-unit { /* the 'blocks' most pages are made of */
	width:655px;
	margin-right:6px;
	float:right;
	display:inline;
	min-height:280px;
	height:auto;
	background:transparent;
	/*background:#ffffde;*/ 
	/* lt yellow */
	}

.content-left { /* left side of the block */
	width: 315px;
	float:left;
	display:inline;
	padding:16px 20px 0;
	background: transparent;
	}

.content-right { /* right side of the block */
	width: 300px;
	float:left;
	text-align:center;
	background: #fff;
	overflow:hidden;
	}
	
.content-left2 { /* left side of the block */
	width: 515px;
	float:left;
	display:inline;
	padding:16px 20px 0;
	background: transparent;
	}

.content-right2 { /* right side of the block */
	width: 180px;
	float:right;
	text-align:center;
	background: #fff;
	overflow:hidden;
	}	

.content-right img {
	border: none;
}

.content-inner { /* like content-left, but spans across; no image */
	width: 760px;
	float:left;
	padding:16px 20px 0;
	background: transparent;
	}

/* all the links in the main sections of the page are different than those in the footer, sidebar, sidenav, and mainnav */
.content-unit a, .content-left a, .content-right a, .content-inner a, 
dl a {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight:bold;}


/* base section pages, with wider images */
body.base .content-unit { /* the 'blocks' most pages are made of */
	width:800px;
	margin-bottom: 0;
	margin-right:6px;
	}

body.base .content-left { /* left side of the block */
	width: 380px;
	float:left;
	padding:16px 20px 0 20px;
	background: transparent;
	}

body.base .content-right { /* right side of the block */
	width: 380px;
	float:left;
	background: #fff;
	}


/* special version(s) for the homepage */
body.home .content-unit { /* the 'blocks' most pages are made of */
	float: left;
	display: inline;
	width:100%;
	min-height:28em;
	height:auto;
	margin-bottom:0;
	background: #fff url('images/ic_home_design.gif') 3em 50% no-repeat;
	}

body.home .content-left { /* left side of the block */
	width: 260px;
	float:left;
	padding:30px 20px 20px 140px;
	background: transparent;
	}

body.cclinks .linkunit { /* right side - images for contact center links */
	min-height: 0px;
	height:auto;
	}
	
body.cclinks .linkunit .content-right { /* right side - images for contact center links */
	text-align:center;
	padding-top:6em;
	}

#content p, .content-unit ul, .content-unit .content-left ul, .content-inner ul {
	font-size: 1.2em;
	line-height:1.8em;
	margin: 0 0 1.5em 0;
	color:#4c5d71;
	}

#content ul {
	margin-left:2em;
}


/* MAIN NAVIGATION styles
========================================== */

#main-navigation { /* div that encloses UL */
	margin: 0 0 0 -6px;
	padding:0px 0 0 6px;
	font-size: 11px;
	width:806px;
	}

#main-navigation ul {
	padding:0;
	margin:0;
	width:800px;
	color: #ffdd8a;
	list-style: none;
	float:left;
	background:#BABBBB;
	}

#main-navigation ul li{
	display: inline;
	margin:0;
	padding:0;
	}

#main-navigation ul li a { 
	/* padding: 9px 25px 10px 24px; */
	width: 99px;
	margin: 0 1px 0 0;
	_margin: 0 1px -1px 0;
	padding:9px 0 10px 0;
	_padding:8px 0 9px 0;
	text-align:center;
	font-weight:bold;
	float:left;
	border-top: 1px solid #dde0e1;
	text-decoration: none;
	color: #494e5c;
	}

#main-navigation ul li a:link, #main-navigation ul li a:visited {	
	background: #cdcfd0 url('images/bg_btn_mainnav.gif') 0 0 repeat-x;
	}

#main-navigation ul li a:hover, #main-navigation ul li a.active,
body.techadv #main-navigation ul li#mainnav-techadv-active a {
	color: #004171;
	background: #EFF0F0 url('images/bg_mainnav.gif') 0 0 repeat-x;
	}


#main-navigation ul li.last a {
	/* padding: 9px 24px 11px 24px; */
	margin-right:none;
	}



/* SUBNAV styles
these are second level nav
-------------------------------------------*/
#subnav-container {
	background: #eff0f0;
	display:block;
	/*height: 25px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:800px;
	}

#subnav-container ul {
	padding:0 0 0 14px;
	margin:0;
	background: #eff0f0;
	color: #ffdd8a;
	list-style: none;
	font-size: 11px;
	font-weight:normal;
	display:block;
	float: left;
	}

#subnav-container ul li{
	display: inline;
}

#subnav-container ul li.off { /* ?? */
	background:transparent;
	padding: 3px 7px 3px 7px;
	color:#B34E07;
	}

#subnav-container ul li a:link, #subnav-container ul li a:visited {
	float:left;
	padding: 6px 1em 6px 1em;
	_padding: 4px 1em 5px 1em;
	color: #777; 
	text-decoration: none;
	}

#subnav-container ul li a:hover {
	color: #004171;
	}
	
#subnav-container ul li a:active,
#subnav-container ul li.active a,
#container #subnav-container ul li.active a
 {color: #004171;}



/* =SIDEBAR styles
===========================================*/
#sidebar {
	padding: 2em 0 0 0;
	background: #fff;
/*	background: #ffffae;*/
	width: 145px;
	float: left;
	}

#sidebar #sidebar-navigation {
	background: transparent url('images/dots_vert.gif') 100% 0 repeat-y;
	padding:10px 0 10px;
	font-size:1.1em;
	}

#sidebar #sidebar-navigation ul {
	list-style: none;
	margin:0 10px 0 14px;
	}

#sidebar #sidebar-navigation li {
/*	margin:0 0 1em 0;*/
	display:inline;
	}

#sidebar #sidebar-navigation ul li a {
	display: block;
	margin-bottom:.8em;
	}

#sidebar #sidebar-navigation ul li a,
#sidebar #sidebar-navigation ul li a:link,
#sidebar #sidebar-navigation ul li a:visited {
	padding-left:7px;
	}

#sidebar #sidebar-navigation ul li a:hover, 
#sidebar #sidebar-navigation ul li a:active,
#sidebar #sidebar-navigation ul li.active a
{
color:#004171;
	background: transparent url("images/arrow_sidebar.gif") 0 .3em no-repeat;
	}


/* =FOOTER styles
===========================================*/
#footer {
	clear: both;
	margin: 0 0 0 -6px;
	padding: 0 0 0 6px;
	background: #fff url('images/bg_content.gif') 0 0 repeat-y;
	width: 806px;
	}

#footer p {

	}

#footer-nav {
	border-top: 1px solid #b9babb;
	width:780px;
	padding: 0 20px 0 0;
	}

#footer-nav ul {
	margin: 0;
	list-style: none;
	text-align: right;
	float:right;
	}
	
#footer-nav li{
	display: inline;
	}

/*
a {
	outline:none;
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	}
a:link, a:visited {color: #004171; text-decoration: none;}
a:hover{color: #347FB5;}
a:active{color: #347FB5;}
*/


#footer-nav li a {
	border-right: 1px solid #b9babb;
	padding: .5em .9em .4em .9em;
	font-size: 1.1em;
	float:left;
	}

#footer-nav ul li a.last {
	border-right: none;
	padding-right: 0;
	}

p.solutions {
	text-align:left;
	background: transparent url('images/bg_solutions.gif') 0 0 no-repeat;
	width:348px;
	height:37px;
	margin:8px 0 0 18px;
	}

p.solutions span {
	display: none;
	}

p.copyright {
	margin: 0 0 0 -6px;
	padding:5px 20px 18px 0;
	color:#a3a6ad;
	background: #e6e4e4 url('images/bg_footer_bottom.gif') 0 0 no-repeat;
	text-align:right;
	}










/* def list for the events page */
dl.events {
	
}	

dl.events .evt_item {font-weight:bold;}

dl.events dt {
	font-size: 1.5em;
	font-weight:normal;
	color: #97b500;
	margin:.25em 0 .25em;
}

dl.events dd {
	margin-bottom: 2em;
}

dl.events dd p {
	margin: 0;
	padding: 0 2em 0 2em;
}

dl.events dd ul {
	font-size: 1.2em;
	margin-bottom:0;
	list-style:none;
	margin-left:0em;
	padding:0;
}
dl.events dd li {
	margin:0;
	padding:0;
}

.event-listing.old  span.evt_item, dl.events .event-listing.old  dt, .event-listing.old  dd, 
.event-listing.old  ul, .event-listing.old  li {
		color: #999;
	}

.event-listing.now {
	background: #F7F8E8;
	padding:10px 10px .1em;
	}


/* Rotating galleries for lead areas */
#leadgallery {
	background: #fff;
	min-height:330px;
}

/* small JS galleries for products
--------------------------------------------- */
.gallery-container { /* hold entire gallery */
	display: block;
}

.galleryimage { /* main big pic */
	background: transparent; 
	min-height:280px;
	padding: 0; 
	margin: 0;
	}

#gallerycaption {
	min-height:1.25em;
	text-align: left;
	padding:3px 0 0 0;	
	}

.galleryimage img, .gallerythumbs img {
	}

.gallerythumbs { /* containing div for the thumbnails */
	background-color: #fff; 
	margin: 0 0 0 -20px;
	_margin: 0 0 0 -40px;
	padding:0;
	text-align:left;
	/*border-top: 1px solid #AFB4B8;*/
	}

.gallerythumbs ul {
	margin: 0 0 5px 0;
	padding:0;
	}

.gallerythumbs ul li {
	background-color: #fff; 
	display:inline;
	list-style: none;
	}

.gallerythumbs ul li a{
	float:left;
	display: block;
	margin:5px 7px 0 0;
	_margin:5px 3px 0 0;
	}

a.gthumb {
	border: 1px solid #AFB4B8;
	}

a.gthumb_on {
	border: 1px solid #004171;
	}


/* =CONTACT styles
===========================================*/
.required {color:#850202;}

#form-container {
	padding-left: 4em;
	margin-bottom:2em;
}

fieldset {
	margin: 0px;
	padding: 0 10px 10px;
	background-color: transparent;
	border: 0px;
	}
	
fieldset input, fieldset textarea {
	border:1px solid #ccc;
	background:#fffffa;
	width: 280px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	}

fieldset input#phone, fieldset input#fax, fieldset input#zipcode {
	width: 12em;
}


fieldset select {
	border:1px solid #ccc;
	background:#fffffa;
	width: 280px;
	color:#666;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

fieldset select {
	width:288px;
}
	
fieldset input:focus, fieldset textarea:focus {
	border:1px solid #a36310;
	color:#333;
	background:#fff;
	}

.formfields dt{
	float: left;
	clear: left;
	width: 25%;
	margin: 10px 10px 0 0;
	text-align: right;
	font-size:1.2em;
	padding-top:3px;
	}	

.formfields dd{
	float: left;
	margin: 10px 0px 0 0;
	width: 65%;
	}

#form-container .submit {
	margin: 5px 0 0 0;
	width: auto;
	padding:2px 8px;
	float: left;
	background: #2E6A95;
	color: #fff;
	font-weight: bold;
	border:1px solid #224D6D;
	border-top-color:#4C83AA;
	border-left-color:#4C83AA;
	}


/* error box for the form
------------------------------------ */
.errorexplanation { 
	background: #ffffe0;
	border:1px solid #e66455;
	color:#333;
	padding: 1em;
	margin: 1.2em 0;
	}

.errorexplanation ul {
	margin: 0 0 .5em 0;
 	padding: 0 0 0 4em;
	}

.errorexplanation h2 { 
	color: #850202;
	background: transparent url('images/icon_formerror.gif') 0 50% no-repeat;
	padding:0 0 0 1em;
	margin: 0;
	}

.errorexplanation p {
	padding:0 0 0 2em;
	margin: 0 0 .5em 0;	
	}
/* ------------------------------------ */

.toplink {display:block;padding-bottom:1em;}





body.sitemap .content-inner ul {font-size:12px;}

	ul#site-map-list {
		margin:0 0 2em 2em;
	}

	ul#site-map-list li {
		line-height:1.5em;
		list-style: disc;
	}	

	ul#site-map-list li ul{
		margin:0 0 .5em 1em;
	}	
	
	ul#site-map-list li ul li{
		margin:0 0 0 1.5em;
	}		
