/* Global Styles */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pageContainer {
	width: 940px;
	margin: 0 auto;
}

.header {
	height: 113px;
}

.headerLogo {
	float: left;
}

.headerNav{
	float: right;
	vertical-align: bottom;
	margin-top: 90px;
}

.headerNav a{
	color: #979902;
	margin-right: 5px;
	font-size: 13px;
}

.headerNav a.last{
	margin-right: 0px;
}

/* mega menu*/
ul#menu li {
  display: inline;
  position: relative;
  background: none;
  padding-left: 0px;
}

ul#menu div {
  display: none;
}

ul#menu li.mega div {
  width: 320px;
  position: absolute;
  top: 1.8em;
  left: 0em;
  background-color:#FFF;
  padding: 10px;
  border-left: 1px #f3f3f3 solid;
  border-bottom: 1px #f3f3f3 solid;
  border-right: 1px #f3f3f3 solid;
}

ul#menu li.mega div.grants {
  width: 295px;
  position: absolute;
  top: 1.8em;
  left: -8.8em;
  background-color:#FFF;
  padding: 10px;
  border-left: 1px #f3f3f3 solid;
  border-bottom: 1px #f3f3f3 solid;
  border-right: 1px #f3f3f3 solid;
}
/*this selector controls the aesthetics of the mega menu*/

ul#menu li.hovering div {
  display: block;
}

.sigHeader {
	display: block;
	padding-bottom: 8px;
	border-bottom: #f3f3f3 1px solid;
}	



ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

li {
	background-image:url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	list-style:none;
	padding: 8px 0px 0px 20px;
}

h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}

.smallGrayText {
	font-size: 10px;
	color:#999999;
	line-height: 12px;
}

.footer{
	width:940px;
	text-align:center;
	color: #a9aaaa;
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Links */

a{
color:#0c758f;
text-decoration:none;
}

a:hover{
color:#0c758f;
text-decoration:underline;
}

/* Colors */

.olive {
	color: #b8b985;
}

.darkOlive {
	color: #84860e;
}

.orange {
	color: #dd9338;
}

.lightOrange {
	color: #d69c55;
}

.teal {
	color: #0c758f;
}


/* Homepage Styles */

.homeGrayContainer {
	background: #e9e9e9;
	margin: 0px;
	padding: 0px 0px 17px 0px;
}

.homeTopLeft {
	clear: left;
	width: 350px;
	float: left;
}

.homeTopRight {
	width: 575px;
	float: right;
	margin: 16px 0px 0px 15px;
}

.homeBlueContainer {
	background: #d1e2f3;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 17px 0px;
}

.homeLowerLeft {
	width: 350px;
	float: left;
}

.homeLowerRight {
	width: 575px;
	float: right;
	margin: 0px 15px 0px 0px;
	display: inline; /*IE6 hack*/
}

.homeLowerRight .featuredLeft {
	float: left;
	border-right: thin solid #d1e2f3;
	margin: 10px 0px 0px 0px;
	width: 257px;
	padding: 0px 8px 0px 0px;
}

.homeLowerRight .featuredRight {
	float: right;
	margin: 10px 0px 0px 0px;
	width: 257px;
	padding: 0px 0px 0px 8px;
}

/* Interior Page Styles */

.interiorTopRight {
	width: 575px;
	float: right;
	margin: 0px 15px 0px 0px;
}

.interiorTopRight h1 {
	font-size: 18px;
}

.interiorTopRight ul {
	margin: 0px 0px 0px 20px;
}

.interiorTopRight .leftColumn {
	float: left;
	border-right: thin solid #d1e2f3;
	margin: 10px 0px 0px 0px;
	width: 257px;
	padding: 0px 8px 0px 0px;
}

.interiorTopRight .rightColumn {
	float: right;
	margin: 10px 0px 0px 0px;
	width: 257px;
	padding: 0px 0px 0px 8px;
}

/* Wufoo Styles */

.wufoo .info h2 {
	text-indent: -1000px;
}

.wufoo label.desc {
	text-indent: -1000px;
}

.wufoo li {
	background-image: none;
	margin: 0 0 0 2px;
}

.wufoo li.focused {
	position: inherit; 
}

.wufoo li:hover {
	position: inherit; 
}

.wufoo ul {
	margin: -40px 0px 0px 0px;
}

.confirm h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -64px;
}

.wufoo li.buttons {
	position: absolute;
	top: 1px;
	left: 205px;
}

.wufoo input.text {
	position: absolute;
	top: 10px;
	width: 200px;
}


/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*rounded corners*/

/* set the image to use and establish the lower-right position */ 
.roundBox, 
.roundBoxBody, 
.roundBoxHead, 
.roundBoxHead h1 { 
	background: transparent url(images/whiteBG.gif) no-repeat bottom right;
	}

.roundBox { 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 17px 0px 0px 17px; /* use to position the box */ 
	} 

/* set the top-right image */ 
.roundBoxHead { 
	background-position: top right !important; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 6px; /* right-image-gap + right-inside padding */ 
	} 

/* set the top-left image */ 
.roundBoxHead h1 { 
	background-position: top left !important; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 8px 0px 0px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	} 

/* set the lower-left corner image */ 
.roundBoxBody { 
	background-position: bottom left !important; 
	margin-right: 0px; /* interior-padding right */ 
	padding: 0px 0px 15px 10px; /* mirror .cssbox_head right/left */ 
	}
	
.blueRoundBox .roundBox, 
.blueRoundBox .roundBoxBody, 
.blueRoundBox .roundBoxHead, 
.blueRoundBox .roundBoxHead h1 { 
	background: transparent url(images/whiteBGBlueCorners.gif) no-repeat bottom right;
	}