/******* Global *******/

* {
	padding: 0;
	border: 0;
	margin: 0;
}
.smalltext {
	font-size: 0.9em;
}

#pagewrapper {
	border: 1px solid #000;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(/IANA_htdocs/images/shadowT.png) repeat-x center;
	}
	
#shadow {
	background: #fff url(../images/shadowT.png) repeat-y center;
}

body {
	font: 101% Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 300px;
	background-color:#ccc;}

.prop {
    float:right;
    width:1px;
}
  
.min500px {
    height:500px;
}
  
.bold {
	font-weight: bold;
}

/******* Layout *******/
#masthead {
	height: 80px;
	background: url(../images/fsc_logo.jpg) no-repeat;
	text-indent: -9999px;
}

#menubar {
	float: left;
	height: 25px;
	width: 100%;
	margin-bottom: 2px;
	background: url(../images/menubarbg.png) repeat-x;
	clear: both;
}

	
#breadcrumbs {
	clear: both;
	float: left;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}

/******* menubar *******/
	/****** search form ******/
	#menubar #searchform {
	float: right;
	width: 125px;
	display: inline;
	margin-top: -0.6em;
	padding-right: 2.2em;
	}
	
	* html #menubar #searchform {
	float: right;
	width: 125px;
	padding-left: 2em;
	padding-top: -1em;
	}
	
	#menubar #input input {
	font-size: 60%;
	display: block;
	}

	#searchform #go_button #search-go {
	margin-top: 4px;
	}
	
	* html #searchform #go_button #search-go {
	margin-top: 1px;
	}
	/*end search form styles*/

#menubar #main-navigation {
	clear: both;
	padding: 2px 5px;
	margin-top: 0.4em;
	margin-right: auto;
	margin-left: 1em;
	font: bold 0.7em Arial, Helvetica, sans-serif;
}

* html #menubar #main-navigation {
	clear: both;
	margin-right: auto;
	margin-left: 0.5em;
	font: bold 0.6em Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin-top: 0.4em;
	width: 75%;
}

#menubar ul {
	list-style: none;
}

#menubar ul li {
	position: relative;
	float: left;
	padding: 0 5px;
}

* html #menubar ul li {
	position: relative;
	float: left;
	padding: 0 5px;
}

#menubar ul li.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#menubar #main-navigation li {
	color: #000066;
}

#menubar #main-navigation .sub {
	color: #000066;
}

#menubar ul li a {
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000066;
}

#menubar ul li a:hover {
	text-decoration: underline;
}

#menubar ul li ul {
	position: absolute;
	top: 1.3em;
	left: 0;
	display: none;
	border-top: 1px solid #666;
	background: #FFF;
	color: #000066;
}

#menubar ul li ul li {
	float: none;
	display: block;
	padding: 0;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #000066;
}

#menubar ul li ul li a {
	width: 12em;
	padding: 2px 4px;
	background: #FFF;
}

#menubar #main-navigation li ul li a:hover {
	background: #39659E;
	color: #000066;
	text-decoration: none;
}

#menubar ul li:hover ul, #menubar ul li.active ul {
	display: block;
}

#menubar #main-navigation a {
	color: #fff;
}

/******* Breadcrumbs *******/

#breadcrumbs {
	width: 100%;
	background: #fff;
	color: #FFF;
	height: 25px;
}

#breadcrumbs span {
	float: left;
	padding: 4px 8px;
	line-height: 16px;
	font-size: .6em;
	color: #333;
}

#breadcrumbs a {
	text-decoration: none;
}


#breadcrumbs ul {
	float: right;
	list-style: none;
	font-size: 0.6em;
}

#breadcrumbs ul li {
	float: left;
	padding: 4px 8px;
}

#breadcrumbs ul li a {
	display: block;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}

#breadcrumbs ul li a img {
	float: left;
	margin-right: 6px;
}

#breadcrumbs #email-icon {
	margin-top: 2px;
}
#breadcrumbs #printer_icon {
	margin-top: 1px;
}

/* Home page content styles*/
#content1 #mission {
	background: #F6F6F6;
	padding: 15px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .5em;
}

#content1 {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	background: #fff;
}

.title {
	text-align: center;
	margin-top: 0.5em;
	color: #333;
	font: 150% "Palatino Linotype", Georgia, "Times New Roman", serif;;
	;
}

.subtitle {
	color: #999999;
	text-align: center;
	margin-bottom: 0.5em;
	font: italic 110% "Palatino Linotype", Georgia, "Times New Roman", serif;
	;
	margin-top: -0.3em;
}

