/* CSS Document 
Authored by:jlm
For: BCF
Date:10/09*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, table, td {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
	margin: 0;
	padding: 0;
	border: 0;
}
/*gets rid of Firefox jump*/
html {
	overflow-x: auto;
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
}
sup, sub {
	font-size:80%;
}
a {
	cursor: pointer;
}

/*google search*/
#cse-search-results iframe {
	width: 650px;
}
/*for space underneath each entry of DNN search results*/
.searchtable td {
	padding-bottom: 8px;
}
body {
	background: #5B4E69 url(/Portals/0/images/bkgd.jpg) repeat-x;
	text-align: center;
	font-family: "Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:100% !important;
	margin-bottom: 25px;
}
p, ul, ol {
	padding-bottom: 20px;
}
ul ul, ol ol {
	padding-bottom: 0;
}
ul li {
	margin-left: 25px;
	padding-left: 15px;
	list-style-type: none;
	list-style-position: outside;
	background: url(/Portals/0/images/bullet_goldarrow.gif) no-repeat 0 2px;
  margin-bottom: 5px;
}
.fundingPriorities ul li {
  margin-bottom: 15px;
  	background: url(/Portals/0/images/bullet_redarrow_lg.gif) no-repeat 0 2px;
}
li img {
  position: relative;
  vertical-align:middle;
}
ol li {
  margin-left: 45px;
  margin-bottom: 5px;
 }
a, a:link, a:visited {
	color: #3F5076;
	text-decoration: underline;
}
a:hover {
color:#9A503D;
}
a.FundNoClick, a.FundNoClick:link, a.FundNoClick:visited, a.FundNoClick:hover {
	color: #3F5076;
	text-decoration: none;
	cursor:text;
}

object, embed {
  position: relative;
  z-index: 1;
}
h1 {
	color: #3E577B;
	font-size: 2.0em;
	margin-bottom: 13px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
}
.landing .contentpane h1 {
 font-size: 2em;
 margin-bottom: 17px;
}
h2 {
	color: #406E2C;
	font-size: 1.7em;
	margin-bottom: 10px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.home h2 {
   color:#9A503D;
   font-size: 1.65em;
	margin-bottom: 20px;
	letter-spacing:0.5px;
}
.fundingPriorities h2 {
  margin-bottom: 15px;
}
h3 {
	color: #3E577B;
	font-size: 1em;
	margin-bottom: 7px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.table {
	border-top: 1px solid #95954D;
	border-right: 1px solid #95954D;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.table td {
	border-bottom: 1px solid #95954D;
	border-left: 1px solid #95954D;
	padding: 5px;
	margin: 0;
}
.imageright {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.imageleft {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imagerightborder {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border: 1px solid #95954D;
	padding: 2px;
}
.imageleftborder {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #95954D;
	padding: 2px;
}
.imageright_noborder {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border: 0px !important;
	padding: 0px !important;
}
.imageleft_noborder {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	border: 0px !important;
	padding: 0px !important;
}
.image_noborder {
	border: 0px !important;
	padding: 0px !important;
}
.callout {
  float:right;
  width:205px;
  color:#433157;
  font-weight:normal;
  font-style: italic;
  font-size: 1.15em;
  line-height: 150%;
  
  background: url(/Portals/0/images/bkgd_callout.jpg) repeat-x bottom;
  border: 1px solid #A295B0;
  
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 15px 25px 15px 18px;
}
.opening_paragraph {
	font-size: 1.2em;
	line-height:135%;
}
.path .opening_paragraph {
	font-size: 1.3em;
  color: #3E577B;
  line-height:145%;
}
.link_nounderline {
  border-bottom:none !important;
}
.textindent {
 padding-left: 12px;
}

.caption {
 color:#666666;
 font-style:italic;
 font-size: .80em;
/* 	margin-right: 20px;
	margin-bottom: 5px;
    float: left;*/
	
	margin-bottom: 10px;
	text-align:right;
	width: 50%; 	

}
.caption img {
	border: 1px solid #D9D9B4;
	padding: 2px;
}
.caption a, .caption a:visited {
 color:#666666;
 text-decoration:underline;
}
/*bottom padding on list items*/
.news_list {
  margin:0px;
  padding:0px;
}
.news_list li {
  margin-bottom: 20px;
  padding-left:110px;
  text-indent:-90px;
}
p.list_indent{
  padding-left:88px;
  text-indent:-88px;
}
.seeall {
  display:block;
  text-align: right;
  font-size: .85em;
  margin-right: 10px;
  
}
/*six steps on scholarship page*/
#content .sixsteps img {
 border: 0;
 float: left;
 margin-right: 12px;
}
.sixsteps td {
vertical-align: top;
border-bottom: 1px solid #D9D9B5;
padding: 15px 0;
}
.sixsteps td td {
  border: 0;
  padding: 0;
}


#containerouter {
	width: 992px;
	margin: 0px auto 0 auto;
	text-align: left;
}
/*mast styles*/

#topnav {
	padding: 16px 8px 9px 0;
	font-size: .8em;
	text-align: right;
	color: #FFFFFF;
	height: 18px;
}
.safari #topnav,
.ff3 #topnav {
  padding-bottom:10px;
}
#topnav * { 
 position:relative;
 vertical-align:middle;
}
#topnav a, 
#topnav a:link, 
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
}
#topnav a:hover {
   color: #000000;
	text-decoration: underline;
}
#topnav .divider {
  margin: 0 4px;
}

