@charset "UTF-8";

/* CSS Document */

/* NAV.CSS */

/*
// ST JOSEPH COMMUNICATIONS
// CSS BY ALEKS NIESTROJ - ANIESTROJ@STJOSEPHCONTENT.COM
*/

/* COLOURS
// SJC BLUE 344896
// SJC ORANGE F78F1E
// LIGHT BLUE A2CAEB
// GREEN 85C446
// GOLD FEBE10
// GREY 666666
*/

.menu h1 {
	display: none;
}


#topmenu {
	display: block;
	clear: both;
}

#topmenu ul li {
	display: block;
	float: left;
	color: #344896;
	
	padding-right: 20px;
	margin-right: 20px;
	
	border-right-color: #344896;
	border-right-style: solid;
	border-right-width: 1px;
	
	font-size: 15px;
	
	width: 70px;
	text-align: center;
}

#topmenu ul li.last {
	border-right-color: #FFF;
}

#topmenu a {
	color: #344896;
	text-decoration: none;
}

#topmenu a:hover {
	font-weight: bold;
}
	
.menu {
	position: absolute;
	
	margin-top: 35px;

	z-index: 10;
	
	padding: 5px;
	/*
	background-image: url(/static/assets/translucent_white.png);
	background-repeat: repeat;
	*/
	
	background-color: rgba(255,255,255,0.95);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-box-shadow: 3px 5px 5px #999;
	-webkit-box-shadow: 3px 5px 5px #999;
	box-shadow: 3px 5px 5px #999;
	
}

div.menu#showcase {
	margin-left: 0px;
}

div.menu#expertise {
	margin-left: 10px;
}

div.menu#company {
	margin-left: 110px;
}

div.menu#culture {
	margin-left: 230px;
}

div.menu#careers {
	margin-left: 340px;
}


.menu .leftnav {
	width: 130px;
	float: left;
}

.menu .leftnav li {
	border-bottom-color: silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	display: block;
}

.menu .leftnav li.selected {
	border-bottom-color:  #344896;
}

.menu .leftnav li a {
	display: block;
	color: #344896;
	text-decoration: none;
}

.menu .leftnav li a:hover {
	font-weight: bold;
}

.menu span {
}

.menu span.selected {
	text-decoration: none;
	font-weight: bold;
}



.menu .submenu {
	float: left;
	display: none;
	padding-left: 10px;
	border-left-color: #344896;
	border-left-style: solid;
	border-left-width: 1px;

}

.menu .submenu h2 {
	font-weight: bold;
	font-size: 12px;
	color: #344896;
}

.menu .submenu h2 a {
	text-decoration: none;
	color: #344896;
}

.menu .submenu h2 a:hover {
	text-decoration: underline;
}

.menu .submenu li {
	font-family: "Helvetica", Helvetica, sans-serif;
	display: block;	
	
}

.menu .submenu li a {
	line-height: 14px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
}

.menu .submenu li a:hover {
	text-decoration: underline;
}




#topmenu span.selected {
	text-decoration: none;
	font-weight: bold;
}
	

.menu .submenu_column {
	float: left;
	width: 130px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.menu .submenu_column h2 {
	display: block;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-weight: normal;
}

.menu .submenu_column h2 strong {
}

#topmenu ul li.selected {
	font-weight: bold;
}

.leftnav ul li.selected {
	font-weight: bold;
}