#pagewrapper p,
#content1 p {
	font: 100%/120% Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
}


#p1small {
	font-size: .6em;
	padding-top: 0.5em;
	padding-left: 1em;
}

#bluediv {
	background: #F2FEFF;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	height: auto;
}

#mbr-logos {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	background: #FFFFCC;
	height: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#lastrow {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	margin-bottom: 0.7em;
	background: #FFFFCC;
	height: 180px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	clear: both;
	}
	
* html #lastrow {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	margin-bottom: 0.7em;
	background: #FFFFCC;
	height: 150px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	clear: both;
	}
	
.floatleft {
	float: left;
}
	
#lastrow #container {
	margin-right: auto;
	margin-left: auto;
}

	/*core drop shadow rules for home page member logos table*/
	.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
	#content #main h3 {
	margin-top: 1em;
	}

	.wrap1 {
	float:left;
	background:url(../images/shadow2.gif) no-repeat right bottom;
	margin-top: 0.2em;
	margin-left: 0.5em;
	z-index: -1;
	}

	.first {
	margin-left: 1.5em;
	}

	*html .first {margin-left: 0.75em;}
	.wrap1c {
	float:left;
	background:url(../images/shadowclear.gif) no-repeat right bottom;
	margin-top: 0.2em;
	margin-left: 0.5em;
	}

	.wrap2 {
}
	.wrap2c {background:url(../images/corner_bl5c.gif) no-repeat left bottom;}
	.wrap3 {
	padding:0 12px 12px 0;
}
	.wrap3c {padding:0 12px 12px 0; background:url(../images/corner_tr5c.gif) no-repeat right top;}

	.wrap3 img {
	display:inline-table;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
	z-index: 5000;
	float: left;
}

	.clearboth { clear: both; }

/******* Secondary page content *******/

#content {
	background: #fff url(/stakeholders_files/images/secondary.png) repeat-y 0 0;
	width: 100%;
	height: auto;
}

#pagewrapper #content #maincontent {
	font-size: 0.8em;
	padding: 0 15px 20px 0;
	float: left;
	width: 550px;
	margin-left: 1px;
	height: 450px; /* for IE */
	min-height: 450px; /* for not-IE */
	}

html>body #maincontent {
	height: auto; /* for not-IE */
}

#maincontent {
	height: auto;}

.center {
	text-align: center;
}


#maincontent p {
	margin: .5em 0 1em 0;
	font-size: 1em;
}
#maincontent ul, #maincontent ol {
	margin: 1em 0 1em 1.25em;
	padding: 0 0 1em 1.25em;
}
#maincontent li {
	margin: 0;
	line-height: 1.3em;
}
h2, h3, h4 {
	margin: 36px 0 10px 0;
	font-size: 1.75em;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
h2 {
	margin: 0 0 .5em 0;
}
.tight {margin-bottom: .25em !important;}
.subheading {
	margin: 0 0 1em 0!important;
	font-size: .85em;
	line-height: normal;
	color: #333333;
	padding: 0;
	background-color: #FFFFFF;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.1em;
	margin: 18px 0 6px 0;
	font-weight: bold;
}

#content #main p {
	font-size: .8em;
}

.left {
	text-align: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: .8em;
}

.group {
	border-bottom: 1px solid #999;
	padding-bottom: 1em;
	padding-top: 1em;
	font-size: 1em;
}

.group1 {
	font-size: 1em;
	padding-bottom: 0.2em;
	padding-top: 1em;
	clear: both;
}

.name {
	margin-left: 1em;
	margin-top: .5em;
}

.name a {
	color: #000;
}

/* Secondary page sidebar styles*/

#content #sidebar {
	width: 165px;
	float: right;
	padding-right: 0.3em;
	border-top: 1px solid #333;
}

* html #content #sidebar {
	width: 150px;
	float: right;
	border-top: 1px solid #333;
}

#side_content {
	background: #9DCAE7;
	padding: 10px;
	margin-top: 2em;
	border-top: 1px solid #333;
	border-right: 4px solid #666;
	border-bottom: 4px solid #666;
	border-left: 1px solid #333;
	width: 130px;
	margin-left: .5em;
}

* html #side_content {
	background: #9DCAE7;
	padding: 10px;
	margin-top: 1em;
	border-top: 1px solid #333;
	border-right: 4px solid #666;
	border-bottom: 4px solid #666;
	border-left: 1px solid #333;
	margin-left: 0.5em;
	width: 130px;
	float: right;
}
#sidebar #side_content ul {
	font-size: 0.7em;
	margin-left: 0.6em;
	padding-left: 0.6em;
	list-style: outside;
}

