html, body{ 
  margin:0; 
  padding:0; 
  text-align:center; 
} 

#outer{
  position: absolute;
  top: 50%;
  margin-top: -364px;
  left: 50%;
  margin-left: -512px;
  width: 1024px;
  height: 728px;
}

.banner { 
  position: relative; 
  overflow: auto; 
  padding-bottom: 17px;
}

.banner li { 
  list-style: none; 
}

.banner ul li { float: left; line-height:20px;}
        
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;

  height: 14px;
   margin-bottom: 0px !important;
}

.banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background: #fff;
  opacity: 1;
}

 
#pagewidth{ 
  width:1024px; 
  height: 728px;
  text-align:left; 
  margin:0 auto; 
  background: url(photo_new.jpg) no-repeat top left;
} 
 
#header{
  position:relative; 
  height:90px; 
  background: url(header_new.jpg) no-repeat bottom left;
  width:100%;
  display:block;
  margin-top: 0px;
} 

#logo{
  width:180px; 
  height:90px;
  float:left; 
  position:relative; 
  display: inline;
}

.logoClass{
 margin: 40px 0px 0px 35px;
}

.welcome{
 display: inline-block;
 color: #FFF;
 font-size:20px;
 line-height: 112px;
 width: 470px;
 text-align:right;
 padding-right: 20px;
 font-family:Arial, Helvetica, sans-serif;
 letter-spacing: 0.05em;
 font-weight: normal;
}

#cssmenu{
 height:61px;
 /*width:824px;*/ 
 display: inline;
 top: 31px;
 position:absolute;
 float:right;
 left:725px;
}  
  
 
#leftcol{
 width:774px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:250px; 
 height: 604px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:250px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
  position: relative; 
 width:0px; 
 }
 
#footer{
 height:34px; 
 background: url(footerBg.png) no-repeat top left;
 clear:both;
 display:block;
 overflow:auto;
 line-height: 33px;
 font-family:Arial, Helvetica, sans-serif;
 color: #000033;
 font-size:10px;
 padding-left: 12px;
 font-weight:bold;
} 
 

 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}






/* ******************************************************************** */ 
/*                     menu bar                                         */ 
/* ******************************************************************** */ 

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 1px 0 0 0;
  padding: 0;
  position: relative;
  border: 0;
  line-height: 1;
  box-sizing: content-box;
}


#cssmenu ul {
  margin: 2px 0 0 0;
}


#cssmenu ul ul{
  margin: 1px 0 0 0;
}


#cssmenu {
  /*height: 49px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
  background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
  border-bottom: 2px solid #db000b;
  */
  /*width: auto;*/
  margin-right:6px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
  background: linear-gradient(top, #fefefe 0%, #ececec 100%);*/
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 9px;
  line-height: 26px;
  padding: 0 10px;
  text-decoration: none;
  font-weight:bold;
  text-align:center;
  /*height: 20px;*/
}

#cssmenu a span {
  height: 40px;
  margin-bottom: 0px;
}

#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  color: #FFF;
  font-size: 10px;
}

/*
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #db000b;
  margin-left: -10px;
}
*/


/*
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
*/


/*
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #db000b;
  margin-left: -10px;
}
*/

#cssmenu > ul > li.active > a {
  /*-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);*/
}
#cssmenu > ul > li:hover > a {
  /*background: #ececec;
  background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);*/
}

/*
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a.menu_home {
  background:url(../images/map/menu_homeActive.png) no-repeat top center;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a.menu_account {
  background:url(../images/map/menu_accountActive.png) no-repeat top center;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a.menu_panel {
  background:url(../images/map/menu_panelActive.png) no-repeat top center;
}
*/

#cssmenu .menu_home {
  background:url(../images/map/menu_home.png) no-repeat top center;
}
#cssmenu li.active .menu_home, #cssmenu li:hover .menu_home {
  background:url(../images/map/menu_homeActive.png) no-repeat top center;
}

#cssmenu .menu_account {
  background:url(../images/map/menu_accountActive.png) no-repeat top center;
}
#cssmenu li.active .menu_account, #cssmenu li:hover .menu_account {
  background:url(../images/map/account_blue.png) no-repeat top center;
}

