/* CSS Document 

ACL Green : #049459
ACL Blue : #0080c1
TEXT BLUE : #0C4B7F
*/

.green, a span.green{
	color: #049459;
}
h2,h3{
	margin:0px 0px 15px 0px;
	color:#0C4B7F;
}
a:link, a:visited{
	color: #0C4B7F;
	text-decoration: underline;
}
a:active, a:hover{
	color: #049459;
	text-decoration: underline;
}
html{
	height:100%;
}

body{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color: #ffffff;
}
#content{
	width:auto;
}

#home_text{
	margin-bottom:30px;
	padding:0px 15px;
	font-size:14px;
}
#home_text h2{
	font-size:20px;
}
#site_text{
	margin-top:10px;
	padding:0px 20px 0px 20px;
	font-size:14px;
}
#site_text h2{
	font-size:28px;
}
#site_text h2.smaller{
	font-size:20px;
}
#pageHolder{
	margin:0 auto;
	text-align:left;
	width:887px;
	background-color: #ffffff;
	padding:0px;
  }

#container {
	margin:0px auto;
	text-align:left;
	width:887px;
	background-color: #ffffff;
	padding:0px;
	float:left;
	-moz-box-shadow: 4px 4px 5px #cccccc;
	-webkit-box-shadow: 4px 4px 5px #cccccc;
	box-shadow: 4px 4px 5px #cccccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
 }

#shadow_bottom {
	margin-top:0px;
	width:100%;
	text-align:center;
	float:left;
  }

#shadow_right {
	margin-top:0px;
	width:100%;
	margin:0px;
	text-align:center;
	float:left;
  }

#rightNavBarBottom{
	background:url("../images/backImages/rightBackBottom.jpg") top no-repeat left;
	height:40px;
}
#borderFadeLeft{
	float:left;
	background:url("../images/backImages/blockBorderFade.jpg") left top no-repeat;
}
#borderFadeRight{
	float:left;
	background:url("../images/backImages/blockBorderFade.jpg") right top no-repeat;
}

#longBorderFadeLeft{
	float:right;
	width:195px;
	background:url("../images/backImages/longBorderFade.jpg") left top no-repeat;
}
#longBorderFadeRight{
	float:right;
	width:195px;
	background:url("../images/backImages/longBorderFade.jpg") right top no-repeat;
}
#mainText {
	border-top:1px solid #c8c8c8;
	height:100%;
	width:467px;
	font-family:arial;
	font-size:x-small;
	background:url("../images/backImages/backRepeat.jpg") left top repeat-y;
	float:left;
	padding:10px;
}

html>body #mainText {
	width:467px;
	font-size:11px;
}

#mainText p, #content p {
	margin:0px 0px 15px 0px;
}

#backRptRight
{
	width:850px;
	background:url("../images/backImages/rpt_right.jpg") right top repeat-y;
	float:left;
}

#supportingText {
	width:175px;
	float:right;
	margin:0px;
	padding:10px;
	font-size:12px;
	color:#333333;
	min-height:395px;
	border-top:1px solid #c8c8c8;
}

#supportingText img{
	margin:0px 5px 0px 0px;
}

#mainImage{
	float:right;
	margin:7px 0px 0px 4px;
}

.news_item{
	margin-bottom:14px;
	float:left;
	clear:left;
}

.news_item h3{
	margin-bottom:0px;
	padding:0px;
}

.news_item h3 a:link, .news_item h3 a:visited{
	color: #049459;
	text-decoration: none;
	display:block;
	padding: 4px 0px 0px 0px;
	font-size:13px;
}

.news_item h3 a:active, .news_item h3 a:hover{
	color: #0C4B7F;
	text-decoration: none;
}

#iip{
	float:right;
	padding:0px 7px 0px 3px;
	margin-top:10px;
}


/*///////Page Header///////*/

#pageHeader
{
	height:212px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#ffffff;
	width:100%;
	position:relative;
}

#pageHeaderLeft {
	height:212px;
	width:887px;
	float:left;
	background:url("../images/headers/acl-header1.jpg") no-repeat;
	background-color:#ffffff;
}

