@charset "utf-8";
/* CSS Document */

body  {
	background: #1f2835;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	}
#wrapper {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/sidebarback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 1%;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 640px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
} 

/* hide hack from Mac-IE5 \*/
* html #mainContent { height: 1em; }
/* end hiding */
.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;
}

.clearfloat2 { /* 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;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homebanner {
	margin: 0px;
	padding: 0px;
	height: 295px;
	background-image: url(images/abstractbanner_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homebannerflash {
	margin: 0px;
	padding: 0px;
	height: 320px;
	background-image: url(images/videobackhome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#homebannertext {
	margin: 0px;
	padding-top: 60px;
	padding-left: 350px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5b8e45;
}
#bannerdiv {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* start of sidebar list style navigation */
#sidenav {
	margin: 0px;
	padding: 0px;
	width: 255px;
	background-image: url(images/sidenavback.jpg);
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}

#sidenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	}
#sidenav li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 255px;
	

	}
#sidenav a {
	text-transform: none;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 235px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	} 

#sidenav a:hover {
	color: #ffff99;
	background-image: url(images/sidenavbackhover.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
	}
.hometable {
	background-image: url(images/hometableback.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 640px;
}


.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.header h2 {
	font-size: 16px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #476c36;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hometabletext {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.img5pxspace {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.hometablefooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	height: 20px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.hometablefooter a:link, .hometablefooter a:visited, .hometablefooter a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.hometablefooter a:hover {
	color: #009933;
	text-decoration: none;
}

.hometablefooter2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	height: 20px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
.hometablefooter3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	height: 20px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
#issuesbox {
	border: 1px solid #719163;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer {
	background-image: url(images/footerback2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	margin: 0px;
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #66CCFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
}

#issuesboxtext {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	color: #476c36;
	padding-right: 10px;
}
.newsboxTD {
	background-color: #DDE2DB;
}
#contentcontainer {
	background-image: url(images/insidecontentback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 20px;
	padding-left: 15px;
}
#mainheader {
	margin: 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainheader h1 {
	font-size: 17px;
	font-weight: bold;
	color: #69a350;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-image: url(images/headerpict.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#contentcontainer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 35px;
	line-height: 18px;
}
.imgspaceborders {
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #66CC66;
}
#contentcontainer h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}
#contentcontainer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #68a24f;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

#contentcontainer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	color: #336699;
}
#contentcontainer li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentcontainer ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 75px;
	list-style-type: lower-alpha;
}

#contentcontainer .number ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 75px;
	list-style-type: decimal;
}
.highlighttext {
	color: #6699FF;
	font-weight: bold;
}
.indentparagraph {
}

#contentcontainer ul li li {
	list-style-type: circle;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
a:link, a:visited, a:active {
	color: #009933;
}
a:hover {
	color: #333366;
}
.formdiv {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 35px;
	width: 460px;
}
.pagenav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 13px;
}
.pagenav a:link, .pagenav a:visited, .pagenav a:active {
	border: 1px solid #009933;
	margin-right: 5px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7f7d6;
	height: 30px;
}
.pagenav .current {
	color: #FFFFFF;
	background-color: #009933;
	border: 1px solid #009933;
	margin-right: 5px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.posterimage {
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#sidebartext {
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebartext p {
	color: #355f91;
}
#logofooter {
	padding: 0px;
	height: 110px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/nhlogo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
.logofootercontainer {
	padding-right: 20px;
	padding-top: 40px;
}
.tableposition {
	padding-left: 25px;
	
}
.tableposition td {
	border: 1px solid #CCCCCC;
}

.tableheaders {
	font-weight: bold;
	background-color: #dfebd9;
}
.sidebanner {
	margin: 0px;
	padding: 0px;
}
.partnercontainer {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	border: 1px solid #ccdeee;
}
.partnercontainer img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.speakercontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.speakercontainer img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.speakercontainertitle {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #e4eef6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.tablesessionsrow {
	background-color: #e4eef6;
	color: #339966;
}
.tablesessionsgreyrow {
	background-color: #FFFFCC;
	color: #339966;
}
.tablesessionsgreenrow {
	background-color: #FFFFCC;
	color: #339966;
	font-style: italic;
	font-weight: bold;
}
.sessionsrightdiv {
	padding: 0px;
	float: right;
	width: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
	color: #999999;
}
.sessionsleftdiv {
	padding: 0px;
	width: 425px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.greentext {
	color: #669966;
}

.sessionsleftdiv p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* start of sidebar subheadings list style navigation */

#sidenav ul ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}



#sidenav ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 255px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	}
#sidenav ul ul a {
	margin: 0px;
	text-transform: none;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 215px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
	} 

#sidenav ul ul a:hover {
	color: #ffff99;
	background-image: none;
	background-color: #bddb91;
	
	}
.headernumber {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.videodiv {
	background-image: url(images/videoback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.videocontainer {
	padding: 3px;
	float: right;
	width: 400px;
}
.videotext {
	width: 145px;
}
.leftimagespace {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homevideolist {
	margin: 0px;
	padding: 0px;
}
.homevideolist ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.homevideolist li {
	padding-bottom: 6px;
}
.postertable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#countdown {
	width: 165px;
	background-image: url(images/countdown.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #336633;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #336699;
}

.photogallerydivimg {
	border: 2px solid #607DA5;
	padding: 3px;
	background-color: #C8E2A3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

