/* 
COLORS
DARK BLUE : 192934
FOOTER BLUE : 3e6079
*/

body {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font-family: "Arial", sans-serif;
}
	a{
		color: #3e6079;
		text-decoration: none;
	}
	a:hover {
		color: #192934;
		text-decoration: underline;
	}

#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 920px;
}
#header{
	background: url(images/bg_header.jpg) right top no-repeat;
	float: left;
	width: 100%;
	height: 115px;
}
	#header h1{
		float: left;
	}

#header_menu ul,
#main_menu ul{
	display: inline;
	color: #fff;
	font-size: 13px;
}
	#header_menu ul li,
	#main_menu ul li{
		float: left;
	}

#header_menu{
	float: right;
	margin-top: 3px;
}
	#header_menu a,
	#header_menu a:hover {
		color: #fff;
		font-size: 13px;
		font-weight: bold;
	} 
	#header_menu ul li{
		border-right: 1px solid #fff;
		margin-right: 8px;
		padding-right: 8px;
	}
	#header_menu ul li:last-child {
		border-right: 0;
	}


#main_menu a{
	color: #fff;
	font-size: 14px;
    letter-spacing: 1px;	
	font-weight: bold;
}
#main_menu ul{
	width: 100%;
	background: url(images/bg_main_menu.jpg) left -2px repeat-x;
	float: left;
}
	#main_menu ul li{
		padding: 4px 30px;
		position: relative;
	}

		#main_menu ul li ul{
			display: none;
			position: absolute;
			background: #3e6079;
		}
		#main_menu ul li ul a{
			font-size: 11px;
		}
		#main_menu ul li.active ul,
		#main_menu ul li:hover ul{
			display: block;
		}
		#main_menu ul li ul li{
			float: none;
			position: static;
			padding: 5px 4px;
		}

#footer{
	float: left;
	width: 100%;
	background: #3e6079 url(images/logo_footer.jpg) right 50px no-repeat;
}
	#footer a{
		color: #fff;
		font-size: 12px;
	}
	#footer ul{
		float: left;
		border-right: 1px solid #fff;
		margin: 10px 10px 20px 15px;
		padding-right: 10px;
	}
	#footer ul:last-child {
		border-right: 0;
	}
	#footer ul li{
		margin-bottom: 15px;
	}
		#footer ul li a{
			font-weight: bold;
		}
		#footer ul li ul{
			float: none;
			margin: 0;
		}
		#footer ul li ul li{
			margin-bottom: 0;
		}
		#footer ul li ul li a{
			font-weight: normal;
		}

#page{
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}
#content{
	float: left;
	width: 600px;
}
#sidebar{
	float: left;
	width: 300px;
}

	#sidebar ul{
		background-color: #DFDFDF;
		border: 1px solid #666;
		padding: 12px 6px;
		font-size: 13px;
	}
	#sidebar ul li{
		margin-bottom: 10px;
	}
	#sidebar ul li a{
		color: #333;
	}

#content {
	font-size: 12px;
	color: #333;
}
	#content h1,
	#content h2,
	#content h3{
		margin-bottom: 10px;
	}
	#content h1 {
		font-size: 22px;
		font-weight: bold;
		color: #000;
	}
	#content h3 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #3e6079;
	}
	#latest_news{
		margin-bottom: 25px;
	}
		

.entry-published{
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.hentry h2{
	font-size: 16px;
	color: #192934;
	margin-bottom: 10px;
	font-weight: bold;
}
	.hentry h2 a{
		color: #192934;
	}
	
strong{
	font-weight: bold;
}


#content .entry-summary,
#content .entry-content,
#content .article{
	line-height: 1.7em;
	margin-bottom: 15px;
	padding-right: 10px;
	font-size: 14px;
	width: 596px;
	clear: both;
	float: left;
}
	li.hentry img,
	.post img{
		margin-bottom: 6px;
	}
	#content p{
		margin-bottom: 10px;
	}

#mediagallery{
	clear: both;
	width: 100%;
	float: left;

}
	#mediagallery .album{
		float: left;
		width: 240px;
		height: 200px;
		position:relative;
		list-style: none;
		margin-right: 10px;
		overflow: hidden;
	}
	#mediagallery .album h3 a{
		display: block;
		position: absolute;
		bottom: 0;
		background-color: rgba(30,30,30,0.9);
		color: #fff;
		padding: 8px;
		font-size: 14px;
		line-height: 16px;
	}	
	
		

.article{
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
	.article h1{
		font-size: 24px;
		letter-spacing:-0.5px;
		color: #333;
		margin-bottom: 28px !important;
		font-weight: bold;
		text-align: center;
	}
    .article h2{
		font-size: 18px;
		letter-spacing:-0.5px;
		color: #333;
		margin-bottom: 20px !important;
		font-weight: bold;
		text-align: center;
	}

.imagelisting li{
	float: left;
	width: 240px;
	height: 210px;
	position:relative;
	list-style: none;
	margin-right: 10px;
	overflow: hidden;
}

#urgent{
	margin-bottom: 5px;
}
	#urgent h2{
		font-size: 22px;
		font-weight: bold;
		color: #C00;
	}
	#urgent p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#urgent div{
		border-color: rgb(102, 102, 102); 
		background-color: rgb(222, 222, 222); 
		padding: 12px;
		margin: 10px 10px 10px 0;
	}

p.date{
	display: none;
}