@charset "utf-8";
/* CSS Document */
/* WCNEUROTECH.org site layout */

#shadow {
	margin: 0 auto;
	width: 950px;
	background: transparent url('../imgs/bg-shadow6.png') repeat-y scroll center;
}
#container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:thin solid #000000;
	background-image:url(../imgs/bg-bodyarea.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* BASE PAGE FORMAT STYLES */


/* SPACERS */
#topbar {
	height:25px;
	background: #22539F url(../imgs/bg-bluebar-30h.jpg) repeat-x;
	padding-top:5px;
	padding-left:10px;
	text-align:center;
	padding-right:10px;
	color: #FFF;
	font: bold 100% Verdana, Geneva, sans-serif;
}
/* END SPACERS */

/* HEADER SECTION */
#header {
	height: 130px;
	background: #22539F url(../imgs/bg-130h.jpg) repeat-x;
	background-repeat:repeat x;
	overflow:hidden;
}	
	#headimg {
		float:left;
		height:94px;
		width:230px;
		margin-left: 5px;
		margin-right:5px;
		margin-top:15px;
		margin-bottom:23px;
		text-align:center;
		text-align:left;
	}
	#headtext {
		float:right;
		height:120px;
		width:650px;
		margin-bottom:5px;
		margin-top:5px;
		margin-right:5px;
		text-align:right;
	}

#navigationbar {
	width: 900px;
	height: 22px;
	background: #22539F;
	border-bottom: solid 1px #000000;
}
#confadbar {
	width: 900px;
	height: 70px;
	background:#CCCCCC;
}
/* END HEADER */	

/* BODY SECTIONS */	
#bodywrap {
	width:900px;
	margin-top:0px;
	height:100%;
}
#leftwrap {
	height:1000px;
	width:100px;
	float:left;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:15px;
}
#lefthead {
	width:100px;
	text-align:center;
}
#leftbody {
	width:100px;
	padding-top:10px;
	text-align:center;
}
#rightwrap {
	width:775px;
	float:right;
	margin-right:5px;
	margin-top:15px;
}
#righthead {
	width:775px;
	height:50px;
	border-bottom: solid 1px #587498;
}
#rightbody {
	width:775px;
	margin-top:0px;
	padding-top:10px;
}
	#pressrelease {
	width:600px;
	height:700px;
	margin-left:85px;
	background-image:url(../imgs/bg-pressrelease.jpg);
	background-repeat:no-repeat;
	border: 1px solid #FFFFFF;
	}
		#prtitle {
			width:580px;
			height:10px;
			margin-top:110px;
			margin-left:20px
		}
		#prdate {
			width:580px;
			height:10px;
			margin-top:2px;
			margin-top:10px;
			margin-left:20px;
		}
	
	#scrollwrapper {

		width:770px;
		height:370px;
		border: 0px solid #666666;
		text-align:center;
		padding-top:30px;
	}
		#indpubmed {
			float:left;
			width:210px;
			height:290px;
			margin-left:10px;
			padding-top:50px;
			background-image:url(../imgs/bg-pubmed-neurotech.jpg);
			background-repeat:no-repeat;
		}
		#indpr {
			float:left;
			width:210px;
			height:290px;
			margin-left:40px;
 			padding-top:50px;
			background-image:url(../imgs/bg-pubmed-dbs.jpg);
			background-repeat:no-repeat;
		}
		#indgadget {
			float:left;
			width:210px;
			height:340px;
			margin-left:40px;
			padding-top:50px;
			background-image:url(../imgs/bg-pubmed-neuromod.jpg);
			background-repeat:no-repeat;
		}
			
									
#indexleft {
	float:left;
	width:490px;
	text-align:justify;
}
#indexrightwrap {
		width:270px;
		height:420px;
		margin-left:10px;
		float:left;
}
	#indexrighttop {
		height: 147px;
		padding-top:42px;
		padding-left:2px;
		background-image:url(../img/scroller-bg-sm.jpg);
		background-repeat:no-repeat;
	}
	#indexrightbtm {
		height:224px;
		background-image:url(../img/tv-bg2.jpg);
		background-repeat:no-repeat;
	}
		#movie {
		height: 184px;
		width:230px;
		padding-left:16px;
		padding-top:20px
		}
#footer {
	background: #000000;
	height: 44px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	
}
#fleft {
	background: #000000;
	height: 40px;
	padding-top:2px;
	padding-bottom:2px;
	width:704px;
	text-align:left;
	float:left;
}
#fright {
	background: #000000;
	height: 40px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	width:91px;
}

/* END */


#googlemap {
	width:522px;
	margin-left:33px;
}

#bglist {
list-style-type:none;
}
#bglist li {
float: left;
width:270px;
margin-bottom:10px;
font-size:80%;
}
#bglist img {
display: block;
border: 1px solid #6d6e72;
}

/* ADMIN PAGES CSS */
#leftwrapadmin {
	background-color:#FFFFFF;
	width:100px;
	float:left;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:15px;
}
#leftheadadmin {
	width:100px;
	background: #FFFFFF url(../img/vertical_fade_400h.jpg) repeat-x left top;
	text-align:center;
}
#leftbodyadmin {
	width:100px;
	padding-top:10px;
	background: #FFFFFF;
	text-align:center;
}
#rightheadadmin {
	width:775px;
	height:30px;
	background: #FFFFFF;
}
#rightbodyadmin {
	width:775px;
	margin-top:0px;
	background: #FFFFFF;
	padding-top:10px;
}

/* END ADMIN PAGES CSS */

