@charset "utf-8";
/* CSS Document */

#container {
margin: 0 auto -125px auto;
width: 920px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #FFFFFF;
min-height: 100%;
height: auto !important;
height: 100%;
}

/*********************************************
HEADER STYLES
*********************************************/
#header {
background-image: url(../images/blueprint-background-services1.gif);
background-repeat: no-repeat;
height: 304px;
}

#nav-home {
z-index: 4;
position: absolute;
padding-top: 78px;
padding-left: 221px;
}

/***********************************************
MAIN SECTION STYLES
***********************************************/
#content {
background-image: url(../images/blueprint-background-services3.gif);
background-repeat: no-repeat;
background-color: #FFFFFF;
height: 470px;
}

/*************left column**********************/
#left-column {
float: left;
width: 190px;
padding-top: 20px;
padding-left: 26px;
}
#left-column h2 {
margin-left: 12px;
}

/***********center column**************************/
#center-column {
float: left;
width: 630px;
padding-top: 30px;
padding-left: 30px;
color: #666666;
font-size: 1.4em;
line-height: 1.5;
}

#center-column h2 {
font-size: 1.6em;
font-family: tahoma;
color: #666666;
text-transform: uppercase;
}

#center-column h3 {
font-size:1.2em;
}

/*****************************************
FOOTER
*****************************************/
#footer-content {
font-size:1.2em;
color:#666666;
}

#footer-content a {
color:#666666;
text-decoration:none;
font-weight: bold;
line-height: 2.5;
}

#footer-content .small-text {
color: #666666;
}