/* @override http://localhost:3000/stylesheets/all.css */

/*Eric Meyerís CSS Reset*/
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,sup,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;}
/* remember to define focus styles! */
:focus{outline: 0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	border-spacing:0;
}
html{
	font-size:62.5%;
}
body{
	background:#293d4c url(/images/bg.jpg) repeat-x center top;
	font-family:arial,verdana,sans-serif;
	font-size:100.01%	
}
a {
  color: #145192;
}
.hidden{
	display:none;
}
div#pagebody{
	width:800px;
	margin:0 auto;
	overflow:hidden;
}

/*content*/
div.content_container{
	width:800px;
	float:left;
	background:url(/images/bg-content-container.jpg) repeat-y 0 0;	
}
div#content{
	width:650px;
	padding:0 74px 50px 76px;	
	background:url(/images/bg-content.jpg) no-repeat 0 0;
	float:left;
}
div#content div.sidebar{
	float:left;
	width:141px;
	padding:17px 26px 30px 6px;
}
div#content div.sidebar form fieldset{
	float:left;
	width:141px;	
}
div#content div.sidebar form fieldset input#search_field{
	float:left;
	width:106px;
	height:15px;
	border:2px solid #e5e5e5;
	font-size:12px;
	line-height:14px;
	padding:1px 0 0 3px;
	font-family:arial,verdana,sans-serif;
}
div#content div.sidebar form fieldset input#search_btn{
	background:url(/images/btn-search.jpg) no-repeat 0 0;
	width:22px;
	height:20px;
	float:left;
	margin:0 0 0 6px;
	border:0;
	padding:0;
	outline:0;
	cursor:pointer;
}
div#content div.sidebar ul{
	float:left;
	width:141px;
	margin:8px 0 0;
}
div#content div.sidebar ul.bottom{
	margin:5px 0 0;
	padding-top: 13px;
	border-top: 1px solid #9db4ca;
}
div#content div.sidebar ul li{
	float:left;
	width:138px;
	margin:0 0 10px 3px;
	padding: 0;
	list-style: none;
}

div#content div.sidebar ul li ul {
  display: none;
}

div#content div.sidebar ul li.selected ul {
  display: block;
}

div#content div.sidebar ul li a{
	color:#3f4e5c;
	font-size:1.4em;
	line-height:1.2em;
	text-decoration:none;
}
div#content div.sidebar ul li a:hover{text-decoration:underline;}
div#content div.sidebar ul li a.selected{
	color:#145192;
	font-weight:bold;
}

div#content div.content_image{
	width:183px;
	height:559px;
	float:right;
	position:relative;
	left:25px;
	top:-143px;
	margin:0 0 -100px 0;
	background: url(/images/img-content-image-about.jpg) no-repeat left top;
}

.cu div#content div.content_image {
  background-image: url(/images/img-content-image-credit-u.jpg);
}

.members div#content div.content_image {
  background-image: url(/images/img-content-image-credit-m.jpg);
}

div#content div.content_area{
	float:left;
	width:477px;
	padding:0 0 50px;
	font-size: 1.3em;
	color: #2c3640;
}

#footer{
	width:650px;
	background:url(/images/bg-footer.jpg) no-repeat 0 0;
/*  float:left;*/
  clear: both;
	margin:0 0 0 76px;
/*  display:inline;*/
	padding: 0 0 7px 0;
	position: relative;
	color:#fff;
	line-height:1em;
	height: 54px;
}
body#home #footer {
	background:url(/images/bg-splash-footer.jpg) no-repeat 0 0;
	width:650px;
	height:180px;
	overflow:hidden;
	padding:3px 74px 0 76px;
	margin: 0;
}
#footer .footer_image{
  background:url(/images/bg-footer-logo.png) no-repeat 0 0;
  text-indent: -9999px;
	height:33px;
	width:34px;
	float:left;
	margin:14px 14px 0 0px;/*76px;*/
	display:inline;
}
body#home #footer .footer_image {margin-left: 17px;}
#footer p {
  padding: 0;
  margin: 0;
  position: absolute;
  width:584px;
  height: auto;
  bottom: 13px;
  left: 50px;
  line-height: 1em;
}
body#home #footer p {
  bottom: 130px;
  left: 141px;
}

img.left {
  float: left;
  margin: 0 7px 1px 0;
}

img.right {
  float: right;
  margin: 0 0 1px 7px;
}

.no_content_image div#content div.content_image {
  display: none;
}