@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;
background-image: url(../images/services-background.gif);
background-repeat: repeat-y;
background-position: right;
min-height: 100%;
height: auto !important;
height: 100%;
}

/*********************************************
HEADER STYLES
*********************************************/
#header {
background-image: url(../images/blueprint-background-services1.gif);
background-repeat: no-repeat;
height: 305px;
}

#nav-home {
z-index: 4;
position: absolute;
padding-top: 78px;
padding-left: 221px;
}

/***********************************************
MAIN SECTION STYLES
***********************************************/
#content {
background-image: url(../images/blueprint-background-services2.gif);
background-repeat: no-repeat;
}

/********* left column *****************/
#left-column {
float: left;
width: 190px;
padding-top: 20px;
padding-left: 26px;
}

#left-column h2 {
margin-left: 12px;
}

/********************************************
SIDEBAR STYLES
********************************************/
#sidebar {
float: left;
width: 181px;
}

#sidebar ul {
list-style-type: none;
font-size: 1.1em;
font-weight: bold;
}

#sidebar ul li {
font-size: 1.2em;
cursor: pointer;
font-family: tahoma;
}

#sidebar ul li a {
text-decoration: none;
display: block;
width: 160px;
font-family: tahoma;
color: #666666;
}

#sidebar ul li a, #sidebar ul li.active, #sidebar ul li.default {
padding: 0.3em 17px 0.3em 17px;
}

#sidebar ul li.hover {
background-image: url(../images/sidebar-hover-bg.gif);
background-repeat: repeat-y;
}

#sidebar ul li.active {
background-image: url(../images/sidebar-active-bg.gif);
color: #000000;
background-repeat: repeat-y;
}

#sidebar ul li.default {
cursor: default;
}

/***********center column**************************/
#center-column {
float: left;
width: 340px;
padding-top: 30px;
padding-left: 30px;
}

#center-column h2 {
font-size: 1.6em;
font-family: tahoma;
color: #666666;
text-transform: uppercase;
}

#center-column p {
color: #666666;
font-size: 1.4em;
line-height: 1.5;
padding-bottom: 15px;
}

/***********right column****************************/
#right-column {
margin-top: 20px;
margin-left: 20px;
}

#spacer {
height: 60px;
}

/*****************************************
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;
}

#footer-border {
width: 690px;
border-bottom: 2px dotted #999999;
margin: 0 auto 0 auto;
}