#side_content h4 {
	font-size: 95%;
	margin-bottom: .5em;
}
#side_content p {
	font: 400 70%/110% Verdana, sans-serif;
}

/******* Footer *******/

#footer {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	background: #BABABA;
	color: #172967;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #footer {
	height: 1%;
}


#footer span {
	float: left;
	margin-left: 1em;
}

#footer ul {
	float: right;
	margin-right: .5em;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 0px 4px;
	border-left: 1px solid #666;
}

#footer ul li.first {
	border-left: none;
}

#footer a {
	text-decoration: none;
	color: #172967;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li a {
	color: #172967;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.index {
	margin-left: 0px;
	padding-left: 1em;
	list-style: outside;
}

#content #main h3 {
	margin-bottom: .5em;
}
.report {
	list-style: disc url(file:///C|/wamp/www/outfront/images/casestudy.jpg) outside;
	padding-left: 5px;
	display: block;
	margin-left: 5px;
}
.speech {

	list-style: disc url(../images/speeches.gif) outside;
	padding-left: 5px;
	display: block;
	margin-left: 5px;
}
#maincontent .linespace img {
	padding: 3px 3px -0.4em;
	margin-bottom: -0.3em;
}

.position {
	list-style: outside;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 150%;
	vertical-align: bottom;
}

.docs {
	list-style: disc url(../images/documents.gif) outside;
	padding-left: 5px;
	display: block;
	margin-left: 5px;
}


.pdf {
	list-style: disc url(../images/pdf.gif) outside;
	padding-left: 5px;
	display: block;
	margin-left: 5px;
	margin-bottom: .6em;
}

.pdf1 {
	margin-bottom: 1em;
}

.indent {
	margin-left: 1.3em;
}

.indent2 {

	margin-left: 2em;
}
.indent3 {
	margin-top: -1.5em;
	margin-left: 2em;
}
.boldred {
	font-weight: bold;
	color: #D00;
}


.indent50 {
	margin-left: 0.5em;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.indexbox {
	font-size: 75%;
	margin-left: 0px;
	padding-left: 1em;
	list-style: outside;
	border: 1px solid #333;
	padding-top: 0.5em;
}

/*Sitemap TOC Styles*/
#content2 {
	background: #FFF;
	width: 98%;
}

#sitemap #pagewrapper #content2 #main {
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	font-size: 0.9em;
	margin-right: 1em;
}

* html #sitemap #pagewrapper #content2 #main {
	font-size: 0.7em;
	padding: 2em 2px 1em 2em;
	margin-right: 1em;
}

#printmast {
	display: none;
}

.print_only {
	display: none;
}

#pagewrapper #content #maincontent {
	float: left;
	width: 550px;
	font-size: 0.7em;
	padding: 20px;
	height: auto;
	min-height:500px;
}

#maincontent a {
	text-decoration: none;
	color: #333;
}

#maincontent a:hover {
	text-decoration: underline;
	color: #990000;
}

#maincontent a:visited {
	text-decoration: none;
	color: #000099;
}

.italic {
	font-style: italic;
}
#side_content div {
	margin-left: 0.3em;
}


#sidebar #side_content a {
	color: #990000;
	text-decoration: none;
}

#maincontent #news {
	float: left;
	padding-right: 1em;
}

.top {
	font-size: .7em;
}
.toc {
	text-decoration: none;
	line-height: 150%;
}

#main .toc ul {
	list-style: none;
}

#main .toc a {
	color: #333;
	text-decoration: none;
}

#main .toc a:hover {
	color: #990000;
	text-decoration: underline;
}

#main .toc a:visited {
	color: #000033;
	text-decoration: none;
}
#maincontent #pressroom {
	text-indent: -9999px;
}
#maincontent #papers {
}
#maincontent #papers {
	margin-bottom: -1em;
}

.linespace li {
	line-height: 125%;
	padding-bottom: .5em;
}

#map_img img {
	border: 1px solid #333;
	width: 100%;
	margin-bottom: 1em;
}

* html#map_img img {
	border: 1px solid #333;
	width: 100%;
}
.red {
	color: #D00;
}
.agate {
	font-size: 30%;
	color: #999999;
}
#shadow #pagewrapper .indent img {
	margin-left: 12px;
	margin-bottom: -2px;
}
.logo {
	width: 225px;
	float: left;
	margin-left: .5em;
}
.logofirst {
	width: 225px;
	float: left;
	margin-left: 2em;
}
#logotable {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}