#toplinks {
  float:right;
  padding-top: 3px;
  margin-right:7px;
}
#toolbar {
  float: right;
  background: url(/Portals/0/images/bkgd_toolbar.gif) no-repeat;
  width: 121px;
  margin: 1px 8px;
  padding:0 5px;
  
  text-align:left;
  text-transform:uppercase;
  font-size: .70em;
  font-weight:bold;
}
/*.home #toolbar { 
  background: url(/Portals/0/images/bkgd_toolbar_home.gif) no-repeat;
  width: 65px;
  padding:0 4px;
}*/
#toolbar a.tool_icon,
#toolbar a.tool_icon:visited {
 margin-left:6px;
}
#search {
  float: right;
  padding-left: 6px;
  padding-bottom: 0px;
}
#search * {
position:relative;
vertical-align:middle;
  margin-bottom: 0px;
}
#search input.textfield {
    border:none;
	width: 132px;
	height: 20px;
	text-align: right;
	padding-right: 6px;
	color: #333;
	background: url(/Portals/0/images/search_bkgd.jpg) no-repeat;
}
#search a.noborder {
	border: none;
	margin-left: 1px;
	padding-bottom:1px;
}
#search a.noborder:hover {
    padding:0px 0px 1px 0px;
    margin:0px 0px 0px 1px;
	border:none;
}

/*google search styles*/
#search input.gs_textfield {
    border:none;
	width: 132px;
	height: 22px;
	text-align: right;
	padding-right: 6px;
	color: #333;
	background: url(/Portals/0/images/search_bkgd.jpg) no-repeat;
	
}
#search .google_go {
  border:none;
  margin-left:1px;
  background: url(/Portals/0/images/search.jpg) no-repeat;
  height:27px;
  width:62px;
  cursor:pointer;
}
#container {
	background: url(/Portals/0/images/bkgd_main.jpg) repeat-y;
}
#containerbkgd {
	background: url(/Portals/0/images/bkgd_main_gradient.jpg) no-repeat;
	padding:0 18px 5px 14px;
}

#mast {
  min-height:192px;
  height: auto !important;
	height: 192px;
}


#logo {
	float: left;
	width: 190px;
	margin: 38px 0 0 19px;
}
#logo a {
  border:none;
  }
#mastpik {
	float: right;
	width: 688px;
	text-align:right;
}
.ie8 #mastpik {
 padding-top:1px;
}
#mastpik a{
  border: 0px !important;
}