#container.img_1 #pageHeaderLeft{
	background:url("../images/headers/acl-header1.jpg") no-repeat;
}
#container.img_2 #pageHeaderLeft{
	background:url("../images/headers/acl-header2.jpg") no-repeat;
}
#container.img_3 #pageHeaderLeft{
	background:url("../images/headers/acl-header3.jpg") no-repeat;
}

#pageHeaderRight {
	height:150px;
	float:right;
}

#logo{
	position:absolute;
	height:90px;
	width:205px;
	top:70px;
	left:20px;
	overflow:hidden;
}
#logo a#home_link{
	text-indent:-9999em;
	outline:none;
	display:block;
	height:inherit;
}

#search{
	height:42px;
	padding:9px 0px 3px 6px;
	float:right;
	margin-right:20px;
}
#search span{
	margin:0px;
	display:inline;
	vertical-align:middle;
}
#search .input{
	width:123px;
	padding:2px 2px 2px 10px;
	font-size:11px;
	font-weight:bold;
	color:#66CCFF;
	background-color:#0C4B7F;
	height:17px;
	border:1px solid #66CCFF;
	margin:0px 0px 0px 0px;
}
#search #search_submit{
	background:none;
	color:#66CCFF;
	font-weight:bold;
	font-size:12px;
	border:none;
}
#pageHeader h1 span {
	margin-top:0px;
	padding-top:0px;
	display:none;
	text-indent:-999em;
  }

#pageHeader h1 {  
	margin:0px 0px 0px 0px;
	padding-top:0px;
	display:none;
}
 
/*//////Top Nav//////*/
  
#topNavBar {
	height: 42px;
	background:url("../images/backgrounds/nav.png") top repeat-x;
	padding:0px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:10;
}
  
#topNav, #topNav ul {
	list-style: none;
	font-weight:bold;
	margin:0px;
	float:left;
	padding:0px;
}
#topNav{
	padding: 0px 0px 0px 10px;
}
#topNav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 10px 13px 10px;
	font-size:13px;
	font-family:Arial;
}
#topNav a:hover {
	color: #8bd3b4;
}
#topNav li li a:hover {
	color: #ffffff;
}

#topNav a.daddy {
	background: url("../images/arrow.gif") center right no-repeat;
}

#topNav li {
	float: left;
	padding: 0px;
	margin:0px;
}

#topNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	z-index:10;
}

#topNav li li 
{
	width: 180px;
	padding: 0px 0px 0px 0px;
	height:auto;
	background:url("../images/backgrounds/nav-dd.png") top repeat-x;
}

#topNav li ul a {
	width: 160px;
	padding: 4px 10px 4px 10px;
	font-size:12px;
	background:none;
}
#topNav li ul a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}
#topNav li li:hover, #topNav li li.sfhover2
{
	background-position:bottom;
}

#topNav li ul ul {
	margin: -23px 0 0 180px;
	font-size:100%;
	padding-left:1px;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.sfhover2 ul ul, #topNav li.sfhover2 ul ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.sfhover2 ul, #topNav li li.sfhover2 ul, #topNav li li li.sfhover2 ul {
	left: auto;
}
/*//// LEFT NAV ////*/

#leftNavBar {
	position:static;
}
#leftNav { /* all lists */
	padding: 0;
	margin:10px 0px 0px 0px;
	list-style: none;
	float : left;
	width : 145px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
	
#leftNav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 145px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
	
#leftNav li { /* all list items */
	float : left;
	height:24px;
	width: 145px;
	border-top:1px solid #000000;
}
	
#leftNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 145px;
	margin-top : -2em;
	width:145px;	
	z-index:100;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#leftNav li ul li
{
	height:22px;
	border-top:1px solid #ffffff;
}

#leftNav li ul li a{ /* second-level lists */
	font-size:10px;
	display:block;
	font-weight:bold;
}

#leftNav li ul li a:hover{ /* second-level lists */
	
}
	
