body {
  background: #ede6d4;
  text-align: center;
  height: 100%;
  font-size: 1em;
  font-family: Arial, Verdana, sans-serif;
}

#outer-container {
  width: 1000px;
  margin: 0px auto;
}

#social-bar {
  width: 100%;
  float: left;
  /*height: 50px;*/
  height: 0px;
  text-align: right;
}

#top-bar {
  width: 100%;
  float: left;
}
.top-bar-left {
  float: left;
}
.top-bar-right {
  float: right;
}
#top-bar .search-button {
  color: #000000;
  font-size: 0.85em;
  text-decoration: none;
  background: #f9d134;
  padding: 3px 4px;
}
#top-bar form {
  margin: 0px;
  padding: 0px;
}
#top-bar .translate-title {
  font-size: 0.85em;
}
#google_translate_element {
  height: 25px; 
  overflow: hidden;
}

#body-container {
  width: 100%;
  float: left;
  border: 4px solid #000000;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
}

#body-container .header-container {
  float: left;
  width: 980px;
  margin: 10px;
  height: 280px;
  /*background: url(images/header1.jpg);*/
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  filter:DropShadow(Color=#EEEE66, OffX=2, OffY=2);
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='4');

  /* For IE 5.5 - 7 */
 /* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');*/
}

#body-container .header-logo {
  width: 250px;
  height: 74px;
  background: url(images/logo.png);
  float: left;
  margin-left: 20px;
  margin-top: 190px;
  position: absolute;
  z-index: 3;
}

#flash-images {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 980px;
  height: 280px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  filter:DropShadow(Color=#EEEE66, OffX=2, OffY=2);
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000',direction='120',strength='4');
  /* For IE 7 */

  
}

#body-container .menu-container {
  width: 980px;
  margin: 0px 10px;
  border: 2px solid #000000;
 	background: url(images/nav.png) repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 37px;
  float: left;
}

#body-container .left-col {
  width: 668px;
  padding: 10px;
  float: left;
  text-align: left;
  font-size: .80em;
}

#body-container .right-col {
  width: 277px;
  padding: 25px 10px 25px 25px;
  float: right;
}

#body-container .right-box {
  border: 1px solid #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e1e1e1));
  background: -moz-linear-gradient(top,  #fcfcfc, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e1e1e1');

  color: #6f6f6f;
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#body-container .panel {
  position: relative;
  z-index: 99;
}

#body-container .left-col a, #body-container .right-col a {
  font-weight: bold;
  color: #2d5da5;
  text-decoration: none;
}
#body-container .left-col a:hover, #body-container .right-col a:hover {
  text-decoration: underline;
}

.newsletter-main-title {
  background: url(images/news-arrow.gif) center left no-repeat;
  font-size: 1.2em;
  font-weight: bold;
  width: 200px;
  padding-left: 30px;
}

.newsletter-title {
  padding: 4px 0px;
  display: block;
  font-weight: bold;
}

#body-container .subscribe {
  background: url(images/subscribe.gif) top left no-repeat;
  height: 38px;
  width: 255px;
  cursor: pointer;
}

#body-container .bottom-col {
  clear: both;
  width: 960px;
  padding: 15px 10px;
  margin: 10px 10px 5px 10px;
  background: url(images/bottom-bg.gif) top left repeat-x #1c1c1c;
  text-align: left;
}

#body-container .white-title {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}

#body-container .bottom-links {
 font-weight: bold;
 font-size: 1em;
}

#body-container .bottom-links a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.7em;
}

#body-container .bottom-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#body-container .footer {
  width: 100%;
  float: left;
}

.footer-yellow {
  background: #ffb901;
  width: 980px;
  margin-left: 10px;
  height: 40px;
  clear: left;
  border: 1px solid #9d9d9d;
}

.footer-yellow-links {
 float: left;
 padding-left: 120px;
 padding-top: 10px;
}

.footer-yellow-links a {
  margin-left: 20px;
  color: #000000;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

.footer-yellow-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  float: left;
  width: 100%;
  height: 95px;
  background: url(images/footer-bg.gif) top left no-repeat;
}

.social-links {
  float: right;
}

.social-links img {
  border: none;
}

#social {
	padding: 10px 6px 6px 6px;
	background: url(images/social-bg.png);
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #aca79a;
	-moz-box-shadow: 0px 2px 2px #aca79a;
	box-shadow: 0px 2px 2px #aca79a;
}

#social a {
	padding: 0 2px;
	}

#social img {
  border: none;
 }


h1, h2, h3, h4 {
  color: #428eca;
  text-transform: uppercase;
}

h2 {
  margin: 20px 0px 0px 0px;
}

.blue-heading {
  color: #428eca;
  font-weight: bold;
  font-size: 1.1em;
}

.head2 {
  font-size: 1.2em;
}


/*

Navigation Stylesheet

*/

#main-menu {
	/*height: 37px;*/
	padding: 0px 0 0 0;
	margin: 0 auto;
  padding-left: 10px;
	list-style: none;
	display: block;
  float: left;
}

#main-menu li {
	float: left;
	display: block;
	margin: 0 6px;
	width: auto;
	position: relative;
}

#main-menu a {
	display: block;
	float: left;
	width: auto;
	padding: 10px 8px 4px 6px;/*14px 12px 6px 12px;*/
	color: #ffffff;
	text-decoration: none;
	font-size: 0.85em;
  height: 27px;
	text-shadow: 0px 1px 0px #646464;
}

#main-menu li:hover {
	background: url(images/nav-active.png) left -94px repeat-x;
  text-decoration: none;
	}

#main-menu li.active, #main-menu .menu-link-active {
	background: url(images/nav-active.png) no-repeat right -47px;
	}

#main-menu .active a {
	background: url(images/nav-active.png) no-repeat;
	}

/*** ESSENTIAL STYLES ***/

#main-menu ul {
	position: absolute;
	top: -999em;
	/*background: #000000;*//*url(images/dropul.png) no-repeat bottom left;*/
	padding: 10px 10px 10px;
	width: 200px

}
#main-menu ul li {
	width:			100%;
    text-align: left;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
	margin: 0 0 0 -15px;
}

#main-menu li:hover li,
#main-menu li.sfHover li {
	height: auto;
	margin: 0;
	background: none;
}

#main-menu li:hover li a,
#main-menu li.sfHover li a {
	height: auto;
	margin: 0;
	font-size: 0.80em;
  font-weight: normal;
	padding: 6px;
	float: none;
	/*text-shadow: 0px 1px 0px #e9e5d6;*/
	/*background: url(images/drop-nav.png) no-repeat*/ /*#000000*/
  background: #313131;
	/*border-bottom: 1px solid #9d9681;*/
}

#main-menu li:hover li a:hover,
#main-menu li.sfHover li a:hover {
	/*background: url(images/drop-nav.png) no-repeat -200px 0;*/ /* #000000;*/
  background: #535353;
	/*text-shadow: 0px 1px 0px #fff;*/
	/*border-bottom: 1px solid #c0b89a;*/
}

ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

