@charset "utf-8";
/* CSS Document */
/* START General styles */

body{margin:0px; 
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

img{border: none;}
h1 {font-size:24px;}
h1, h2, h3{margin-top:0px;}


/* END General styles */

/* START Header styles */

.header{
width:900px;
height:65px;
text-align:left;
}

/* END Header styles */

/* START Navigation styles */

.main_nav_container{
width:100%;
background-image:url(/images/main_nav_BG.jpg);
background-repeat:repeat-x;
background-color:#9c1024;
height:35px;
margin-bottom:12px;
}

.nav_link, .nav_link a:link, .nav_link a:active, .nav_link a:visited {
padding:9px;
margin-right:20px;
float:left;
color:#ffffff;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

.nav_link a:hover {
padding:9px;
margin-right:20px;
float:left;
color:#ffffff;
font-weight:bold;
font-size:14px;
text-decoration:underline;
}

/* END Navigation styles */

/* START Homepage styles */

.main_home_image{
background-image:url(/images/LargeBG.png);
background-repeat:no-repeat;
background-position: 50%;
height:280px;
color:#9c1024;
margin-left:0px;
}

.home_form{
margin-left:280px;
padding-top:30px;
width:285px;
float:left;
text-align:right;
}

.home_info{
text-align:left;
padding-top:30px;
padding-right:30px;
width:290px !important;
width:310px;
float:right;
}

.home_call_us{
color:#9c1024;
padding:25px 170px 12px 15px;
background-image:url(images/girl_BG_frame.jpg);
background-repeat:no-repeat;
height:256px;
width:336px;
line-height:1.4em;
font-size:14px;
}

.small_pics_container{

margin-top:-120px !important;
margin-top: -90px;
height:160px;
width:560px;
width:545px !important;
text-align:center;
}

.small_pic{
padding:5px;
}

.width_A_home{
background-image:url(images/width_A_home.png);
background-repeat:no-repeat;

width:517px !important;
width:550px;
height:251px;
padding:15px;
line-height:2em;
float:left;
/*these colors change per site*/
color:#ffffff;
}


/* END Homepage styles */

/* START General styles */

.width900{
width:900px;
text-align:left;
}



/* There is a 20px gap between these next two two columns. Total adds up to the 900px stated above */
/* This is the main column for the site and may change background colors between sites */
.width_A{

width:480px !IMPORTANT;
width:500px ;
padding:12px;
float:left;
/*these colors change per site*/
color:#ffffff;
background-color:#9c1024;
border:solid #ffffff 6px;
}


/* This is the 2nd column for the site and may change background colors between sites */
.width_B{
width:330px ;
padding:12px;
float:left;
/*these colors change per site*/
color:#9c1024;
background-color:#f1ca6d;
border:solid #ffffff 6px;
}


.leftcolumn { width:530px; float:left;}
.rightcolumn { float:left;}

.bold_statement{
font-size:14px;
font-weight:bold;
}

/* END General styles */

/* START Footer styles */

.footer{
width:900px;
font-size:10px;
color:#bbbbbb;
}

/* END Footer styles */