/* CSS for A Fresh Start */

/* ----------General---------- */

html,body {
background-color: #333333;
font-size: 12px;
font-family: Gill Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#0a429c;
padding:0px;
margin:0px;
height: 100%;
}

body {
margin:0px;
padding:0px;
}

h1 {
font-size: 14px;
color: #990000;
}

h2 {
font-size: 22px;
color: #990000;
}

h3 {
font-size: 12px;
font-weight: bold;
color: #990000;
}

.contactoffices {
border: solid 1px #A2C1EB;
text-align: left;
}

#wrap {
background-image: url(images/bg_content.gif);
background-repeat: repeat-y;
margin: 0px auto;
width: 784px;
padding: 0px;
text-align: left;
}

#banner {
text-align: center;
margin-bottom: 5px;
}

#content {
background-image: url(images/bg_content.gif);
background-repeat: repeat-y;
height: 450px auto;
}

#sidebars {
float: left;
}

#sidebar-outside {
margin-left: 10px;
border: solid 1px #001A7B;
width: 155px;
}

#sidebar {
border: solid 2px #A2C1EB;
text-align: left;
padding: 2px;
}

#sidebar-company {
margin-left: 10px;
width: 130px;
text-align: left;
padding: 2px;
}

#mid {
float: left;
margin-left: 20px;
width: 345px;
}

#mid-nonhome {
float: left;
margin-left: 20px;
width: 585px;
}

#right {
width: 226px;
float: right;
margin-right: 10px;
}

#rightbox-text{
margin-left: 10px;
margin-right: 60px;
}

#rightbox {
border: solid 1px #001d7c;
background-image: url(images/women-s.jpg);
background-position: top right;
background-repeat: no-repeat;
}

#rightbox-trust {
border: solid 1px #001d7c;
margin-top: 10px; 
}

#footer {
background-image: url(images/bg_footer.gif);
background-repeat: no-repeat;
height: 15px;
align: center;
text-align: center;
padding: 9px;
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: #333333;}
#footer a:hover {color: #ff0000;}
#footer a:visited {color:#33333;}
#footer a:visited:hover {color:#ff0000;}
#footer a:active { color:orange;}


#footer {
color: #ffffff;
}

