﻿body 
{
    margin:0 0 25px 0;
    padding:0;
    border:0;
    background:#be9e7e url(../images/page_bg.gif) repeat-x;
    font-family:Verdana, Arial, Tahoma;
    font-size:8pt;
    color:#000;
}

a
{
    color:#00f;
}

hr
{
    color:#BE9E7E;
    background:#BE9E7E;
    height:2px;
    border:0;
    margin:25px 15px;
}

ul li
{
    margin:3px 0;
}

.clear
{
    clear:both;   
}

#wrapper
{
    width:960px;
    margin:0 auto;
}

#header
{
    height:105px;
    background:url(../images/header_bg.jpg) no-repeat;
}

#top_menu_container
{
    height:37px;
    background:url(../images/top_menu_bg.jpg) no-repeat;
}

#top_menu
{
    width:917px;
    height:26px;  
    list-style:none;
    margin:0 22px 0 21px;
    padding:11px 0 0 0; 
}

#top_menu li
{    
    margin:0;    
    height:26px;
    line-height:26px;
    float:left;
    text-align:center;
}

.item1, .item2
{
    width:100px;  
}


.item3, .item4
{
    width:162px;
}

.item5, .item6, .item7
{
    width:131px;
}


#top_menu li a
{    
    font-family:Tahoma, Arial, Verdana;
    display:block;
    height:26px;
    font-size:10pt;
    color:#fff;
    text-decoration:none;    
}

#top_menu li.item1 a, #top_menu li.item2 a
{
    background:url(../images/menu_item1_off.gif) bottom center no-repeat;
}

#top_menu li.item1 a:hover,#top_menu li.item2 a:hover
{
    background:url(../images/menu_item1_on.gif) bottom center no-repeat;
}

#top_menu li.item3 a, #top_menu li.item4 a
{
    background:url(../images/menu_item3_off.gif) bottom center no-repeat;
}

#top_menu li.item3 a:hover,#top_menu li.item4 a:hover
{
    background:url(../images/menu_item3_on.gif) bottom center no-repeat;
}

#top_menu li.item5 a, #top_menu li.item6 a, #top_menu li.item7 a
{
    background:url(../images/menu_item5_off.gif) bottom center no-repeat;
}

#top_menu li.item5 a:hover, #top_menu li.item6 a:hover, #top_menu li.item7 a:hover
{
    background:url(../images/menu_item5_on.gif) bottom center no-repeat;
}

.body_bg 
{
    width:960px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.body_bg[class] 
{    
  background:url(../images/body_bg.png) top left repeat-y;
}

#content_container
{
    position:relative;
    margin:0 9px;
    padding:5px 0;
}

#top_content_box
{
    width:927px;
    height:245px;
    padding:5px 10px 10px 5px;
    background:url(../images/round_rectangle.gif) no-repeat;
}


#top_content_box .banner
{
    width:390px;
    height:250px;
    margin-right:5px;
    float:left;
}

#top_content_box h1
{
    font-family:Tahoma, Arial, Verdana;
    font-size:14pt;
    color:#534a41;
    margin:5px 0;
}

#top_content_box h1 span
{
    font-size:10pt;
}

#top_content_box p
{
    line-height:12pt;
    text-align:justify;
}

#top_content_box ul
{
    padding:0;
    margin:0 0 0 400px;
    list-style:none; 
}

#top_content_box ul li
{
    background:url(../images/0121_ul.png) left center no-repeat;
    padding-left:15px;
    margin:5px 0 5px 0;
}

#top_content_box ul.double_column
{
    width:400px; 
}

#top_content_box ul.double_column li
{
    margin:2px 0;
    width:185px;
    float:left;
}

ul.link_list
{
    padding:0;
    margin:15px 0;
    list-style:none;    
}

ul.link_list li
{
    background:url(../images/0121_ul.png) left center no-repeat;
    padding-left:15px;
    margin:5px 0px;
}

#bottom_content_box
{
    padding:25px;
}

#bottom_content_box h1, #bottom_content_box h1 a
{
    color:#335588;
    font-size:12pt;
    margin-top:0;
    text-decoration:none;   
}

 #bottom_content_box h1 a:hover
 {
     border-bottom:1px dotted #335588;     
 }
 
 #bottom_content_box h2
{
    color:#534A41;
    font-size:10pt;
    margin-top:0;
    text-decoration:none;   
}

#footer
{
    height:16px; 
}

/* IE ignores styles with [attributes], so it will skip the following. */
#footer[id]
{    
    background:url(../images/footer_bg.png) no-repeat;
}

#copyright
{
    text-align:center;
}