@charset "utf-8";
/* CSS Document */

/**********************************************
 * Misc Styles 
 */
hr {border: 2px dotted #DDD; border-style: none none dotted; }

.right-heading{ font-size:16px; color:#2A2356; }
.heading-color{color:#2A2356;}

.title{ font-size:17px; font-weight:bold; color:#2A2356; }

/**********************************************
 * Link Styles 
 */
.link-color{color:#494949;}
a:link, a:active, a:visited{
	color:#494949;
	text-decoration:underline;
}
a:hover{
	color:#A3A3A3;
	text-decoration:none;	
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;	
}


/**********************************************
 * Structural Styles 
 */
body{
	padding:0em;
	margin:0em;
	background:url(../images/shell/gradient.jpg) repeat-x #FFF;
}

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

/* Shadow */
#shl{ width:5px; background:url(../images/shell/shl.jpg) repeat-y; vertical-align:top; }
#grad_shl{ width:5px; height:518px; background:url(../images/shell/grad_shl.jpg) no-repeat;}
#shr{ width:5px; background:url(../images/shell/shr.jpg) repeat-y; vertical-align:top; }
#grad_shr{ width:5px; height:518px; background:url(../images/shell/grad_shr.jpg) no-repeat;}
#shell{background-color:#FFF; width:947px; vertical-align:top; }
#conentshell{ background:url(../images/shell/bannershadow.jpg) repeat-x #FFF; padding-top:33px; }
#footer{ background-color:#E8E8E8; width:945px; height:38px; }

.content{ border-right:1px solid #D4D4D4; width:680px; vertical-align:top; padding:0pc 10px 10px 43px;}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
a:active, a:focus{ outline: none; }


/* Menu */
#swiMenu{ 
	height:62px; 
	width:947px; 
	background:url(../images/menu/bg_light.jpg) repeat-x;
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

.ieFix #swiMenu li{
	background:url(../images/menu/bg_light.jpg) repeat-x;
}

#swiMenu li{

	font-weight:bold;
	color:#666;
	/*height:62px;
	width:100px;*/
	text-align:center;
	float:left;
	position:relative;
	cursor:pointer;
}
#swiMenu li:hover{
	background:url(../images/menu/bg_dark.jpg) repeat-x #c8c6c7;	
}

.padt{
	line-height:62px;
}
.bdrr{
	border-right:1px solid #CCC;
}

#swiMenu li a:link, #swiMenu li a:active, #swiMenu li a:visited{
	text-decoration:none;
	color:#666;
}

.menuParent ul{
	position:absolute;
	top:62px;
	left:0px;
	/*width:362px;*/
	height:42px;
	background-color:#FFF;
	display:none;
	float:left;
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.menuParent li{
	line-height:42px;	
	float:left;
	cursor:pointer;
	font-size:12px;
}
.menuArrow{
	position:absolute;
	z-index:499;
	top:-8px;
	height:8px;
	width:14px;
	background:url(../images/menu/arrow2.gif) 0px -8px no-repeat;
}

.menuParent ul li:hover .menuArrow{
	background-position:0px 0px;
}

.ieFix .menuArrow{
	display:none;
}
