@charset "UTF-8";
/* CSS Document */

body {
background:#FFFFFF url(../images/site_bg.jpg) top center no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#919191;
text-align:center;
}

strong {
font-weight:bold;
}

table {
line-height:24px;
font-size:12px;
}

#container {
background:#FFFFFF url(../images/content_bg.jpg) top center no-repeat;
width:883px;
margin:0 auto;
padding:0;
text-align:left;
}

h1 {
font-size:23px;
color:#3898b4;
padding:0 0 5px 0;
}

p {
font-size:14px;
color:#919191;
line-height:30px;
text-indent:30px;
}

#tabs {
width:595px;
float:right;
margin:91px 0 0 0;
}

#tabs ul {
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;
}

#tabs li {
display:block;
float:left;
width:92px;
height:23px;
background:url(../images/tab_off_bg.gif) top left no-repeat;
margin:0 3px 0 0;
}

#tabs li.on {
background:url(../images/tab_on_bg.gif) top left no-repeat;
}

#tabs a:link, #tabs a:active, #tabs a:visited, #tabs a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
text-decoration:none;
display:block;
margin:6px 0 0 6px;
}

#tabs a.off:link, #tabs a.off:active, #tabs a.off:visited {
color:#3898b4;
}

#tabs a.off:hover {
color:#FFFFFF;
}

#tabs a.on:link, #tabs a.on:active, #tabs a.on:visited  {
color:#FFFFFF;
}

#subNav {
height:10px;
clear:both;
padding:6px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#3698b3;
}

#subNav a:link, #subNav a:visited, #subNav a:active {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#9ecfd7;
text-decoration:none;
}

#subNav a:hover {
color:#FFFFFF;
font-weight:bold;
}


.spacer {
padding:0 15px;
color:#9ecfd7;
}

#content {
margin:0 auto;
width:855px;
padding:10px 0 0 28px;
}

#indexLeft {
margin:20px 50px 0 0;
width:520px;
float:left;
padding:0 0 0 60px;
}

#indexRight {
margin:20px 0; 
float:left;
}

#sidebar {
width:199px;
margin:0 50px 0 30px;
float:left;
}

#sidebarMenu {
background:url(../images/sidebar_menu_bg.jpg) top left repeat-y;
}

#sidebarMenu li {
padding:5px 0 5px 65px;
}

#sidebarMenu a:link, #sidebarMenu a:active, #sidebarMenu a:visited {
color:#FFFFFF;
text-decoration:none;
font-size:12px;
}

#sidebarMenu a:hover {
text-decoration:underline;
}

#content2 {
width:565px;
padding:15px 0 0 0; 
float:left;
}

#content2 p {
font-size:14px;
color:#919191;
line-height:30px;
text-indent:30px;
padding:0 50px 0 0;
}

#content2 a:link {
font-size:14px;
color:#3898b4;
font-weight:bold;
}

#footer {
background:#FFFFFF url(../images/footer_bg.jpg) top center no-repeat;
clear:both;
height:63px;
}

#contact {
color:#d89e3d;
font-size:10px;
padding:10px 0;
text-align:center;
}

#footer2 {
background:#FFFFFF url(../images/footer_bg2.jpg) bottom center no-repeat;
clear:both;
height:30px;
}

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse:collapse;
}

.pretty-table th, .pretty-table td
{
  border:thin solid #999;
  padding: 1em;
  text-align: left;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #3898b4;
  color: #fff;
}
