﻿/*===========================================================
	Body Styles
===========================================================*/
body {
	font: 14px Georgia, Garamond, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #006600;
	background-color: #CCCCCC;
}
#siteBorder 
{
	padding: 10px 0 10px 0;
}

#siteWrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 0 0;
	position:relative;
	padding: 0;
	background: #ffffff;
	border-bottom:solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}

#period_border {
    border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding-left:120px;
	height:110px;
} 

.grantYear {width:100px; float:left;}
.grantCycle {width:100px; float:left;}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#topMenu
{
	text-align:right;
	padding:2px 5px 0px 0px;
	color: #000000;
}
#topMenu a
{
	text-decoration:none;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000000;
}

#topMenu a.hover
{
	text-decoration:none;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000000;
}

#top 
{
	background-image: url(/images/gradient_bar.jpg);
	height: 60px;
	text-align:right;
	color: #CCCCCC;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
}

/*===========================================================
	Homepage Styles - not used right now
===========================================================*/
#homeWrap {
	width: 100%;
	padding: 0 0 0 0;
	position:relative;
	height:359px;
	background: url(/lib/images/home_bg.jpg) no-repeat bottom;
}

/*===========================================================
	Column Styles
===========================================================*/

#left {
	float:left;
	width:120px;
	padding:0 0 0 0;
	text-align:center;
	}

#right {
	float:right;
	width:440px;
	padding: 0 0 0 0;
	/*background-color: #e0e0e0;*/
	border-left: dotted 1px #CCCCCC;
	}

/*===========================================================
	Content Styles
===========================================================*/
#contentbreadcrumb
{
	text-align:right;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;
	padding: 2px 22px 0 0;
	color:#000000;
}

#contentbreadcrumb a
{
	text-decoration:none;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;
	color:#000000;
}

#contentbreadcrumb a.hover
{
	text-decoration:none;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;
	color:#000000;
}

#content {
	padding: 2px 22px 15px 18px;
	margin:0;
	color:#808080;
	font: 14px Georgia, Garamond, "Times New Roman", Times, serif;

}
#contentheader
{
	font: 18px Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 4px 0 0 5px;
	background-color:#e0e0e0;
}
#contentsmallitalics {
	color:#808080;
	font: 10px Georgia, Garamond, "Times New Roman", Times, serif;

}
#contentlargebold {
	color:#808080;
	font: 16px Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;

}
#contentmediumbold {
	color:#808080;
	font: 14px Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;

}
#boxDataLeft
{
	border-bottom:solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	float:left;
	padding: 2px 2px 2px 2px;
	width: 150px;	
}

#boxDataRight
{
	border-bottom:solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	float:right;
	padding: 2px 2px 2px 2px;
	width:150px;	
}

#content a {
	color: #0000FF;
	text-decoration: none;
	
}
#content a:hover  
{
	color: #0000FF;
	text-decoration: none;
	
}

#content a.clink {
	color: #0000FF;
	text-decoration: none;
	
}
#content a.clink:hover  
{
	color: #0000FF;
	text-decoration: none;
	
}

#content a.clinkbold {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#content a.clinkbold:hover  
{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#content a.clinksmall {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size:small;
}
#content a.clinksmall:hover  
{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size:small;
}
#content a.clinkitalics {
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	
}
#content a.clinkitalics:hover  
{
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	
}

#content a.clinkbolditalics {
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	
}
#content a.clinkbolditalics:hover  
{
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#content a.clinkunderline {
	color: #0000FF;
	text-decoration:underline;
	
}
#content a.clinkunderline:hover  
{
	color: #0000FF;
	text-decoration:underline;
}

#content .smalltext
{
font: 10px Georgia, Garamond, "Times New Roman", Times, serif;	
}
#content .smallboldtext
{
font: 10px Georgia, Garamond, "Times New Roman", Times, serif;	
font-weight: bold;
}

#content table.funding_table
{
font-size: 10px;
border-bottom:solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
padding: 2px 2px 2px 2px;
}
#content .funding_table tr.boldtext
 {
	font-weight:bold;
	 }
 
 #content .funding_table tr
  {
	
	}
 

/*===========================================================
	Sub Navigation Styles
===========================================================*/
#subnavwrap {
	padding:0 0 35px 0;
	margin:0 0 20px 0;
	text-align:left;
	}
	
#subnav {
	width:150px;	
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#subnav ul { 
	margin: 0 0 0 0;
	padding: 0;
}

#subnav li {
	display: inline;
	margin: 0px;
	padding:0;
}

#subnav li a {
	color: #000000;
	display: block;
	padding: 5px 0px 4px 20px;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
	background: url(/RossWeb/images/menu_bar.jpg) no-repeat bottom;
	
}

#subnav li a:hover 
{
	color:#FFFFFF;
	background-color:#006600;
}

#subnav li.child, #subnav li.child a {
	font-size: 12px;
	text-indent: 8px;
	background: url(/RossWeb/images/menu_bar.jpg) no-repeat bottom;
	color: #808080;
	text-decoration:none;
	padding: 5px 0px 4px 20px;
}

#subnav li.child a:hover {
	
	color: #FFFFFF;
	background-color:#006600;
}

#subnav li.subchild, #subnav li.subchild a {
	font-size: 10px;
	text-indent: 16px;
	background: url(/RossWeb/images/menu_bar.jpg) no-repeat bottom;
	color: #808080;
	text-decoration:none;
	padding: 5px 0px 4px 20px;
}

#subnav li.subchild a:hover {
	
	color: #FFFFFF;
	background-color:#006600;
	
}

/*===========================================================
	Footer Styles
===========================================================*/
#footer {
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 20px 0 10px 0;
	text-align: center;
	width: 600px;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	font-weight:bold;
}
* html #footer {padding-top: 0;}
#footer a {
	color: #006600;
	text-decoration: none;
}
#footer a:hover { color: #FFFFFF; }