body 
{
    min-height:100%;
    margin:0;
    padding:0;
    font-family:'Roboto', Helvetica, serif;
    line-height:2em;
    font-size:16px;
    font-smoothing: subpixel-antialiased;
	/* background-image: url("images/bodyBgdHomeW3.png"); */
    background-repeat: repeat;
}

.black { color:#000000; }
.red { color:#ff0000 ; }
.orange { color:#f28f2f; }
.yellow { color:#ffff00; }
.green { color:#79b440; }
.blue { color:#578bbb; }
.gray { color:#787878; }
.clear { clear:both; }

div#top-banner 
{
	width:100%;
	background-color:#0083bf;
	color:#ffffff;
}

div#top-banner div.content { text-align:right; padding:0.55em 30px; }
div#top-banner div.content img { position:relative; top:0.15em; padding:0 0.5em 0 1.5em; }
div#top-banner div.buffer-right { padding-right:1em; }
div#top-banner div.buffer-right div { float:right; }
div#top-nav 
{
	width:100%;
	clear:both;
	height:98px;
}
div#logo 
{
	float:left;
	height:100%;
}
div#logo img 
{
	position:relative;
	left:-0.5em;
	top:0em;
}
div#main-nav 
{
	float:right;
}
div#desktop-nav 
{
  display:none;
}
div#mobile-nav 
{
  display:block;
}
div#divMobileMenu 
{
  display:none;
  position:absolute;
  left:0;
  top:8.5em;
  width:100%;
}
div#divMobileMenu ul.mobile-nav 
{
  color:#ffffff;
  background-color:#333333;
  list-style:none;
  padding-left:0;
}
div#divMobileMenu ul.mobile-nav li 
{
  padding:1em 0.5em 1em 3em;
  border-bottom:1px solid #999999;
}
div#divMobileMenu ul.mobile-nav li a 
{
  color:#ffffff;
  font-size:1.25em;
  text-decoration:none;
}
a#btnMobileMenu 
{
  position:relative;
  top:1.75em;
  right:1em;
}
ul.nav 
{
  list-style:none;
  position:relative;
  top:0.5em;
}
ul.nav li 
{
  float:left;
  margin-right:2em;
}
ul.nav li a 
{
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  color:#333333;
  font-weight:300;
  text-decoration:none;
}
div#second-banner 
{
	width:100%;
	clear:both;
	background-color:#65666a;
	color:#ffffff;
	font-size:1.1em;
}
div#main-content 
{
	width:100%;
	clear:both;
    min-height:500px;
}
div#bottom-banner 
{
	background-color:#0083bf;
	width:100%;
	clear:both;
	color:#ffffff;
    padding:0.825em 0;
}

