/*----- Global -----*/
body {
	text-align: center;
	min-width: 700px;
	margin: 25px 0 45px;
	background-color: #004400;
}
p {
	margin-top: 0;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #999;
	font-weight: normal;
	color: #000;
	margin: 39px 30px 32px 30px;
	position: relative;
}
#AddThisButton_TitleBar {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 10px;
}
#AddThisButton_TitleBar img {
	border: none;
	margin: 0;
	padding: 0;
}
img {
	border: #666 1px solid;
}
.passed {
	color: #009900;
}

/*----- Links -----*/
A:link {
	color: #0000FF; 
	text-decoration: none
} 
A:visited { 
	color: #0066CC; 
	text-decoration: none
}
A:hover { 
	text-decoration: underline; 
	color: #006633
} 

/*----- Wrapper -----*/
#wrapper {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	position: relative;
}

/*----- HtB -----*/
#htb {
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#htb img {
	border: 0px #999 solid;
	border-left: none;
	border-top: none;
	margin: 0 3px 0 0;
}
#htb a {
	color:#007ec3;
	text-decoration: none;
}
#htb a:hover {
	color:#007ec3;
	text-decoration: underline;
}

/*----- Header -----*/
#header {
	height: 120px;
	/* text header */
	/*background: url(/assets/images/backgrounds/vertical/white_blue-006699_1x500.jpg) top left repeat-x;*/
	/* image header */
	background: #fff url(/assets/images/dwab/2008/header/WORK_dwab_header_gradient.jpg) no-repeat left top;
}
#header h1 {
	/* text header */
	/*display:block;
	margin: 0;
	padding: 20px 0 0 23px;
	font-size: 2.25em;
	color: #003366;
	font-weight:bold;*/
	/* image header */
	margin: 0 0 0 -1500px;
	padding: 0;
}
#header img {
	float: right;
	margin: 0;
	border: none;
}

/*----- Menu -----*/
#menu {
	background-image: url(/assets/images/quickmenu/slide_bg_green.gif);
	height: 28px;
	border-bottom: 1px #999 solid;
}

/*----- Body Wrappers -----*/
#wrapper_body,
#wrapper_body_2col,
#wrapper_body_3col {
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/backgrounds/dividers/alignL_dots_clr666_w265px.gif);
	background-repeat: repeat-y;
	background-position: 715px top;
}
#wrapper_body_bg2 {
	/*background: url(/assets/images/backgrounds/dividers/dots_666666_w1px.gif) 195px top repeat-y;*/
}
#wrapper_body_1col {
}

/*----- Sidebar -----*/
#sidebar {
	float: right;
	display: inline;
	width: 235px;
	margin-right: 30px;
	font-size: 0.7em;
	color: #555;
}
#sidebar .box {
	border: 0px solid #b5b5b5;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px #b5b5b5 solid;
}
#sidebar .box:first-child {
	border: 0px solid #b5b5b5;
	padding-top: 0px;
	border-top: none;
}
#sidebar .title {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	/*background: #94cf8d url(/assets/images/backgrounds/vertical/white_green-94cf8d_1x40.gif) repeat-x -20px 0px;*/
	padding: 0px;
}
#sidebar .title_alert {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background:#c00;
	padding: 3px 1px;
}
#sidebar .alert {
	font-weight: bold;
	color: #CC0000;
}
#sidebar .titlelatest {
	font-weight: normal;
	padding: 6px 0px 5px 6px;
	font-size: 1.1em;
	color: #fff;
	background: #C00;
}
#sidebar .body {
	padding: 8px 0px 5px;
	/*background-color: #f7f7f7;*/
}
#sidebar .body p {
	margin-bottom: .7em;
}
#sidebar .body h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 8px;
}
#sidebar .body h3:first-child {
	margin-top: 0px;
}

#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0px;
}
#sidebar ul li {
	background-image: url(/assets/images/common/bullet_333333_5x3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 5px 8px;
	margin: 0px;
}
#sidebar ul li.pdf,
#sidebar ul li.word,
#sidebar ul li.extlink {	
	background-image: url(/assets/images/adobepdf/pdficonsm3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 3px 22px;
	margin: 5px 0px 5px;
}
#sidebar ul li.word {	
	background-image: url(/assets/images/common/word_16x16.gif);
}
#sidebar ul li.extlink {	
	background-image: url(/assets/images/common/extlink_v1_16x13.gif);
	background-position: 0px 1px;
}
#sidebar ul ul {
	margin-bottom: 5px;
}
#sidebar ul ul li {
	background: none;
	padding: 4px 0 0 0;
	margin: 0;
}
#sidebar .video {	
	float: left;
	margin: 3px 7px 0 0;
}
#sidebar .divider {
	clear: both;
	height:10px;
	border-bottom: 1px solid #bbb;
	margin: 5px 0 15px
	
}
.clear {
	clear: both;
	height: 0px;
}
#sidebar img.noborder {
	border: none;
}

/*----- Imgbar -----*/
#imgbar {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	padding-top: 3px;
	width: 180x;
}
#imgbar img {
	border: 1px solid #666666;
	clear: both;
}
#imgbar p {
	font-size: 11px;
	margin-bottom: 12px;
	color:#555;
	text-align: left;
	width: 170px;
}

