@charset "utf-8";
/* CSS Document */
 
body {
	background-color: #DADADA;
	background-image: url(../images/bodybgkdnc.gif);
	background-repeat: repeat-x;
	margin: 0; /* zeroed margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* centers this container in IE 5* browsers. The text is set to left aligned with #container */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
}
.twoColFixLtHdr #header {
	background-color: #6095CC;
	background-image: url(../images/headerbkgdwithnavtop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 120px;
	width: 780px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further *//* padding: 15px 10px 15px 20px; */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding should match the left alignment of the elements in the divs that appear above it. */
	background:#F5F5F5;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.extender {
	height: 250px;
	background-color: #DADADA;
}
a.topper {
	position: relative;
	left: 360px;
	padding: 4px;
}
a.topper:hover {
	color: #FFFFFF;
	background-color: #6296CA;
	text-decoration: none;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a.caps {
	text-transform: uppercase;
}
a:hover {
	text-decoration: underline;
}
/*  */
/*      */
/*  888888888888888888888888888888888888888888888888       */
/*  888888888888888888888888888888888888888888888888       */
/*      */
/*  */
#TableHeader {
	height: 120px;
	width: 780px;
}
#topnavbar {
	background-color:#b0cae6;    /*  dfcbb6  6095CC  */
	background-image: url(../images/topnavbarnc.jpg);
	height: 20px;
	width: 780px;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.topnav {
	color: #0a62b0;   /* 0a62b0 */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.topnavlink {
	color: #FFFFFF;  /*  33679c  ceb091  d8a167 */
	background-color: #6095CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;  /*   6095CC   b0cae6 */
	display: inline;
}
a.topnavlink {
	color: #33679c;  /*  33679c  ceb091  d8a167 */
	background-color: #b0cae6;  /*  b0cae6  f4e8dc */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;  /*   6095CC   b0cae6 */
}
a.topnavlink:hover {
	color: #FFFFFF;
	background-color: #ceb091;
}
#nclogomain {
	background-image: url(../images/logoNCheaderlong.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 100px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#headerflash {
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
	width: 360px;
}
#footer #footerleftwall {
	background-color: #F5F5F5;
	background-image: url(../images/footercornerleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 24px;
}
#footer #footerbase {
	background-image: url(../images/footerbasespreader.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 732px;
}
#footer #footerrightwall {
	background-color: #F5F5F5;
	background-image: url(../images/footercornerright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 24px;
}
.lowtext {
	color: #0a62b0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	right: 775px;
	bottom: 22px;
	width: 732px;
}
a.lowtextlink {
	color: #79A7D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
}
a.lowtextlink:hover {
	color: #004F95
}
.copyright182 {
	color: #b3b3b3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: center;
	font-variant: normal;
}
a.copyright182 {
	color: #afafe3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.copyright182:hover {
	color: #7d7db1
}
#container #thorax #columnleft {
	background-color: #FFFFFF;
	width: 292px;
}
#container #thorax #columnleftthin {
	background-color: #FFFFFF;
	width: 262px;
}
#container #thorax #columnsplit {
	background-color: #FFFFFF;
	width: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;   /*  8eb4db  */
}
#container #thorax #columnsplitx {
	background-color: #FFFFFF;
	width: 12px;
}
#container #thorax #columnsplitxthin {
	background-color: #FFFFFF;
	width: 6px;
}
#container #thorax #columnright {
	background-color: #FFFFFF;
	width: 444px;
}
#container #thorax #columnright480 {
	background-color: #FFFFFF;
	width: 480px;
}
.bigcaptions   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCC99;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#columnright .bigcaptions-p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
#columnright #loginlog {
	top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#columnright p {
	padding-left: 8px;
}
#columnright hr {
	width: 434px;
	position: relative;
	left: 4px;
	text-align: center;
}
.bordervid {
	border: 2px solid #F0F0F0;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
	width: 320px;
	background-color: #FFFFFF;
}
#columnright .overvids {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 84px;
	margin: 0px;
}

.shiftwidevid {
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	width: 480px;
	position: relative;
	left: 3px;
}
.emailer {
	background-image: url(../images/ncmailbutton.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 45px;
	width: 266px;
}
.emailer:hover {
	background-image: url(../images/ncmailbuttonon.gif);
	}
#container #ncthorax {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 780px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#container #ncthorax #ncthoraxleftwall {
	background-image: url(../images/ncwrapperleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
	margin: 0px;
	padding: 0px;
	height: 350px;
}
#container #ncthorax #ncthoraxrightwall {
	background-image: url(../images/ncwrapperright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 8px;
	margin: 0px;
	padding: 0px;
}
#ncthorax  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #339966;
	line-height: 32px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	margin-left: 0px;
}
#ncthorax  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9966;
	text-align:center;
	line-height: 19px;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
#ncthorax .ncstoreleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#ncthorax .ncstoreleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 10px;
	padding: 0px;
}

#ncthorax  ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #e0833c;
	text-align:left;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 4px;
	padding-left: 14px;
}
#ncthorax  li {
	margin: 4px;
	padding: 4px;
}

#thorax #columnleftthin #h2nc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d15b95;
	text-align:center;
	line-height: 19px;
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 262px;
}
#ncthorax .smallcaptions h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #339966;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#ncthorax .smallcaptions h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0px;
}

#contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	width: 292px;
	padding-top: 12px;
}
#columnright .overvids {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	overflow: hidden;
	position: relative;
	left: 62px;
}

.shiftwidevid {
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	width: 480px;
	position: relative;
	left: 3px;
}
#testimonialViewer {
	background-image: url(../images/hdvimage.gif);
	margin-top: 2px;
	margin-bottom: 30px;
	text-align: center;
	height: 270px;
	width: 480px;
	}
#ncthorax   .lottatext  {
	padding-right: 12px;
	padding-left: 12px;
	background-color: #EEEEEE;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

	
#ncthorax .firstcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	margin: 0px;
	float: left;
	width: 280px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#ncthorax .midcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-color: #EEEEEE;
	text-align: justify;
	margin: 6px;
	padding: 6px;
	float: left;
	width: 170px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#ncthorax .midcolumn ul {
	line-height: 14px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#ncthorax .midcolumn li {
	margin: 0px;
	padding: 2px;
}
.pricepoint {
	color:#FF6600;
	font-weight:bold;
	line-height:22px;
	float:right;
}
.extender2 {
	height: 50px;
	background-color: #DADADA;
}