#mainav {
  clear:both;

/*  padding-left: 13px;*/
  background: url(/Portals/0/images/bkgd_mainav.jpg) no-repeat;
 
}

#mainav ul {
	margin:0;
	padding: 0;
}
#mainav li {
	list-style-type: none;
	margin:0;
	padding: 0;
	background: none;
	
	/*display:inline;*/
}

/*
#mainav a, #mainav a:link, #mainav a:visited {
	color: #6B5138;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: url(/Portals/0/images/mainav_divider_gold.gif) no-repeat right;
	padding:0 12px 0 6px;
	
	position: relative;
	vertical-align: middle;
	border:none;
}
#mainav a:hover,
#mainav a.active {
	color: #9A503D;
}


#mainav a.grouplinks,
#mainav a.grouplinks:visited {
 color: #FFFFFF;
 font-size: .7em;
 background: url(/Portals/0/images/mainav_divider_white.gif) no-repeat right;
 padding:3px 8px 3px 3px;
}
#mainav a.noline {
	background:none;
	margin-right: 15px;
}
#mainav a.grouplinks.noline {
	margin-right: 0px;
}
*/

#breadcrumb_holder {
	color: #666;
	margin-top:1px;
	background: url(/Portals/0/images/bkgd_breadcrumb.jpg) no-repeat;
}
#breadcrumb {
	float: left;
	width:700px;
	font-size: .75em;
	padding: 11px 10px 10px 10px;
}
#breadcrumb  .SkinObject {
  color: #666;
  font-size: 1em;
  font-weight:normal;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited{
	color: #425378;
	text-decoration: none;
	border:none;
}
#breadcrumb a:hover,
#breadcrumb a.active {
	color: #9D5543;
}
#buttons {
	float: right;
	width: 197px;
	padding-top:5px;
	text-align:right;
	position: relative;
}
#buttons a, #buttons a:visited {
	border-bottom: none;
	margin-right:2px;
}
.givenow {
  float: left;
  width: 95px;
  margin-right: 7px;
}
.donorxpress {
  float: left !important;
  width: 95px;
}
.ie8 .donorxpress {
position: relative;
top: -19px;
}
#maininfo {
	float: left;
	width: 710px;
	margin-left:2px;
}
.home #maininfo {
  width:632px;
  padding: 0;
  background: none;
}

#content {
	line-height: 150%;
	color: #000000;
	font-size: .8em;
	padding:10px 15px 10px 15px;
}
#content img {
	border: 1px solid #D9D9B4;
	padding: 2px;
}

.home #content {
	padding:0px;
	border:none;
	font-size: .7em;
}
.home #content p {
  padding-bottom: 18px;
}
.home #content img {
	border: 0px;
	padding: 0px;
}
.home #flash_holder {
  background: url(/Portals/0/images/bkgd_IiBcallout.jpg) no-repeat;
  margin-bottom:15px;
  padding: 14px 20px 10px 35px; 
  
  min-height: 259px;
  height: auto !important;
  height: 259px;
}
.home #flash_holder.noflash {
  padding: 4px 4px 4px 20px; 
  background: url(/Portals/0/images/bkgd_content_home.jpg) no-repeat;
  margin-bottom:5px;
  
  min-height: 354px;
  height: auto !important;
  height: 354px;
}
.home #flash {
  float: left;
  width: 245px; 
}
.home .noflash #flash {
  width: 250px;
}
.home #flash p {
  margin: 0px;
  padding: 0px;
}
.contentpane {
/*  font-size:1.1em;*/
  margin-bottom:15px;
}
/*
.home .contentpane {
  float: right;
  width: 290px;
  margin: 0px;
  margin-top: 30px;
  
  letter-spacing: .5px;
  font-size: 2.0em;
  font-family:Georgia, "Times New Roman", Times, serif;
  line-height:140%;
  color: #000000;
}
*/
/* new static image homepage*/
.home .contentpane {
  float: right;
  width: 600px;
  margin: 0px;
  
  font-size: 1.1em;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  line-height:150%;
  color: #000000;
}

