/*--------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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*------Begin Layout for all Pages ---*/
body {
background: #305079 url(../images/JALF-background.jpg) top center no-repeat;
color: #000;
font-family: verdana, arial, sans-serif; /*----EDIT THIS LINE---------------------------------------------*/
font-size: 87.5%;
}

html > body {
font-size: 14px;
}

#container {
position: relative;
width: 960px;
margin: 0 auto;
top: 50px;
}

p {
line-height: 1.5em;
font-size: 1em;
margin-top: 1em;
margin-bottom: 1.25em;
}

h1, h2, h3 {
font: bold 20px/21px Arial, Helvetica, sans-serif; /*----EDIT THIS LINE---------------------------------------------*/
margin: ; /*----EDIT THIS LINE---------------------------------------------*/
}

a:link {
text-decoration: none;
color: #004;
}

a:visited {
text-decoration: none;
color: #004; 
}

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

/*-----HEADER---------*/

#header {
width: 960px;
height: 80px;
position: relative;
overflow: hidden;
}

#header span {
background: url('') no-repeat left top; /*----EDIT THIS LINE------Header Image-----------------*/
height: 100%;
width: 100%;
position: absolute;
}

#topNav{
position: absolute;
top: 170;
float: right;
padding-left: 760px;
}

#topNav p{
padding: 0;
margin: 0;
text-align: right;	
color: #FFF;
}

#topNav a{
color: #FFF;	
}

#topNav a:hover{
color: #002;	
text-decoration: none;
}

/*-----Navigation-------------*/
#mainNav {
position: absolute;
top: 109px;
left: 0px;
}

ul#nav {
float: right;
list-style: none;
width: 960px;
background: url('../images/.jpg') repeat-x left top;  /*----EDIT THIS LINE------Button Picture-----and take out color---------------*/
}

ul#nav li {
font: bold 12px Times, serif;  /*----EDIT THIS LINE------Depends on Navigation for the website--------------------*/
float: right;
}

ul#nav a {
background: url('../images/.jpg') no-repeat left top;   /*----EDIT THIS LINE---Small image divider between links--*/
padding: 0 19px 0 17px; 
float: left;
display: block;
line-height: 50px;
text-decoration: none;
color: #000;
}

ul#nav a:hover {
background: #AAA url('../images/.jpg') repeat-x left top; 
}

ul#nav a.first {
background: none;
}

ul#nav .first:hover {
background: # url('../images/.jpg') repeat-x left top; 
width: 72px;
}

ul#nav #homeLink {
background: url(../images/navigation/Neuro-Navigation_01.jpg) no-repeat left top;
width: 72px; 
}

ul#nav #homeLink:hover {
background: url(../images/navigation/Neuro-Navigation_01-hover.jpg) no-repeat left top;

}

ul#nav #resourcesLink {
background: url(../images/navigation/Neuro-Navigation_03.jpg) no-repeat left top;
width: 72px; 
}

ul#nav #resourcesLink:hover {
background: url(../images/navigation/Neuro-Navigation_03-hover.jpg) no-repeat left top;
}

ul#nav #pubLink {
background: url(../images/navigation/Neuro-Navigation_07.jpg) no-repeat left top;
width: 71px;
}

ul#nav #pubLink:hover {
background: url(../images/navigation/Neuro-Navigation_07-hover.jpg) no-repeat left top;
}

ul#nav #directoryLink { 
background: url(../images/navigation/Neuro-Navigation_06.jpg) no-repeat left top;
width: 73px; 
}

ul#nav #directoryLink:hover { 
background: url(../images/navigation/Neuro-Navigation_06-hover.jpg) no-repeat left top;
}

ul#nav #biosLink { 
background: url(../images/navigation/Neuro-Navigation_05.jpg) no-repeat left top;
width: 72px; 
}

ul#nav #biosLink:hover { 
background: url(../images/navigation/Neuro-Navigation_05-hover.jpg) no-repeat left top;
}

ul#nav #focusLink {
background: url(../images/navigation/Neuro-Navigation_04.jpg) no-repeat left top;
width: 72px;
}

ul#nav #focusLink:hover {
background: url(../images/navigation/Neuro-Navigation_04-hover.jpg) no-repeat left top;
}

ul#nav #enterLink { 
background: url(../images/navigation/Neuro-Navigation_02.jpg) no-repeat left top;
width: 70px; 
}

ul#nav #enterLink:hover { 
background: url(../images/navigation/Neuro-Navigation_02-hover.jpg) no-repeat left top;
}

/*-----CONTENT ---- */
#content {
position: absolute;
top: 370px;
left: 0px;
background: #e1dfe0;
}


/*--------FOOTER---*/
#footer {
width: 960px;
height: 55px; 
background: gray url(../images/footer-bg.png) repeat-x top;
clear: both;
position: relative;
}

#footer p {
margin: 0px;
padding: 0px; 
}

#footer .left {
float: left;
padding: 18px 10px 0px 50px;
width: 380px;
text-align: left;
}

#footer .right {
float: right;
width: 300px;
padding: 8px 50px 0px 10px;
text-align: right;
}

#footer a:link {
text-decoration: none;
color: #222;
}

