html, body{	height: 100%;}

body{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-weight: 300;
	background:  #f7f7f7;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul{ 	margin-top: 0; }

ol, ul{ 	padding: 0;	list-style: none;
}

p{ 	line-height: 180%;}

a{	color: #2C383B;}

a:hover{	text-decoration: none;}

.container{	
    margin-left: auto;
    margin-right: auto;
    width: 1124px;
}


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-wrapper
{
	background: #f7f7f7;
}

#header
{
	position: relative;
	height: 66px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: absolute;
	top: 1em;
	left: 0;
}



#logo a
{
	text-decoration: none;
	color: #2F74D0;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu
{
	position: absolute;
	right: 0;
	top: 1.6em;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
}





/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	padding: 0em 7em;
}

.tb_tlt{ background-color:#99CCFF;text-align:center;font-weight:bold; }
.tb_grd{ background-color:#FFFFFF;}
.tb_grd_r{ background-color:#FFFFFF;text-align:right;}
.tb_grd_c{ background-color:#FFFFFF;text-align:center;}
.div_br{white-space:pre-line; height:5px;clear:both;}
div_br_tw{white-space:pre-line; height:2px;clear:both;}
div_br_td{white-space:pre-line; height:3px;clear:both;}

  
      div.imageSub div.blackbg {
        z-index: 2;
        background-color: #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: 0.5;
      }
      div.imageSub div.label {
        z-index: 3;
        color: white;
      }

.myelement_dark {
    background: rgba(0,0,0,0.8);
    -pie-background:  rgba(0,0,0,0.8);
	position:relative; 
	top:0px; 
	padding-top:13px;
	padding-left:15px;padding-right:10px;
}

.div_txt{
	margin:0;margin-left: auto;margin-right: auto;
}
.myelement {
    background: rgba(0,0,0,0.7);
    -pie-background:  rgba(0,0,0,0.7);
}
.index_big_ttl{
font-size:22px;
color:#ffffff;
font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:bold;
}

.index_ttl{
font-size:large;
color:#ffffff;
font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.index_ttl_emp{
font-size:x-large;
color:#ff2d2d;
font-weight:bold;
font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.center_div {
    margin-left: auto;
    margin-right: auto;
    width: 1124px;
}

.mn_ttl{
font-size:large;color:#474444;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mn_ctnt{
font-size:larger;color:#474444;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mn_ctnt_wht{
font-size:15px;
color:#ffffff;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.index_ttl_big_wht{
font-size:x-large;
color:#ffffff;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.main_ctnt_div {
    margin-left: auto;
    margin-right: auto;
    width: 1124px;
	background-size: 100% 100%;background-repeat: no-repeat;width:100%;height:580px;margin:0;
}

footer{
font-size:large;
color:#474444;
font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mnu {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.mnu > li {
  display: block;
  position: relative;
}

.mnu > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.mnu > li > a:hover,
.mnu > li > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}

.nav-cols > li {
  float: left;
}
.nav-cols > li > a {
  border-radius: 4px;
  color: #555555;
  text-decoration: none;
}

.nav-cols > li + li {
  margin-left: 2px;
}

.nav-cols > li.active > a:focus {
  background-color: #337ab7;
  color: #ffffff;
  text-decoration: none;
}

.nav-cols > li.active > a,
.nav-cols > li.active > a:hover,
.nav-cols > li.active > a:focus {
  background-color: #337ab7;
  color: #ffffff;
}