table.engagement td{
  padding: 0px;
  vertical-align:top;
}
.engagement h2 {
  font-size:  2em;  /*22px*/
  color: #334D73;
  margin: 22px 0px 9px;
  line-height: 100%;
}
.chrome .engagement h2,
.safari .engagement h2  {
  margin: 22px 0px 19px;
}
.engagement h3 {
  font-size: 1.75em;  /*22px;*/
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #6C533A;
  margin: 0px 4px;
  
  line-height: 100%;
}
.engagement h3 a,
.engagement h3 a:visited {
  text-decoration: none;
  color: #6C533A;
}
.engagement h3 a:hover {
  text-decoration: underline;
}
.engagement h3.active a,
.engagement h3.active a:visited {
  text-decoration: none;
  color: #2D6417;
}
.engagement h3.active a:hover {
  text-decoration: underline;
}
table.engagement td.description {
  padding: 0px 0px 0px 33px;
}
.chrome table.engagement td.description,
.safari table.engagement td.description  {
  padding: 5px 0px 5px 33px;
}
table.engagement td.space {
  height: 25px;
}
.chrome table.engagement td.space,
.safari table.engagement td.space {
  height: 15px;
}
.home #content .engagement p {
  margin:0px;
  padding:0px;
}

.landing #content p {
  padding-bottom: 15px;
}
#column_holder {
  background: url(/Portals/0/images/bkgd_columns.gif) repeat-y 42px;
  clear:both;
  margin-bottom:15px;
  font-size: 0.95em;
}
.column1 {
  width: 356px;
  float:left;
}
.column2 {
  width: 282px;
  float:right;
}

.home #column_holder_outer {
background: url(/Portals/0/images/bkgd_columns_home.gif) no-repeat;
}
.home #column_holder {
background: url(/Portals/0/images/bkgd_columns_home_btm.gif) no-repeat bottom;
font-size:1.05em;
}
.home .column1 {
  width: 285px;
  padding: 6px 16px;
  
}
.home .column2 {
  width: 270px;
  padding: 6px 16px;
  margin-right:0;
  margin-left: 10px;
}
.content #column_holder {
  background: none;
}
/*right column - cp*/
#subinfo {
	width: 228px;
	float: left;
	margin-left: 10px;
	padding-top:8px;
}
.home #subinfo {
  width: 315px;
  margin-left: 11px;
  padding-top:0px;
}
#subnav_holder,
#IiB_holder{
	background: url(/Portals/0/images/bkgd_subnav_btm.jpg) no-repeat bottom;
	margin-bottom: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.path #subnav_holder {
  background: url(/Portals/0/images/bkgd_subnav_path_sm.jpg) no-repeat bottom;
}

.path #IiB_holder {
  background: url(/Portals/0/images/bkgd_subnav_path_btm.jpg) no-repeat bottom;
}
#subnav_holder h3,
#IiB_holder h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.path #subnav_holder h3,
.path #IiB_holder h3 {
  font-size: 1.1em;
  margin-bottom: 12px;
}
#subnav,
#IiB{
background: url(/Portals/0/images/bkgd_subnav_top.gif) no-repeat;
padding: 15px  10px 15px 17px;
}
#subnav ul,
#IiB ul {
  margin:0;
  padding:0;
}
#subnav li,
#IiB li {
	list-style-type: none;
	background:none;
	margin:0;
	padding:0;

