img {
  border:none;
}

/* Hurray hacks! */

.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 */
/* End Hurray hacks! */	

div#siteLayer{
	margin:0px auto;
	padding:0px;
	width: 895px;
}

#menu{
	padding:30px;
	padding-left: 2px;
}

#menu a{
	color: #000000;
	text-decoration:none;
	margin-right:30px;
	font-weight:bold;

}

#menu a:hover, #menu a.activeItem{
	text-decoration: underline;
	color:#00005d;
}
div#banner{
	height:188px;
}

div#container{
	position:relative;
}

div#content{
	margin-left: 204px;
	padding-left: 45px;
}

#subMenu{
	width:204px;
	float:left;
	padding-bottom:150px;
}

#leftImages{
	display:block;
	width:204px;
	top: 0px;
	position: absolute;
	left: 1px;
}

#subMenu a{
	display: block;
	color: #00005d;
	text-decoration: none;	
	margin-left: 68px;
	margin-bottom: 10px;
}

#subMenu div.menuTitle{
	display: none;
}

#subMenu a:hover, #subMenu a.activeItem{
	text-decoration: underline;

}
a:link, a:hover, a:active, a:visited {
	color: #e51419;
}

#menu a {
  background: transparent url(../assets/images/bullet_small.png) no-repeat 0;
  padding-left:25px;
  height:23px;
  padding-top:4px;
  padding-bottom:4px;
}

#menu a.activeItem {
  background: transparent url(../assets/images/bullet_small_active.png) no-repeat 0;
}

#languageSwitch {
  float:right;
  margin-top:30px;	
}
