/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: url(images/body-bg.jpg) top center repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#body-bg-bg {
 margin: 0px;
 padding: 0px;
 background: url(images/footer-bg-bg.png) bottom center no-repeat;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 966px;
 height: 98px;
 text-align: center;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 966px;
 height: 42px;
 background: url(images/topnav-bg.jpg) bottom center repeat-x;
 text-align: center;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#topnav a:hover {
 color: #F9F6B3;
}
div#content-bg-bg {
 margin: 0px;
 padding: 0px;
 background: url(images/content-bg-bg.png) top center no-repeat;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 932px;
 text-align: left;
}
td#cover-photo {
 margin: 0px;
 padding: 0px;
 height: 368px;
 background: #BEDFC0 url(images/cover-photo-bg.jpg) top right no-repeat;
 font-size: 18px;
 color: #2D60A2;
}
#cover-photo a {
 font-size: 18px;
 color: #2D60A2;
 text-decoration: underline;
}
#cover-photo a:hover {
 text-decoration: none;
}
td#content-left {
 margin: 0px;
 padding: 0px;
 width: 3px;
 font-size: 4px;
 background: url(images/content-left.png) top right repeat-y;
}
td#content-right {
 margin: 0px;
 padding: 0px;
 width: 3px;
 font-size: 4px;
 background: url(images/content-right.png) top left repeat-y;
}
td#left-col {
 margin: 0px;
 padding: 10px 20px;
 width: 210px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) bottom center repeat-x;
}
ul#services-list {
 margin: 0px;
 padding: 0px;
 width: 200px;
 list-style: none;
 font-size: 20px;
}
td.content-sep {
 margin: 0px;
 padding: 0px;
 background: #fff url(images/content-bg.jpg) bottom center repeat-x;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 padding-left: 20px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) bottom center repeat-x;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 1024px;
 height: 124px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 background: url(images/footer-bg.png) top center no-repeat;
}
#footer td {
 padding-top: 25px;
 padding-bottom: 14px;
}
#footer .contact {
 font-size: 13px;
 color: #000;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