/*	margin:0 0 0 1px;
	background: url(/Portals/0/images/bullet_redarrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	padding-bottom: 4px;*/
}
/*
#subnav a, #subnav a:link, #subnav a:visited {
	color: #3F5076;
	text-decoration: none;
	border-bottom:none;
	font-size: .85em;
	line-height: 140%;
	letter-spacing: -0.5px;
}
#subnav a:hover,
#subnav a.active {
	color:#A15C49;
}
*/
.reportpane {
  margin-bottom: 15px;
}
.subextra {
	font-size: .75em;
	line-height: 130%;
	color: #333333;
}
.subextra p {
  padding-bottom: 10px;
}
.subextra ul li {
  background-position: 0px 2px;
  margin-bottom: 5px;
}
/*.subextra table {
 font-size: .9em;
}*/
.subextra h3 {
 font-size: 1.4em;
}

/*footer styles*/
#footerholder {
	background: url(/Portals/0/images/bkgd_footer.jpg) no-repeat;
	padding: 30px 12px 9px 12px;
}
#footerholder a, #footerholder a:link, #footerholder a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#footerholder a:hover {
  color:#C2C287;
}
#cflogo {
   float:left;
   width: 80px;
}
#cflogo a,
#cflogo a:visited  {
  border-bottom: none !important;
}
#footer {
	float: left;
	width: 590px;
	margin-left: 10px;
	font-size: .75em;
	line-height:150%;
	word-spacing: 1px;
	color: #FFF;
}
#bottomnav {
	float: right;
	width: 210px;
	color: #FFFFFF;
	font-size: .75em;
	text-align:right;
	word-spacing:1px;
}
#bottomnav p {
  padding-bottom:10px;
}
#loginlinks {
display:inline;
}
#loginlinks  a, #loginlinks a:link, #loginlinks a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Lucida Sans","Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
}
#loginlinks  a:hover {
  color: #C2C287;  
}
.socialnetworking {
 font-size: .85em;
}
.socialnetworking * {
  position:relative;
  vertical-align:middle;
}
.socialnetworking a,
.socialnetworking a:visited {
border-bottom: none !important;
margin-left: 3px;
padding-bottom:1px;
}


/*container styles */
.landing_container_lg,
.column1 .landing_container_sm  {
  background: #A8A855 url(/Portals/0/images/bkgd_landing_cont_top_lg.jpg) no-repeat;
  padding-top:7px;
    margin-bottom: 15px;
	font-size:.95em;
	line-height:150%;  
}
.landing_container_sm {
  background: #A8A855 url(/Portals/0/images/bkgd_landing_cont_top_sm.jpg) no-repeat;
  padding-top:7px;
    margin-bottom: 15px;
	font-size:.95em;
	line-height:150%;  
}
.stories.landing_container_lg,
.stories.landing_container_sm {
    margin-bottom: 0px;
}
#subinfo .landing_container_sm {
  background: #A8A855 url(/Portals/0/images/bkgd_landing_cont_top_sm_side.jpg) no-repeat !important;

    padding-top:7px;
    margin-bottom: 15px;
	font-size:1em;
	line-height:150%;  
}
.landing_container_lg h2   {
  padding: 0px 15px 5px 15px;  
  margin-bottom: 3px;
}
.landing_container_sm h2  {
  padding: 0px 15px 5px 15px;
  margin-bottom: 3px;
}
.landing_container_lg h2 .Head,
.landing_container_sm h2 .Head {
  color:#592F24;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  font-size:16px;
  line-height:110%;
}
.landing_container_lg .cont-content,
.landing_container_sm .cont-content {
  padding:10px 15px 5px 15px;
  background:#FFFFFF;
}
.landing_container_lg p,
.landing_container_sm p {
padding-bottom:10px;
}
.landing_container_lg ul,
.landing_container_sm ul {
  padding:0;
  margin:0;
}
.landing_container_lg ul li,
.landing_container_sm ul li {
  background: url(/Portals/0/images/bullet_goldarrow.gif) no-repeat 0 2px;
  
  margin-left:0px;
  margin-bottom:10px;
}

.tan_swirl_container {
    margin-bottom: 20px;
	background: url(/Portals/0/images/bkgd_tan_swirl.jpg) no-repeat;
	
	min-height:90px;
	height: auto !important;
	height:90px;
	
	padding:15px 18px 0px 15px;
	}