#leftNav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin:-20px 0px 0px 145px;
}
	
#leftNav li a {
	width: 137px;
	display : block;
	padding:4px 4px 4px 4px;
	font-size : 11px;
	font-weight:bold;
	text-decoration : none;
	color:#ffffff;
}
#leftNav li a:hover {

}
	
#leftNav li:hover ul ul, #leftNav li:hover ul ul ul, #leftNav li.sfhover ul ul, #leftNav li.sfhover ul ul ul {
	left: -999em;
}
	
#leftNav li:hover ul, #leftNav li li:hover ul, #leftNav li li li:hover ul, #leftNav li.sfhover ul, #leftNav li li.sfhover ul, #leftNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#responses{
	background: url("../images/backImages/buttons/consultationButton_rpt.jpg") top repeat-x;
}

#responses:hover, #responses.sfhover{
	background: url("../images/backImages/buttons/consultationButton_rpt.jpg") bottom repeat-x;
}

#responses a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#airports{
	background: url("../images/backImages/buttons/airportButton_rpt.jpg") top repeat-x;
}

#airports ul li.airports{
	background-image: url("../images/backImages/buttons/airportButton_rpt.jpg");
	background-position:0px -1px;
	background-repeat:repeat-x;
}

#airports ul li.airports:hover{
	background-position:0px -25px;
}

#airports ul li{
	background: url("../images/backImages/buttons/airportButton_rpt.jpg") top repeat-x;
}

#airports:hover, #airports.sfhover{
	background: url("../images/backImages/buttons/airportButton_rpt.jpg") bottom repeat-x;
}

#airports a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#products {
	background:  url("../images/backImages/buttons/productsButton_rpt.jpg") top repeat-x;
}

#products:hover, #products.sfhover{
	background:  url("../images/backImages/buttons/productsButton_rpt.jpg") bottom repeat-x;
}

li.products a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}


#capstat {
	background:  url("../images/backImages/buttons/capButton_rpt.jpg") top repeat-x;
}

#capstat:hover, #capstat.sfhover{
	background:  url("../images/backImages/buttons/capButton_rpt.jpg") bottom repeat-x;
}

li.capstat a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}
#commercial {
	background:  url("../images/backImages/buttons/commercialButton_rpt.jpg") top repeat-x;
}

#commercial:hover, #commercial.sfhover{
	background:  url("../images/backImages/buttons/commercialButton_rpt.jpg") bottom repeat-x;
}

li.commercial a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}

#training {
	background:  url("../images/backImages/buttons/trainingButton_rpt.jpg") top repeat-x;
}

#training:hover, #training.sfhover{
	background-position: bottom;
}

#training a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

li.online {
	background-color: #3F85BE;
}

li.online a:hover{
	background-color: #35709F;
}

li.online a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}

li.diary {
	background-color: #D19A25;
}

li.diary a:hover{
	background-color: #C79223;
}

li.diary a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}

#reference {
	background:  url("../images/backImages/buttons/referenceButton_rpt.jpg") top repeat-x;
}

#reference:hover, #reference.sfhover{
	background:  url("../images/backImages/buttons/referenceButton_rpt.jpg") bottom repeat-x;
}

#reference a.daddy{
	background: url("../images/listMenus/arrow.gif") center right no-repeat;
}

#reports {
	background:  url("../images/backImages/buttons/reportsButton_rpt.jpg") top repeat-x;
}

#reports:hover, #reports.sfhover{
	background:  url("../images/backImages/buttons/reportsButton_rpt.jpg") bottom repeat-x;
}

#reports a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#outHours {
	background:  url("../images/backImages/buttons/outHoursButton_rpt.jpg") top repeat-x;
}

#outHours:hover, #outHours.sfhover{
	background:  url("../images/backImages/buttons/outHoursButton_rpt.jpg") bottom repeat-x;
}

#outHours a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#slotSanctions {
	background:  url("../images/backImages/buttons/sanctionsButton_rpt.jpg") top repeat-x;
}

