    
    /*  */
    /* General styles */
	
	#divs {overflow: hidden; *overflow: visible;}


      body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:13px;
	font-family: Arial;
	line-height: 25px;
    }
    /* Same style in both class & ID */
	div#basebase {
		margin: 0 auto;
		width: 988px;
	}
	div.basebase {
		margin: 0 auto;
		width: 988px;
	}	
	/* ----------------------------------------------*/
	div#basebottom {
		width: 100%;
		/*height: 200px;*/
		background-color: #FF6600;
			}
	a {
    	/*color:#369;*/
    	border-width:0px;
	}
	a:hover {
	/*
		color:#fff;
		background:#369;
		text-decoration:none;
	*/
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
    /*
        margin:.4em 0 .8em 0;
        padding:0;*/
    }
	img {
		/*margin:0px 0 5px;*/
		border-width:0px;
	}

	/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
	font-family: Arial;
	font-size: 18px;
	color: #FF0000;
    }
	#header {
	background-image:url(../images/logo.jpg);
	background-repeat:repeat-x;
	position:relative;
	width:988px;
	height:165px;
	left:0px;
	top: 5px;
	}
	#sub_hearder{
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0px 0px 0px 0px;
	color: #d33640;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 60px;
	}
	.sub_header{
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0px 0px 0px 0px;
	color: #d33640;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 60px;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}

	
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */

    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
     
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:777px;
	    position:relative;
	    right:413px;
	    
	}
	  #content {
        padding:10px 10px 0px 0px;
        min-height:400px;
/*        margin:40px;*/
		text-align:justify;
    }
	.leftmenu .col1 {
		
        margin:0 0px 0 0px;
	    position:relative;

	    overflow:hidden;
	    right:777px;
	    background:#ffffff;
		background-image:url(../images/table_bar.png); background-repeat:repeat-x; 

	}
	
		.leftmenu .col1a {
		float:left;
        margin:0 0px 0 0px;
	    position:relative;
		width:517px;
	    overflow:hidden;
	    right:0px;

	}

	.leftmenu .col1b {
		float:right;
        margin:0 0px 0 0px;
	    position:relative;
		width:260px;
	    overflow:hidden;
	    right:0px;

	}

	
    .leftmenu .col2 {
        margin:0 0px 0 0px;
		float:left;
        position:relative;
        right:200px;
    }
	/* Footer styles */
	#footer {

		background-image:url(../images/bottom_bg.gif);
		height:115px;
		
        width:100%;
		
    }
	#bottom {
		height:93px;
		position:relative;
		margin: 0 auto;
		width: 988px;
		padding:20px;

		
    }
	#bottom_left {
		float:left;
		position:relative;
		text-align:left;

		padding:20px;
		
		
    }
	#bottom_right {
		float:right;
		position:relative;
		text-align:right;

		padding:20px;
		
    }
	
    #footer p {
        padding:10px;
        margin:0;
    }

    /*  */

#navcontainer
{
	width: 210px;
	color: #FFFFFF;
}
    #navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li {
	width: 100%;
	float: left;
	margin: 0;
	background-image: url(../images/quick_link_body.gif);
	background-repeat: repeat;
}



#navcontainer a
{
display: block;
color: #000;

padding: 10px 0px 0px 10px; 
text-decoration: none;
border-bottom: 0px solid;

}

#navcontainer a:hover
{
background-image: url(../images/quick_link_bodyx.gif);
background-repeat: repeat;
color: #FFF;
}



#content
{
padding:0px 15px 0px 18px;
list-style-image: url("../images/arrow.gif");
vertical-align:middle;
}

#careers
{
width:517px;
height:93px;
background-image: url(../images/careers_bg.gif);
text-align: center ;

}

#table_hearder {

	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0px 0px 0px 0px;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 30px;
}
td.table_co{
	margin:0px 0 0 0;
	padding:0px 10px 0px 10px;
	line-height: 25px;
	vertical-align: top;	
	text-align:left;
}

td#table_cotop{
	padding:0px 10px 0px 10px;
	background:url(../images/table1_2.gif);
	line-height: 31px;
	font-size: 15px;
	font-weight: bolder;
	vertical-align: top;	
}

/* -------------------------------------Justain Add----------------------------------------*/
    a.newsroom_hyperlink{
    color:#777777; 
    font-weight:bold; 
    text-decoration:none;
    }
/* ---------------------------------------------------------------------------------------------*/