.purple_swirl_container {
    margin-bottom: 20px;
	background: url(/Portals/0/images/bkgd_purple_swirl.jpg) no-repeat;
	
	min-height:90px;
	height: auto !important;
	height:90px;
	
	padding:15px 18px 0px 15px;
}
.green_swirl_container {
    margin-bottom: 20px;
	background: url(/Portals/0/images/bkgd_green_swirl.jpg) no-repeat;
	
	min-height:90px;
	height: auto !important;
	height:90px;
	
	padding:15px 18px 0px 15px;
}
.ie6 .tan_swirl_container,
.ie6 .purple_swirl_container,
.ie6 .green_swirl_container {
  padding-bottom: 12px;
}
.tan_swirl_container p {
  text-indent: -25px; 
  margin-left: 25px; 
  padding-bottom:5px !important;
  
  color:#9A503D;
  font-size:1.95em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 102%;
} 
.green_swirl_container p,
.purple_swirl_container p {
  text-indent: -25px; 
  margin-left: 25px; 
  padding-bottom:5px !important;
  
  color:#FFFFFF;
  font-size:1.95em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 102%;
} 
  
.tan_swirl_container a,
.tan_swirl_container a:visited,
.green_swirl_container a,
.green_swirl_container a:visited,
.purple_swirl_container a,
.purple_swirl_container a:visited {
  float:right;
}
.tan_swirl_container a:hover,
.green_swirl_container a:hover,
.purple_swirl_container a:hover{
  padding-bottom:0px;
}
.tan_swirl_container img,
.green_swirl_container img,
.purple_swirl_container img {
  border: 0px !important;
  padding: 0px !important;
}


.editbuttons {
  clear:both;
}
.editbuttons a{
  float:left;
}
.blue_sidebar {
  background: url(/Portals/0/images/bkgd_bluesidebar.jpg) no-repeat;
  margin-bottom: 15px;
  padding-top:10px;
}
.home .blue_sidebar {
  background: url(/Portals/0/images/bkgd_bluesidebar_long.jpg) no-repeat;
}
.home .column2 .blue_sidebar,
.home .column1 .blue_sidebar {
  background: url(/Portals/0/images/bkgd_bluesidebar_med.jpg) no-repeat;
  margin-bottom: 15px;
  padding-top:10px;
}
.blue_sidebar h2  {
  margin: 0px 14px 7px 17px;
}
.blue_sidebar h2 .Head {
  color:#3B5B5F;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
.home .blue_sidebar h2 .Head {
  font-size: 14px;
}
.blue_sidebar .cont-content {
 border:1px solid #58878D;
 padding: 10px;
}
.blue_sidebar .cont-content  ul li {
 margin-left: 6px;
}
.blue_sidebar .cont-content  ul li img{
  position: relative;
  vertical-align:middle;
}

.purple_sidebar {
  background: url(/Portals/0/images/bkgd_purplesidebar.jpg) no-repeat;
  margin-bottom: 15px;
  padding:10px 15px 5px 15px;
 border:1px solid #9281A2;
 font-size:1.1em;
}
.purple_sidebar h2  {
 color:#6B5138;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight:bold;
  line-height: 140%;
}
#subinfo .tan_sidebar {
  background: url(/Portals/0/images/bkgd_tansidebar_sm.jpg) no-repeat;
    margin-bottom: 15px;
  padding-top:8px;
}
.home #subinfo .tan_sidebar {
  background: url(/Portals/0/images/bkgd_tansidebar.jpg) no-repeat;
  margin-bottom: 15px;
  padding-top:8px;
}
.tan_sidebar h2  {
  margin: 0px 14px 7px 17px;
}
.tan_sidebar h2 .Head {
  color:#6B5138;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.tan_sidebar .cont-content {
 border:1px solid #A8A855;
 padding: 5px 13px 15px 13px;
}

