

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	}

body {
	background: #f1ecf3 url('../img/body.gif') repeat-x left top; /* #202020 */
	color: #5A5A50;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1.5em;
	}

/* Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2 {
	color: #c72233;
	margin-bottom: 0.3em;
	}

h3,h4,h5,h6 {
	color: #456;
	margin-bottom: 0.3em;
	}

blockquote {
	background: #f1edf3 url('../img/quote.gif') no-repeat; /*F6F6F6*/
	border: 0;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 44px;
}

a.doc{
	background: transparent url(../img/doc.gif) no-repeat center right;
	padding-right: 19px; /*adjust bullet image padding*/
	}

a.pdf{
	background: transparent url(../img/pdf.gif) no-repeat center right;
	padding-right: 19px; /*adjust bullet image padding*/
	}

a.ppt{
	background: transparent url(../img/ppt.gif) no-repeat center right;
	padding-right: 19px; /*adjust bullet image padding*/
	}	

a.wmv{
	background: transparent url(../img/wmv.gif) no-repeat center right;
	padding-right: 19px; /*adjust bullet image padding*/
	}	

a.sublink { 
	/*font-size:11px;
	line-height:18px;*/
	padding-left:18px;
	border-bottom:none;
	text-decoration:none; 
	background: url(../img/arrow.gif) left center no-repeat; 
	font-weight: 100;
	 }

a:hover.sublink{ 
	border-bottom:none; 
	text-decoration:none; 
	}


	
/* Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}


/* Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}


/* Links 
------------------------------------------------------------------- */

a {color: #c72233;}
a:hover {
	color: #D60;
	text-decoration: none;
}


/* Forms 
------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border: 1px solid #777;
	border-color: #777 #CCC #CCC #777;
	font: normal 1em Verdana,sans-serif;
	padding: 5px 5px;
		width: 435px;/*new*/
}

input.button {
	background: #FAFAFA;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}

img.logo {
	background-color: #FFF;
	border: 0;
	padding: 15px 0 15px 0;
}

/* Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	}

/* Misc 
------------------------------------------------------------------- */

/* Separators */
.content_separator, .archive_separator {
	background: #D5D5D5;
/*	clear: both;	*/
	color: #FFE;
	display: block;	
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
	}

.sidebar_separator {
	background: #D5D5D5;
/*	clear: both;	*/
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 4px;
	}
	
.archive_separator {margin: 0 0 14px;}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {background: url('../img/layout_wrapper_outer_over.jpg') no-repeat center top;}
#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
/*	width: 906px;	*/
	width: 999px;
	}

#layout_top {height: 120px; background: url('../img/ndwg_header.jpg') no-repeat;}

#layout_body_outer {background: #e7e7e7 url('../img/layout_body_outer.jpg') repeat-x;}
/* #layout_body_outer {background: #373737 url('../img/layout_body_outer.jpg') repeat-x;} */
#layout_body {
	background: url('../img/layout_body.gif') no-repeat;
	padding: 0px; /*8px 8px 0;*/
	}

/* Site title */
#site_title{
/*	width:906px; */ /*new*/
width:999px; 
display: block;
position: absolute;
	}

#site_title .hiddentext { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}


/*Search box*/

#searchwrapper {
	position:absolute; /*important*/
	top: 70px;
	left: 776px;
	width:222px;
	height:35px;
	background-image: url('../img/search_box.gif');
	background-repeat: no-repeat; /*important*/
	padding:0px;
	margin:0px;
	}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color: transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:165px;
height:25px;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color: transparent; /*important*/
	position:relative; /*important*/
	top:0px;
	left:182px;
	width:30px;
	height:25px;
}

input {
background: transparent !important;
} 

#tbhivwg {
	width: 226px;
	height: 40px;
	margin: 0; 
	padding: 0;
	left: 0px; 
	top: 20px; 
	display: block;
	background: transparent;
	position: absolute;
	}

#tbhivwg a{
	height: 40px;
	display: block;
	}

#stoptb {
	width: 226px;
	height: 40px;
	margin: 0; 
	padding: 0;
	left: 683px; 
	top: 75px; 
	display: block;
	background: transparent;
	position: absolute;
	}

#stoptb a{
	height: 40px;
	display: block;
	}
#stoptb a:hover{
	height: 40px;
	display: block;
	background: url('../img/layout_wrapper_outer_over.gif') no-repeat -683px -75px;
	}


