@charset "utf-8";
/* CSS Document */

/* 
By: Peter Neal
Sept 23 2009
Custom styles for each quote site.

Check-list:
1. Change out all pictures. Logos, background images and photos.
2. This CSS file edited.
3. Application edited to proper site name. (should be 4th line)
4. Edit both header and footer to describe specific site
 */
 
 
 
 
 /* START Navigation styles */
 
 .main_nav_container{
 /* Used only if there is no background image */
 background-color:#ffb443;
 }
 
 .nav_link, .nav_link a:link, .nav_link a:active, .nav_link a:visited {
 color:#ffffff;
font-weight:bold;
font-size:14px;
}
.nav_link a:hover {
color:#ffffff;
font-weight:bold;
font-size:14px;
}

/* END Navigation styles */

/* START Homepage styles */

.main_home_image, .main_home_image a:link, .main_home_image a:active, .main_home_image a:hover, .main_home_image a:visited {
/* Text color in main box */
color:#ffffff;
}

.home_call_us{ /* Section in lower right corner with phone receptionist */
color:#660119;
}

.width_A_home{
/* color of text in left column below main box */
color:#660119;
}

.home_form{
padding-top:55px;
color:#ffffff;
margin:0 10px 0 400px;
/* margin changes to fit picture */
}

.home_info{
padding-top:55px;
width:380px;
/* width changes to fit picture (see above) */
}

/* END Homepage styles */

/* START General styles */

/* This is the main column for the site and may change background colors between sites */
.width_A{
/*these colors change per site*/
color:#660119;
background-color:#ffb443;
border:solid #ffffff 6px;
}

/* This is the 2nd column for the site and may change background colors between sites */
.width_B{
/*these colors change per site*/
color:#ffffff;
background-color:#af2609;
border:solid #ffffff 6px;
}

/* END General styles */

/* START form styles */

.customformfont, .customformfont a:link, .customformfont a:active, .customformfont a:hover, .customformfont a:visited{
color:#000000;
}

.homecustomformfont, .homecustomformfont a:link, .homecustomformfont a:active, .homecustomformfont a:hover, .homecustomformfont a:visited{
color:#ffffff;
}

/* END form styles */
