/* -------------------------------------------------------------- 
  
   reset
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* ---------------------- */
/*		  layout	  	  */
/* ---------------------- */

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper { 
	background: white;
	margin: 2px 0 10px 0;
	width:100%;
	padding: 0 0 20px 0;
 	width:expression( documentElement.clientWidth < 1000 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1000 ? "1000" : "auto") : "1000px") : "auto" );
	min-width:1000px;
}

#stretcher {
	clear: both;
}

/* ---------------------- */
/*		 illustration  	  */
/* ---------------------- */
#branding { 
	float: left;
	display:inline;
	width: 260px;
	height: 582px;
	background: #fff url(/images/brand-home.jpg) no-repeat;
	text-indent: -9999px;
	margin:20px 0 170px 0;
}

/* ---------------------- */
/*		 main menu	  	  */
/* ---------------------- */
#main-nav {
	position: absolute;
	top:313px;
	left:200px;		/*	at 260px if float left 	*/
	background: transparent url(/images/nav-horizontal-line.gif) no-repeat 34px 0;	/* orig bg line = 385px	*/
	height:1px;
	width:585px;
}
#nav ul{
	float: right;
}
#nav li {
	float: left;
	position: relative;
	display:block;
	left:5px;
	list-style: none;
	margin-right: 1px;
	background: transparent url(/images/nav-white-line.gif) repeat-y center;
}
.bottom {
	position:relative;
	top:1px;
	padding-top:20px;
}
.bottom a {
	float:left;
	padding:25px 3px 3px 3px;
	color:#474a63;
	text-decoration:none;
	background:white url(/images/radial-graphic-b.png) no-repeat center 0px;
}
.bottom a:hover,.bottom a:focus {
	text-decoration:underline;
	background:white url(/images/radial-graphic-h.png) no-repeat center 0px;
}
.top {
	position:relative;
	bottom:65px;
	padding-bottom:20px;
}
.top a {
	float: left;
	margin: 0 10px 0 10px;
	padding: 3px;
	height: 39px;
	color: #474a63;
	text-decoration: none;
	background: white url(/images/radial-graphic-b.png) no-repeat center 25px;
}
.top a:hover,.top a:focus {
	text-decoration: underline;
	background: white url(/images/radial-graphic-h.png) no-repeat center 25px;
}

.acc {
	position: relative;
	top: 1px;
	padding-top: 20px;
}
.acc a {
	float: left;
	padding: 25px 0 3px 0;
	margin:0 -30px 0 -30px;
	text-align:center;
	text-decoration: none;
	color: #474a63;
	background: white url(/images/radial-graphic-b.png) no-repeat center 0px;
}
.acc a:hover,.acc a:focus {
	text-decoration: underline;
	background: white url(/images/radial-graphic-h.png) no-repeat center 0px;
}

.top-first {
	position: relative;
	bottom: 65px;
	padding-bottom: 20px;
}
.top-first a {
	float: left;
	padding: 3px 3px 3px 0;
	margin:0 0 0 0;
	height: 39px;
	color: #474a63;
	text-decoration: none;
	background: white url(/images/radial-graphic-b.png) no-repeat center 25px;
}
.top-first a:hover,.top-first a:focus {
	text-decoration: underline;
	background: white url(/images/radial-graphic-h.png) no-repeat center 25px;
}
.top-last {
	position: relative;
	bottom: 65px;
	padding-bottom: 20px;
}
.top-last a {
	float: left;
	padding: 3px 0 3px 3px;
	margin:0 0 0 0;
	height: 39px;
	color: #474a63;
	text-decoration: none;
	background: white url(/images/radial-graphic-b.png) no-repeat center 25px;
}
.top-last a:hover,.top-last a:focus {
	text-decoration: underline;
	background: white url(/images/radial-graphic-h.png) no-repeat center 25px;
}

/* ------------------------------------------------- */
/*		 single link container at page top	  	     */
/* ------------------------------------------------- */
#fp-link {
	position: relative;
	float:right;
	top:2px;
	right: 10px;
    padding: 20px 0 0 30px;
	font-size: 75%;
	font-weight: bolder;
	width: 400px;
	height: 61px;
	background: white url(/images/fp-link-bg.png) no-repeat;
}
#fp-link a {
	color: #299429;
	text-decoration: none;
	background: transparent url(/images/link-arrows.gif) no-repeat right;
	padding-right: 25px;
}
#fp-link a:hover,#fp-link a:focus {
	text-decoration: underline;
}

/* ------------------------------------------------- */
/*		 recent news container 				  	     */
/* ------------------------------------------------- */

#secondary-nav {
	position: relative;
	clear:right;
	float:right;
	right:0px;
	top:61px;
	width: 220px;
	padding:45px 0 0 0;
	font-size: 75%;
	line-height: 1.5; 
	background: transparent url(/images/cntr_news_top.jpg) no-repeat;
}
#secondary-nav h2{
	color: #299429;
	font-size: 20px;
	padding-left:5px;
	margin-bottom: 10px;
}

#secondary-nav h3 {

/*
	margin-bottom: 20px;
*/
	padding-bottom: 20px;
}
#secondary-nav a {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	padding:0 10px 0 10px;
	font-weight: lighter;
	text-decoration: none;
}
#secondary-nav a:hover,#secondary-nav a:focus {
	text-decoration: underline;
}

#side {
/*
	padding-bottom: 32px;
*/
	padding-bottom: 42px;
	background: transparent url(/images/cntr_news_bottom.jpg) no-repeat bottom;
}
#sidebar-nav {
	list-style-type: none;
	font-weight: bolder;
	padding-left:8px;
	background: transparent url(/images/cntr_news_middle.jpg) repeat-y;
}

#ncqa-logo {
	background:url(/images/news/logo_ncqa_sm.gif) no-repeat right;
	width:84px;
	float:right;
	margin-top:-45px;
	margin-right:10px;
	text-indent: -9999px;
}
#ncqa-logo a,#ncqa-logo a:link,#ncqa-logo a:visited{
	display:block;
	height:63px;
/*
	width: 177px;
*/
}

/* ---------------------- */
/*		 footer	  	  	  */
/* ---------------------- */
#footer {
	max-height:30px;
}
ul#footer-nav {
	float: right;
	font-size: 80%;
	margin:5px 0;
}
#footer-nav li{
	margin-right: 40px;
	float: left;
}
#footer-nav a {
	color: white;
	text-decoration: none;
}
#footer-nav a:hover,#footer-nav a:focus {
	text-decoration: underline;
}