#cssmenu .menu_panel {
  background:url(../images/map/menu_panelActive.png) no-repeat top center;
}
#cssmenu li.active .menu_panel , #cssmenu li:hover .menu_panel {
  background:url(../images/map/panel_blue.png) no-repeat top center;
}

#cssmenu .menu_portals {
  background:url(../images/map/menu_portalsActive.png) no-repeat top center;
}
#cssmenu li.active .menu_portals , #cssmenu li:hover .menu_portals {
  background:url(../images/map/portals_blue.png) no-repeat top center;
}

#cssmenu .menu_reset {
  background:url(../images/map/menu_resetActive.png) no-repeat top center;
}
#cssmenu li.active .menu_reset , #cssmenu li:hover .menu_reset {
  background:url(../images/map/reset_blue.png) no-repeat top center;
}

#cssmenu .menu_logout {
  background:url(../images/map/menu_logoutActive.png) no-repeat top center;
}
#cssmenu li.active .menu_logout , #cssmenu li:hover .menu_logout {
  background:url(../images/map/logout_blue.png) no-repeat top center;
}

#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub > ul {
  display: none;
  position: absolute;
  min-width: 140px;
  top: 100%;
  left: 50%;
  margin-left:-70px;
  margin-top:-3px;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: url(../images/map/submenuBg.png) repeat top left;
  /*border-bottom: 1px dotted transparent;*/
  filter: none;
  font-size: 12px;
  display: block;
  /*line-height: 120%;
  padding: 10px;*/
  color: #414142;
}
#cssmenu .has-sub ul li:hover a {
 background: url(../images/map/submenuBg.png) repeat top left;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

/*
#cssmenu ul ul  {
  margin-left:-57px;
  left: 50%;
  width: 100%
}*/

#cssmenu .has-sub .has-sub ul li a {
  background: url(../images/map/submenuBg.png) no-repeat top left;
  /*border-bottom: 1px dotted #ff0f1b;*/
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8f0007;
}


#cssmenu a span.menu_home{
 background: url(../images/map/menu_home.png) no-repeat top center;
 display: block;
 }
 


#cssmenu .has-sub ul li a.submenu2 {
  background: url(../images/map/submenuBg2.png) repeat top left;
}
#cssmenu .has-sub ul li:hover a.submenu2 {
 background: url(../images/map/submenuBg2.png) repeat top left;
}

#wrapper {
	padding: 40px 7px 20px 3px;
}

.aui #footer {
	text-align: left;
}



/*   My Account  */
.my_account {
  width: 250px;
  margin-left: 10px;
  border: 1px solid red;
}

.my_account .header{
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height: 22px;
  background-color: blue;

  margin-top: 0px;
  text-align:left;
  padding: 0 0 0 5px;
}


/*   Portlets  */

.services_title {
  color: #003384;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  float:left;
  display: block;
  width:95%;
  text-align:left;
  padding-left: 6px;
}

.services_title2 {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  float:left;
  display: block;
  width:100%;
  text-align:left;
  padding-left: 6px;
}

.left_services {
  margin-left: 0px;
  height: 365px;
  width: 250px;
}

.square_column {
  width: 110px;
  /*height: 365px;*/
  display: inline;
  float: left;
  margin-left: 4px;
  text-align: center;
}

.square_column2 {
  width: 120px;
  /*height: 365px;*/
  display: inline;
  float: left;
  margin-left: 4px;
  text-align: center;
}

.square-box {
  width: 110px;
  height: 120px;
  margin-bottom: 2px;
  display: block;
  background: url(../images/map/servicesBg.png) repeat top left;
  border: 1px solid;
}

.square-box2 {
  width: 120px;
  height: 120px;
  margin-bottom: 2px;
  display: block;
  background: url(../images/map/servicesBg.png) repeat top left;
  border: 1px solid;
}

.square-text {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height: 120px;
}

.square2-text {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 23%;
}

/*
.square2-text {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height: 30px;
}
*/

.square3-text {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  margin-left:-10px;
  font-weight: bold;
  position: relative;
  top: 23%;
}

.square_link {
  text-decoration: none;
}

.square_link:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.square2-box {
  width: 110px;
  height: 80px;
  margin-bottom: 0px;
  display: block;
}

.square2-bottom {
  width: 110px;
  height: 30px;
  margin-bottom: 2px;
  display: block;
  line-height: 60%;
}

