@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background: #B0B0B0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#152E4E;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin-top:0;
}
h2 {
	color:#24518A;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:3px;
	font-weight:normal;
}
h3 {
	color:#000000;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:3px;
	font-weight:normal;
}
h4 {
	color:#000000;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:18px;
	margin:3px;
	font-weight:normal;
	}
h4 a {
	color:#000000;
}

h5 {
	color:#333333;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin-bottom:3px;
	}
p {
	margin-top: 3px;
	color:#333333;
	line-height:18px;
}
img {
border:none;
}
.twoColFixLtHdr #container { 
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:url(../images/header.jpg) no-repeat; 
	height:173px;
} .twoColFixLtHdr #header h1 {
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/side_bar.jpg) no-repeat;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding:35px 10px 10px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:124px;
}
.twoColFixLtHdr #landingpage {
	margin: 0 0 0 144px;
	padding: 0;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 164px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/rswr_logo_small.jpg);
	background-repeat:no-repeat;
	background-position:500px 0;
	background-color:#FFFFFF;
	/* url(../images/rswr_logo_small.jpg) no-repeat 500px 0;*/
} 
#mainContent img {
	padding: 0 20px 8px 0;
	}

.twoColFixLtHdr #footer { 
	background:url(../images/footer.jpg) no-repeat;
	height:87px;
	text-align:center;
	padding-top:50px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:37px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	letter-spacing:.5px;
}
.twoColFixLtHdr #footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #search {
	font-weight: bold;
	font-size:11px;
	color: #24518A;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#portal_container {
height:248px;
margin:0;
padding:0;
}
.portal {
width:272px;
height:208px;
background:#D9D9D9;
text-align:center;
float:left;
margin:20px 0 20px 25px;
display:inline;
}
#intro {
	margin: 20px 20px 0 20px;
	padding:0;
}
#mainContent li {
	padding-bottom: 10px;
	color:#333333;
	line-height:16px;
	list-style-position:outside;
}
.project-table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#landingcontent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin:0;
}
#mainContent ul.letters li {
	list-style-type: upper-alpha;
}
#mainContent ul.letters li ol li {
	list-style-type: lower-roman;
}
#grant_seeker {
background: url(../images/landing3.jpg) no-repeat;
padding-top:225px;
}
#what_we_do {
background: url(../images/landing2.jpg) no-repeat;
padding-top:225px;
}
#learn_more {
background: url(../images/landing1.jpg) no-repeat;
padding-top:225px;
}


p#print a {
	font-size: 10px;
	color: #666666;
	margin-bottom:20px;
	margin-top:0;
	text-decoration:underline;
}

p#print img {
padding: 0 2px 0 0;
}