#slotSanctions:hover, #slotSanctions.sfhover{
	background:  url("../images/backImages/buttons/sanctionsButton_rpt.jpg") bottom repeat-x;
}

#slotSanctions a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#ssim {
	background:  url("../images/backImages/buttons/guideToSSIM_rpt.jpg") top repeat-x;
}

#ssim:hover, #ssim.sfhover{
	background-position: bottom;
}

#ssim a.daddy{
	background: url("../images/arrow.gif") center right no-repeat;
}

#main{
	margin:0px 0px 0px 0px;
	background:url("../images/backRepeat.gif") repeat-y left top;
}

#footer{
	height: 32px;
	padding:12px 20px;
	margin:0 auto;
	font-size:11px;
	text-align:left;
	width:857px;
}
#footerLeft
{
	padding-top:0px;
}
#footerLeft a.hiddenLink, footerLeft a.hiddenLink:link, footerLeft a.hiddenLink:visited {
	color: #ffffff;
}

#footerLeft a.hiddenLink:hover, footerLeft a.hiddenLink:active{
	color: #ffffff;
}

#footerLeft a, footerLeft a:link, footerLeft a:visited {
	color: #666666;
	text-decoration: none;
}

#footerLeft a:hover, footerLeft a:active {
	color: #0C4B7F;
}

#footerCenter a, footerCenter a:link, footerCenter a:visited {
	color: #666666;
	text-decoration: none;
}

#footerCenter a:hover, footerCenter a:active {
	color: #0C4B7F;
}
#footerCenter span{
	vertical-align:middle;
}

#footerCenter img{
	display:inline;
	border:none;
	vertical-align:middle;
}

#footerLeft {
	float:left;
	text-align:left;
	padding:7px 0px 10px 0px;
}

#footerCenter {
	float:right;
	text-align:right;
	padding:7px 0px 10px 0px;
}

#error{
	font-size: small;
	color: #FF0000;
	margin: 0px 0px 0px 0px;
}

.error{
	color: #FF0000;
	font-weight:bold;
}

#errorMessage{
	color:#FF0000;
	text-align:center;
}
th{
	background-color:#e3e9ee;
}

#rightProp{
	height:390px;
	float:right;
	width:0px;
	background-color:#333366;
}
#mainTextProp{
	height:380px;
	width:0px;
	float:right;
}

#containerBody{
	float:left;
	width:855px;
	padding:20px 15px;
	border:1px solid #c8c8c8;
}

#leftCol{
	display:none;
	float:left;
	width:147px;
}

#main_col{
	float:left;
	width:638px;
	margin-right:15px;
}

#right_col{
	float:left;
	width:176px;
	padding:12px;
	border:1px solid #c8c8c8;
}

form{
	margin:0px;
}

#captcha{
	width:auto;
	height:auto;
}
#captcha span{
	margin:0px;
	display:inline;
	vertical-align:middle;
}
html>body #search .input{
	margin:0px 0px 5px 0px;
}
blockquote{
	margin:auto 0px auto 5px;
}

.textField{
	padding-left:3px;
	padding-bottom:1px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	height:14px;
	border:2px inset #bfbfde;
	margin-bottom:1px;
	width:150px;
}

#contactForm td{
	padding:4px 4px 4px 8px;
}
#latestNews h2, #contactUs H2{
	display:block;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-size:18px;
}
#latestNews{
font-size:11px;
}
#latestNews .title
{
	font-size:12px;
	display:block;
	background:url("../images/turbineStyle.gif") left top no-repeat;
	padding:2px 0px 2px 25px;
}
#latestNews ul{
margin:0px 0px 0px 0px;
}
#latestNews li{
}

