/* BODY
---------------------------------------------------------------------- */

body {
	padding: 0;
	border: 0;
	margin: 6px;
	background: #EBEBEB;
	font: 80%/160% Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	min-width: 940px;
	text-align: left;
}



/* DIVS
---------------------------------------------------------------------- */

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 

#skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

#wrapper {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #AE0000;
	border: 16px solid #fff;
}

#logo_wrapper {
	width: 880px;
	height: 120px;
	padding: 0;
	margin: 20px 20px 0 20px;
	background: #222;
	border: 1px solid #fff;
}

#logo {
	float: left;
	width: 470px;
	height: 120px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#naw_logo {
	float: right;
	width: 160px;
	padding: 0;
	margin: 0;
	background: #222;
}

#header_picture {
	width: 880px;
	height: 100px;
	padding: 0;
	margin: 0 20px 20px 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}


#navcontainer {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0 10px 30px 20px;
	text-align: left;
	background: #eee;
	border: 1px solid #AE0000;
}


#content {
	float: right;
	width: 560px;
	text-align: left;
	background: #fff;
	padding: 20px 30px 30px 30px;
	margin: 0 20px 15px 0;
	border: 1px solid #AE0000;
}


#footer {
	clear: both;
	width: 920px;
	padding: 8px 0;
	margin: 0;
	text-align: center;
	background: #222;
	border-top: 1px solid #fff;
	color: #ccc;
}

#w3c_icons {
	margin-top: 20px;
	text-align: center;
}

.padded_icon {
	margin-left: 10px;
	margin-right: 10px;
}

#search_icon {
	width: 340px;
	text-align: left;
	background: #F9F9F9;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	line-height: 1.8;
	font-weight: bold;
}

#search_pressreleases {
	text-align: left;
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #DBDBDB;
}

#search_speeches {
	text-align: left;
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #DBDBDB;
}


/* NAVIGATION
---------------------------------------------------------------------- */


#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	padding: 0;
}

#navlist a {
	display: block;
	border-bottom: 1px dotted #bbb;
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	letter-spacing: 1px;
}

#navlist a:link, #navlist a:visited {
	color: #000;
}

#navlist a:hover, #navlist a:active {
	background: #ccc;
	color: #000;
}

#navlist li#current a {
	color: #C90A0F;
}

#navlist li#current a:hover {
	color: #C90A0F;
}



/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}

.searchicon_float_left {
	padding: 0;
	float: left;
	margin-right: 8px;
}

.pictureborder {
	padding: 8px;
	border: 1px solid #CEDBF9;
}

.picture_float_left {
	padding: 8px;
	border: 1px solid #CEDBF9;
	float: left;
	margin-right: 8px;
}

.picture_float_right {
	padding: 8px;
	border: 1px solid #CEDBF9;
	float: right;
	margin-left: 8px;
}

.iconborder {
	padding: 6px;
	border: 0;
}

.galleryitem {
	clear: both;
	min-height: 140px;
	margin-bottom: 20px;
}

.picturecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 8px;
	text-align: left;
}


/* FONT STYLES
---------------------------------------------------------------------- */


#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #C90A0F;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 20px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
}

.website_by {
	text-align: center;
	font-size: 0.85em;
	color: #999;
}

.website_by a {
	color: #999;
	text-decoration: underline;
}

.website_by a:hover {
	color: #333;
	text-decoration: underline;
}



/* LINK STYLES
---------------------------------------------------------------------- */

#content a {
	color: #C90A0F;
}

#content a:hover {
	color: #F86367;
	text-decoration: none;
}



/* FLOATS AND ALIGNEMENTS
---------------------------------------------------------------------- */

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.clear {
	clear:both;
}

.hidden {
	visibility: hidden
}

/* LIGHTBOX
---------------------------------------------------------------------- */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


