@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/body-bg.jpg) 50% 0 no-repeat;
	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 */
	color: #000000;
}
a {color: #F60; text-decoration:none; font-weight: bold;}
a:hover {text-decoration:underline;}
.dwuser_xfs_v4_holder {float:right;}
div.img {padding-left: 35px;}
.twoColFixRtHdr #container { 
	width: 960px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-color: #000;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixRtHdr #header #addr {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	color: #fff;
	top: 121px;
	text-align: right;
	right:27px;
	font-size:77%;}
	
#navWrap {position:relative;
margin: 0; padding: 0;
height: 30px;
}
#siteNav {color: #f7941d; background: url(../images/nav-bg.png) 0 0 repeat-x;
list-style-image:none;
font-weight: bold;
font-size:14px;
height: 30px;
padding-top: 5px;
padding-left: 15px; margin-top: 0;
position: relative;
}
#siteNav li {list-style-image:none;
list-style:none;
float: left;
}
#siteNav li a {border-right: #000 2px solid;
color: #fff;
text-decoration: none;
padding: 5px 0 8px;
}
#siteNav li.last a {border-right: none;
color: #fff;
text-decoration: none;
}
#siteNav li a span {padding: 5px 12px;
}
#siteNav li a:hover, #siteNav li a:active, #siteNav li.selected a {color: #fff; background: #F7941D url(../images/nav-bg.png) 0 -90px repeat-x;
}
#titleWrap {width: 920px; background-color: #000; padding: 10px 20px;}
#titleWrap h2{color: #e6e6e6; padding-left: 25px; margin:0;}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F2F2F2 url(../images/region1-bg.gif) repeat-y scroll 0 0;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 h3 {background-color: #7e7e7e; color: #fff; font-size: 83%; padding: 2px 5px; margin-top: 5px; text-transform:uppercase;
margin-bottom: 2px;
}
.twoColFixRtHdr #sidebar1 a img {text-decoration: none; text-align: center;}
.news { font-size:77%; margin-top: 5px;
}
.news dt {font-weight: bold; padding-top: 10px;
}
.news dd {margin-left: 0; font-size: 85%; padding-top: 5px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
} 
 #mainContent img {float: right; padding: 5px;}
 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000 url(../images/footer-bg.png) 0 100% no-repeat;
	height: 100px;
	border:#222 medium solid;} 
 
.twoColFixRtHdr #footer #addr {
	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 */
	color: #fff;
	position:relative;
	bottom: -57px;
	text-align: right;
}
.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;
}
img#org {float:left; clear: left;}
*+html #siteNav {margin-left: 0;}
*+html #siteNav li a {position: relative; padding: 0 0 5px 0;}
.memborg {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 0px;
}
.memborg .intRes {
	background-image: url(../Pictures/iro.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.twoColFixRtHdr #container #mainContent .memborg li {
	padding-left: 100px;
	height: 75px;
	padding-top: 35px;
}
.twoColFixRtHdr #container #mainContent .memborg .nwsr {
	background-image: url(../Pictures/newsar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.memborg .nasar {
	background-image: url(../images/nasarLogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header h1 {
	left: -9999px;
	display: none;
}
.twoColFixRtHdr #container #mainContent .org li {
	list-style-position: outside;
	list-style-image: url(../images/pawlisticon.png);
	height: auto;
	padding: 5px;
}
.twoColFixRtHdr #container #mainContent .org li span {
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 .supporters li a {
	text-decoration: none;
	list-style-image: none;
	color:#333;
	display: block;
	}
.twoColFixRtHdr #container #sidebar1 .supporters li a:hover {background-color:#F7941D;}
.twoColFixRtHdr #container #sidebar1 .supporters {
	padding-left: 0;
}
.twoColFixRtHdr #container #sidebar1 .supporters li{
	font-size: 12px;
	list-style-image: none;
	list-style-type:none;
	background:url(../images/pawlisticon.png) no-repeat 0 50%;
	line-height: 1.3;
	padding-left: 27px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent p .cast {
	font-size: 16px;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent .strong {
	font-weight: bold;
}
.twoColFixRtHdr #footer #credits {
	color: #fff;
	position:relative;
	bottom: -57px;
	text-align: left;
	font-size: 70%;
	font-style:italic;
	float:left;
}.twoColFixRtHdr #container #mainContent p img {
	left: 20px;
	position:relative;
}