#eventList a:link, #eventList a:visited
{
	color:#000000;
	text-decoration:none;
}
#eventList a:hover, #eventList a:active
{
	color:#CC0000;
}
#contactUs div
{
	padding:8px 0px 8px 38px;
	font-size:12px;
}
#contactUs #title
{
	font-size:13px;
	font-weight:bold;
	padding:0px;
	background:none;
	margin:0px;
}
#contactUs #email
{
	background:url("../images/icons/email.gif") left no-repeat;
}
#contactUs #fax
{
	background:url("../images/icons/fax.gif") left no-repeat #ffffff;
}
#contactUs #telephone
{
	background:url("../images/icons/phone.gif") left no-repeat;
}
#form .inputField
{
	width:250px;
}
form #title
{
	background-image:none;
}
#adminSubNav
{
	padding:0px;
	margin:0px;
	float:right;
	display:block;
}
#adminSubNav ul
{
	padding: 0px;
	margin: 0px;
}
#adminSubNav li
{
	float:left;
	display:block;
	padding: 4px 5px 0px 5px;
}
#homeExtras{
	float:left;
	width:487px;
}
#homeExtras #colLeft{
	width:221px;
	float:left;
	padding:10px;
	border-top:1px solid #c8c8c8;
	background:url("../images/backImages/backRepeat.jpg") left top repeat-y;
}

#homeExtras #colRight{
	width:221px;
	float:left;
	padding:10px;
	border-top:1px solid #c8c8c8;
	background:url("../images/backImages/backRepeat.jpg") left top repeat-y;
}

#homeExtras #bottom{
	float:left;
	padding:10px;
	width:467px;
	border-top:1px solid #c8c8c8;
}
#homeExtras h2{
	display:inline;
	font-size:14px;
	color:#0c4b7f;
	margin-bottom:10px;
}

#homeExtras ul
{
	margin:5px 5px 5px 20px;
	padding:0px;
}

.listTable{
	width:450px;
}
.listTable li{
	margin-left:5px;
	padding:5px 0px 5px 0px;
}
html>body .listTable li{
	margin-left:20px;
}
#fb{
	width:638px;
	height:301px;
	position:relative;
}
#fb_b{
	width:468px;
	height:301px;
	position:absolute;
	left:170px;
	top:0;
}
#fb_b div.fb_b{
	position:absolute;
	z-index:2;	
	width:inherit;
	height:inherit;
	display:none;
}
#fb_b div.interim{
	z-index:3;	
	display:block;
}
#fb_b div.selected{
	z-index:4;	
	display:block;
}
#fb_b div.selected .text{
	display:block;	
}
#fb .text{
	width:276px;
	height:47px;
	padding:14px;
	background:url(../images/backgrounds/fb_text.png);
	position:absolute;
	left:0px;
	top:0;
	z-index:5;
	display:none;
}
#fb #fb_t_1{
	height:49px;
}
#fb #fb_t_2{
	top:76px;
}
#fb #fb_t_3{
	top:150px;
}
#fb #fb_t_4{
	top:auto;
	bottom:0px;
}
#fb .text a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#fb .text a span.green{
	color:#01AD65;
}
#fb_nav{
	width:170px;
	height:301px;
}
#fb_nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
#fb_nav ul li{
	list-style:none;
	padding:0;
	margin:0;
	height:75px;
	width:154px;
	border-left:8px solid #047DC7;
	border-right:8px solid #047DC7;
}
#fb_nav ul li.first{
	height:76px;
}
#fb_nav ul li.selected{
	border-left:8px solid #01AD65;
	border-right:8px solid #01AD65;
}
#fb_nav ul li a{
	display:block;
	height:74px;
	width:154px;
	border-bottom:1px solid #E1E1E1;
}
#fb_nav ul li.first a{
	border-top:1px solid #E1E1E1;
}
#fb_nav ul li a img{
	border:none;
	width:154px;
	height:74px;
}
ul#doc_list, ul#link_list {
	list-style:none;
	padding:0;
	margin:20px 20px 25px 20px;
}
ul#doc_list li, ul#link_list li{
	margin-bottom:10px;
}
ul#doc_list li a, a.back_link, ul#link_list li a{
	font-weight:bold;
	text-decoration:none;
}
ul#doc_list ul{
	list-style:none;
	margin-bottom:25px;
	margin-top:15px;
}
ul#doc_list .subTitle{
	color:#0C4B7F;
	font-size:16px;
}

