﻿/* CSS Document */
body
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    background-image: url(images/body2.jpg);
    background-repeat: repeat-x;
}
#wrapper
{
    margin: 0px auto;
    padding: 0em;
    width: 997px;
    background-color:#FFFFFF;
}

#header
{
    width: 997px;
    height: 155px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    background-image: url(images/pagebanner.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /*float: left;*/
}

#logo {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#logo a {
	display: block;
	width: 280px;
	height: 85px;
}
#logo img {
	border: 0;
}

#top_info {
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 0px 0px;
	font-size: .8em;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: right;
}

#top_info a
{
    color: #ffffff;
    text-decoration: none;
    padding: 0px 5px;
    margin: 0px 0px;
}

#top_info a:hover
{
    color: #ccffff;
    text-decoration: underline;
}

#nav
{
    margin: 0px 0em 0em 0em;
    padding: 29px 0em 0em 0px;
    display: inline;
    height: 31px;
    float: left;
}


#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#nav li {
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*display: block; */

}
#nav li a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	vertical-align: middle;
	/*display: block;*/
	
}

#nav img
{
   	border: 0; 
}

/*Header END*/

#container_wrap
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    background-image: url(images/container_wrap_bg.jpg);
    background-repeat: repeat-y;
    background-position: 0px top;
    float: left;
    /*background-color:#FFFFFF;*/
}

#container_wrap2
{
    float: right;
    text-indent: 1em;
    margin: 0px;
    height: 100%;
    background-image: url(images/gb.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}

#container
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    background-image: url(images/pagecontainer_bg.jpg);
    background-position: 0px top;
    background-repeat: repeat-x;
    float: left;
}

#t_container_wrap
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    float: left;
    background-image: url(images/gb.jpg);
    background-position: 130px top;
    background-color: #fdfac3;
    background-repeat: repeat-y;
}

#t_container
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    float: left;
    background-image: url(images/pagecontainer_bg.jpg);
    background-position: 0px top;
    background-repeat: repeat-x;
}

#sidebar
{
	margin: 50px 0px 100px 0px;
	padding: 0px 0px 0px 14px;
	float: left;
	height: 100%;
	width: 170px;
	background-image: url(images/container_wrap_bg.jpg);
    background-repeat: repeat-y;
    background-position: 0px top;

}

.submenu h4
{
    margin: 0px 0px 0px 0px;
    color: #247aa4;
    padding: 20px 0px 30px 30px;
    /*line-height: 1.1em;*/
    background-image: url(images/sub_tit.jpg);
    background-position: 0 0px;
    background-repeat: no-repeat;
    width: 150px;
}

.submenu
{
    width: 100%;
    position: relative;
    z-index: 100; 
    /*margin: 0px 0px 0px -20px;*/
    padding: 0px 0 0;
}    

.submenu ul
{
    list-style: none;
    height: 100%;
    padding: 0 0 0 20px;
    margin: 0px;
}    

.submenu li
{
    float: left;
    position: relative;
    width: 100%;
    line-height: 2.6em;
    background-image: url(images/sub_item.jpg);
    background-position: 15px 16px;
    background-repeat: no-repeat;
    border-bottom: #3399cc thin dotted;
    padding:0px;
    margin:0px;
    font-size: 80%;
}    

.submenu ul ul
{
    visibility: hidden;
    position: absolute;
    left: 70%;
    top: 0px;
    display: table;
    padding: 0 0 0 20px;
   
}    

.submenu table
{
    position: relative;
    top: -20px;
    left: 50%;
    vertical-align: top;
}    

.submenu ul li:hover ul,.submenu ul a:hover ul
{visibility:visible;
    padding: 0px;
    margin: 0px;
}    

.submenu a
{
    display: block;
    margin: 3px 0 0 0;
    color: #336666;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    text-indent: 5px;
    padding: 0 0 0 20px;
    font-weight: normal;
}    

.submenu a:hover{

}    

.submenu ul ul
{
}    

.submenu ul ul li
{
    clear: both;
    text-align: left;
    font-size: 12px; 
    /*word-spacing: 3em;*/
    height: 3em;
    line-height: 2em;
    top: 0px;
    height: auto;
}    

.submenu ul ul li a
{
    /*font-size: 12px;*/
    display: block;
    width: 200px;
    height: auto;
    margin: 0;
    border: 0;
    color: #333399;
    padding: 0p 3px 0px 3px;
    background-image: url(images/menu2.jpg);
    border: 1px #fff solid;
}    

.submenu ul ul li a:hover
{
    border: 0;
    border-bottom: 1px solid #fff;
}  

.submenu li.file
{
    background-image: url(images/menu.jpg);
    background-position: 10px 14px;
    background-repeat: no-repeat;
}

.submenu li.list
{  
    background-image: url("images/master_item.gif");
    background-position: 0px 0px;	
}

.submenu_bt
{
    background-image: url(images/submenu_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 px bottom;
    height: 100%;
} 
    
#content_wrap
{
    float: right;
    text-indent: 1em;
    margin: 0px;
    height: 100%;
    /*background-image: url(images/gb.jpg);
    background-repeat: repeat-y;*/
}

#content
{
    /*float: right;*/
    margin: 0px;
    width: 788px;
    padding: 10px 5px 10px 10px;
    height: 100%;
    background-image: url(images/pagecontainer_bg.jpg);
    background-position: 0px top;
    background-repeat: repeat-x;
}

#crumb
{
    font-size: .8em;
    color: #9966cc;
    font-family: Arial;
    padding: 5px 0px 0px 20px;
    height: 25px;
    background-image: url(images/crumb_bg.gif);
    background-repeat: no-repeat;
    background-position: 0px -5px;
}

#crumb a
{
	text-decoration: none;
	color: #3366cc;
}
#crumb a:hover
{
    text-decoration: underline;
    color: #009999;
}
    
#footer
{
    /*height: 70px;*/
    width: 966px ;
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 10px 0px;
    font-size: .75em;
    color: #336666;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    float: right;
}

#footer_l
{
    float: left;
    padding: 0px 5px 0px 100px;
}

#footer_c
{
   /* padding: 0px 5px 5px 10px;
    float: right;
    clear: left;*/
}

#footer_r
{
    float: right;
    width: 100px;
    margin: -30px 0px 0px;
    text-align: left;
}
#footer a {
	padding: 0px 1px;
	color: #00589b;
	text-decoration: none;
}
#footer a:hover {
	color: #00589b;
	text-decoration: underline;
}
#footer .font {
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
}

