/* Layout  */ 

html { min-height: 100%; 
margin-bottom: 1px; 
overflow-y:scroll;
}

body {
 color: #666633;
 background-color: #C5C5BB;
 font-size: .8em;
 font-family: verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 margin: 10px 10px 10px 10px;
}

#container
{
margin: auto;
line-height: 130%;
background-color: #FFFEF8;
line-height: 130%;
border: 1px solid gray;
text-align: left;
width: 90%; 
min-width: 700px;
max-width: 900px;
width:expression(document.body.clientWidth < 700? "698px": document.body.clientWidth > 900? "900px" : "auto" ); 
word-wrap: break-word;

}


#content
{
 background-color: #FFFEF8;
 margin-left: 200px;
 display: block;
 border-left: 2px solid #9D4C02;
 padding: 10px 20px 20px 20px; 
 font-family: verdana, Arial, Helvetica, sans-serif;
 vertical-align: top;
 max-width: 90%;
 /*
 border-left: 1px solid gray;
 */
 }


#nav
{
float: left;
width: 200px; /*width of left column */
margin: 0px 10px 10px 0px;
padding: 0px 0px 0px 0px;
background-color: #FFFEF8; 
}

#header
{
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 5px 0px;
 background-color: #4E5957; 
 text-align: left;
 max-height: 150px;
 display: block;
 border-bottom: 15px solid #CCC7B6;
  
}
 
#footer
{
 clear: both;
 background-color: #CCC7B6;
 color: #211F1D;
 margin: -15 0 0 0;
 padding: 0px 10px 1px 10px;
 text-align: right;
}


/* --- details --- */


h1 {
 color: #000000;
 font-size: 1.3em;
 margin: 5px 0px 5px 0px;
 padding: 5px 0px 5px 0px;
 line-height: 120%;
}


h2 {
 color: #000000;
 font-size:1.1em;
 margin: 15px 0px 0px 0px;
 padding: 15px 0px 0px 0px;
}

h3, h4, h5, h6 {
 color: #000000;
 font-size: 1.0em;
}

.homehead {
 font-weight: bold;
 font-size: 1.2em;
 color:#000000;
 margin: 5px 0 -5px 0;
}

#block1{
 display: block;
 padding: 4px 0px 4px 10px;
/* background-color: #EEE8AA; */
 margin-bottom: 4px;
	}
	

.col_container {
	overflow: hidden;
	width: 100%;
}
.col_left {
	float: left;
	width: 45%px;
	}
	
.col_right {
	float: left;
	width: 45%;
	}
	
.clear {
   float: clear;
}

.nowrap {
white-space: nowrap;
}

.picspace {
margin: 0 15px 5px 0px;
float: left;
border-width: 1px;
}

.logopic {
margin: 10px 0 0 0;
}


/* links - general */ 
a {
  color: #9D4C02;
}

a:link {
 color: #9D4C02;
 text-decoration: underline;
}
a:visited {
 color: #9D4C02;
 text-decoration: underline;
}
a:hover {
 color: #628797;
 text-decoration9: underline;
}


/* headering text */

.siteheader1 {
 font-size: 1.5em;
 color: #CCC7B6;
 line-height: 1.5em;
 padding: 0 10px 0 10px;

}

.siteheader2 {
 font-size: 1.3em;
 color: #CCC7B6;
 line-height: 1.5em;
 padding: 0 10px 0 10px;
 font-family: tahoma, Arial, Helvetica, sans-serif;

}

.tagline {
 font-size: 1.0em;
 color: #000000;
 
}

/* footer links */

#footer a:link {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #4E5957;
 text-decoration: none;
 font-variant: small-caps;
 line-height: 0.5;
}

#footer a:visited {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #4E5957;
 text-decoration: none;
 font-variant: small-caps;
 line-height: 0.5;
}

#footer a:hover {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #4E5957;
 text-decoration: underline;
 font-variant: small-caps;
 line-height: 0.5;
}
 
 
li {
padding: 3px 0px 3px 0px;
}

 
/* left nav links - remove bullets */
ul#sidenav, ul#sidenav ul
{
 list-style-type: none;
 padding: 3px 0px 0px 10px;
 margin: 3px 0px 0px 10px;
}

ul#sidenav li
{
 line-height: 1.4em;
 border-top: 1px solid #600;
}

/* set non-select behavior
no final comma or does not work in firefox */

#nav-home a,
#nav-neuro a,
#nav-forensic a,
#nav-pub a,
#nav-about a,
#nav-forms a,
#nav-contact a,
#nav-resources a,
#asmt
{
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 color: #9D4C02;
 text-decoration: none;
 }

/* set hover behavior */
#nav-home a:hover,
#nav-neuro a:hover,
#nav-forensic a:hover,
#nav-pub a:hover,
#nav-about a:hover,
#nav-forms a:hover,
#nav-contact a:hover,
#nav-resources a:hover
{
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 color: #4DAB59;
 text-decoration: none;
 }

/* set select behavior */
#home #nav-home a,
#neuro #nav-neuro a,
#forensic #nav-forensic a,
#pub #nav-pub a,
#about #nav-about a,
#forms #nav-forms a,
#contact #nav-contact a,
#resources #nav-resources a
{
 display:block;
 margin: 0;
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 color: #4DAB59;
 text-decoration: none;
} 

/* set select hover behavior */
#home #nav-home a:hover,
#neuro #nav-neuro a:hover,
#forensic #nav-forensic a:hover,
#pub #nav-pub a:hover,
#about #nav-about a:hover,
#forms #nav-forms a:hover,
#contact #nav-contact a:hover,
#resources #nav-resources a:hover

 {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 color: #9D4C02;
 text-decoration: none;
 }

.printonly {
display: none;
}

.noscreen {
display: none;
}



