/* CSS Basic Document */

body

{

margin:0px auto;

padding:0px;

background-color:#000000;

}



.link

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: 14px;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #000000;

	text-decoration: none;

}



.lightlink {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 8px;

	font-style: normal;

	line-height: 10px;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #ffffff;

	text-decoration: none;

}











.header_table

{

margin-top:6px;

}

.logo

{

margin-left:10px;

}

.body_box

{

padding:5px;

color: #000000;

background-color:#ffffff;

}

.header_banner

{

background:url(../images/header2.jpg) center top no-repeat;

height:196px;

}

.services_bg

{

background:url(../images/services_bg.gif) left top no-repeat;

height:117px;

padding:10px;

}

.services_table

{

margin-top:8px;

margin-bottom:12px;

}

.left_line

{

border-left:1px solid #E6E6E6;

}

.right_line

{

border-right:1px solid #E6E6E6;

}

.bottom_line

{

border-bottom:1px solid #E6E6E6;

}

.footer_table

{

margin-bottom:25px;

}









/* CSS Background Image Document */

.top_line

{

background:url(../images/line_bg.jpg) left top repeat-x;

height:4px;

}

.top_menu_bg

{

background:url(../images/top_menu_bg.jpg) left top repeat-x;

height:0px;

padding-right:12px;

}

.bottom_menu_bg

{

background:url(../images/bottom_nenu_bg.jpg) left top repeat-x;

height:22px;

padding-right:13px;

}

.box_top_bg

{

background:url(../images/box_top_bg.gif) left top repeat-x;

height:32px;

}

.footer_bg

{

background:url(../images/footer_bg.gif) left top no-repeat;

height:25px;

}









/* CSS Text Document */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: 14px;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #5C5C5C;

	text-decoration: none;

}

.menu_link {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: 0px;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #5C5C5C;

	background-color:inherit;

	text-decoration: none;

}

.menu_link:hover

{

color:#820000;

text-decoration:none;

background-color:inherit;

}

.bottom_link {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	line-height: 22px;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #FFFFFF;

	background-color:inherit;

	text-decoration: none;

}

.bottom_link:hover

{

color:#820000;

text-decoration:underline;

background-color:inherit;

}

.white_text

{

color:#FFFFFF;

text-decoration:none;

background-color:inherit;

}

.body_link

{

color:#5C5C5C;

text-decoration:underline;

background-color:inherit;

}

.body_link:hover

{

text-decoration:none;

color:#212121;

background-color:inherit;

}



/* styles for drop down menu */

.menu  {float:right;

	list-style: none;

	height:20px;

    padding-right:5px;

	padding-left: 0;

	margin-left: 10px;

	background-color: #000000;

}



.menu ul {display: none;

	position: absolute;

	top: 100%;

	left:0;

	padding-left:0;

	margin-left:0;

	z-index: 1000;

	width: 85px;

}



.menu li {position: relative;

	float: left;

	list-style: none;

	margin-left: 0;

	background-color: #000000;

	width:75px;

	z-index:1000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	line-height: 20px;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #000000;

	background-color:inherit;

	text-decoration: none;

}

/* padding is separated to here to avoid ie issues with width */

.menu a {display: block;

	padding: 0px;

	color: #ffffff;

    width: 85px;

    text-decoration: none;

}

/* hover for main-menu */

.menu a:hover { background-color: #000000;

      width: 85px;

	color: #820000;

}



/*class assigned to sub-menu by the script*/

.showdrop ul {display: block; 

          width: 85px;                 

    background-color: #000000;}

/* hover for sub-menu */

.showdrop li a:hover { background-color: #000000;   

width: 85px;

}























.treeview ul{ /*CSS for Simple Tree Menu*/

margin: 0;

padding: 0;

}



.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

background: white url(list.gif) no-repeat left center;

list-style-type: none;

padding-left: 22px;

margin-bottom: 3px;

}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */

background: white url(closed.gif) no-repeat left 1px;

cursor: hand !important;

cursor: pointer !important;

}





.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */

}



.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

cursor: default;

}