@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0px;
}

#header_bg{
	width:100%;
	background: url(../images/header-bg.png) repeat-x;
	height:120px;
}

/* ---Style for IE 8 --
#header_bg{
	width:100%;
	background: url(images/header-bg) repeat-x;
	height:120px;
	padding-left:7px;
} 

--- */
/* navgation part*/
#menu_holder{
	width:1000px;
	height:113px;
	margin-top:0px;
	margin-left:-65px;
}


#menu_holder a{
	text-decoration:none;
}

#menu_holder ul.menu{
	list-style-type:none;
	height:110px;
	margin:0;
	float:left;
	width:1000px;
	list-style-position:outside;
}



#menu_holder li.menu{
	float:left;
	width:134px;
	background:url(../images/menu_bg1_02.png) no-repeat;
	height:113px;
	position:relative;
	z-index:2;
}

#menu_holder li.menufirst{
	float:left;
	height:88px;
	position:relative;
	z-index:2;
	width:184px;
	padding-top: 25px;
	background:none;
}
/*
#menu_holder li.menu:last-child{
	width:124px;
	float:left;
	background: url(../images/menu_bg1_04.png) no-repeat;
}

/*  -- Style for IE 8 to replaces "#menu_holder li.menu:last-child" ---
*/
#menu_holder li.menuLast{
	width:144px;
	float:left;
	height:113px;
	background: url(../images/menu_bg1_04.png) no-repeat;
}

/*
<!-- Menu Rollover Style -->



#menu_holder li.menuRollover:last-child{
	width:124px;
	float:left;
	background: url(../images/menu-bg-rollover_04.png) no-repeat;
}
/*  -- Style for IE 8 to replaces "#menu_holder li.menuRollover:last-child" ---
*/

#menu_holder li.menuLast li:hover,#menu_holder li.menuLast:hover{
	background-image: url(../images/menu-bg-rollover_04.png);
	cursor:pointer;
}

#menu_holder li.menu li:hover,#menu_holder li.menu:hover {
	background-image: url(../images/menu-bg-rollover_02.png);
	cursor:pointer;
}
#menu_holder li.menufirst:hover{
	cursor:pointer;
}





/* nav part*/

#banner_holder{
	width:1006px;
	background:url(../images/banner_frame.png) no-repeat top;
	height:542px;
	margin-top:-8px;
	padding:1px;
}

#content-holder{
	background: url(../images/content-bg_03.png) repeat-y;
	width:1005px;
	margin-top:0px;
	margin-left:10px;
	z-index:-10;
}

#content-holder-end{
	background:url(../images/content-bg_07.png) no-repeat bottom;
	height:50px;
	margin-left:1px;
	clear:both;
}

#content-box{
	width:940px;
	text-align:left;
}

.main-title{
	font-size:14px;
	color:#EF4135;
	font-weight:bold;
}

.sub-title{
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	padding-top:10px;
}

.copyright{
	font-size:10px;
	color:#999999;
	font-weight:normal;
}

.copyright:hover{
	cursor:pointer;
}
ul.announcements{
	list-style-image:url(../images/red-arrow-list.png);
	color:#EF4135;
	font-weight:bold;
}

li.announcements a:link{
	font-weight:normal;
	text-decoration:none;
	color:#666666;
}

li.announcements a:hover{
	font-weight:normal;
	text-decoration:underline;
	color:#666666;
}

a:link.ar_quicklink{
	color:#EF4135;
	font-weight:bold;
	text-decoration:none;
}

a:hover.ar_quicklink{
	color:#EF4135;
	font-weight:bold;
	text-decoration:underline;
}	

#side_menu{
	float:left;
	width:205px;
	height:100%;
	padding-top:15px;
}

#side_menu li a,#site_menu li a:hover{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#side_menu li li a,#site_menu li li a:hover{
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

#side_menu ul{
	list-style-image: url(../images/red-arrow-list.png);
	line-height:20px;
	padding-left:10px;
	margin-left:10px
}

#side_menu ul ul{
	list-style-image:none;
	list-style-type: disc;
	font-weight:normal;
}

#side_content{
	float:left;
	width: 700px;
	line-height:15px;
	padding-left:10px;
}

#seperator{
	background:url(../images/sub_menu_divider.png) no-repeat top;
	width:22px;
	height:420px;
	float:left;
}

#side_content table th{
	text-align:left;
}
