body {
    padding: 0;
    margin: 0;
    background-color: #F9FCF6;
}

p {
	text-align: justify;
	margin-right: 18px;
	
}

a.logoclass:visited {
    color: white;
}

a:visited {
	color: blue;
}

img {
  border: none;
}


#container {
    margin-left: auto;
    margin-right: auto;
    width: 50em;
    font-family: "Optima Regular", Arial;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}

.under {
	text-decoration: underline;
}

.italic_font {
	font-style: italic;
}

.bold_font {
	font-weight: bold;
}

a {
    text-decoration: none;
}

/**head**/

#head {
    width: 800px;
    height: 202px;
    position:relative;
    background: url(/images/header_background.jpg)
}

#search {
    position: relative;
    height: 36px;
    line-height: 36px;
    top: 140px;
    left: 400px;
    width: 350px;
    background-image: url(/images/search2.gif);
}

#search #searchfield {
    width: 150px;
    border-style: ridge; 
    border-color: #339900;
    padding-left: 5px;
    margin-right: 5px;
}

input.searchfield{
    width: 150px;
    border-style: ridge; 
    border-color: #339900;
    padding-left: 5px;
    margin-right: 5px;
}

#search #select {
     width: 100px; 
     border-style:ridge; 
     border-color:#339900; 
     background-color:#CDEDBC;
}

select.selectMenu {
     width: 100px; 
     border-style:ridge; 
     border-color:#339900; 
     background-color:#CDEDBC;
}

#search #searchbutton {
    width: 50px;
    border-style:ridge;
    border-color:#339900;
    background-color:#CDEDBC;
    margin-left: 5px;
}

input.searchbutton{
    width: 50px;
    border-style:ridge;
    border-color:#339900; 
    background-color:#CDEDBC;
    margin-left: 5px;
}

/**End head **/

dt {
    color: #004900;
    font-size: 19px;
}

dd {
    font-size: 12px;
}

p {
    font-size: 12px;
}
    

/**content**/
#content {
    overflow: hidden;
    padding-bottom: 2em;
}
/**end content**/

/**header**/
#head img {
    margin: 0px;
    padding: 0px;
}

#logo img {
    position: absolute;
    top: 35px;
    left: 5%;
}

#toolbar img {
    position: absolute;
    top: 120px;
    left: 55%;
}

      
/**end header**/


    
/**Navigation**/
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;		
	top: 178px;
    z-index: 1;
	}

#menuh
	{
	font-size: 11px;
    font-weight: bold;
	width: 93.5em;
	float:left;
	margin-top: 1em;
    /**border-right: 1px solid #555;**/
    border-left: 1px solid #555;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #0a3858;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #ffffff;
	background-color: #89DEE1;
	}	
			
/**#menuh a.top_parent, #menuh a.top_parent:hover**/  /* attaches down-arrow to all top-parents */
	/**{
	background-image: url(/images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}**/
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.07em;	/* width of all menu boxes */
	}
    
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #menuh ul { width:9.1em; }
}

#menuh .bigger {
    width: 18.2em; /* width of larger menu boxes */
}
    
#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/**Left Column**/
#left {
    float: left;
    position: relative;
    top: 1.5em;
    left: 0.7em;
    width: 32em;
    margin-right: 1em;
    margin-bottom: 3em;
}

#left p {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 2em;
}

#left h3 {
    padding-left: 0.6em;
}

/**End Left Column**/

/**Right Column**/
#right {
    float: right;
    position: relative;
    top: 1.8em;
    right: 0em;
    width: 17em;
}
/**End Right Column**/

/**Intro**/

#Intro {
    width: 31.6em;
    background: url(../images/intro_shadow.gif) repeat-y bottom right;
    position: relative; 
    background-color: #EFFAE8;
}

#Intro dt {
    padding-right: 1em;
    padding-left: 1.2em;
    margin-left: 0.2em;
    margin-right: 0.6em;
    background: url(../images/horizontal_rule.jpg) repeat-x bottom left;
    height:1%; /**Fix for IE bug**/
    padding-bottom: 0.3em;
    margin-bottom: 0;
}

