@charset "utf-8";
/* CSS Document */

html
{
  margin: 0;    padding: 0px;

}

body.body       
{
  margin: 0;    padding: 0px;
  /*background: url(images/bg.jpg) top center repeat-x #5f6a71;*/
}


table.MainBody
{
  /*background: url(images/main_bg.jpg) center top no-repeat;*/
}
.header
{
  height: 300px; padding-top: 25px;
}
.header_center, body_center, footer_center
{
  width: 960px;
}

.header_center
{
  
  height: 200px;
}
.logo
{
  background: url(images/header_logo.png) left bottom no-repeat;
  min-height: 90px; width: 250px;
  background-position: center;
}

.menutopspacer
{

}
.citybanner
{
background: url(images/city.png) center top no-repeat;
height: 185px;
/* width: 1; */
/* background-size: cover; */
background-size: cover;
}


/**mainmenu**/

.mainmenu
{
  text-align: center; 
  font-weight: bold; letter-spacing: 1px;
  font-size: 14px; 
 font-family: 'Roboto', sans-serif ;
  height: 43px;
} 

.mainmenu a
{
  text-decoration: none;
}

.mainmenu a:hover
{
  color: #ffffff;
}

.mm_space
{
  width: 25px;
}


.home, .home a, .about, .about a, .global, .global a, .affiliates, .affiliates a, .contact, .contact a
{
  color: #036; 
}

.home
{
  width: 96px;
}

.home:hover , .home:hover a
{
  width: 96px;
background: #036;
    border-radius: 20px;
  color: #ffffff;
}



.about
{
  width: 128px;
}

.about:hover , .about:hover a
{
background: #036;
    border-radius: 20px;
  color: #ffffff;
}

.global
{
  width: 182px;
}

.global:hover, .global:hover a
{
background: #036;
    border-radius: 20px;
  color: #ffffff;
}

.affiliates
{
  width: 140px;
}

.affiliates:hover, .affiliates:hover a
{
background: #036;
    border-radius: 20px;
  color: #ffffff;
}



.contact
{
  width: 148px;
}
  
.contact:hover, .contact:hover a
{
background: #036;
    border-radius: 20px;
  color: #ffffff;
}


.body_center
{
  background: url(images/cityreflection.jpg) top center #ffffff no-repeat;
  background-size: contain;
  min-height: 300px;
padding: 11% 50 10 50;
 font-family: 'Roboto', sans-serif ;
  font-size: 1rem;
}

.footer_center
{
  background:url(images/footer.png) #FFF center top no-repeat; 
  height: 75px;   line-height: 15px;
  padding: 50 50 10 50;
 font-family: 'Roboto', sans-serif ;
      text-align: center;
        font-size: 10px;
}

.footer_center a
{
  font-size: 11px;  font-weight: bold;  color: #003366;
  text-decoration: none;
  
}

.footer_center a:hover
{
  color: #999;
}



/** TEXT **/
p
  {   padding-bottom: 6px;}

h1, h2, h3, h4, h5, h6
  {
 font-family: 'Roboto', sans-serif ;
     text-transform:uppercase; 
    color:#311700; padding:0 0 5 0; margin:0;
  }


h1  { font-size:28px; line-height:28px;   }
h2  { font-size:24px;   }
h3  { font-size:20px;   } 
h4  { font-size:18px;   } 
h5  { font-size:16px;   } 
h6  { font-size:14px;   }
