/* CSS Document */

/*navigation*/
#top-nav a#home {
color: #009999;
}

/*wrappers*/
#home-text-wrapper {
float: left;
width: 258px;
padding-left: 27px;
padding-right: 27px;
border-right: 1px solid #CCCCCC;
}

/*quick links */
#quick-links {
float: left;
width: 194px;
}

#quick-links h3 {
font-size: 2em;
text-transform:uppercase;
font-weight:normal;
padding-bottom: 10px;
}

#quick-links li {
padding-top: 9px;
padding-bottom: 9px;
border-top: 1px solid #80CCCC;
margin-right: 27px;
font-size: 1.6em;
text-transform:uppercase;
font-weight:normal;
color:#666666;
line-height: 95%;
}

#quick-links a {
font-weight:normal;
color:#666666;
text-decoration:none;
}

#quick-links a:hover {
color: #009999;
text-decoration:none;
}