#Intro dd {
    background: url(../images/intro_bottom.gif) no-repeat bottom right;
    margin: 0;
    padding: 0em 0em 1em 1em;
    text-align: justify;
}

#Intro dl {
    background: url(../images/intro_top.gif) no-repeat top right;
    padding-top: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
}

#fund {
    text-align: justify;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#cis {
    float: left;
}

.funding {
    text-align: center;
}

#nsf {
    float: right;
}

/**End Intro**/

/**Database**/

#database {
    width: 31.6em;
    background: url(../images/data_shadow.gif) repeat-y bottom right;
    position: relative; 
    background-color: #F7FCF3;
}

#database dt {
    padding-right: 1em;
    padding-left: 1.2em;
    margin-left: 0.2em;
    margin-right: 0.5em;
    background: url(../images/horizontal_rule.jpg) repeat-x bottom left;
    height:1%; /**Fix for IE bug**/
    padding-bottom: 0.3em;
    margin-bottom: 0;
    
}

#database img {
    position: absolute;
    bottom: 6%;
    left: 29%;
    padding-left: 2px;
}

#database dd {
    background: url(../images/data_bottom.gif) no-repeat bottom right;
    margin: 0;
    padding: 0em 0em 2em 1em;
    text-align: justify;
}

#database dl {
    background: url(../images/data_top.gif) no-repeat top right;
    padding-top: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button_box {
    margin-right: 2em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 12px;
    font-weight:bold;
}

.top_button {
    margin-right: 12.2em;
}

.button_box span {
    float:left;
    padding: 0;
    margin: 0;
    line-height: 1.9;
}

.button_box a {
    text-decoration: none;
    color: #000000;
}

a.button {
    text-align: right;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bar_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/**End Database**/


/**Item of the Month**/
#Month {
    width: 16.7em;
    background: url(../images/month_shadow.gif) repeat-y bottom right;
    position: relative; 
    background-color: #F6FBF2;
    text-align: justify;
}

#right #Month dt {
    padding-right: 1em;
    padding-left: 0.5em;
    margin-left: 0.2em;
    margin-right: 0.6em;
    background: url(../images/horizontal_rule.jpg) repeat-x bottom left;
    height:1%; /**Fix for IE bug**/
    padding-bottom: 0.3em;
    margin-bottom: 0;
}

#Month dd {
    background: url(../images/month_bottom.gif) no-repeat bottom right;
    margin-left: 0em;
    padding: 1em 2em 2em 1em;
}

#Month dd ul {
    text-indent: 0em;
}

#Month dl {
    background: url(../images/month_top.gif) no-repeat top right;
    padding-top: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

/**End Item of the Month**/

/**Item of the News**/
#News {
    width: 16.5em;
    background: url(../images/news_shadow.jpg) repeat-y bottom right;
    position: relative; 
    top: 0.5em;
    background-color: #def2f0;
    text-align: justify;
}

#News dt {
    padding-right: 1em;
    padding-left: 0.6em;
    margin-left: 0.2em;
    margin-right: 0.4em;
    background: url(../images/horizontal_rule.jpg) repeat-x bottom left;
    height:1%; /**Fix for IE bug**/
    padding-bottom: 0.3em;
    margin-bottom: 0;
}

#News dd {
    background: url(../images/news_bottom.jpg) no-repeat bottom right;
    margin-left: 0em;
    padding: 1em 1em 2em 1em;
}

    
#News dl {
    background: url(../images/news_top.jpg) no-repeat top right;
    padding-top: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

#News img {
    position: absolute;
    top: 88%;
    left: 64%;
}

.headline {
    font-weight: bold;
}


/**End Item of the News**/


/**Footer**/
#footer {
    border-top:3px solid #314b31;
    clear: both;
    float: left;
    margin: 0 0 0 0;
    padding: 1em 0.5em 0 0.5em;
    position: relative;
    background-color:#e8f6f3;
    word-spacing: 0.7em;
    width: 49em;
}


#footer h5 span {
    word-spacing: normal;
}

#footer img {
    border: none;
    float: right;
    margin: 0 0.5em 0.5em 0.5em;
    padding: 0;
}
/**End Footer**/

