/* newNRCA CSS  10-27-09 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background: #b73c37;
	color: #262626;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	text-align: right;
}
h2 {
	font-size: 20pt;
	font-weight: bold;
	color: #000;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}
OLDh3 {
	font-size: 16pt;
	font-weight: bold;
	color: #DED5CD;
	text-align: center;
}
a,  a:link {
  color: #262626;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #262626;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #e6e4d5;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 850px;
  border: 1px solid #000;
}
/* ====================================================================  HEADER  */

#outerWrapper #header {
	background: url(../images/BCK_mast.jpg) no-repeat top left #E6E4D5;
	width: 850px;
	height: 298px;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #headerpg {
	background: url(../images/BCK_mast.jpg) no-repeat top left #E6E4D5;
	width: 850px;
	height: 225px;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #header h1, #outerWrapper #headerpg h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 64px 0 0 0;
}
img#logo {
	position: absolute;
	z-index: 10;
	margin: 46px 0px 0px 67px;
	padding: 0px;
}
img#logosm {
	position: absolute;
	z-index: 10;
	margin: 46px 0px 0px 67px;
	padding: 0px;
}
img#mastimg {
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	border: none;
}
#outerWrapper #header object {
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}
#outerWrapper #header #flashcontent {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 592px;
	height: 198px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#outerWrapper #subheader {
	background: #eef2f5 url(../images/subhead_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 0px #666;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 10px 12px 20px;
}

/* ====================================================================  NAV SECTION  */
#outerWrapper #nav {
	/*font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12pt;*/
	background: #ded5cd;
	border-bottom: dotted 1px #BD9C76;
	margin: 0px;
	padding: 0 10px 0 10px;
}
/* ====================================================================  CONTENT WRAPPER  */

#outerWrapper #contentWrapper {
	background: #E6E4D5;
	display: block;
}

/* ====================================================================  LEFT COLUMN  */

	/*
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #ebebeb;
	border-right: solid 1px #666;
	float: left;
	padding: 10px 10px 10px 0; 
	width: 210px;
	height: 100%;
}
	*/

/* ====================================================================  CSS INCLUDE FOR NAV ITEMS */
#navul {
		margin:1em 0 1em 2em;
		padding:0;
		width:165px;
		font-size:12px;
		list-style:none;
}
#navul li a {
		background: url("../images/navbuttons.jpg") 0 100% no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		padding:0 0 4px 0;
		margin:8px 0 0 0;
		display:block;
		height: 38px;
}

#navul li p {
		font-family: Arial, Helvetica, sans-serif;
		padding: 8px 4px 0 20px;
		margin: 0;
}
#navul li a:hover {
		background-position:-165px 100%;
}
#navul li:hover p {
		border-color:#FF9900;
}
#navul li:hover h4 {
		background-position:-165px 0;
}
#navul a:link {
		text-decoration:none;
		color:#262626;
}
#navul a:visited {
		text-decoration:none;
		color:#262626;
}
#navul a:hover {
		text-decoration:none;
}

/* ====================================================================  SUB NAV */

#navul #subnavul {
		margin:0;
		padding:0;
		width:135px;
		font-size:10px;
		list-style:none;
}
#navul #subnavul li a {
	background: url("../images/subnavarrow.gif") no-repeat 0 20%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 12px;
	margin: 1px 0 1px 0;
	/*display:block;
	background-position: left center; 
*/
}

#navul #subnavul li p {
		padding: 1px 1px 1px 2px;
		margin: 0;
}
#navul #subnavul li a:hover {
		background-position: -135px 20%;
		/*background: #adb4ba;*/
}
#navul #subnavul a:link {
		text-decoration:none;
		color:#262626;
}
/*#navul #subnavul a:visited {
		text-decoration:none;
		color:#262626;
}*/
#navul #subnavul a:hover {
		text-decoration:none;
}
#navul #subnavul .indent {
		padding: 0 0 0 10px;
}


/* ====================================================================  END NAV STYLES  */

/* ====================================================================  RIGHT COLUMN  */

