/*typical html style*/ 

/*check filter.css and update with any new styles if necessary */

body {
	background-image: url(../images/background_page.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #00718F;
	
}

p, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 140%;
}
/*these next two elements get rid of the dotted box Firefox always puts on visited links*/
a {
outline: none;
}

:focus {
  -moz-outline-style: none;
}
a:link  {
	color: #F15C22;
	text-decoration: underline;		
}

a:visited  {
	color: #A5A58C;
	text-decoration: underline;		
}

h1  {
	color: #F15C22;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 8px;
}
h3  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 3px;
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* clear: both; */
}

li   { /*body lists*/
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/item.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-left: 1.2em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

/*styles used for positioning and their child styles*/

#wrapper  { /*wrapper used for top page only*/
	width:105%;
	background-image:url(../images/background_topbanner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#wrapperSecond  { /*wrapper used for secondary pages, note: uses different background image*/
	width:105%;
	background-image:url(../images/background_topbanner_second.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#topbanner  { /*holds the logoArea, flashArea (on top page), pageTitleArea (on secondary pages) and orangeBar divs*/
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#logoArea  { /*holds the logo image and a filler image to the right of logo*/
	width: 880px;
	height: 111px;
	background-image: url(../images/logoArea_filler.gif);
	background-repeat: repeat-x;
}

#logo  {
	width: 274px;
	height:96px;
	float:left;
		
}

#socialIcons  {
	width: 606px;
	height: 29px;
	text-align:right;
	padding-bottom:36px;
	padding-top:31px;
	float: right;	
}

#flashArea  { /*area for the Flash file*/
	width: 880px;
	height: 161px;
	
}

.flashFiller  {
	float:left;	
}

.flashImage  { /*makes the Flash file flush right*/
	float:right;
}

#pageTitleArea  { /*instead of the flashArea on secondary pages we use this, it holds the pagetitle image*/
	width:880px;
	height:119px;
}

#orangeBar  { /*holds the orange bar*/
	width: 880px;
	height: 16px;	
}

#content  { /*holds navbar, textArea and bottominfo divs*/
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#navbar  { /*holds the navigation items*/
	width: 201px;
	float:left;
}

/*styles for secondary navigation in sections*/
#navbar ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	/* clear: both; */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navbar li {
	margin-top:0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 12px;
	margin-bottom: 5px;
	color: #FFF;
	background-image: none;
	list-style-type: none;
}

#navbar li.selected {
	font-weight: bold;	
}

#navbar a:link {
	color:#FFF;
	text-decoration:none;
}

#navbar a:visited {
	color:#FFF;
	text-decoration:none;
}

#navbar a:hover {
	color:#FFF;
	text-decoration:underline;	
}

#textArea  { /*holds the text*/
	width:648px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	float:right;
	background-color: #FFF;
}

#bottominfo  { /*holds company info on the left and a privacyAttributes div on right*/
	width:679px;
	float:right;
	margin-top: 5px;	
}

/*styles bottominfo text and links*/

#bottominfo p {
	font-size: 70%;
	color: #FFF;
	line-height: 120%;
}

#bottominfo a {
	color: #FFF;
}

#privacyAttributes   { /*holds the privacy policy link, copyright and Rareheron attribute*/
	width: 300px;
	float:right;
	text-align:right;
}
#bottominfo #privacyAttributes p {
	font-size: 70%;
	color: #FFF;
	line-height: 120%;
}
#rightCol  { /*holds the Funding Alert Sign-up box, but could be used for other things*/
	float:right;
	width:175px;
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:10px;	
}

#rightColText  { /*styles the textarea under the heading bar*/
	width:173px;
	border: 1px solid #C2C2A3;
	margin-top:1px;
}

#rightColText p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 70%;
	line-height: 130%;
}

.imageFloatRight  {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
	padding:3px;
	border: 1px solid #A5A58C;
}

.imageFloatLeft  {
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:10px;
	padding:3px;
	border: 1px solid #A5A58C;
}
.runin {
	font-weight: bold;
}

.facebook  {
	float:right;
	margin-top:14px;
	margin-right:14px;

}

.clearit  {
	clear:both;	
}
