/***************** PAGE LAYOUT *****************
***********************************************/

html {
	background: #1a3553;
	}

div#header {
	min-width: 960px;
	height: 167px;
	background: url(../images/bg_header.png);
	}

div#header_centered {
	position: relative;
	width: 960px;
	margin: 0 auto 0;
	}

div#header_centered a {
	font-family: 'Georgia', serif;
	font-size: 16px;
	color: #003a50;
	text-decoration: none;
	}

div#header_centered a:hover {
	text-decoration: underline;
	}

img#sitelogo {
	position: relative;
	float: left;
	top: 24px;
	left: 10px;
	}

ul#sidenav {
	position: relative;
	float: right;
	top: 25px;
	right: 20px;
	text-align: right;
	}

ul#sidenav li {
	height: 35px;
	}

ul#topnav {
	position: absolute;
	top: 140px;
	left: 30px;
	list-style: none;
	}

ul#topnav li {
	float: left;
	margin-right: 27px;
	}

ul#topnav li a.home {
	position: relative;
	display: block;
	top: -5px;
	margin-right: -10px;
	height: 24px;
	width: 24px;
	background: url(../images/icon_home.png);
	}

ul#topnav li a.linkedin {
	position: relative;
	display: block;
	top: -4px;
	height: 24px;
	width: 24px;
	background: url(../images/sprite_social_icons.png) no-repeat;
	margin-right: -24px;
	}

ul#topnav li a.facebook { 
	position: relative;
	display: block;
	top: -4px;
	height: 24px;
	width: 24px;
	background: url(../images/sprite_social_icons.png) -29px 0px no-repeat;
	}

div#header-shadow {
	position: relative;
	background: url(../images/topnav_shadow.png) repeat-x;
	height: 50px;
	min-width: 960px;
	z-index: 1;
}
	
div#content {
	position: relative;
	margin: 0 auto 0;
	width: 960px;
	z-index: 3;
	}

div#footer {
	position: relative;
	bottom: 0px;
	clear: both;
	width: 100%;
	height: 90px;
	text-align: center;
	padding-top: 30px;
	
	font-family: Georgia, serif;
	color: #bbb;
	text-shadow: 0 2px 0 black;
}

/********** GLOBAL ELEMENTS & STYLES **********
***********************************************/
a {color: #013260;}
a:hover {color:#0079e8;}