#outerWrapper #contentWrapper #rightColumn1 {
  width: 280px;
  float: right;
  padding: 10px 10px 10px 10px;
	/*
  background-color: #ebebeb;
  border-left: solid 1px #666;
	*/
}
#columnstyle {
	/*background-color: #FFFFFF;*/
	border: solid #ccc 1px;
	font-family: inherit;
	font-size:12px;
	line-height: 13px;
}
#columnstyle h4 {
	padding: 10px;
	background-color: #ded5cd;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	border-bottom: solid #ccc 1px;
}

#listul {
		margin:0;
		padding:0;
		list-style:none;
}
#listul li a {
	font-family: inherit;
	margin:2px 2px 6px 2px;
	padding:2px 4px 6px 4px;
	display:block;
	border-bottom: 1px solid #adb4ba;
	text-decoration: none;		
		/*height: 38px;*/
}
#listul li a:hover {
	background-color: #ded5cd;
	text-decoration: none;		
		/*border-left: 0px solid #ff0033;*/
}
#columnstyle p.listlink {
	margin: 20px auto 20px auto;
	text-align: center;
}

/* ====================================================================  CONTENT  */

#outerWrapper #contentWrapper #content {
  margin: 10px 300px 0 10px;
  color: #262626;
}
#outerWrapper #contentWrapper #content .pad {
  padding: 10px 30px 10px 30px;
}
#outerWrapper #contentWrapper #contenthome {
  margin: 0 300px 0 0;
  padding: 10px 20px 10px 20px;
  color: #262626;
  border-right: 0px #ded5cd solid;
}
#outerWrapper #contentWrapper #content xul {
  padding: 0 50px 0 0;
}

/* ====================================================================  FEATURED  */
#featuredstyle {
	/*background-color: #FFFFFF;
	border: solid #ccc 1px;
	font-size:10px;
	*/
	font-family: inherit;
	line-height: 12px;
}
#featuredstyle h4 {
	padding: 10px;
	background-color: #ded5cd;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	border: solid #ccc 1px;
}

#featuredstyle #listul {
		margin:0;
		padding:0;
		list-style:none;
}
#featuredstyle #listul li {
		margin:0 20px 0 20px;
		padding:0;
		list-style:none;
}

/* ============================== */

#msgName {
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #899EB2;
	border-bottom: #fff 0px solid;
	color: #000;
}
#msgMsg {
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #DBE2E7;
	border-bottom: #666 0px dashed;
}

#linkul {
		margin:0;
		padding:10px 0 0 0;
		list-style:none;
}
#linkul li {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin:2px;
		padding:0 4px 0 4px;
		display:block;
		/*height: 38px;*/
}
#linkul li h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		color: #b73c37;
		background-color:#ded5cd;
		border: solid #ccc 1px;
		padding: 3px;
}
#linkul .link {
		margin: 6px;
}

/*#outerWrapper #contentWrapper */
.clearFloat {
  clear: both;
  display: block;
}
/* ====================================================================  FOOTER  */
#outerWrapper #footer {
	text-align: center;
	border-top: solid 6px #000;
	background: #E6E4D5;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 0px 10px 30px 0px;
}
#outerWrapper #footer a {
	color: #666666;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #ffffff;
	background: #b73c37;
	text-decoration: none;
}

/* ====================================================================  CLASSES  */

.required {
	font-size: x-small;
	color: #FF0000;
}
.smalltext {
	font-size: x-small;
	/*color: #666666;*/
}
.roweven{
	border-bottom: solid #ccc 1px;
}
.rowodd {
	background-color: #ded5cd;
	border-bottom: solid #666 1px;
}
.WAEvenRow {
	background-color: #DFD9D0;
	display: block;
	width: 95%;
	line-height: 20px;
	padding: 7px;
}
.WAOddRow {
	background-color: #C7BBAD;
	display: block;
	width: 95%;
	line-height: 20px;
	padding: 7px;
}
.kcdlink {
	font-size: x-small;
	color: #666666;
}
.reviewdata {
	margin: 5px 0 5px 0;
	padding: 5px;
	border: solid 1px #b73c37;
	background-color: #F2F1EA;
}
