@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/footer-background.gif);
background-repeat: repeat-x;
background-position: bottom;
min-height: 100%;
height: auto !important;
height: 100%;
}

/*********************************************
HEADER STYLES
*********************************************/
#header {
background-image: url(../images/blueprint-background.gif);
background-repeat: no-repeat;
height: 305px;
}

/***********************************************
MAIN SECTION STYLES
***********************************************/
#content {
background-image: url(../images/blueprint-background2.gif);
background-repeat: no-repeat;
background-color: #FFFFFF;
height: 470px;
}

/********* left column *****************/
#left-column {
float: left;
width: 518px;
padding-left: 40px;
padding-top: 20px;
}

/*******left column navigation***********/
#nav-column1, #nav-column2 {
float: left;
padding-left: 9px;
}

#nav-column1 ul, #nav-column2 ul {
list-style-type: none;
}

#nav-column1 ul li, #nav-column2 ul li {
font-size: 2.0em;
cursor: pointer;
font-family: tahoma;
}

#nav-column1 ul li a, #nav-column2 ul li a {
text-decoration: none;
display: block;
width: 250px;
font-family: tahoma;
color: #40587A;
padding: 0.3em 0 0.3em 0;
}

#nav-column1 ul li a:hover, #nav-column2 ul li a:hover {
color: #0099CC;
}

/********* right column *****************/
#right-column {
float: right;
width: 317px;
margin-top: 20px;
border-left: 1px solid #999999;
font-size: 1.2em;
}

#right-column-container {
padding-left: 20px;
width: 277px;
color: #666666;
}

#right-column-container h3 {
font-size: 1.2em;
font-family: tahoma;
color: #0099CC;
text-transform: uppercase;
}

#border {
padding-bottom: 10px;
border-bottom: 2px dotted #999999;
color: #666666;
}

/*****************************************
FOOTER
*****************************************/
#footer-content {
font-size:1.2em;
color:#000000;
}

#footer-content a {
color:#000000;
text-decoration:none;
font-weight: bold;
line-height: 2.5;
}