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

body{margin:0px; 
background-image:url(images/BGfade.jpg); 
background-repeat:repeat-x; 
background-position:top;
background-color:#a1b7f1;
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-color:#174dd7;
height:30px;
}

.nav_link, .nav_link a:link, .nav_link a:active, .nav_link a:visited {
padding:5px;
margin-right:20px;
float:left;
color:#ffffff;
text-decoration:none;
}

.nav_link a:hover {
padding:5px;
margin-right:20px;
float:left;
color:#ffffff;
background-color:#a1b7f1;
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:285px;
margin-top:10px;
margin-left:-210px;
color:#1b367b;
}

.home_form{
margin-left:180px;
padding-top:40px;
width:380px;
float:left;
text-align:right;
}

.home_info{
text-align:left;
padding-top:40px;
padding-right:10px;
width:480px;
float:right;
}

.home_call_us{
color:#1b367b;
padding:25px 170px 12px 15px;
background-image:url(images/girl_BG_frame.jpg);
background-repeat:no-repeat;
height:256px;
width:336px;
line-height:1.6em;
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:1.8em;
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:#174dd7;
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:#1b367b;
background-color:#8bc7e6;
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:#dddddd;
}

/* END Footer styles */