/*----- ImgCell -----*/
#photopg table {
	/*border-collapse:collapse;*/
	width: 95%;
}
.imgcell {
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding: 15px 10px 10px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}
.imgcellempty {
	border: none;
	background-color: #fff;
}
.imgcell img {
	border: 1px solid #666;
}
.imgcell p {
	font-size: 0.75em;
	color:#555;
	width: 152px;
	margin: 0px;
	text-align: left;
}



/*----- Main Content -----*/
#content,
#wrapper_body_3col #content,
#wrapper_body_2col #content,
#wrapper_body_1col #content {
	margin-right: 295px;
	margin-left: 30px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #111;
}
#wrapper_body_3col #content {
	margin-right: 300px;
	margin-left: 225px;
}
#wrapper_body_1col #content {
	margin-left: 30px;
	margin-right: 30px;
}
#content .subtitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2.1em;
	margin-bottom: .5em;
}
#content h3:first-child {
	margin-top: 0;
}
#content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 2.1em;
}
#content h4.top {
	margin-top: 0;
}
#content .imgContainer {
	float: left;
	width: 202px;
	margin: 3px 20px 10px 1px;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
#content .imgContainer p {
	font-size: 0.75em;
	margin-bottom: 7px;
	color:#555;
	text-align: left;
}
#content img {
	border: 1px solid #666;
}
#content img.noborder {
	border: none;
}

#content img.sendletter {
	border: none;
	float: left;
	margin: 0 7px 5px 0;
}
#content p {
	line-height: 1.3em;
}
#content p.quote {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#content p.arrow {
	background-image: url(/assets/images/common/arrow_turq_right_1.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 14px;
	margin-bottom: 10px;
}
#content ul, #content ul ul {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 25px;
}
#content ul.sublist {

	margin: -3px 13px 15px;
}

#content ul li,
#content ul li ul li {	
	/*background-image: url(/assets/images/common/arrow_turq_right_1.gif);*/
	background: url(/assets/images/common/bullet_333333_5x5.gif) no-repeat 2px 6px;
	padding-left: 13px;
	margin-bottom: 8px;
}
#content ul li ul li {	
	/*background-image: url(/assets/images/common/arrow_turq_right_1.gif);*/
	background: url(/assets/images/common/bullet_333333_5x3.gif) no-repeat 2px 8px;
	margin-top: 8px;
}
#content li.pdf,
#content ul ul li
#content ul li.pdf,
#content ul li.word {	
	background-image: url(/assets/images/adobepdf/pdficonsm3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 3px 22px;
	margin: 0;
}
#content ul li.word {	
	background-image: url(/assets/images/common/word_16x16.gif);
}
#content ul li.bullet {	
	background-image: url(/assets/images/common/bullet_333333_5x3.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0 0 0px 11px;
	margin: 0;
}

#content ol {
	text-align: left;
	/*padding-left: 0px;*/
	margin-left: 23px;
}
#content ol li {	
	background-image: none;
	padding-left: 0px;
}
#content li.worddoc {	
	background-image: url(/assets/images/common/word_16x16.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 3px 20px;
	margin: 5px 0px 0px;
}
#content blockquote {
	margin: 10px 0 0 10px;
}
#content .news_title {
	font-weight: bold;
	font-size: 1.45em;
	display: block;
	margin-bottom: 0px;
}
#content .news_subtitle {
	font-weight: bold;
	font-size: 1.0em;
	display: block;
	margin-bottom: 3px;
}
#content .news_date,
#content .news_outlet,
#content .news_author {
	font-size: 0.85em;
	color: #666666;
	margin-bottom: 0;
	margin-top: 15px;
}
#content .news_outlet {
	font-style: italic;
	margin-bottom: 0;
}
#content img.pdf,
#content img.word {
	border: none;
	vertical-align: top;
	margin-left: 2px;
	margin-right: 1px;
}
#content ul.printversions {
	font-size: 0.6ems;
}
p.back {
	margin: -20px 23px 23px 25px;
	font-size: 10px;
	background: url(/assets/images/common/arrow_blue_left_1.gif) no-repeat 1px 3px;
	padding-left: 9px;
}
#content hr.newsdivider {
	width: 50%;
	height: 1px;
	background-color: #ddd;
	background: #ddd;
	text-align: center;
	margin: 15px auto 20px;
}

/* Items Container - Main Content series of items with images + info and separator line */
#content .divItemsContainer {
	overflow: auto; /* clears inner floats */
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #ddd;
}
#content .divItemsContainer:first-child {
	padding: 0;
	margin: 0;
	border: none;
}
#content .divItemImage {
	float: left;
	clear: none;
	width: 102px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}
#content .divItemInfo {
	float: right;
	width: 550px;
	text-align: left;
	vertical-align: top;
}
#content .divItemInfo h3 {
	margin: 0 0 .8em;
}
#content #reset_map {
	display: inline;
}
#content #footnotes {
	border-top: solid 1px #DDD;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 10px;
}
#content #footnotes p:first-letter {
	font-weight: bold;
	/*font-size: 9px;
	vertical-align: super;*/
}

/*----- Footer -----*/
#footer {
	clear: both;
	font-size: 0.7em;
	text-align: center;
	/*background: #82B5CD url(/assets/images/backgrounds/vertical/white-blue82b5cd_divline_1x60.gif) repeat-x 0px -15px;*/
	background-color: #fff;
	border-top: solid 1px #DDD;
	padding: 3px 0 3px;
}
#footer p {
	/*margin: 20px 0 0 0;*/
	margin: 4px 0;
}
