@charset "utf-8";
/* CSS Document */


#body-wrap-wide {
	position: left;
	width: 1020px;
	margin: 0 auto;
	background-color: #FFF;
}

#body-wrap-wide-trop {
	position: left;
	width: 1050px;
	margin: 0 auto;
	background-color: #FFF;
}

#top-container-wide-trop {
	/*position: relative; 
	width: 1050px;
	height: 30px;
	margin: 0 auto;*/
  display: none;
}

#top-container-wide {
	/*position: relative; 
	width: 950px;
	height: 30px;
	margin: 0 auto;*/
  display: none;
}

#header-wide-wrap {
	position: relative;
	width: 100%; height: auto;	
	margin: 0px auto; 
	/*background: url(../graphics/header-wide.jpg) repeat-x;8*/
	background-color: #0A4595;
	background-repeat: no-repeat;
    background-position: center top;	
	z-index:100;
}

#body-box-wide {
	position: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

#footer-wide-wrap {
	position: relative;
	width: 100%; height: 105px;
	margin: 0px auto;
	background: url(../graphics/footer-back.png) repeat-x #AEB8CE;
}


/* ALERT MESSAGE */
#alert-message-wide {
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	  background-color:#fdf5bd;
	}
 
 /*NAVBAR*/
#dropdown-box {
 width: 100% !important;     
}	
	
 /*NAVBAR*/
#dropdown-box-trop {
 width: 1050px !important;     
}	

/*Table*/
.tablz{
  padding: 0 15px 0 15px;
}
.tablz2{
  padding: 0 5px 0 5px;
  font-size: 13px;
}

/* WIDE PAGE RETURN LINK */

.return-full-wide {
	font-size: 10px;
	font-weight: normal;
	width: 80%;
	text-align: right;
	margin: 20px auto 0 auto;
}

.return-full-wide-100 {
	font-size: 10px;
	font-weight: normal;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	padding: 2% 4% 0 0;
}

.padding5 {
  padding: 10px;
	font-size: 12px;
	font-weight: normal;
}
