@charset "UTF-8";

/* CSS Document */
	/* The strange width properties containing slashes are a workaround for deficiencies in the IE box model 
		Otherwise IE tends to double up the space between horizontally adjacent boxes */
	/* For non-stretchy page remove comment marks from around width properties of #container */
html,body,i,img
	{border:0;
	margin: 0px;	
	padding: 0px;
}

	/* Suppress extra p's put in by domino and messing up the footer */
div p
	{display: block;
}
p
	{display: none;
}

html, body, #wrap
	{height: 100%;
	word-wrap: break-word;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(50, 50, 50);
	line-height: 1.5;
	word-wrap: break-word;
	background-color: #FFFFFF;
}

p {
	margin-top: 5px;
	font-size: 11.5px;
	line-height: 1.5;
}

CAPTION {
	font-size: 9px;
}

h1 {
	font-size: 18px;
	color: #de6d34;
	font-weight: normal
}

h2 {
	font-size: 20px;
	color: #de6d34;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: de6d34;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	color: rgb(0, 85, 150);
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:link,a:visited {
	color: #de6d34;
}

a:hover,a:active {
	color: # #de6d34;
	text-decoration: underline;
}

h2 a:link,a:visited {
	color: #de6d34;
}

h3 a:link,a:visited {
	color: rgb(0, 85, 150);
}

ul {
	margin-top: 0px;
}

/* Really a text box with a light blue background, and an IndEco blue border */
.inabox {
	width: 200 px; 
	height: 50 px; 
	padding:15px; 
	background: rgb(241,240,248); 
	margin:10 px; 
	border: 2px solid rgb(0,85,150);
}

/*container*/
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	background: #fff;
}

#main {
	background-image: url(/www.nsf/leftcol.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 5px;
	zoom: 1;
}

.innerwrapper {
	background-repeat: repeat-y;
	background-position: left top;
	zoom: 1;
}

/*banner*/
#banner {
	padding: 0px;
	margin: 0px;
	height: 83px;
}

#banner-left {
	float: left;
	width: 653px;
}

#banner-right {
	font-size: 10px;
	float: left;
	width: 287px;
	margin-right: -3px;
	position: relative;
}

#banner-right p {
	font-size: 80%;
}

.unbold {
	font-weight: normal;
}

#nav {
	padding: 0px;
	width: 100%;
	word-wrap: break-word;
	font-size: 11px;
	margin-bottom: 5px;
}

/*sidebar-a*/
#sidebar-a {
float: left;
width: 176px;
padding: 8px;
word-wrap: break-word;
}
#sidebar-a p {
color: #999999;
font-size: 15px;
margin-top: 8px;
} 
.quote_mark { 
font-size: 18px; 
color: #999999; 
} 
.quote_emphasis { 
color: #de6d34; 
font-size: 20px; 
} 
.quote_emphasis_gr { 
color: #00a94f; 
font-size: 24px; 
} 
.quote_by {
font-size: 11px;
font-style: italic;
text-align: right;
}


/*content*/
#content {
	float: left;
	width: 753px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11.5px;
}

#content ul {
	margin-left: 30px;
	list-style-position: outside;
}

#content li {
	margin-top: 3px;
	font-size: 11.5px;
}

#content p {
	margin-top: 10px;
	font-size: 11.5px;
	line-height: 1.5;
}
#content br {
	margin-top: 3 px;
	font-size: 11.5px;
}

/*subcolumns*/

#two-col-container {
	float: left;
	width: 665px;
	margin-right: 15px;
	margin-left: 15px;
}
#two-col-container {
	margin-top: 8px;
	font-size: 11.5px;
	line-height: 1.5;
}
#two-col-container h2 {
	font-size: 18px;
	color: #de6d34;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#two-col-container h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #de6d34;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: de6d34;
	margin-right: 300px;
}

#four-col-container {
	float: left;
	width: 753px;
}
#four-col-container p {
	margin-top: 0px;
	font-size: 11.5px;
	line-height: 1.5;
}
#four-col-container h2 {
	font-size: 18px;
	color: #de6d34;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: de6d34;
}

#four-col-container h3,#two-col-container h3 {
	margin-bottom: 0px;
	font-size: 14px;
	color: rgb(0, 85, 150);
	margin-top: 5px;
	/* fixes problems in IE6, ignored by other browsers */
	/* margin-left: -3px; */
	font-weight: normal;
	position: relative;
	width: 100%;
	zoom: 1;
}

#subcolumn-left {
	float: left;
	width: 33%;
}

#subcolumn-center {
	float: left;
	width: 33%;
	margin-left: 10px;
}

#subcolumn-right {
	float: left;
	width: 30%;
	margin-left: 10px;
}

/*footer*/ /*general*/
.bold-blue {
	color: # #070e7b;
	font-weight: bold;
}

.bold-ital {
	font-style: italic;
	font-weight: bold;
}

.bold-red {
	color: #e40d0d;
	font-weight: bold;
}

.breadcrumb {
	font-size: 90%;
}

.date {
	font-size: 9px;
}

.image-left {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}

.line-divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #070e7b;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.MORE {
	font-size: 76%;
	text-transform: uppercase;
}

/* from John Gallant the following closes floats */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

/* from John Gallant Holly Hack for a bug in floats?*/ /* \*/
* html #p7TMnav {
	height: 1%;
}

/* */ /*\*/
* html .outerwrapper,* html .innerwrapper {
	height: 1%;
}
/* */
#forwardtofriend {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.image-left {
float: left;
margin: 0px 10px 3px 0px;
padding: 0px;
}
.image-right {
float: right;
margin: 0px 0px 3px 10px;
padding: 0px;
}
/*CSS for IE users with scripting disabled */
#ie_noscript p{
margin-left: 50px;
line-height: 1;
}
/* tables */
.indeco-table
	{
	padding: 5;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #E5E5E5;
}
.indeco-table caption
{
  caption-side: top;
  font-size: 11px;
  font-weight: bold;
  color: #de6d34;
  text-align: left;
  padding: 0.5em 0;
}
.indeco-table th
	{
	border-top: 1 px solid #de6d34;
	border-bottom: 1 px solid #de6d34;
}
/* For bio page */
#content .team{ padding:0 0 15px 0; margin:0 0 15px 0;}
#content .team h1{ margin:0; padding:0; color:#040404; font:bold 16px; font-style:normal; display:block;}

#content .team .team_sec{ width:300px; float:left; margin:15px 10px 0 0;}
#content .team .team_sec h2{ font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; margin:0; padding:0; color:#de6d34; font-style:normal;}
#content .team .team_sec h3{ font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; margin:0; padding:0; color:black; font-style:normal;}
#content .team .team_sec img{float:left; margin:0 8px 0 0;}
#content .team .team_sec p{ margin:0; padding:10px 0 0 0; color:#5C5C5C; font-size:11px; width:185px; float:left;}
#content .team .BDR_btm0{ background:none;}	
	
