@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato);
* {
	margin:0px;
	padding:0px;
}
body {
	background: url(../images/bg.png);
	background-repeat: repeat;
}
p{
	padding-top: 15px;
}
.topbar {
	width: 100%;
	height: 6px;
	background-color: #486b8f;
}
#container {
	width:1100px;
	margin: 0px auto;
    box-shadow:0px 0px 10px #ccc;	
}
#top {
	height: 130px;
	width: 1100px;
	background:  url(../images/topbacks.png); 
	background-repeat: repeat-x;
}
#logo {
	padding-left:25px;
	width: 660px;
	float: left;
}
#topnav {
	float: right;
	width: 390px;
	text-align: right;
	padding-right:25px;
	font-family: 'Lato', sans-serif;
	font-size: 10pt;
	color: #fff;
	padding-top: 18px;
}
#topnav b {
	padding-right: 6px;
}
.hlt {
	font-size:11pt;
	font-weight: bold;
}
#nav {
	height: 40px;
	background-color: #18436d;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:11pt;
	float: right;
	padding-right: 20px;
}
#navigation ul {
}
#navigation li {
	list-style: none;
	display: inline-block;
	padding: 10px 0px;
}
#navigation li::after {
    content: "|";
    padding: 0px 15px;
}
#navigation li:last-child:after {
  content: '';
}

#navigation li::after last-child {
    content: none;
}
#navigation a {
	color: white;
	text-decoration: none;
	padding: 8px;

}
#navigation a:hover {
	color: white;
	background-color: #296096;
	text-decoration: none;
	padding: 8px;
}
#contentholder {
	min-height: 350px;
	background-color: #fff;
}
#content ul {
	margin-left: 35px;
}
#content li {
	list-style-image: url(../images/tick.png);
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	text-align: justify;
	width: 780px;
	padding: 20px;
	float:left;
}
#content h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
	color: #11406c;
	padding-bottom: 10px;
	width: 650px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #aaa69c;  
}
#content h2::before {
	background: url(../images/wng.png);
	width: 30px;
	height: 30px;
}
#sidebar {
	width: 270px;
	float: right;
	padding-top: 30px;
}
.clear {
	clear: both;
}
#footer {
	background: #efefef;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 15px 0px;
}
#sidenav {
}
#sidenav ul {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5pt;
	font-weight:bold;

	}
	#sidenav li {
		margin:4px 0px;
		background-color:#5879C7;
		padding: 8px 15px;
		width:200px;
		height:20px;
	}
		#sidenav li a {
		text-decoration:none;
		color:#FFF;

	}
		#sidenav li a:hover {
		color:#b2cdde;
		text-decoration:none;
	}

#footnavigation ul {
}
#footnavigation li {
	list-style: none;
	display: inline-block;
	padding: 10px 0px;
}
#footnavigation li::after {
    content: "|";
    padding: 0px 5px;
}
#footnavigation li:last-child:after {
  content: '';
}

#footnavigation li::after last-child {
    content: none;
}
#footnavigation a {
	color: #333;
	text-decoration: none;
	padding: 8px;

}
#footnavigation a:hover {
	color: #666;
	text-decoration: none;
	padding: 8px;
}
#gallerybox {
	width:800px;
	margin-bottom:20px;
}
#gallerybox img {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
}
#gallerybox h2 {
	font-family: 'Lato', sans-serif;
	font-size: 13pt;
	color: #11406c;
	padding-bottom: 10px;
	margin-bottom:10px;
	width: 650px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #aaa69c;  
}