.disasterRelief_sidebar {
  margin-bottom: 20px;
}
.disasterRelief_sidebar h2  {
  margin:0px;
  padding: 8px 14px 7px 17px;
  background: #924C3A url(/Portals/0/images/bkgd_relief_top.jpg) no-repeat;
}
.home .disasterRelief_sidebar h2  {
  background: #924C3A url(/Portals/0/images/bkgd_relief_top_long.jpg) no-repeat;
}
.home .column1 .disasterRelief_sidebar h2,
.home .column2 .disasterRelief_sidebar h2  {
  background: #924C3A url(/Portals/0/images/bkgd_relief_top_med.jpg) no-repeat;
}
.home .disasterRelief_sidebar .cont-content a, .home .disasterRelief_sidebar .cont-content a:link, .home .disasterRelief_sidebar .cont-content a:active {
 color:#FFFFFF;
}
.home .disasterRelief_sidebar .cont-content a:hover {
 color:#D6D6B1;
}
.disasterRelief_sidebar h2 .Head {
  color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:bold;
}
.disasterRelief_sidebar .cont-outer {
 border:1px solid #924C3A;
 padding:2px;
}
.disasterRelief_sidebar .cont-content {
 padding: 10px 8px 5px 8px;
 background: #5B4E69 url(/Portals/0/images/bkgd_relief_btm.jpg) repeat-x bottom;
 
 color: #FFFFFF;
 font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
 font-weight:bold;
 line-height: 140%;
 font-size: 1em;
}

.disasterRelief_sidebar .cont-content img {
  border: 1px solid #9485A5;
}


.twitter_container {
  background: url(/Portals/0/images/bkgd_bluesidebar.jpg) no-repeat;
  margin-bottom: 15px;
  padding-top:10px;
  position:relative;
}


.twitter_icon {
position: absolute;
top:8px;
right:8px;
}
.home .twitter_container {
  background: url(/Portals/0/images/bkgd_bluesidebar_long.jpg) no-repeat;
}

/* Temporarily hide the twitter container */
.home .twitter_container { display:none; }


