/* -- main Content table --*/
table#page
{
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
#site_wrapper
{
	width: 920px;
	min-height: 900px;
	background: url(../img/background.png) repeat-y -18px 50%;
	margin: 0 auto 0 auto !important; 
	padding: 0px; 
}
#wrapper 
{
	margin: 0 auto;
	position: relative;
	background: #fff;
	height: 100%;
	width: 900px;
}
/* -- Header --*/
#header
{
	position: relative;
	height: 95px;
	margin: 0;
	width: 100%;
	background: #fff url(../img/header.gif) no-repeat 744px -13px;
}
#header_band 
{
	position: absolute;
	top: -10px;
	left: 0;
	background: #e10000;
	width: 190px;
	height: 20px;
}
#header_logo 
{
	padding-top: 10px;  
	margin-top: 14px; 
	margin-left: 0px;
	padding-left: 5px;
	float: left; 
	width: 295px; 
	height: 32px;
}
#header_logo img
{
	border:none;
}
#page_header
{
	MIN-HEIGHT: 1px;
	float: left;
	width: 600px;
	height: 250px;
}
#page_header .feature
{
	margin: 0 0 25px;
}

#banner 
{	
	CLEAR: both;	
	FLOAT: left;	
	MARGIN-LEFT: 10px;	
	HEIGHT: 250px;
} 

#sidebar 
{
	FLOAT: right;	
	WIDTH: 295px;	
	MARGIN-RIGHT: 0px;	
	HEIGHT: 250px;	
	BACKGROUND-COLOR: #f7304a;
}

#sidebar h3 
{
	color:#fff; 
	margin:0px 0 0 0; 
	padding:0px 0 5px 10px; 
	font-size:12px;
	text-align: left;
	line-height: 25px;
	height: 25px;
}
#sidebar p {margin: 5px 0 0 5px; color: #fff;}
#sidebar .item 
{ 
	padding: 0px 10px 0px 50px; 
	margin:0px;
	line-height: normal;
	z-index:1; 
	position:relative; 
	left:-40px; 
	width:275px;
	height: 53px;
	text-align: left;
}
#sidebar .item:hover 
{ 
	padding: 0px 10px 0px 50px; 
	margin:0px;
	line-height: normal;
	z-index:1; 
	position:relative; 
	left:-40px; 
	width:275px;
	height: 53px;
	background: 0px 0px no-repeat url(../img/menu_select.png);
}
#sidebar .item:hover a 
{
	background: 0px 5px no-repeat url(../img/arrowred.png); 
	color:   #f7304a; 
	font-size: 12px; 
	font-weight: bold !important; 
	padding-left: 15px;
	width: 200px;
}
#sidebar .item:hover p 
{
	width: 270px; 
	padding: 0 !important; 
	margin: 0 !important; 
	overflow: hidden; 
	font-size: 11px; color:#666;
	height: 30px;

}
#sidebar .item a 
{
	background: 0px 5px no-repeat url(../img/arrow_white.png); 
	color: #fff; font-size: 12px; font-weight: bold !important; 
	padding-left: 15px;
	float: left;
	width: 200px;
}
#sidebar .item p 
{
	width: 270px;
	 padding: 0 !important; margin: 0 !important; 
	 overflow: hidden; font-size: 11px;
	 height: 30px;
}

/*--sub menu--*/
#sub_menu_container 
{	
	Z-INDEX: 100;
	POSITION: relative;
}

/* Header Site Tools */
hr
{
	display: none !important;
}
#site_tools 
{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 11px;
	color: #333;
	padding: 2px 0;
	text-align: right;
}

#site_tools a 
{
	color: #000064;
	text-decoration: none;
	padding: 2px 5px;
	border: none;
	font-size: 11px;
}
/*-- End of header styling --*/

/*-- Content styling --*/
#main
{
	padding: 10px 0px 35px;
	margin: 0;
	float: left;
	width: 750px;
	z-index: 1;
	min-height: 1px;

}
#content 
{
	padding: 0px; 
	position: relative;
	z-index: 1;
	background: #fff;
	width: 700px;
	float: left;
	font-size: .88em;
	text-align: left;
}

/*-- Footer styling --*/
#footer 
{
	clear: both; font-size: 11px; margin-left: 15px; padding:40px 0 15px 0;
	text-align: left;
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 11px;
}
#footer 
{
	_height: 1px;
}
#footer_copyright	
{
	padding-bottom: 0px;
}
#footer p 
{
	margin: 0;
	color: #aaa39d;
	line-height: 14px;
}
#footer_links a,
#footer a 
{
	COLOR: #ed1a3b;	
	WHITE-SPACE: nowrap;	
	TEXT-DECORATION: none;	
	outline: none;
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 11px;
}
	
#footer a:hover 
{
	text-decoration: underline;
}
	
#footer_links 
{
	margin: 5px 0 0;
}
	
#footer_credit 
{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
}

#footer_credit a 
{
	display: block;
	width: 45px;
	height: 35px;
	background: url(nv.gif);
	text-indent: -9000px;
	padding: 0;
}
		
#footer_credit a:hover 
{
	background: url(nv.gif) 0 -35px;
	padding: 0;
	border: none;
}

#footer_legal 
{
	line-height: 14px;
	margin: 0px;
	padding: 5px 0 30px 0;
	color: #aaa39d;
	min-height: 1px;
	font-size: 10px;
	
}
#footer_legal p
{
	font-size: 11px;	
}

/*-- Menu styling --*/

#menu_container
{	
	MARGIN-TOP: 6px;	
	FLOAT: left;	
	MARGIN-BOTTOM: 20px;	
	MARGIN-LEFT: 0px;	
	WIDTH: 900px;	
	HEIGHT: 30px;	
	BACKGROUND-COLOR: #b9aca5;
}
td.menuItemSelectedStyle,
td.menuItemStyle
{
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	FONT-SIZE: 14px;
	padding: 0px;
}
a.menuItemSelectedStyle,
a.menuItemStyle
{
	BACKGROUND: #b9aca5;
	padding: 5px 20px 5px 12px;	
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	FONT-SIZE: 14px;
	COLOR: #fff;
	display: block;
	line-height: 15pt;
}

a.menuItemSelectedStyle:hover,
a.menuItemStyle:hover
{
	color: #fff;
	BACKGROUND: #ed1a3b;
	TEXT-DECORATION: none;
}

/*-- End Menu Styling --*/

td#JobalertProse
{
	FONT-SIZE: 14px;
	LINE-HEIGHT: 15PT;
	font-weight: normal;
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

td#JobalertProse,
td#portalIntroProse
{
	padding: 0px;
	vertical-align: top;
	margin: 0px;
	width: 690px;
	FONT-SIZE: 14px;
	LINE-HEIGHT: 15PT;
	font-weight: normal;
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
td#portalIntroProse h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ed1a3b;
	font-size: 24px;
	LINE-HEIGHT: 1.2;
	margin: 0px 0 0;
	font-weight: 700;
	text-transcorm: uppercase;
	FONT-FAMILY: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
select#groupType_4
{
	font-size: 12px;
	color: #777;
	width: 245px;
	
}
select#groupType_8
{
	font-size: 12px;
	color: #777;
	width: 215px;
}
select#groupType_5
{
	font-size: 12px;
	color: #777;
	width: 215px;
}
