

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

h1, h2, h3, h4, h5, h6, strong
{
 font-weight:  bold;
}

h1, h2, h3, h4, h5, h6
{
 margin-bottom:1em;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


@charset "utf-8";
/* Stylesheets for Floodzone Corrections 
   Browser: All.
   Explosive Image.
   Coder/Programmer: Arleys
   Date: 02-25-08
*/

/*********************
     COLORS USED
*********************/

/* Description   : Color Code
   
   holder border : #2a41b3;
   h3 color      : #7a85bf;
   text color    : #223ab0;
   bg gradient   : #adbef1, #E1E4ED; #e1e8fc;
 
*/

*
{
 margin: 0;
 padding: 0;
}

/****************
     GLOBAL
*****************/

body
{
 padding-top: 20px;
}

#container
{
 width: 933px;
 height:auto;
 margin: 0 auto;
}

#holder
{
width: 929px;
height:auto;
border: 2px solid #d9dee0; 
padding-bottom:1em;
}

#header
{
width: 929px;
height: 142px;
}

#logo
{
width: 533px;
height: 142px;
float: left;
}
#logo h1 a
{
background:url(/images/logo.jpg) no-repeat;
display:block;
height:142px;
text-indent:-9999px;
width:533px;
}

#flash_header
{
width: 396px;
height: 142px;
float: left;
display:inline;
}

#nav
{
width: 929px; 
height: 36px;
font-weight:normal;
background:  url(/images/nav_bg.jpg) center no-repeat;
}
#nav ul
{
font-size:1.4em;
list-style:none;
text-align:left;
}
#nav ul li
{
background:url(/images/menu_sep.jpg) no-repeat top right;
display:block;
float:left;
height:24px;
_height:24px;
padding-top:12px;
text-align:center;
width:113px;
}
#nav ul li a
{
display:block;
height:36px;
_height:16px;
width:113px;
}

#breadcrumbs
{
clear:both;
width: 887px;
height: 30px;
}

#content
{
width: 887px;
_width:876px;
height:auto;
padding: 0 26px 26px 26px;
_padding:0 20px 26px 20px;
}

#breadcrumbs
{
margin:0.7em 0 0 2.3em;
}

#scroller
{
width: 530px;
height:auto;
margin-right: 26px;
float: left;
display: inline;
}

#scroller_main
{
width: 887px;
}

#top_scroll
{
width: 530px;
height: 12px;
background: url(/images/top_content.jpg) center bottom no-repeat; 
}

#text
{
width: 500px;
height:auto;
padding: 15px;
padding-bottom:4px;
background: url(/images/content_bg.jpg) center repeat-y; 
}

#bottom_scroll
{
width: 530px;
height: 12px;
background: url(/images/bottom_content.jpg) center top no-repeat; 
}


/* Main Content */
#top_scroll_main
{
width: 880px;
height: 12px;
background: url(/images/top_main_content.jpg) center bottom no-repeat; 
}

#text.maincontent
{
background: url(/images/content_main_bg.jpg) center repeat-y; 
padding:15px 30px 15px 25px;
width:825px;
}


#bottom_scroll_main
{
width: 880px;
height: 12px;
background: url(/images/bottom_main_content.jpg) center top no-repeat; 
}


#testimonials
{
width: 256px;
min-height: 332px;
height: auto !important;
height: 332px;
float: left;
padding: 30px 25px 20px  38px;
display: inline;
border: 1px solid #eef3f2;
background: #f3f4f5;
}

blockquote
{
margin:1em 9px 1em 0;
_margin:1em 0;
padding:1em;
}
#testimonials blockquote
{
margin-bottom:2em;
padding:0;
text-align:justify;
}
#footer
{
margin-top:12px;
}


/****************
     CLASSES
*****************/

.signature
{
background:url(/images/signature.jpg) no-repeat left top;
padding-top:46px;
text-align:left;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.divider
{
background:url(/images/content_divider.jpg) no-repeat;
display:block;
margin:2em 0 2em -10px;
height:23px;
width:517px;
_width:500px;
}

.nobmargin
{
margin-bottom:0;
}
.clear
{
clear:both;
}


/******************
   WEBSITE ALERTS
*******************/

.info, .success, .warning, .error, .validation {
 border: 1px solid;
 margin: 10px 0px;
 padding:15px 10px 15px 50px;
 background-repeat: no-repeat;
 background-position: 10px center;
}
.info {
 color: #00529B;
 background-color: #BDE5F8;
 background-image: url("/images/icons/info.png");
}
.success {
 color: #4F8A10;
 background-color: #DFF2BF;
 background-image:url("/images/icons/success.png");
}
.warning {
 color: #9F6000;
 background-color: #FEEFB3;
 background-image: url("/images/icons/warning.png");
}
.error {
 color: #D8000C;
 background-color: #FFBABA;
 background-image: url("/images/icons/error.png");
}
.errorMessage
{
 color:#f00;
 font-size:0.9em;
 font-weight:bold;
 font-style:italic;
}
.error p
{
 color:#D8000C;
 font-weight:normal;
}
.error p strong
{
 color:#D8000C;
 font-weight:bold;
}

.acloselink
{
 float:right;
 width:65px;
}

@charset "utf-8";
/* Stylesheets for Floodzone Corrections 
   Browser: All.
   Explosive Image.
   Coder/Programmer: Arleys
   Date: 02-25-08
*/

@charset "utf-8";
/* Stylesheets for Floodzone Corrections 
   Browser: All.
   Explosive Image.
   Coder/Programmer: Arleys
   Date: 02-25-08
*/


/****************
    TYPOGRAPHY
*****************/

html, body
{
font-family: Arial, Helvetica, sans-serif; 
text-align: left;
}
body
{
font-size:62.5%;
}

p
{
line-height: 1.2em;
font-size: 1.1em;
font-weight:normal;
margin-bottom: 15px;
text-align: justify;
}

a
{
 text-decoration: none;
}

a:link, a:visited
{
 color: #2c2c2c;  
}

a:hover, a:active
{
 color: #2da9df;  
}

hr
{
background:#f1f1f1;
border:1px solid #f1f1f1;
color:#f1f1f1;
margin:1em 0;
}

h3
{
border-bottom:3px solid #f9b62f;
color:#f9b62f;
font-size:1.8em;
font-weight:bold;
padding:0 0 0.8em 0;
text-align:left;
text-transform:uppercase;
width:auto;
}
h3 span
{
color:#99a3ac;
margin-left:9px;
}
#testimonials
{
font-weight:normal;
}
#testimonials h3
{
border:0;
margin-bottom:0;
padding-bottom:0;
}

#text h4
{
font-size:1.4em;
margin-bottom:6px;
text-align:left;
}
#text ul,
#text ol
{
font-size:1.1em;
font-weight:normal;
margin:1em;
padding-left:1em;
text-align:left;
}
#text ul
{
list-style:disc;
}
#text ol
{
list-style:decimal;
}
#text ul li,
#text ol li
{
line-height:1.2em;
margin-bottom:6px;
padding-left:0.2em;
}

#text ul.services
{
font-size:1.2em;
font-weight:normal;
text-align:left;
}
#text ul.services li
{
font-weight:bold;
margin-bottom:1em;
padding:0.3em;
}
#text ul.services li a
{
height:inherit;
width:inherit;
color:#1A57B2;
text-decoration:underline;
}

#breadcrumbs
{
color:#1A57B2;
font-size:1.1em;
}
#breadcrumbs span
{
color:#f9b62f;
}
#breadcrumbs a
{
color:#1A57B2;
text-decoration:underline;
}

blockquote
{
background:#f3f4f5;
border:#e4e5e5;
color:#333;
font-size:1em;
line-height:1.2em;
text-align:left;
}

#testimonials blockquote
{
color:#000;
font-size:1.1em;
font-weight:normal;
line-height:1.2em;
}

#text blockquote
{
font-size:1.1em;
font-weight:normal;
}

#bottom_nav
{
text-align:center;
}

a.backlink
{
color:#1A57B2;
text-decoration:underline;
font-size:1.3em;
text-align:left;
}
a.readmore
{
color:#1A57B2;
text-decoration:underline;
display:block;
font-size:1em;
text-align:right;
text-transform:uppercase;
}

/* Accordions */
dl#accordion
{
font-size:1.1em;
text-align:left;
}
dl#accordion dt
{
color:#1A57B2;
text-decoration:underline;
cursor:pointer;
font-size:1em;
font-weight:bold;
/*margin-bottom:10px;*/
}
dl#accordion dd
{
line-height:1.2em;
font-weight:normal;
margin:0.5em 0 1em;
}
