

@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;
}


/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('/images/validate/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('/images/validate/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('/images/validate/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('/images/validate/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('/images/validate/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('/images/validate/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('/images/validate/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('/images/validate/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('/images/validate/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('/images/validate/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('/images/validate/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	/*float:left;*/
	/*margin-top : 5px;
	background-color : #EAEAEA;*/
	color : #A00;
}
select
{
 /*border:1px solid red;*/
}
.fc-error p {
	/*margin : 5px;*/
	color : #A00;
	display:inline;
}


form 
{
border:2px solid #f1f1f1;
font-size:1.2em;
padding:1em;
margin:0 1em;
text-align:left;
}

/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset
{
 margin: 0;
 padding: 0;	
 /*border: 1px solid #674d34;	*/
 /*overflow: auto;*/
}

/*legend
{
 padding: 2px 5px;
 color: #674d34;
 font-size: 115%;
 font-weight: bold;
}*/

/* Form or Fieldset instruction paragraph. */
form .instructions
{
 line-height: 1.3em;
 font-style: italic;
}

.field
{
 display:block;
 margin: 8px 0;
 clear:both;
 text-transform:capitalize;
}

.fieldverify
{
 text-align:center;
 display:block;
}

.fieldcentered
{
 text-align:center;
}   

/* Field Labels ======================================================================== */

/* Base */

.errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

label, form .label {	
	color: #333;
	margin: 0;
	line-height: 1.5em;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
}
label.alertMe {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
	background-color: #EDEDDC;
	color:#f00;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}

/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat
{
 display:block;
 margin: 15px 0;
}

div.removeable
{
 display:block;
 margin:15px 0;
 border: 1px dotted #ccc;
 background: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
.other_field
{
 margin-left:12px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}


/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
	font-size:1.4em;
	padding:0.5em;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	margin: 2px 0 0px 0;
	padding: 2px;
	padding-bottom:0;
	font-size: 85%;
	min-height: 2em;	
}
 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/* Autocompleter */

div.autosuggest
{
	position: absolute;
	background-image: url(../autosuggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../autosuggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../autosuggest/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../autosuggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../autosuggest/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../autosuggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../autosuggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../autosuggest/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../autosuggest/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}


a.skiplink:link, a.skiplink:visited
{
 color: #fff; 
}

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

/* FORM CHECK *

/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('../images/validate/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/validate/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/validate/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/validate/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/validate/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/validate/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/validate/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/validate/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/validate/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/validate/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../images/validate/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	/*float:left;*/
	/*margin-top : 5px;
	background-color : #EAEAEA;*/
	color : #A00;
}
select
{
 /*border:1px solid red;*/
}
.fc-error p {
	/*margin : 5px;*/
	color : #A00;
	display:inline;
}