#footer a:visited {
text-decoration: none;
color: #cbd4c5;
}

#footer a:hover {
text-decoration: underline;
color: #EEE;
}

/*-----Site Map-----*/
#sitemap1, #sitemap2, #sitemap3 {
position: relative;
float: left;
width: 320px;
background: #;
top: -25px;
}

#sitemap1 div, #sitemap2 div, #sitemap3 div {
width: 320px;
height: 45px;
}

#sitemap1 div {
background: # url('') no-repeat top left;
}

#sitemap2 div {
background: # url('') no-repeat top left;
}

#sitemap3 div {
background: # url('') no-repeat top left; 
}

#sitemap1 h3 a, #sitemap2 h3 a, #sitemap3 h3 a {
position: absolute;
top: -11px;
padding: 0px 0 0 21px;
font: "Times New Roman", Times, serif;
text-decoration: none;
color: #EEE;
font-size: 8px;
white-space: pre-line;
display: block;
width: 300px;
height: 45px;
}

#sitemap1 h3 a:hover {
background: url('/images/.jpg') no-repeat left top;
color: #AAA;
}

#sitemap2 h3 a:hover {
background: url('../images/.jpg') no-repeat left top;
color: #AAA;
}

#sitemap3 h3 a:hover {
background: url('../images/.jpg') no-repeat left top; 
color: #AAA;
}

#sitemap1 p {
font-size: 10px;
padding: 0 7px 0 30px;
line-height: 14px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#sitemap2 p {
font-size: 10px;
padding: 0 15px 0 19px;
line-height: 14px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#sitemap3 p {
font-size: 10px;
padding: 0 28px 0 6px;
line-height: 14px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}


/*-----Contents-----*/
#content1, #content2, #content3, #contentSideMenu {
position: relative;
float: left;
width: 320px;
background: #; 
}

#content23 {
position: relative;
float: left;
width: 640px;
background: #; 
}

#content123 {
position: relative;
float: left;
width: 960px;
background: #; 
}

#content1 div, #content2 div, #content3 div, #contentSideMenu div {
width: 320px;
height: 45px;
}

#content23 div {
width: 640px;
height: 45px;
}

#content123 div {
width: 960px;
height: 45px;
}

#contentSideMenu div {
background-image: url(../images/participants-nav/participants-nav-bg.jpg) no-repeat top left;
}

#content1 div {
background: # url('') no-repeat top left;
}

#content2 div {
background: # url('') no-repeat top left;
}

#content3 div {
background: # url('') no-repeat top left;
}

#content23 div {
background: #e1dfe0;
}

#content123 div {
background: #e1dfe0;
}

#content1 h3 a, #content2 h3 a, #content3 h3 a , #content23 h3 a, #content123 h3 a, #contentSideMenu h3 a{
position: absolute;
top: -11px;
padding: 21px 0 0 21px;
font: "Times New Roman", Times, serif;
text-decoration: none;
color: #EEE;
font-size: 16px;
white-space: pre-line;
display: block;
width: 300px;
height: 45px;
line-height: 33px;
}

#content2 h3, #content23 h3, #content123 h3{
padding: 8px 0 0 18px;
font: "Times New Roman", Times, serif;
color: #000;
font-size: 18px;
}

#content1 h3 a:hover {
background: url('/images/.jpg') no-repeat left top;
color: #AAA;
}

#contentSideMenu h3 a:hover {
background: url('/images/.jpg') no-repeat left top;
color: #AAA;
}

#content2 h3 a:hover {
background: url('../images/.jpg') no-repeat left top;
color: #AAA;
}

#content3 h3 a:hover {
background: url('../images/.jpg') no-repeat left top; 
color: #AAA;
}

#content23 h3 a:hover {
background: url('../images/.jpg') no-repeat left top; 
color: #AAA;
}

#content123 h3 a:hover {
background: url('../images/.jpg') no-repeat left top; 
color: #AAA;
}

#contentSideMenu p {
font-size: 14px;
padding: 0 7px 0 30px;
line-height: 22px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#content1 p {
font-size: 14px;
padding: 0 7px 0 30px;
line-height: 22px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#content2 p {
font-size: 14px;
padding: 0 15px 0 19px;
line-height: 22px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#content3 p {
font-size: 14px;
padding: 0 28px 0 6px;
line-height: 22px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

#content23 p, #content123 p{
font-size: 14px;
padding: 0 28px 0 18px;
line-height: 22px;
text-align:justify;
color: #000; /*------------EDIT THIS LINE--------*/
}

.participantProfile {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 300px;
}

.participantProfile img {
float: left;	
padding: 5px 15px 30px 0;
}

.directoryProfile {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 300px;
}

.directoryProfile img {
float: left;	
padding: 5px 15px 120px 0;
}

.bigName {
	font: bold Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 20px 15px 0 15px;
}

h4 {
	font: bold Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 20px 15px 0 15px;
}

ul {
  list-style-type: disc;
  padding: 0px 45px 0px 0px;
  line-height: 22px;
}

ol {
  list-style-type: decimal;
  padding: 0px 45px 0px 0px;
  line-height: 22px;
}