.service_icon {
  width: 110px;
  height: 80px;
  margin-bottom: 2px;
  display: block;
}


.emsa_login, .emsa_password {
  width: 486px;
  height: 369px;
  display: block;
  float: left;
  background: url(/EMSA_files/loginBg.png) repeat top left;
}

.emsa_login .login_text1, .emsa_password .login_text1 {
  padding: 30px 0 0 30px;
  text-align:left;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:30px;
  font-weight: bold;
  margin: 0;
}

.emsa_login .login_text2, .emsa_password .login_text2 {
  width: 486px;
  padding-left: 30px;
  padding-top: 10px;
  text-align:left;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:25px;
  font-weight: bold;
  margin: 0;
  height: 150px;
}

.emsa_password .password_form {
  width: 385px;
  height: 120px;
  margin-bottom: 0px;
  vertical-align:bottom;
  float: right;
}

.emsa_login .login_form {
  width: 286px;
  height: 120px;
  margin-bottom: 0px;
  vertical-align:bottom;
  float: right;
}

.emsa_password .input_password {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  width: 170px;
  text-align:left;
  margin-right: 20px;
  display: inline;
  float: left;
}

.emsa_login .input_login {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  width: 70px;
  text-align:left;
  margin-right: 20px;
  display: inline;
  float: left;
}

.emsa_password .input_password_div {
  padding-right: 30px;
  float:left;
  width:350px;
}

.emsa_login .input_login_div {
  padding-right: 30px; 
  float:left;
  width:250px;
}

.emsa_login .input_login_div1, .emsa_password .input_login_div1 {
  padding-right: 45px; 
  float:right;
  width:250px;
  text-align: right;
}

.emsa_login .input_login_div1 a, .emsa_password .input_login_div1 a{
  color: #FFF;
  font-size: 9px;
  text-decoration: underline;
}

.emsa_login .input_login_text {
  width: 135px; 
  height: 24px; 
  margin-bottom: 7px;
  border: 1px solid #333;
}

.emsa_login .input_login_pwd {
  width: 135px; 
  height: 24px;
  border: 1px solid #333;
  margin-bottom: 10px;
}


.emsa_password button.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
    background-repeat: repeat-x;
    border-color: #cfcfcf #cfcfcf #b5b5b5;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    overflow: visible;
    width: auto;
}

.emsa_password button::-moz-focus-inner {
  padding:0;
  border:0
}

.emsa_login input[type="submit"], .emsa_login input[type="button"], .emsa_login input[type="reset"], button {
  background: url(/EMSA_files/key.png) no-repeat 100% 50%;
  border: 0px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: none;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-right: 43px;
  margin-bottom: 12px;
  margin-top: 6px;
}

.emsa_login input[type="submit"]:hover, .emsa_login input[type="button"]:hover, .emsa_login input[type="reset"]:hover, button:hover {
  background: url(/EMSA_files/key.png) no-repeat center right;
  border-color: #627782;
  color: #FFF;
  text-decoration: underline;
}


.links_title {
  color: #333;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  float:left;
  display: block;
  width:100%;
  text-align:left;
  margin-bottom: 5px;
  padding-left: 10px;
}

.home_links {
  width: 228px; 
  height: 102px;
  background: #003384 url(../images/map/link.png) no-repeat 97% 92%;
  text-align: left;
  padding-left: 18px;
  padding-top: 18px;
  margin-left:4px;
}

.home_links li{
  list-style-type:square;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
/*   margin-bottom: 6px; */
  line-height:22px;
}

