html 
	{
	padding: 0;
	margin: 0;
	border: 0;
	}

body
	{
	padding: 0;
	margin: 0 auto 10px auto;
	border: 0;
	background: #FFF url(../images/fade_bg.gif) repeat-x;
	}
	
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, img, table, th, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

p {margin: 10px 0 10px 0; padding: 0 8px 0 8px; line-height: 14px;} 

a img {border: 0;}

form {margin: 0; padding: 0;}

a {color: #5C96B1;}
a, a:link, a:visited, a:hover,a:active {text-decoration: none; font-size: 11px;}		        	
a:hover, a:active {color: #F63;}

h1{
	background: #F1F1F1;
	height: 18px;
	color: #F63;
	padding: 0 0 0 5px;
	line-height: 15px;
}

h2
{
	height: 18px;
	color: #F63;
	margin: 10px 0 0 5px;
	line-height: 15px;
}
/* Main Container 
______________________________*/

#main{
	position: relative;
	height: auto; /* fix height to 100% for IE */
	width: 760px;
	background: #FFF;
	margin: 10px auto 0 auto;
	text-align: center;
	border: 1px solid #F63;
	display: block;
	}
	
/* NCG Compaines
______________________________*/

#main #ncg_companies{
	position: relative;
	height: 50px; /* fix height to 100% for IE */
	width: 760px;
	display: block;
	border-bottom: 1px solid #F63;
}

#main #ncg_companies ul{
	position: relative;
	height: 50px; /* fix height to 100% for IE */
	width: 760px;
	display: block;
	margin: 0;
}

#main #ncg_companies ul li{
	float: left;
	height: 30px; /* fix height to 100% for IE */
	width: auto;
	display: block;
	margin: 10px 20px 0 30px;
}

/* Banner 
______________________________*/

#main #banner{
	position: relative;
	height: 80px; /* fix height to 100% for IE */
	width: 760px;
	display: block;
}

#main #banner #logo{
	position: absolute;
	height: 55px; /* fix height to 100% for IE */
	width: 150px;
	top: 15px;
	left: 15px;
}

#main #banner #ncg_logo{
	position: absolute;
	height: 80px; /* fix height to 100% for IE */
	width: 110px;
	top: 0px;
	right: 10px;
}

/* Heading

______________________________*/
#main #heading{
	height: 20px; /* fix height to 100% for IE */
	width: 760px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #F63 url(../images/heading_fade.gif) repeat-x;
	color: #FFF;
	line-height: 23px;
}

/* Nav 
______________________________*/

#main #nav{
	height: 20px; /* fix height to 100% for IE */
	width: 760px;
	text-align: center;
	line-height: 18px;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #CCC;
	background: url(../../images/nav2_fade.gif) repeat-x left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #FFF;
}

#nav a:hover {
	display: block;
	width: 10em;
	background: #FFF;
	color: #F63;
}

#nav li { /* all list items */
	float: right;
	border-right: 1px solid #FFF;
	line-height: 20px;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li.large { /* all list items */
	float: right;
	border-right: 1px solid #FFF;
	line-height: 20px;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li.large a { /* all list items */
	line-height: 20px;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li.large a:hover {
	display: block;
	width: 15em;
	background: #FFF;
	color: #69C;
}


#nav li.large ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 170px;
	border-top: 2px solid #CCC;
	border: 1px solid #CCC;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li.large li { /* second-level lists */
	width: 170px;
	text-align: left;
	line-height: 22px;
	background: #F1F1F1 url(../../images/light_nav_fade.gif) repeat-x left;
	border-bottom: 1px solid #FFF;
}

#nav li.large li a { /* second-level lists */
	width: 170px;
	padding: 0 0 0 5px;
	text-align: left;
	line-height: 22px;
	color: #666;
}

* html #nav li.large ul { /* second-level lists */
	margin: 0 0 0 -84px;
	padding: 1px 0 0 0;
}

#nav li.large li a:hover { /* second-level lists */
	width: 165px;
	line-height: 22px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

/* Content
_________________________*/

#main #content{
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Content - Left Flash
_________________________*/

#main #content #left_flash{
	float: left;
	height: 248px; /* fix height to 100% for IE */
	width: 225px;
	padding: 0;
}

/* Content - Info
_________________________*/

#main #content #info{
	text-align: left;
	height: auto; /* fix height to 100% for IE */
	min-height: 250px;
	width: 500px;
	margin: 0 0 10px 230px;
	padding: 10px;
}

/* Content - Links
_________________________*/

#main #content #tbl_positions{
	height: 30px; /* fix height to 100% for IE */
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Footer
_________________________*/

#main #footer{
	width: 760px;
	margin: 0 auto 0 auto;
	height: 22px;
	background: #F63 url(../images/footer_fade.gif) repeat-x bottom;
}

#main #footer ul{
	position: relative;
	height: 20px; /* fix height to 100% for IE */
	line-height: 18px;
	width: 720px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main #footer ul li{
	float: right;
	color: #FFF;
	height: 20px; /* fix height to 100% for IE */
	width: 240px;
	display: block;
	margin: 0;
	padding: 0;
}
/* Bottom
_________________________*/

#bottom{
	width: 758px;
	margin: 0 auto 0 auto;
	height: 5px;
	background: #FFF url(../images/bottom.gif) repeat-x;
}

/* Netfront
_________________________*/

#netfront{
	width: 740px;
	margin: 0 auto 0 auto;
	height: 10px;
	text-align: right;
	color: #999;
	}
	
#netfront a{
	color: #CCC;
	}
	
#netfront a:hover{
	color: #999;
	}

