/* CSS for A Fresh Start */

/* ----------General---------- */

html,body {
background-image:url(images/bg.gif);
font-size: 12px;
font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#415138;
padding:0px;
margin:0 auto;
height: 100%;
}

body {
margin:0px;
padding:0px;
}


h1 {
font-size: 22px;
color:#415138;
font-weight: bold;
}

h2 {
font-size: 22px;
color: #990000;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #990000;
}





#wrap {
background-image: url(images/bg_content.gif);
background-repeat: repeat-y;
align: center;
margin: 0px auto;
width: 760px;
padding: 0px;
text-align: left;

}

#yellow {
background-color: e2e1b3;
height: 5px;
}


#flash {
align: center; 
height: 269px;
}


#navbar {
text-align: center;
align: center; 
height: 60px;
}




#content {
margin-top: 0px;
background-image: url(images/bg_content.gif);
background-repeat: repeat-y;
}

#content-comm {
margin-top: 0px;
background-image: url(images/business-2.jpg);
background-repeat: repeat-y;
}


#content-loss {
margin-top: 0px;
background-image: url(images/claims.jpg);
background-repeat: repeat-y;
}

#content-pers {
margin-top: 0px;
background-image: url(images/pers.jpg);
background-repeat: repeat-y;
}


#maintext {
margin-left: 10px;
margin-right: 10px;
align: left;
}


#text2 {
border: solid 2px #CCCCCC;
margin: 10px;
align: left;
height: 105px;
padding: 4px;
}

#companies {
width: 285px;
float: left;
margin-right: 10px;
}



#cologo {
height: 75px;
align: center;
text-align: center;
padding: 13px;
clear: both;
margin-bottom: 50px;
}


#footer {
background-image: url(images/bg_footer.gif);
background-repeat: no-repeat;
height: 20px;
align: center;
text-align: center;
padding: 13px;
clear: both;
}








/*   Links & Copy   */

a,a:hover,a:visited,a:visited:hover,a:active { font-weight: normal; text-decoration: none; }
a {color: #008ECD;}
a:hover {color: #70D3FA;}
a:visited {color:#008ECD;}
a:visited:hover {color:#70D3FA;}
a:active { color:#C4EEFF;}

#footer a,#footer a:hover,#footer a:visited,#footer a:visited:hover,#footer a:active { font-weight: bold; text-decoration: none; text-shadow: 2px 2px 2px #266883; }
#footer a {color: #415138;}
#footer a:hover {color: #ff0000;}
#footer a:visited {color:#33333;}
#footer a:visited:hover {color:#ff0000;}
#footer a:active { color:orange;}