.home_links li a{
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.home_links li a:hover{
  color: #FFF;
  text-decoration: underline;
}

.home_alerts {
  height: 102px;
  text-align: left;
  /*border: 1px solid blue;
  display: inline;*/
}

.div_alert {
  width: 204px; 
  height: 102px;
  background: #f3a31c url(../images/map/alert.png) no-repeat 97% 92%;
  text-align: left;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  float: left;
  margin-right: 6px;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  line-height: 14px;
}

.emsa_news {
  height: 102px;
  text-align: left;
  display: inline;
}

.div_news {
  width: 188px; 
  height: 102px;
  background: #003384 url(../images/map/news.png) no-repeat 97% 92%;
  text-align: left;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  float: left;
  margin-left: 4px;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight: bold;
  line-height: 14px;
}


.document_column {
  width:93%;
  height: 120px;
  display: inline;
  float: left;
  margin-left: 2px;
  margin-top:20px;
}

.document-bottom {
 
  height: 30px;
  margin-bottom: 2px;
  display: block;
  background-color: #666;
  text-align: center;
}

.document-text {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height: 30px;
}

.document_icon {
  
  height: 90px;
  margin-bottom: 2px;
  display: block;
  background: url(../images/map/document.png) no-repeat center center;
}

.document-box {
  
  height: 90px;
  margin-bottom: 0px;
  display: block;
  background: url(../images/map/documentBg.png) repeat top left;
}

.document_link {
  text-decoration: none;
}

.user_account {
  width: 100%;
  margin-bottom:10px;
  display: block;
  float: left;
}

.user_title {
  display: block;
  background-color: #333;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  height: 30px;
  text-align:left;
  vertical-align:middle;
  line-height: 30px;
  padding-left: 6px;
}

.user_info {
  width: 100%;
  height: 149px;
  overflow: auto;
  display: inline;
  float: left;
  text-align:left;
  background: url(../images/map/userBg.png) repeat top left;
}

.user_edit {
  float: right; 
  padding-right: 10px; 
  padding-top: 6px;
}

.user_info_left {
  display:block; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  color: #FFF; 
  /*float:left; */
  text-align: left; 
  line-height:14px; 
  margin: 6px;
}

.user_photo {
  border: 1px solid #5d5d5d; 
  float:right;
  width: 50px;
}

.user_text_title {
  color:#ffcc00; 
  font-size:11px; 
  font-weight: bold;
}

.user_last_login {
  display: block; 
  float:left; 
  text-align:left; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  color: #FFF; 
  margin-top: 8px;
}

.user_info_right {
  width: 145px; 
  height:87px; 
  display:inline; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif;
   color: #FFF; 
   float:left; 
   text-align: left; 
   padding-right: 10px; 
   line-height:14px; 
   overflow:auto; 
   padding-top: 3px;
}



.documents_account {
  display: block;
  float: left;
  width: 311px;
}

.documents_title {
  display: block;
  background-color: #666;
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  height: 30px;
  text-align:left;
  vertical-align:middle;
  line-height: 30px;
  padding-left: 6px;
}

.documents_info {
  height: 284px;
  width: 311px;
  display: inline;
  float: left;
  text-align:left;
  background: url(../images/map/documentBg.png) repeat top left;
  /*overflow: auto;*/
}


.documents_info2 {
  height: 190px;
  width:100%;
  display: inline;
  float: left;
  text-align:left;
  overflow: auto;
  padding-top: 5px;
}

.documents_info_left {
  width: 62%; 
  display:inline; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  color: #FFF; 
  float:left; 
  text-align: left; 
  line-height:14px; 
  padding-top: 3px;
  padding-left: 8px;
}

.documents_info_middle {
  width: 15%; 
  display:inline; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  color: #FFF; 
  float:left; 
  text-align: left; 
  line-height:14px; 
  padding-top: 3px;
}

.documents_info_right {
  width: 20%; 
  display:inline; 
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  color: #FFF; 
  float:left; 
  text-align: left; 
  line-height:14px; 
  padding-top: 3px;
}

.strong {
  font-weight: bold;
}

.input_search {
  width: 190px !important; 
  height: 18px; 
  border: 1px solid #767676;
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
  padding: 0px 5px !important;
}

.documents_search {
  float: right;
  text-align: right;
  font-size:12px; 
  font-family:Arial, Helvetica, sans-serif; 
  color:#fff;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-left: 10px;
  margin-right: 10px;
  width: 292px;
}

input[type="submit"].searchBtn, input[type="button"].searchBtn, input[type="reset"].searchBtn, button.searchBtn {
background: url(../images/map/search.png) no-repeat 100% 50%;
border: 0px solid;
border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
color: #FFF;
cursor: pointer;
font-weight: bold;
overflow: visible;
text-shadow: none;
width: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
padding-right: 15px;
height: 18px;
}

input[type="submit"].searchBtn:hover, input[type="button"].searchBtn:hover, input[type="reset"].searchBtn:hover, button.searchBtn:hover {
background: url(../images/map/search.png) no-repeat center right;
border-color: #627782;
color: #FFF;
text-decoration: underline;
}

.search_results {
  text-align: right;
  float: right;
  border: 1px solid #767676;
  font-size:11px; 
  font-family:Arial, Helvetica, sans-serif; 
}


.emsa_blocks {
  display:inline; 
  float:left; 
}

.aui {
	.portlet, .portlet-borderless-container {
		background: none;
		margin-bottom: 10px;
		padding: 0;
	}
	
	/* ---------- Portlet wrapper and icons ---------- */
	.portlet-content, .portlet-minimized .portlet-content-container {
		border: 0px solid #EAEAEA;
		border-top-width: 0;
		padding: 0px 0px 0px;
	}
}

.aui ul, .aui ol {
margin: 0 0 10px 0px;
}




.aui input[type="text"], .aui input[type="password"] { 
	font-size:12px;
	margin-bottom: 7px;
}


#p_p_id_login_WAR_emsamaploginportlet_ {
	height: 372px;
	margin-bottom: 10px;
}


