/* CSS Document */

body{ margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; background:#E8E8E8; }
h1{ font-family:Arial, Helvetica, sans-serif;background:url(images/title.jpg) no-repeat; display:block; font-size:16px; color:#5A252C; line-height:32px; padding-left:20px; margin:0px 0px 5px 0px;}
h2 { font-family:Arial, Helvetica, sans-serif; background:url(images/bullet2.jpg) no-repeat; line-height:14px; font-size:14px; color:#585F08; padding-left:25px;margin:0px 0px 5px 0px; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#561F1F; margin:0px; }

ul { list-style:circle; }
td, tr {  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; }

a:link, a:visited, a:active { color:#6A685C; text-decoration:none; }
a:hover { color:#79051B; text-decoration:none; }

a:link.quick, a:visited.quick, a:active.quick { color:#6A685C; text-decoration:none; font-size:10px; font-weight:bold; }
a:hover.quick { color:#79051B; text-decoration:none; font-size:10px; font-weight:bold; }

a:link.menu, a:visited.menu, a:active.menu{background:url(images/menu.jpg) no-repeat;}
a:hover.menu{ background:url(images/menu.jpg) no-repeat;}

a:link.footerlink, a:visited.footerlink, a:active.footerlink { color:#ffffff; text-decoration:none; }
a:hover.footerlink { color:#79051B; text-decoration:none; }

input, select, textarea { font-size:95%; color:#666666; }
#bg {background:url(images/menu_bg.gif); }
#content { padding:5px 15px 0px 15px; background:#FFFFFF; min-height:650px; }

.left {background:url(images/left-bg.jpg) repeat-y;}
.leftbg{background:url(images/menu_bg.gif) repeat-y;  }
.left-bottom { background:url(images/menu_bottom_img.gif) no-repeat bottom; height:163px; width:170px;  }
.left-light { background:url(images/light.jpg) no-repeat; height:235px; }

.mainmenu { background:url(images/bullet.jpg) no-repeat 20px; padding-left:40px; color:#FFFFFF; font-size:12px; line-height:30px;}
.menutable-top {background:url(images/menu-top.jpg) no-repeat; }
.menutable-middle{background:url(images/menu-middle.jpg) repeat-y; }
.menutable-bottom {background:url(images/menu-bottom.jpg) no-repeat; }
.topmenu {background:url(images/bar-top.jpg) repeat-x; }
.contentbg{ background:url(images/contentbg.jpg) repeat-x #CCCDBF;}
.footer { background:url(images/bottom-bg.jpg) repeat-x; }
.footer-bottom{ background:url(images/bottom.jpg) no-repeat left; color:#FFFFFF; }

.title { background:url(images/project-top.jpg) no-repeat; color:#561F1F; font-weight:bold; padding-left:22px; line-height:28px;  }
.title2 {background:url(images/project-top2.jpg) no-repeat; color:#561F1F;font-weight:bold; padding-left:14px; line-height:28px; }
.title3 { background:url(images/table-top.jpg) no-repeat; color:#561F1F; font-weight:bold; padding-left:22px; line-height:28px;  }
.title-short {background:url(images/but.jpg) no-repeat; color:#561F1F; font-weight:bold; padding-left:22px; line-height:28px;}
.line-left { border-left:1px solid #cccccc;  }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a:link.menu, a:visited.menu, a:active.menu{background:url(images/menu.jpg) no-repeat;}
a:hover.menu{ background:url(images/menu.jpg) no-repeat;}

.suckerdiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
width: 148px; /* Width of Menu Items */


}


	
.suckerdiv ul li{
position: relative;
background:url(images/menu.jpg) no-repeat;
color:#ffffff;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 148px; /*sub menu width*/
top: 0;
visibility: hidden;


}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#ffffff;
text-decoration: none;
background:url(images/bg.jpg) no-repeat;
padding: 4px 18px;
border: 0px;

}



.suckerdiv ul li a:visited{
color:#ffffff;
}

.suckerdiv ul li a:hover{ color:#FF9933;
}

.suckerdiv ul li li a:hover{ color:#FF9933; text-decoration:underline;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.red { color:#FF0000; }
.grey { background:#EEEEEE; }
.color {color:#336699; font-weight:bold; }
.borderbottom { border-bottom:1px solid #E6E6E6; }
.green-light { color:#585f08; font-weight:bold;}