@charset "utf-8";
/* CSS Document */

#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:160px;
	z-index:1;
	background-color: #1a738d;
}
#headimage {
	position:relative;
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 160px;
	background-image: url(images/header.jpg);
}

#home-link {
    position: absolute;
    width: 1024px;    /* width of the logo */
    height: 160px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;
}

#nav {
	position:relative;
	width: 1024px;
	height: 30px;
	text-align:right;
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: bold;
	color: #d64700;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1024px;
}

#maincontent {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1024px;
	min-height: calc(100vh - 300px);
}

#headshot {
	height: 325px;
	width: 244px;
	position: absolute;
	left: 150px;
	background-image: url(images/headshot_small.jpg);
	top: 10px;
}

#welcome {
	min-height: 250px;
	width: 500px;
	position: absolute;
	left: 425px;
	top: 40px;
}

#category {
	position:relative;
	width: 100%;
}

#text {
	position:relative;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	overflow:hidden;
}

#footer {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #1a738d;
}

#footcontent {
	position:relative;
	width: 1024px;
	height: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copyright {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	vertical-align: text-top;
	text-align: center;
	padding: 10px;
}

#social {
	float: right;
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-size: 36px;
	color: #002a4a;
	margin-bottom:0em;
	margin-top: 0em;
}
h2 {
	font-size: 24px;
	color: #d64700;
	padding: 0px;
	margin-top: 0.83em;
	margin-bottom: 0em;
}

h3 {
	font-size: 20px;
	color: #d64700;
	padding: 0px;
	margin-top: 0.83em;
	margin-bottom: 0em;
}

p {
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#pub {
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #1a738d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1a738d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #d64700;
}
a:active {
	text-decoration: none;
}

#nav a:link {
	color: #d64700;
}

#nav a:visited {
	color: #d64700;
	text-decoration:none;
}

#nav a:hover {
	color: #1a738d;
	text-decoration:none;
}