.aui .row-fluid .span7.emsa600{
	width:703px !important;
}

.aui .row-fluid .span5.emsa400{
	width:311px !important;
	margin-left: 0px !important;
	margin-top: 20px;
}



.aui .row-fluid .span7.emsaline2_400{
	width:456px !important;
}

.aui .row-fluid .span5.emsaline2_300{
	width:242px !important;
	margin-left: 2px !important;
}
































.emsa_blocks_more {
	color: #41415A;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	font-weight: bold;
 	line-height: 16px;
 	border: 0px solid red; 
 	min-width: 100px; 
 	color: #FFF; 
 	font-size:12px; 
 	height: 93px; 
 
 	float:left; 
 	
 	margin-left: 110px; 
 	text-align:left; 
 	padding: 5px 10px 5px 10px; 
 	overflow:auto; 
 	z-index: 9999999;
 	position: absolute;
}
/*
.square2-bottomMore {
  width: 110px;
  height: 30px;
  margin-bottom: 2px;
  display: block;
   background: url(../images/map/read_more.png) no-repeat center right;
}*/

.square2-bottomMore {
	width: 110px;
	height: 30px;
	margin-bottom: 2px;
	background: url(../images/map/next.png) no-repeat center right;
	display: block;
  	line-height: 60%;
}

.square2-bottomMore .emsa_blocks_more {
  display: none;
}

.square2-bottomMore:hover .emsa_blocks_more {
  display: block;
}

.emsa_blocks_more a {
 color: #FFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}

.emsa_blocks_more a:hover {
 	text-decoration: underline;
 	color: #FFF;
}


.read_more {
 display:inline; 
 text-align: right; 
 float: right;
 color: #003384; 
 font-size:12px;
}

.read_more1 {
 color: #003384 !important; 
 font-size:12px;
 font-weight: bold !important;
}

.services_title3 {
  color: #003384;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  float:left;
  display: block;
  width:230px;
  text-align:left;
  margin-bottom: 5px;
  padding-left: 10px;
}

.services_title4 {
  display: inline;
  float:left;
}



.login_emsa{
  background-color: #1893CF !important;
  color: #FFF !important;
}

.login_emsa .modal-footer {
  background-color: #1893CF !important;
  border-top: 0px solid #DDD !important;
  box-shadow: inset 0 0px 0 #FFF !important;
}

.login_emsa .modal-header {
  border-bottom: 0px solid #EEE !important;
  border-top: 0px solid #DDD  !important;
}

.login_emsa .btn.close {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: white !important;
  box-shadow: none !important;
}

.login_emsa .btn.close:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  color: white !important;
  box-shadow: none !important;
}

.square-box3 {
  width: 120px;
  height: 91px;
  margin-bottom: 2px;
  display: block;
  background: url(../images/map/servicesBg.png) repeat top left;
}

.square-text3 {
  color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height: 91px;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.idm_logbox {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  background: url("/EMSA_files/loginBg.png") repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 369px;
  width: 486px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.idm_logbox .logbox_text1 {
  font-size: 30px;
  padding: 30px 0 0 30px;
  text-align: left;
}

.idm_logbox .logbox_text2 {
  font-size: 25px;
  padding-left: 30px;
  padding-top: 10px;
  text-align: left;
  height: 120px;
}

