/* CSS Document */

body {
margin-top: 0px;
background-image: url(../images/blocks/site_bg.jpg);
background-repeat: repeat-y;
background-position: center;
text-align: center;

}

#site_container {
width: 768px;
margin: auto;
}

#float_container {
width: 768px;
float: left;
}


#main_container {
width: 768px;
float: left;
background-color: #ffffff;
text-align: left;
}


#top_nav {
width: 768px;
float: left;
background-color: #000033;
background-image: url(../images/blocks/db_br.gif);
background-position: bottom right;
background-repeat: no-repeat;
border-top: 15px solid #DDD8DE;

}

#top_nav ul {
list-style-type: none;
float: left;
margin: 0px;
padding: 0px;
}

#top_nav ul li {
display: block;
float: left;
margin: 0px;
border-right: 1px solid #ffffff;
}

#top_nav ul li a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
display: block;
float: left;
padding: 5px;
padding-left: 8px;
padding-right: 8px;
}

#top_nav ul li.first a {
background-image: url(../images/blocks/db_bl.gif);
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 10px;
}

#top_nav ul li.selected a {
color: #ffffff;
text-decoration: none;
background-color: #D61C31;
}



#top_nav ul li a:hover  {
color: #ffffff;
text-decoration: none;
background-color: #D61C31;
}

#top_nav ul li.first a:hover  {
background-image: url(../images/blocks/red_bl.gif);
}




#top_nav ul li.selected a {
color: #ffffff;
text-decoration: none;
background-color: #D61C31;
}

#top_nav ul li.first.selected a {
background-image: url(../images/blocks/red_bl.gif);
}


#top_nav ul li.post a {
background-image: none;
}


#main_banner {
float: left;
height: 144px;
width: 768px;
margin-top: 10px;
background-position: top right;
background-repeat: no-repeat;
}


#main_banner img {
float: right;
margin-right: 10px;
margin-top: 75px;
}

#main_banner img.print_only {
display: none;
}


#main_content {
float: left;
width: 768px;
margin-top: 10px;
background-image: url(../images/blocks/main_content_bg.jpg);
background-position: top left;
background-repeat: no-repeat;
font-weight: bold;
border-bottom: 1px solid #C9C9CB;
padding-bottom: 20px;

}

#right_col {
float: right;
width: 597px;
}

#content_area {
width: 580px;
float: right;
margin-right: 0px;
padding-right: 50px;
padding-left: 5px;

}

html>body #content_area {
width: 525px;
}

#content_area p {
margin-top: 5px;
margin-bottom: 10px;
}

#content_area ul {

margin-bottom: 10px;
}

#content_area h1 {
font-size: 180%;
margin-top: 10px;
}

#content_area h2 {
font-size: 130%;
margin-top: 10px;
margin-bottom: 0px;
}

#content_area h3 {
font-size: 110%;
margin-top: 10px;
margin-bottom: 0px;
}

#content_area a {
color: #D61C31;
text-decoration: none;
}

#content_area a:hover {
text-decoration: underline;
}

#content_area #thumb_nav {
width: 525px;
float: left;
padding-left: 25px;
margin-top: 15px;
}




#content_area #thumb_nav div.item {
width: 130px;
display: block;
float: left;
margin-right: 20px;
margin-bottom: 22px;
border: 1px solid #000033;
}




#content_area #thumb_nav div.item a {
display: block;
float: left;
text-align: center;
background-color: #D61C31;
color: #ffffff;
padding-bottom: 5px;
text-decoration: none;
}



#content_area #thumb_nav div.item a:hover  {
color: #ffffff;
background-color: #000033;
}

#content_area #thumb_nav div.item a img{
border: none;
border-bottom: 1px solid #000033;
margin-bottom: 3px;}

#content_area #thumb_nav div.item a:hover img{
border: none;
border-bottom: 1px solid #000033;
}















 
#image_nav {
margin-top: 50px;
width: 597px;
float: right;
}



#image_nav div.item {
width: 130px;
display: block;
float: left;
margin-left: 22px;
border: 1px solid #000033;
}



#image_nav div.item a {
display: block;
float: left;
text-align: center;
background-color: #D61C31;
color: #ffffff;
padding-bottom: 5px;
text-decoration: none;
}



#image_nav div.item a:hover  {
color: #ffffff;
background-color: #000033;
}

#image_nav div.item a img{
border: none;
border-bottom: 1px solid #000033;
margin-bottom: 3px;}

#image_nav div.item a:hover img{
border: none;
border-bottom: 1px solid #000033;
}


#image_nav div.item.first {
margin-left: 0px;
}

#image_nav div.item.last {
margin-left: 25px;
}


#left_nav {
width: 171px;
float: left;
border-right: 5px solid #ffffff;
}

html>body #left_nav {
width: 166px; 
}

#left_nav h2 {
font-size: 100%;
margin: 0px;
margin-top: 15px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #E5E3E6;
text-indent: 10px;
border-bottom: 1px solid #ffffff;
color: #000033;
}

#left_nav h2.first {
border-top: none;
background-image: url(../images/blocks/grey_tl.gif);
background-position: top left;
background-repeat: no-repeat;
margin-top: 0px;

}

#left_nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
width: 166px;

}

#left_nav ul li{
border-bottom: 1px solid #ffffff;
}

#left_nav ul li a{
padding: 7px;
padding-left: 10px;
display: block;
width: 166px;
color: #D61C31;
text-decoration: none;
}

html>body #left_nav ul li a{
width: 149px;
}

#left_nav ul li.selected a {
background-color: #D61C31;
color: #ffffff;
}

#left_nav ul li a:hover {
background-color: #D61C31;
color: #ffffff;
}

#footer {
width: 768px;
float: left;
font-size: 90%;
padding-top: 0px;
}

#footer p {
margin-top: 5px;
margin-bottom: 5px;
}

#footer a {
color: #D61C31;
text-decoration: none;
}

#footer a:hover  {
text-decoration: underline;
}




