@charset "UTF-8";

/*reset all parameters to zero out stuff*/
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Begin NSH CSS here */

body  {
	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: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/nsh-background-brown.gif);
	background-repeat: repeat;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	text-decoration : none;
	color: #75644b;
	}
	

a:visited {
		text-decoration : none;
	color: #75644b;
	
}

a:hover {
	text-decoration : underline;
	color: #000;
	}
	
a:active {
text-decoration : underline;
	color: #000;
	
	}
	
	/*twocolfixLthdr container is the main wrapper for the whole site.  */
	
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #201a11;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container img {
		text-decoration : none;
}
.twoColFixLtHdr #header {
	background-image: url(images/nsh-header2010.jpg);
	height: 158px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent p {
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.twoColFixLtHdr #footer {
	background:#75644b;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
} 

.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 */
	font-size: small;
	color: #FFF;
	text-align: center;
}

.twoColFixLtHdr #footer a:link {
	font-weight : normal;
	text-decoration : underline;
	color: #FFF;
	}
	

.twoColFixLtHdr #footer a:hover {
	text-decoration : underline;
	color: #000;
	}
	
.twoColFixLtHdr #footer a:active {
text-decoration : underline;
	color: #000;
	
	}
.twoColFixLtHdr #footer a:visited {
	text-decoration : underline;
	color: #CCC;
}
	
	/*this ended up being a div to wrap around the shockwave prototype, it is darkish grey*/
#plaindiv {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	background-color: #333;
}

/* if you need generic white space, the full width of the web site, use this id*/
#plaindivwhite {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	background-color: #FFF;
}

/*generic float classes, handy to have around*/
.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;
}

/*having trouble with something not floating right... or floating when it is not supposed to?  try this*/
.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;
}

/*These are Scotts thumnails CSS*/

#thumbnail {
       float: left;
	background: #fff;
	border: 0;
	padding: 0;
	margin: 0px;
	width: 225px;
       height: 110px;
	}

#thumbnailimg {
       float: left;
       width: 100px;
}


#thumbnail p {
	font: 10px/15px Arial, sans serif;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0;
       width: 100px;
       float: right
	}
#headercontactus {
	padding-top: 130px;
	font-size: .8em;
	float: right;
	padding-right: 30px;
}
.twoColFixLtHdr #container #mainContent ul li {
	list-style-type: disc;
	margin-left: 20px;
}

