@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2A4D80;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(img/backgroundimg/content.png) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	/*background: #0F3302 url(img/headerImg/nwviewsturner.jpg) no-repeat left top;*/
	/*background: #0F3302 url(img/headerImg/nwviewsturner.jpg) no-repeat left top;*/
	background: #0F3302 url(img/headerImg/CPviewKnifeEdge.jpg) no-repeat left top;	
/*background: #0F3302 url(img/headerImg/NesCGfrom-bridge.jpg) no-repeat left top;
*/	
/*background: #0F3302 url(img/headerImg/knifeedgeFixed.jpg) no-repeat left top;
*/} 
.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 */
}
/*Breadcrumb*/
.breadcrumb{
font: bold .75em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
	background: transparent url(img/breadcrumb.gif) no-repeat right center;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

/*buffer for address*/
.twoColFixLtHdr #buffer{
	margin-left:192px;
	height:40px;
	text-align:center;
	margin-bottom:5px;
	background: url(img/backgroundimg/addressBack2.png) repeat-x;
}


.twoColFixLtHdr #buffer ul {
	font-size:13px;
	margin:5px 0 0 10px;
	padding:6px 0;
	color: Black; float: left;
}

.twoColFixLtHdr #buffer li {
	height:35px;
	list-style:none;
	margin:0;
	padding:0px 15px;
	display: inline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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: url(img/backgroundimg/sidebar2.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 5px 15px 5px; margin: 0;
}

.twoColFixLtHdr #subnav{
	margin: 1px;
	padding: 0px;
	background: #0071BC url(none);
	color:#FFF;
	width: 650px;
	float: right;
	}

.twoColFixLtHdr #subnav li,.twoColFixLtHdr #subnav p{
	list-style: none;
	display: inline;
	font-size: .65em;
	text-decoration: none; margin:  0; padding: 3px 0;
	}
	
.twoColFixLtHdr #subnav li a,.twoColFixLtHdr #subnav p a{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFF;
	padding:  0;	
}

.twoColFixLtHdr #subnav li a:hover,.twoColFixLtHdr #subnav p a:hover{
	text-decoration: underline;
	color:#000;
}

.twoColFixLtHdr #subnav li a.current,.twoColFixLtHdr #subnav p a.current{
	color:#FFF;
	background: #000;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* 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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(img/backgroundimg/footer.png) no-repeat;
	height: 153px;
} 
.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:120px 20px 15px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	width:100%;
}
.twoColFixLtHdr #footer a, .twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:focus{
	color:#999;
	text-decoration: none;
}
.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: 1px;
    line-height: 0px;
}
.clearrt { /* 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:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearlft { /* 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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.center{
	float: none;
	margin-right: auto;
	margin-left: auto; width: 600px;
	text-align:center;
}

/*No Link Color or border*/
a.nolinkcolor img,a.nolinkcolor:link img,
a.nolinkcolor:visited img,a.nolinkcolor:hover img,
a.nolinkcolor:active img { border: 0px;  text-decoration: none;  }

/*Text Formatting*/
p{
	font-size: .95em;
	margin: 0px 2px 3px 0px; padding: 0px 2px 5px 0px;
}
h1,h2,h3,h4{
	text-align: center;
	padding: 0 0 5px 0;
	margin:0;
	}
h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1em;}
h6{font-size: .9em;}
h5,h6,h4{
	padding: 0 0 3px 5px; margin:0;
}

.twoColFixLtHdr #containerOther #mainContent p, .twoColFixLtHdr #containerOther #mainContent ul{
	font-size: .9em;
}
.indent{
	padding-left: 20px;padding-right: 20px;
}

