/* ================================================
	SCR Style Sheet
================================================ */
/* Overall selectors*/

.content, .ql {
	background: #fff url(/scr/images/sidebar2.jpg) repeat-y top right;
}


body {
	color: Black;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
}

a {
	color: #2A3A89;
	text-decoration: underline;
}

a:hover {
	background: #b1cf8e;
	text-decoration: none;
}

h1 {
	font-size: 140%;
}

h1.c1 {
	margin-top: 5px;
	margin-left: 10px;
}

h1.more {
	margin-bottom: 15px;
}

h2 {
	font-size: 125%;
	margin-top: 25px;
}

h2.c2 {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 20px;
}

h3 {
	font-size: 110%;
	margin-top: 5px;
}

h4 {
	font-size: 90%;
	font-style: italic;
}

h5 {
	font-size: 85%;
}

h6 {
	font-size: 80%;
}

.head3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
}

ul.esplink {	
	list-style-type: disc;	
}
/************************************
*			 Redeclarations 				*
************************************/

/* Changing the primary font color of the site*/
.iboxtitle, .topwhite a, #aboutnav a, #aboutnav td, .navbarlightblue a {
	color: #fff;
}  

.lefttitle, .lefttext a {
	color: #000;
}

/* Changing the hover font color of the navs */
.tdnavon .navbarlightblue a, .lefttexta {
	color: #000;
}

/* Changing the vertical border between the nav bar buttons. This can be deleted as it will default to the nnlm.css which is white*/
table.tdnav td {
	border-right: thin white solid;
}
.tdnav td, .tdnavon td {
	border-color: #fff;
}

/* Changing the primary background color of the site */
#aboutnav td, .leftwhite, .tdnav, .white, .navbaraudience a:hover {
	background-color: #34548d; /* new scr blue */
}

/* Changing the Quick Links and News boxes */
.ibox {
	margin: 1em 0 0 0;
}
.ibox a:hover{
	color: #2A3A89; 
	background-color: #fff;
}

.iboxtitle {
	background-color: #34548d;
}
.lefttitle {
	background-color: #b1cf8e; /* new green */
}



/* Changing the alternate background color of the site */
.colorbar, .navbaraudience, .tdnav td.on, .tdnavon td.on, .tdnavon {
	background-color: #b1cf8e;
}


#aboutnav td topwhite {
	background-color: #b1cf8e;
}

.lefttext a:hover{
	color: #000;
	background-color: #f3ecc2; /* new sand */
}

#lsidebar td.highlight{
	background-color: #fff;
}

/* Changing the footer color, padding, background color */
.lightgray, .buffer {
	color: #000;
	background-color: #cbd2d6; /* light gray */
}
#bottom_navigation .tdnav {
	background-color: #34548d;
}
#footer, .footer, .footer a, .footer a:hover {
	background-color: #cbd2d6;
}

/***************************************
custom styles - from old scr.css *
****************************************/
.center {  
	text-align: center;
}

.backto {  
	text-align: center;
}

.right {
	text-align: right;
}

.print {
	font-size: small;
	float: right;
	margin-right: 2em;
}

/*used on the home page */
h3.support	{
	padding-top:1em;
}
#join	{
	width:200px;
	margin:5px 5px;
	clear:left;
	float:left;
}
.goal	{
	margin:10px auto;
	padding-left:1em;
	padding-right:1.5em;  
	}
	/**/
		
#middlebox	{
	clear: left;
	width:475px;
	margin:10px auto 10px;
	padding:10px;
	border:1px solid #999;
}


#tempbox	{
	clear: left;
	width:475px;
	margin:10px auto 18px;
	padding:10px;
	border:1px solid #999;
}

#temptext	{
	float:left;
	width:158px;
	margin:0px 8px 0px 8px;
}


#middletext	{
	float:left;
	width:250;
	margin:0px 10px 5px 10px;
	}

/*used on the state pages */
#statepix	{
		float:left;
		width:277px;
		margin:5px 15px 5px;
		vertical-align:text-top;
	}
#cpix	{
	clear:left;
	}
	


/*used on the RFPs and Sub-contracts when they are no longer available */
.award_notice {
	text-align: center;
	letter-spacing: 1px;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 10px;
}

/*used on the SCR Funded page */
table.funded	{
	width: 100%;
}

table.funded, table.funded td {
	vertical-align: top;	
	padding: 5px;
	margin-bottom: 7px;
}

img {
	border-width: 0px;
}

/*used for larger type */
.large {
	font-size: 120%;
	font-weight: bold;
}

/*used for incorrect answer captcha */
/* light red background */
#captcha_table .error {
	    background: #FED0CF; 
		border: 1px solid red; 
		text-align:center; 
		padding: 4px; 
		font-weight: bold;
}

/*used to indent text as in a blockquote */

.block {
	margin-left: 3em;
	margin-right: 3em;
}

.block2 {
	margin-left: 3em;
	margin-right: 3em;
}

/* for icon indicating external link*/



/* For Feature Slides page that displays all slides from home page */

#featureslides h3 {
	margin-bottom: 0;
}
#featureslides .description {
	margin-bottom: 0.8em;
}
#featureslides .more {
	display: none;
}
#featureslides .photo {
	margin-bottom: 1.3em;
}






