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