.twitter_container h2  {
  margin: 0px 14px 7px 17px;
}
.twitter_container h2 .Head {
  color:#6B5138;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
.home .twitter_container h2 .Head {
  font-size: 14px;
}
.twitter_container .cont-content {
 border:1px solid #58878D;
 padding: 10px;
}
.twitter_container .cont-content ul li {
  margin-left: 0;
  background: none;
  padding-left: 0px;
}
.twitter_container .cont-content p,
.twitter_container .cont-content ul {
  padding-bottom: 5px;
}
.twitter {
  float: left;
  font-weight: bold;
}
#twitterStatus {
 font-size: 12px;
 line-height: 138%;
 color:#333333;
 font-family: "Lucida Sans","Lucida Grande",Arial,Helvetica,sans-serif;
}
.eNews {
 text-align: right;
}
.eNews * {
 position:relative;
 vertical-align:middle;
}
.home .column1 .eNews input.enews_text,
.home .column2 .eNews input.enews_text{    
    border:1px solid #A9C9CD;
	width: 150px !important;
	height: 18px;
	text-align: right;
	padding-right: 4px;
	color: #000000;
}
.eNews input.enews_text{    
    border:1px solid #A9C9CD;
	width: 118px;
	height: 18px;
	text-align: right;
	padding-right: 4px;
	color: #000000;
}
.home .eNews input.enews_text{  
  width:200px;
}
p.latestNews {
 padding:7px 0 0 0;
}
/*.home_news h2 .Head {   
   color:#9A503D;
   font-size: 1em;
	margin-bottom: 20px;
	letter-spacing:0.5px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/


.home_news {
  background: url(/Portals/0/images/bkgd_tansidebar.jpg) no-repeat;
  margin-bottom: 15px;
  padding-top:8px;
}
.home_news h2  {
  margin: 0px 14px 7px 17px;
}
.home_news h2 .Head {
  color:#6B5138;
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.home_news .cont-content {
 border:1px solid #A8A855;
 padding: 18px 13px 5px 13px;
}
.home_news ul li {
  background: url(/Portals/0/images/bullet_goldarrow.gif) no-repeat 0 2px;
  
  margin-left:0px;
  margin-bottom:10px;
}
.all_news {
  float:right;
  margin-right: 10px;
  
  font-size: .85em;
}
.rss_button { 
  float:right;
  margin-top:4px;
  margin-right: 10px;
}
.home .rss_button { 
  float:right;
  margin-top:2px;
  margin-right: 10px;
}

.rss_button a,
.rss_button a:visited {
  border:none;
}


/*clears floats with no presentational markup*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
	display: block;
	height: 1%;
}

/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	BORDER-RIGHT: #003366 1px solid;
	BORDER-TOP: #003366 1px solid;
	BORDER-LEFT: #003366 1px solid;
	BORDER-BOTTOM: #003366 1px solid;
}
.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:visited {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:active {
	text-decoration:    none;
	color:#003366;
}
A.SkinObject:hover {
	text-decoration:    none;
	color:#003366;
}
/* style for module titles */
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem {
	background-color:White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container {
	background-color: Transparent;
}
.DataGrid_Footer {
	background-color:White;
}
.DataGrid_Header {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color:Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem {
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.TreeMenu_NodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the FileManager */
.FileManager {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #999999 1px solid;
	height: 25px;
}
.FileManager_Pager {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #999999 1px solid;
	height: 25px;
}
.FileManager_StatusBar {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}
.FileManager_AltItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}
.FileManagerTreeNode {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.FileManagerTreeNodeSelected {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration:    none;
	color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration:    none;
	color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton {
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter {
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/* text style used for help text rendered by modules */
.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:underline;
	color: #003366;
}
A.CommandButton:visited {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:active {
	text-decoration:    underline;
	color: #003366;
}
A.CommandButton:hover {
	text-decoration:    underline;
	color: #ff0000;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
	color: #999999;
	height:1pt;
	text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select {
	width: 110px;
}
#dnn_ctr606_DD select {
	width: 110px;
}
#dnn_ctr607_DD select {
	width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height:16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {
	font-size:  12px;
	font-weight:    bold;
	color: #4F7884;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled {
}
/*Container style*/
.dropdown select {
	font-size: 10px;
	font-family: Arial, sans-serif;
}

.ie8 a[name^=""] {
	line-height:0px;
	font-size:1px;
}
.ie8 #mastpik {
  margin-top:-1px;
}
.NormalRed
{
    font-weight:bold;
    color:#FF0000;
}
.Hidden
{
    visibility: hidden;
}
.DynamicForms_Maintable td {
  padding: 1px 5px;
}

.DynamicForms_Maintable table td{
padding: 1px 0px !important;
}
/*checkbox styles*/
.DynamicForms_Maintable table.NormalTextBox {
  margin-bottom: 10px !important;
}
.DynamicForms_Maintable .NormalTextBox td label {
  margin-left: 10px;
}
#dnn_ctr1184_DynamicForms_tblHeader #SaveForm p{
  margin-left: 10px;
}
#dnn_ctr1150_ModuleContent .tabcontentstyle {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#dnn_ctr741_ModuleContent p{
  padding-bottom: 10px;
}
.TriageQuestion {
    font-weight:bold;
}
.TriageAnswer {
    padding-left:15px;
    padding-bottom:10px;
    padding-top:4px;
}
.TriageAnswer input {
    margin-right:6px;
}
.gecko .apply .sp  {
    margin-left:20px;
}
.ie .apply .sp  {
    margin-right:26px;
}
.safari .apply .sp  
{
    border:solid 1px #FFFFFF;
    margin-right:16px;
}
@media print {
.highslide-html-content {display:none;}
}

.imgNoBorder 
{
 border:none !important;   
}
