/*CSS Style: Declares all div settings used by html files*/

/*--------------------------------------------------------body settings------------------------------------------------------------------------*/
body 
{
	margin: 0;
	padding: 0;
	background:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000;
}
h1, h2, h3  /*header text*/
{
	margin: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color:#000;
}
h1 
{
	font-size: 44px;
}
h2 
{
	font-size: 14px;
	font-weight: bold;
}    
p, ul, ol 
{
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}
a 
{
	/*color: #DEDEDE;*/
	color:#333
}
a:hover 
{
	text-decoration: underline;
	color: #003;
}

a img 
{
	border: none;  /*nb: ensures images have no border*/
}
hr 
{
	display: none;
}

/*--------------------------------------------------------header------------------------------------------------------------------------*/
#header 
{
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/headerImg.jpg) no-repeat left top;
}

/*--------------------------------------------------------logo------------------------------------------------------------------------*/
#logo 
{
	background: url(images/logoBackground.jpg) left top;
	width: 960px;
	height: 134px;
	margin: 0 auto;
	color: #FFF;
	background-color:#000;
	font-size: 14px;
}

#logo h1, #logo p 
{
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color:#FFF;
}
#logo h1 
{
	padding-top: 54px;
	font-size: 40px;
	margin-left:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#logo a 
{
	text-decoration: none;
	color: #FFFFFF;
}

/*--------------------------------------------------------menu bar------------------------------------------------------------------------*/
#menu 
{
	float: right;
	width: 620px;
	height: 50px;
}
#menu ul 
{
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#menu li 
{
	display: block;
	float: left;
}
#menu a 
{
	display: block;
	float: left;
	height: 34px;
	margin-right: 3px;
	padding: 16px 30px 0px 30px;
	background: url(images/navBar.jpg) no-repeat right top;
	text-decoration: none;
	text-transform: capitalize;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#CCC;
}
#menu a:hover 
{
	text-decoration: underline;
	color:#CCC;
}
#menu .current_page_item a 
{
	color: #FFFFFF;
}
#menu .first
{
	background: none;
}

/*--------------------------------------------------------sidebar------------------------------------------------------------------------*/
#sidebar 
{
	float: left;
	width: 180px;
	padding-left: 40px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	font-size: 12px;
	color: #585D60;
}
#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li
{
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
}
#sidebar li li 
{
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #504D4B;
}
#sidebar a 
{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color:#CCC;
}

/*--------------------------------------------------------main content------------------------------------------------------------------------*/
#content 
{
	float: right;
	width: 660px;
	padding-top: 10px;
	padding-right: 30px;
}
.post 
{
	margin-bottom: 25px;
	border-bottom: 1px dotted #474646;
	color: #000;
}

/*--------------------------------------------------------main page container------------------------------------------------------------------------*/
#page 
{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/pageBackground.jpg) repeat-y left top;
}
#page-bgtop 
{
	padding-top: 30px;
}

/*--------------------------------------------------------publications------------------------------------------------------------------------*/
ul#pubs
{
	list-style:none;
}
ul#pubs li
{
	list-style:none;
	padding: 0.5em;
}
div#publist
{
	/*border-top:solid #999 thin;*/
	margin-top:20px;
	padding-top:20px;
	color: #333;
}
div#publist h1
{
	padding: 0.6em 0 0.6em 0;
	font-size:1.3em;	
}

/*--------------------------------------------------------members------------------------------------------------------------------------*/
div#memberheader
{
	position:relative;
	height: 200px;
	font-size: 1.5em;
	font-weight: bolder;
	text-align:left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*margin-left: 160px;*/
	border-bottom:solid #999 thin;
}
div#memberheader a
{
	color:#444;
}
div#membersubheader
{
	font-size:0.7em;
	padding-top:0.4em;
}
div#memberheaderaddress
{
	position:absolute;
	bottom:20px;
	font-size:0.5em;
	font-weight:normal;
}
ul#members {
	/*padding: ;*/
	font-size: 1.25em;
	font-weight: bold;
	/*font-variant:small-caps;*/
	list-style: none;
    font-style:italic;
}
ul#members li ul li{
	/*border:solid thin;*/
	min-height: 50px;
	padding: -5px 10px 15px;
	/*margin: -11px;*/
}
ul#members li ul{
	/*padding:0.7em;*/
	padding:10px;
	/*font-size: 1.2em;*/
	font-size: 1em;
	font-weight: bold;
	font-style:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style:none;

}
ul#members li ul li a{
	text-decoration:none;
	/*color:#444;*/
	color:black;
	
}
ul#members li ul li img{
	float:right;
	height: 75px;
	/*width: 50px;*/
	padding: 10px 10px;
}
ul#members li ul li ul{
	padding:0.6em;
	/*font-size:0.6em;*/
	font-size:1em;
	font-weight:normal;
	list-style:none;
			
}
ul#members li ul li ul li{
	border:none;
	border-bottom: thin solid;
}

/*--------------------------------------------------------footer------------------------------------------------------------------------*/
#footer 
{
	width: 960px;
	margin: 0 auto;
	padding: 70px 0px 20px 0px;
	background: url(images/footerBackground.jpg) no-repeat left top;
}
#footer-bgcontent 
{
	color:#FFF;
	font-size: 9px;
}
#footer p 
{
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	color:#FFF;
}
#footer a 
{
	color:#FFF;
}

