@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	8;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.7654%;
	padding-left: 0.6172%;
	padding-right: 0.6172%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content1 {
	clear: none;
	float: left;
	margin-left: 1.25%;
	width: 100%;
	display: block;
}
#content2 {
	clear: none;
	float: left;
	margin-left: 1.25%;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000;
	/*background-image: url(Assets/FooterBGround.jpg); */
}
#content3 {
	clear: none;
	float: left;
	margin-left: 1.25%;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 94.2181%;
	padding-left: 0.3909%;
	padding-right: 0.3909%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 55.1867%;
	display: block;
}
#content2 {
	clear: none;
	float: left;
	margin-left: 0.8298%;
	width: 43.9834%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content3 {
	clear: none;
	float: left;
	margin-left: 0.8298%;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 94.4135%;
	max-width: 1232px;
	padding-left: 0.2932%;
	padding-right: 0.2932%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 16.149%;
	display: block;
}
#content1 {
	clear: none;
	float: left;
	margin-left: 0.6211%;
	width: 41.3043%;
	display: block;
}
#content2 {
	clear: none;
	float: left;
	margin-left: 0.6211%;
	width: 41.3043%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
quotetext {
	font-family: Arial, Helvetica, sans-serif;
}
BlockText {
	font-weight: normal;
}
.Blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.NoteText {
	font-size: xx-small;
	color: #609;
}
.FooterText {
	font-size: xx-small;
	color: #FFF;
}
.GrantFundingText {
	font-size: xx-small;
	color: #999;
}
