@charset "utf-8";
/* CSS Document */

/* DO NOT DELETE */

.maintextlink {font-family:Arial, Helvetica, sans-serif;}
.maintext{text-align:left;font-family:Arial, Helvetica, sans-serif !important;}
.maintextbold{font-weight: bold;font-family:Arial, Helvetica, sans-serif;}
.maintextitalic{font-style:italic;font-family:Arial, Helvetica, sans-serif;}
.header{font-family:Arial, Helvetica, sans-serif;}
.maintextboldkern{font-family:Arial, Helvetica, sans-serif;letter-spacing: 0.1em;}
.maintextboldnum{font-weight: bold;color:#993300;}
.feedbacklink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.copyrighttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.copyright_wrapper{ 
    width:1000px;
    margin:0 auto;
}

.copyright_wrapper table{
	width:1000px;
	float: left;
}

.ets_tables{border:solid 1px #bbbbbb;}
.ets_tables td{padding:8px;border-bottom:solid 1px #bbbbbb;}
.ets_tables tr{background-color:#eeeeee !important;}
.ets_tables tr:nth-child(even){background-color:#eeeeee !important;}
.ets_tables tr:nth-child(odd){background-color:#dddddd !important;}

#table_top {position:absolute; top: 340px; left:100px;}

#map_results_UI_search{position:relative !important;width:auto !important;margin-left:170px;left:0px !important;}

img,.noborder{border:0 none !important;}

.bold{font-weight:bold;}

.content_wrapper a,.content_wrapper a:link,.content_wrapper a:visited{color:#4182B7;text-decoration:none;}
.content_wrapper a:hover{color:#4182B7;text-decoration:underline;}

/* searchbox */

.searchbox_shell input{
	border: 1px solid #cccccc;
    color: #333333;
    font: 11px Arial,Helvetica,sans-serif;
    height: 11px;
    margin-bottom: 15px;
    opacity: 1.0;
    outline: 0 none;
    padding: 7px;
    width: 175px !important;
}

.searchbox_submit_shell{
	background-color: #ffffff;
    height: 11px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1.0;
    padding: 3px 4px 11px 7px;
    position: absolute;
    right: 5px;
    top: 1px;
    width: 16px;
}

.icon{
	display:block;
	background-image:url("images/iconsprite/mtcicons.png");
	overflow:hidden;
	margin-right:10px;
	float:left;
}

.icon_search{
	background-position:-72px -102px;
	width:15px !important;
	height:17px !important;
}

#admin_search_box{
	display: inline-block;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 195px;
    z-index: 1;
}

.wrapper_toc #admin_search_box{
	right:15px;
}

#admin_search_box .icon_search{
	/*background-position:-72px -102px;*/
	background-position:-181px -102px;
	width:15px !important;
	height:17px !important;
}

/* END DO NOT DELETE */

body{
	font:12px normal Arial, Helvetica, sans-serif;
	color:#777777;
	width:100%;
	margin:0;
	padding:0;
	background-color:#E2E2E2;
}

.wrapper {
	margin:0 auto;
	width:100%;
}

.header {
	background:#fff;
	width:100%;
	min-width:1000px;
}

.header_wrapper {
width:1000px;
margin:0 auto;
}

.search {
margin:10px 15px 0 0px;
border:#c2c2c2 thin solid;
padding:5px;
width:183px;
float:left;
position:relative;
background: #ffffff url('images/logos/search.jpg') no-repeat right;
}

.header_nav {
color:#ffffff;
margin:0 auto;
}

.header_nav .link {
text-decoration:none;
font-size:13px;
display: inline-block;
padding: 30px 11px 30px 11px; 
color:#00376a;
font-weight:600;
display:table-cell; 
vertical-align:middle;
cursor: pointer;
transition:color 0.3s,background 0.3s;
-webkit-transition:color 0.3s,background 0.3s;
position:relative;
border-bottom:3px solid #fff;
}

.header_nav .link:hover {
background-color:#edeeef;
color:#00376a;
border-bottom:3px solid #eb0000;
	-webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
  
}

.wrapper_main .header_nav .current_section{
background-color:#edeeef;	
border-bottom:3px solid #eb0000;
}

.bottom {
	background:#1593b1;
	width:100%;
	min-width:1000px;
}

.bottom_wrapper {
width:1000px;
margin:0 auto;
height:50px;
position:relative;
}

.bottom_nav {
float:right;
margin-top:9px;
}

.bottom_nav .link {
text-decoration:none;
font-size:12px;
display: inline-block;
padding: 8px 13px 7px 13px; 
color:#fff;
font-weight:600;
vertical-align:middle;
cursor: pointer;
transition:background 0.3s;
-webkit-transition:background 0.3s;
}

.bottom_nav .link:hover{background-color:#13819b;}

.bottom_nav .blue {
background-color:#e33231;
color:#fff;
transition:background 0.3s,border 0.3s,margin 0.3s;
-webkit-transition:background 0.3s,border 0.3s,margin 0.3s;
}

.bottom_nav .blue:hover{
	background-color:#e33231;
	border-bottom:6px solid #fff;
	margin-top:-6px;
}

.bottom_nav .yellow {
background-color:#2bc0e5;
color:#fff;
margin-right:5px;
transition:background 0.3s,border 0.3s,margin 0.3s;
-webkit-transition:background 0.3s,border 0.3s,margin 0.3s;
}

.bottom_nav .yellow:hover{
	background-color:#2bc0e5;
	border-bottom:6px solid #fff;
	margin-top:-6px;
}

.front_image {
clear:both;
position:relative;
}

.slideshow {
position:relative;
width: 100% !important;
min-width:1000px;
}

.slideshow img {
    height: auto !important;
    width: 100% !important;
}

.cycle-slideshow {
position:relative;
width: 100% !important;
min-width:1000px;
}

.cycle-slideshow img {
    height: auto !important;
    width: 100% !important;
}

.top_image {
position:relative;
min-width:1000px;
}

.front_image_logos{
	left: 50%;
    margin-left: 385px;
    position: absolute;
    bottom:20px;
    width: 120px;
    z-index: 10;
}

.logo {
float:left;
margin:25px 15px 0 0;
}


.logo_pm, .logo_pm a{
	float:right;
	color:#e42f2e !important;
	font-size:25px;
	text-transform: uppercase;
	margin-top:36px;
	text-decoration: none;
}

.logo2{
display:inline-block;
margin-left:10px;
}

.logo3{
display:inline-block;
margin-left:10px;
}

.logo3 img{width:43px;}

.logo4{
z-index:999;
position:absolute;
top:215px;
left:1140px;
}

.logo5{
z-index:999;
position:absolute;
top:215px;
left:1203px;
}

.clear{
clear:both;
}

.content_wrapper {
background-color:#ffffff;
width:980px;
margin:0 auto;
border:#CCCCCC thin solid;
padding:10px;
}

.content_wrapper .content {
color:#223A5B;
float:left;
width:640px;
background-color:#ffffff;
padding:15px 0 0 20px;
}

.content_wrapper .content_text{
line-height:17px;
font-size:13px;
font-family:arial;
color:#777777;
margin-top:15px;
padding-bottom:40px;
}

.page_title {
color:#e63231;
font-size:24px;
font-weight:600;
padding-bottom:5px;
margin-top:-10px;
border-bottom:#E2E2E2 thin solid;
}

.content_wrapper .quicklinks1 {
margin-left:15px;
}

.content_wrapper .quicklinks1 h2 {
color:#e5201f;
font-size:15px;
font-weight:normal;
float:left;
font-weight:600;
margin:0 13px 0 0;
padding:0;
}

.content_wrapper .quicklinks1 .link {
text-decoration:none;
font-size:13px;
display: inline-block;
padding: 0px 19px 0px 19px; 
color:#646566;
vertical-align:middle;
cursor: pointer;
font-weight:normal;
transition:color 0.3s;
-webkit-transition:color 0.3s;
}

.content_wrapper .quicklinks1 .link:hover  {
cursor:pointer;
color:#272727;
}

.content_wrapper .quicklinks2 {
margin:15px;
float:left;
width:103px;
}

.content_wrapper .quicklinks2 h3 {
color:#1693b1;
font-size:16px;
font-weight:600;
padding-bottom:5px;
margin:0px 0px 10px 0px;
border-bottom:#E2E2E2 thin solid;
}

.content_wrapper .quicklinks2 .link {
text-decoration:none;
font-size:12px;
display: block;
padding: 5px 0px 0px 0px; 
color:#939393;
vertical-align:middle;
cursor: pointer;
font-weight:600;
}

.content_wrapper .quicklinks2 .link:hover  {
cursor:pointer;
color:#1693b1;
	-webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.content_wrapper .section_nav {
margin:15px;
float:right;
width:135px;
}

.content_wrapper .section_nav h4 {
color:#5e5e5e;
font-size:14px;
font-weight:600;
padding-bottom:7px;
margin:0px 0px 10px 0px;
border-bottom:#E2E2E2 thin solid;
}

.content_wrapper .section_nav .link {
text-decoration:none;
font-size:13px;
display: block;
padding: 5px 0px 0px 0px; 
font-family:Arial, Helvetica, sans-serif;
color:#AAAAAA;
vertical-align:middle;
cursor: pointer;

}

.content_wrapper .section_nav .link:hover  {
cursor:pointer;
color:#777777;
	-webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.section_nav .current_page{
color:#777777 !important;	
}

.demand-images1, .demand-images2{
	text-align:center;
}

.demand-images1 img, .demand-images2 img{
	display:inline;

}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}

.divTableCell1{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell2{
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell3{
	border-right: 1px solid #ddd;
	display: table-cell;
	padding: 10px 25px;
}

.divTableCell4{
	display: table-cell;
	padding: 10px 25px;
}

.divTableBody {
	display: table-row-group;
}



.footer {
clear:both;
width:1000px;
margin:0 auto;
}

.footer p {
font-size: 13px;
color:#939393;

}

.footer .left{
float:left;
}

.footer .right{
float:right;
}

.footer .right img {
padding:10px 0 0 20px;
}

/* ------- new alert styles -------- */

.handbook-alert{
	background-color: #222;
    border-bottom: 1px dotted #666;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    min-height: 20px;
    min-width: 980px;
    padding: 10px;
    position:relative;
    color:#777777;
}

.handbook-alert a{
	color:#777777 !important
}

.handbook-alert-icon{
	margin-top: -11px;
    position: absolute;
    top: 50%;
}

.handbook-alert-content{
	margin-left:40px;
}

.handbook-alert-expiration{
	font-size:10px;
}

.icon_caution_red{
	background-position: -199px -54px;
    height: 20px !important;
    width: 23px !important;
}

.icon_caution_yellow{
	background-position: -223px -54px;
    height: 20px !important;
    width: 23px !important;
}

.icon_info{
	background-position:-45px -36px;
	width:15px !important;
	height:15px !important;
	margin-left: 4px !important;
    margin-top: 3px !important;
}

.handbook-alert-high{
	background-color: #d24000 !important;
	color:#fff !important;
}

.handbook-alert-high a{
	color:#fff !important
}

.fancybox-lock .fancybox-overlay{
	overflow-y:hidden !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: white;
    color: #939393;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    border:1px solid #eaeaea;
 
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.fancybox img {
	padding:10px;
}
