/**************************************************
General Body Styles
**************************************************/
body {
     text-align:center;
     background-color: #ffffff;
     background-repeat: no-repeat;
     background-image: url(../images/bg_wrapper.jpg);
     background-position: top center;
     padding: 0;
     margin:0; }
#index { }
#wrapper {
     width: 800px;
     text-align: left;
     margin: 0 auto;
     padding: 0; }
/**************************************************
Header
**************************************************/
.header {
     width: 800px;
     height: 256px;
     background-image: url(../images/header_index.jpg);
     background-position: top left;
     background-repeat: no-repeat; }
body#services .header {
     background-image: url(../images/header_services.jpg); }
.header img {
     float: right; }
/**************************************************
Navigation Styles
**************************************************/
.navigation {
     text-align: center;
     font-family: Times, "Times New Roman", serif;
     font-size: .9em;
     height:59px;
     width: 800px;
     background-image: url(../images/bg_nav.jpg);
     background-repeat: no-repeat;
     font-weight: bold; }
.navigation ul {
     list-style: none;
     margin: 0;
     padding: 28px; }
.navigation li {
     display: inline;
     padding-right: 10px;
     padding-left:10px; }
.navigation a {
     color: #ffffff;
     border: none; }
.navigation a:link, .navigation a:visited {
     /* This is for Win/IE only */
     color: #ffffff;
     text-decoration: none;
     border: none; }
.navigation a:hover {
     color: #96d2e7; }
/**************************************************
Quicklinks
**************************************************/
.qlinks {
     float: left;
     overflow: hidden;
     width: 800px;
     height: 61px;
     background-image: url(../images/bg_ql.jpg);
     background-position: top right;
     background-repeat: no-repeat;
     background-color: #000000; }
body#services .qlinks {
     background-image: url(../images/qlink_services.jpg); }
.qlinks img {
     float: right; }
/**************************************************
Main Content Styles
**************************************************/
.content {
     float: left;
     width: 800px;
     min-height: 350px;
     background-image: url(../images/bg_main.jpg);
     background-repeat: repeat-y;
     background-color: #1a1a1a;
     padding: 0 }
.content_two {
     float: left;
     margin: 0 21px 0 21px;
     background-repeat: repeat-x;
     background-image: url(../images/bg_content.jpg); }
/**************************************************
Main Content Styles
**************************************************/
.c_one {
     float: left;
     width: 400px;
     background-image: url(../images/content_divider.jpg);
     background-repeat: repeat-y;
     background-position: top right;
     padding: 20px 25px 25px 25px; }
.content img {
     float: left;
     margin: 0 20px 15px 0; }
.c_two {
     float: left;
     padding: 20px 25px 25px 25px;
     width: 250px; }
.c_two ul, .c_one ul {
     font-family: Times, "Times New Roman", serif;
     font-size: 14px;
     color: #548cd5;
     font-weight: normal;
     line-height: 18px; }
.c_two li, .c_one li {
     margin-bottom: 7px; }
/**************************************************
Footer Styles
**************************************************/
.footer {
     text-align: center;
     margin: 0 auto;
     clear:both;
     height: 64px;
     background-image: url(../images/bg_footer.jpg);
     padding-top: 45px;
     background-repeat: no-repeat;
     background-position: top center; }
.footer h2 {
     font-size: 12px;
     color: #92002c;
     margin: 0 0 5px 0;
     font-style: normal; }
.footer a:hover {
     color: #7893a7; }
/**************************************************
General Text Styles
**************************************************/
h1 {
     color: #5a88c3;
     font-family: Times, "Times New Roman", serif;
     font-weight: normal;
     font-size: 20px; }
h2 {
     color: #ab0039;
     font-family: Times, "Times New Roman", serif;
     font-size: 17px;
     font-weight: normal;
     font-style: italic; }
h2.normal {
     margin-bottom: 0;
     font-style: normal;
     padding: 5px;
     background-color: #d7ebff;
     border: 1px #BCDDFF solid; }
p.normal {
     margin-top: 3px;
     padding-left: 5px; }
h3 {
     color: #b7b7b7;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 14px;
     font-weight: normal; }
p {
     font-family: Times, "Times New Roman", serif;
     font-size: 14px;
     color: #548cd5;
     font-weight: normal;
     line-height: 18px; }
td{
      background-color: #d7ebff;
     border: 1px #BCDDFF solid; }
td p{
     margin: 0 0 0 7px;
}
td h2{
     text-align: center;}

a, a:link, a:visited, small a:link, small a:visited {
     color: #ab0039; }
a:hover, small a:hover {
     color: #679acd; }