.indentBig{
	padding-left: 60px;padding-right: 60px;
}
.normal{
	font-size: 1em!important;
}
.medium{
	font-size: .9em!important;
}
.small{ font-size: .8em!important;}
.smaller {font-size: .7em!important;}
.smallest{ font-size: .6em!important;}
.large{font-size: 1.2em!important;}
.XLarge{
	font: 2.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.SLarge{font-size: 1.8em!important;}
.MLarge{font-size: 1.6em!important;}
.error {
	color: Red; text-align: center;
}
.padLeft{
	margin-left: 20%!important;
}
.padLeftBig{
	margin-left: 175px!important;
}
.underline{
	text-decoration: underline;
}
.oblique{
	font-style: oblique;
}

.strike{
	text-decoration: line-through;
}
.bold{font-weight: bold;}
.bolder{
	font-weight: bolder;
}
.red{color:#F00!important;}
.blue{color:#09F;}
.grey{
	color:#999
}
.green{color:#090}
.yellow{color:#FF9}
.brightYellow{color:#FF0}
.white{color:#FFF}


.top{ vertical-align: top; }

.message {
	font-size: .9em;
	color: #000;
	background: #FDF57A;
	float: right;
	border: 2px solid #0071BC;
	margin: 5px 20px;
	padding: 5px;
}
.message2 {
	font-size: .9em;
	color: #000;
	background: #FDF57A;
	float: right;
	border: 2px solid #0071BC;
	margin: 5px 20px;
	padding: 5px; width:250px;
}

.BackGround {
	color: #000;
	margin: 5px;
	padding: 20px;
	background-color: #CCC;
}

.info {
	font-size: .9em;
	color: #000;
	background: #FDF57A;
	float: right;
	border: 2px solid #0071BC;
	margin: 5px 20px;
	padding: 0;
}

.info p{
	padding: 2px 15px;
	text-align: center;
}

.displayBlock{
	float: left;
	width: 270px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 15px
		
}

.displayBlock2{
	float: left;
	width: 600px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 15px
		
}
/*List*/
.listacross li{
list-style: none; display: inline; padding: 0 2px;
}
 ul.list{padding-top: 3px; margin: 0px; padding-bottom:10px;}

.list li {
list-style-type: none; padding: 1px 1px 3px 1px; margin-bottom: 5px;
}

li.greenSQ{
	list-style: url(img/backgroundimg/greensquare.gif);
}
li.yellowSQ{
	list-style: url(img/backgroundimg/yellowsquare.gif);
}
li.redSQ{
	list-style: url(img/backgroundimg/redsquare.gif);
}
.Bulletlist li {
	padding: 1px 5px 7px 3px;
	list-style: disc outside;
}

ol li{padding: 1px 1px 6px 1px;}

ol.letterList li{
	list-style: lower-alpha;
}

/*definition list*/
dl.table-display
{
	float: left;
	width: 620px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

.table-display dt
{
	clear: left;
	float: left;
	width: 230px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
	font-weight: bold;
}

.table-display dd
{
	float: left;
	width: 350px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #999;
}


/*Image CSS*/
#mainContent img {
	margin: 15px 15px 5px 15px;
	padding: 5px;
	border: 1px solid #333;
	}
	
	.photoshow {margin: 15px; padding: 5px 5px 0px 5px !important;
	}
	
.image .caption {
	text-align: center;
	font: 0.7em "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}

.noborder img, .noborder {
	border: 0px solid white !important; margin: 0 !important; padding: 0 !important;
}

/*Table Formatting*/
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 620px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(none) no-repeat;
}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
}

td.subheader {
	background: #9CC;
	text-align: center;
}

td.subtable {
	background: #9CF;
	}



/*Quiz css*/
label {
	display:block;
	
}
#quiz1, #quiz2 {width:620px;}
#quiz1 form, #quiz2 form {
	padding:3px;
	border:1px solid #000;
	width: 620px;
}
#quiz1 p {padding:3px;border:1px solid #000;}
#quiz1 p b {font:120% verdana;color:#006666;}
.question {font:90% verdana;color:#006666;margin-bottom:15px;}
.answers {font:75% verdana;}

/*rotating pictures*/

#fadeshow1{
	z-index: 1;
}

/*rss feed*/
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 75%;
	color: #333;
	margin: 0.2em 0 0.4em 0;
}
