/* CSS Document */
body {
background-color: #E2DBEB;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
font-size: 12px;
}
#leftborder {
background-image: url(/images/midtown_15.jpg);
background-repeat: repeat-y;
width: 18px;
}
#mainarea {
background-color: #FFFFFF;
width: 777px;
}
#rightborder {
background-image: url(/images/midtown_13.jpg);
background-repeat: repeat-y;
background-position: right;
width: 22px;
}
#footer {
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
.footerlink {
color: #FFFFFF;
text-decoration: none;
}
.footerlink:hover {
color: #0A8199;
}
#indexleft {
padding: 15px 15px 2px 11px;
}
#leftcolumn {
width: 200px;
vertical-align: top;
}
#contentarea {
width: 569px;
background-image: url(/images/insidebg_03.jpg);
background-position: bottom;
background-repeat: no-repeat;
text-align: left;
vertical-align: top;
padding: 0px 20px 66px 20px;
}
.featuredlink {
color: #000000;
text-decoration: none;
}
.featuredlink:hover {
color: #0A8199;
text-decoration: underline;
}
.service {
font-weight: bold;
padding: 5px;
color: #512982;
}
.servicelink {
text-decoration: none;
color: #512982;
}
.servicelink:hover {
color: #0A8199;
}
.description {
color: #000000;
font-weight: normal;
border: 1px solid #512982;
background-color: #E2DBEB;
padding: 5px;
margin: 10px;
}
.description a:link {
color: #0A8199;
}