html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body, p, li {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #1b3648;
}

h1 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	color: #1b3547;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #1b3648;
}

h3 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	color: #4d9fd7;
}

ul {
	line-height: 20px;
}

a {
	color: #4d9fd7;
}

a:link, a:visited {
	color: #4d9fd7;
}

a:hover, a:active {
	color: #5cbeff;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 766px;
	background: #1a3141 url('../images/treeTexture-bg.jpg') top center no-repeat;
	border-bottom: 1px solid #fff;
}

#logo {
	position: relative;
	top: 25px;
	left: 25px;
	width: 147px;
	height: 147px;
	background: #333 url('../images/logo.png') top left no-repeat;
}

#nav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: #000000;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.17);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C000000, endColorstr=#2C000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C000000, endColorstr=#2C000000)";
}

#nav a:link, #nav a:visited {
	color: #e5e5e6;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #4d9fd7;
	text-decoration: none;
}

#login {
	position: absolute;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	top: 20px;
	right: 25px;
	width: 80px;
	height: 20px;
	background: url('../images/login-icon.png') top right no-repeat;
}
#login a {
	font-weight: 400;
}

ul#navblock {
	position: absolute;
	top: 60px;
	right: 0;
	width: 610px;
	list-style-type: none;
}

li.nav-item, li.nav-active {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;

	float: left;
	height: 25px;
	padding: 0 12px;
}

li.nav-active {
	background: #1b3648;
	color: #4d9fd7;
}

li.nav-item a {

}
				
#home-features {
	position: relative;
	top: 230px;
	margin: 0 auto;
	width: 965px;
	height: 440px;
}

#home-features>#slideshow {
	float: left;
	border: 5px solid #fff;
	margin-right: 5px;
	height: 430px;
	width: 600px;
}

.royalSlider {
	width: 100%;
	height: 430px;
}

#home-features>#mediaplayer {
	float: left;
	width: 350px;
	border: 5px solid #fff;
	box-sizing: border-box;
}

#jp-container {
	width: 300px;
	height: 300px;
}
#jp-player {
	width: 300px;
	height: 150px;
}

#content {
	width: 100%;
	margin-bottom: 2px;
	/* height: 485px; */
	border-top: 2px solid #1b3648;
	border-bottom: 2px solid #1b3648;
}

#content-pad {
	width: 965px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box
}

.column {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 25px;;
}

.column:last-child{
	padding-right: 0;
}

.column-pad {
	padding: 60px 25px 60px 0;
	width: 100%;
	box-sizing: border-box;
}

/*
#news {
	padding-top: 60px;
	float: right;
	width: 280px;
}
*/

#footer {
	position: relative;
	clear: both;
	height: 130px;
	background: #1b3648;
	padding: 30px 0 0 145px;
}

#footer a:link, #footer a:visited {
	color: #e5e5e6;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #4d9fd7;
	text-decoration: none;
}


#footer ul#footer-nav {
	list-style: none;
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
}

#footer li.footer-navitem {
	float: left;
	width: 90px;
}

#footer ul#footer-contact {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	color: #fff;
	padding-left: 10px;
}

#footer-c1 {
	width: 320px;
	float: left;
}

#footer-c2 {
	float: left;
	width: 300px;
}

#footer #social-icons {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.clear-fix{
	clear: both;
}