/* Site Style*/
body {
	color: #000054;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
}
.topText {
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 28px;
	color: #000054;
	text-align: right;
	direction: ltr;
}

p {
	font-family: v, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000054;
}

.nav a:visited {
	color: white;
}
.nav a:hover {
	background-color: #FD5A1F;
	color: white;
}
.nav a:active {
	background-color: #FD5A1F;
	color: white;
}
.nav a {
	color: white;
  font-size: 10px;
  font-weight:bold;
  padding: 4px 14px 9px 14px;
}

a {
	text-decoration: none;
	color: #000054;
}
a:hover {
	text-decoration: none;
	color: #FD5A1F;
}

.title {
	color: #000054;
	font-size: 22px;
	padding-bottom:20px;	
}

.sub-title {
  color: #000054;
	font-size: 16px;
}

.big_button {
	font-size: 20px;
	color: white;
	background-color: #000054;
	width: 200px; 
	height: 100px;
	text-align: center;
	font-weight:normal;
  padding: 0px 0px 0px 0px;
}
.big_button a:visited {
	color: white;
	font-weight:normal;
}
.big_button a:hover {
	color: #FD5A1F;
	font-weight:normal;
}
.big_button a {
	color: white;
	font-weight:normal;
	font-size: 20px;
}

/* Navigation and Menu items */

#header_logo {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:250px; 
	height:100px; 
	background:url('/pb3/corporate/ncrc/images/logo.jpg') no-repeat;
}

#header_banner {
	position:absolute; 
	left:260px; 
	top:1px; 
	width:749px; 
	height:109px; 
	background:url('/pb3/corporate/ncrc/images/banner.jpg') no-repeat;
}

#top_menu {
	position:absolute; 
	left:260px;
	top:110px; 
	height:25px; 
	width:749px; 
	font-family: Verdana, Arial, sans-serif;
  background-color: #000054;
}

#left_caption {
	position:absolute; 
	left:20px; 
  top:200px; 
	width:200px; 
	height:300px; 
}
.caption_text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000054;
  font-weight: bold;
}

#app_menu_hide {
	position:absolute; 
	left:566px;
	top:110px; 
	font-family: Verdana, Arial, sans-serif;
  background-color: #FD5A1F;	 
	color: white;
  font-size: 10px;
  font-weight:bold;
  padding: 5px 14px 8px 14px;
}
#login_menu_hide{	
	position:absolute; 
	left:914px;
	top:110px; 
	font-family: Verdana, Arial, sans-serif;
  background-color: #FD5A1F;	 
	color: white;
  font-size: 10px;
  font-weight:bold;
  padding: 5px 14px 8px 14px;
}

html, body {height:100%}
body {
	padding:0;
	margin:0;
	color: #000054;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:260px;
	margin-bottom:-27px;
	width: 750px;
	color: #000000;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background:white;
	overflow:hidden;
	color: #000054;
}

#left {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:left;
	margin-left:-259px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:200px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}

#footer {
	width:749px;
	clear:both;
	margin-left:260px;
	height:25px;
  background-color: #000054;
	color: #000054;
	text-align:right;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
#footer_logo {
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:180px; 
	height:142px; 
	background:url('/pb3/corporate/ncrc/images/footer.png') no-repeat;
}

#clearheader{height:145px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/

h1 { color: #000054; }
h2 { color: #000054; }
div { color: #000054; }

td { font-size: 12px; }
b { font-size: 12px; }

.adv_items_title {
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF; 
}
.adv_items_data {
	font-size: 16px;
	font-weight:bold;
	color: #FD5A1F; 
}

.buttn {
  color: #FFFFFF; 
  background-color:#000054;
	text-transform:uppercase;	
	font-size:10px; 
	padding:3px 5px 3px 5px;
}

.small_buttn {
  color: #FFFFFF; 
  background-color:#000054;
	font-size:10px; 
}

img.floatBottomRight { 
    float: right; 
    margin: 0px; 
}