/* Navigation */
#navigation {
	background: #f1ecf3  url('../img/navigation.gif')  repeat-x;  /**/
	height:		2.5em; /*new*/
	padding: 	0;
	margin: 	0;
	font: 		bold 1em sans-serif;
/*	border-top: solid 2px #e2d8e6;	*/
	color: #456;
	}

/* Breadcrumb */
#breadcrumb {
	color: #8f8c92;
	background: #fff;
	border-bottom: 2px solid #e2d8e6; /* d3d3d3 C5C5C5*/
	border-top: 0;
	padding-left: 15px;
	}

.breadcrumb{
	font: normal 0.9em sans-serif;
	line-height: 1em;	
	padding: 0.5em 0 0.5em;
	}

.breadcrumb a{
	background: transparent url(../img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 17px; /*adjust bullet image padding*/
	color: #8f8c92;
	}

.breadcrumb a:visited, .breadcrumb a:active{
	color: #8f8c92;
	}

.breadcrumb a:hover{
	color: #6b6677;
	text-decoration: none;
}

/* Main */
#main {
	background: url('../img/main3.gif') repeat-y;
	height: 1%; /*ie bug*/
/*	border-top: 2px solid #e2d8e6;	*/ /* d3d3d3 C5C5C5*/
	border-top: 16px solid #ffffff;
	border-bottom: 0;
	}
html>body #main { /*ie ignores this*/
	height: auto
	} 
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {
	border: 0px;
/*	width: 645px; */ /*629*/
	width: 739px; 
	}
#content {	
	color: #444;
/*	padding: 16px;	*/
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	}

/* Sidebar */
#sidebar_outer {
	border: 0px;
	width: 259px;
	height: 600px;
	}
#sidebar {
	color: #555;
/*	padding: 16px 12px;	*/
	padding: 0px 12px;
	}
#sidebar a {color: #c72233;}
#sidebar a:hover {color: #000;}

/* Dashboard */
#dashboard {
	background: #e2d8e6;
	border-top: 1px solid #D5D5D5;
	font-size: 0.9em;
	}
#dashboard_inner {padding: 16px 20px 6px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 20px;
	margin: 0 20px;
	}
#dashboard .col_title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	}

#dashboard li {
	color: #777;
	padding: 4px 0;
	}
#dashboard li {border-top: 1px solid #BEBEBE;}
#dashboard li a {
	color: #666;
	text-decoration: none;
	}
#dashboard li a:hover {
	color: #333;
	text-decoration: underline;
	}


/* Photogallery Slideshow 
------------------------------------------------------------------- */

#photogallery {
	background: green;
	border: 0;
	color: #332;
	display: block;
	width: 613px;
	margin: 0.6em 0 1.6em;
	}

#photogallery ul {margin: 0; padding: 0;}
#photogallery ul li {list-style: none;}
#photogallery li {padding: 0;}

#photogallery {
z-index:	25 !important; /*important new*/
}



#slideshow ul {margin: 0; padding: 0;}
#slideshow ul li {list-style: none;}
#slideshow li {padding: 0;}

h2.phototitle{ 
	margin: 5px 10px 5px 10px; 
	color: #afafaf; 
	font: 10pt Arial, sans-serif; 
	font-weight: normal; 
				}
			
			.boxgrid{ 
				width: 613px; 
				height: 410px; 
				margin:0px; 
				float:left; 
				border: 0; 
				overflow: hidden; 
				position: relative;
			}
			
			.boxgrid img{ 
				position: absolute;
				top: 0; 
				left: 0px; 
				border: 0; 
				}
			.boxgrid p{ 
				padding: 0 10px 10px 10px;
				color:#fff; 
				font-weight:bold; 
				font:10pt "Lucida Grande", Arial, sans-serif; 
				}

			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 125px; 
				width: 100%;
				top: 385px; /*new*/
				opacity: .70; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 			}
 				.captionfull .boxcaption {
 					top: 385px;
 					left: 0px;
 				}





/* Footer links */
#footer {
	color: #777;
	font-size: 0.9em;
	padding: 22px 8px 10px;
	}
#footer a {color: #999;}
#footer .right, #footer .right a {
	color: #666;
	text-decoration: none;
	}
#footer a:hover {color: #999;}

#toTop {
	cursor:pointer;
	}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: transparent; /*E5E5E5*/
	color: #333;
	font: 1.5em sans-serif;
	padding: 6px 0px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

/* Single Line IE Fixes */
* html #nav1, * html #nav2, * html #layout_body, * html #dashboard_inner, * html #footer {height: 0.01%; min-height: 0.01%;}