﻿html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	font: normal 12px/18px arial, sans-serif;
	color:#000000;
	background-color:#fff;
}
html, body, div, span, h1
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
	color:#a90000;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
/*Generic Classes */

.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.DB
{
	display: block;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
	display:inline;
}
.FR
{
	float: right;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.TC
{
	text-align: center;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.P1
{
	width:1px;
	height:1px;
	overflow:hidden;
}
.P2
{
	width:2px;
	height:2px;
	overflow:hidden;
}
.P2
{
	width:3px;
	height:3px;
	overflow:hidden;
}
.P4
{
	width:4px;
	height:4px;
	overflow:hidden;
}
.P5
{
	width:5px;
	height:5px;
	overflow:hidden;
}
.P6
{
	width:6px;
	height:6px;
	overflow:hidden;
}
.P7
{
	width:7px;
	height:7px;
	overflow:hidden;
}
.P10
{
	width:10px;
	height:10px;
	overflow:hidden;
}
.P20
{
	width:20px;
	height:20px;
	overflow:hidden;
}
.OH
{
	overflow:hidden;
}
/* End Generic Classes */


/* Global Classes */

.HomePageBody
{
	background:#ffffff url(../../Images/ncbt/home_bkgd.gif) top center no-repeat;
}
.STDPageBody
{
	background:#ffffff url(../../Images/ncbt/stdcont_bkgd.gif) top center no-repeat;
}
.Wrapper
{
	width:995px;
	overflow:hidden;
}
.NavigationArea
{
	width:995px;
}
.NavigationAreaInner
{
	padding-left:55px;
}
.BottomLeftButtons img
{
	float: left;
	border: 0;
}
/* End Global Classes */


/* Home Page Classes */

.HomePageCol1
{
	width:517px;
	text-align:left;
	overflow:hidden;
}
.HomePageCol1Inner
{
	padding:155px 50px 20px 0;
}
.HomePageCol1Spacer
{
	height:34px;
	width:10px;
}
.HomePageCol2
{
	width:478px;
	text-align:left;
	overflow:hidden;
}
.HomePageCol2Spacer
{
	height:15px;
	width:10px;
}
.HomePageImageRot
{
	width:478px;
	height:331px;	
}
.HomePageTestimonials
{
	width:449px;	
}
.HomePageHr
{
	width:995px;
	background-color:#999;
	height:1px;
	margin:0px;
	padding:0px;
	overflow:hidden;	
}
.HomePageFooter
{
	width:590px;
}
.HomePageFooterInner
{
	padding:20px 0 0 15px;
}
.HomePageLogoContent
{
	padding:5px 0 0 15px;
	width:400px;
	text-align:left;	
}

/* End Home Page Classes */

/* Standard Content Page Classes */

.STDContentCol1
{
	width:442px;
	height:192px;
	text-align:left;
}
.STDContentBreadcrumbArea
{
	padding:155px 0 0 0;
}
.STDContentCol2
{
	width:553px;
	height:206px;
	text-align:left;
	overflow:hidden;
}
.STDContentCol2Inner
{
	background-color:#628cae;
	margin:14px 0 0 0;
}

.STDContentPanel
{
	width:995px;
	text-align:left;
}
.STDContentSpacer
{
	width:995px;
	height:18px;
}
.STDContent2Col1
{
	width:614px;
}
.STDContent2Col2
{
	width:331px;
}
.STDContentSpacer2
{
	width:50px;
}
/* End Standard Content Page Classes */

.Button
{
	width: 131px;
	height: 53px;
	text-align: center;
	margin-right: 3px;
	display: block;
	float: left;
}
.Button, .Button:active, .Button:link, .Button:visited, .Button:hover
{
	color: #FFF;
	font: bold 14px/53px Arial, Sans-Serif;
	text-decoration: none;
}
.Button:hover
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.BlueButton
{
	background: url("/Images/ncbt/button-blue.gif") no-repeat 0 0;
}
.GreenButton
{
	background: url("/Images/ncbt/button-green.gif") no-repeat 0 0;
}
.OrangeButton
{
	background: url("/Images/ncbt/button-orange.gif") no-repeat 0 0;
}
