@charset "utf-8";

#header {
	height:100px;
}

#headimage {
	position:relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100px;
	background-image: url(images/header_cell.jpg);
	background-repeat: no-repeat;
}

#home-link {
    position: absolute;
    width: 200px;    /* width of the logo */
    height: 100px;   /* height of the logo */
}

#nav {
	position:relative;
	width: 100%;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 90%;
	left: 5%;
	right: 5%;
}


#maincontent {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}

#headshot {
	height: 1px;
	width: 175px;
	position: relative;
	left: 10px;
	background-image: url(images/transparent.gif);
	top: 10px;
}

#welcome {
	height: auto;
	width: 90%;
	position: relative;
	left: 10px;
	top: 10px;
}

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

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

h1 {
	font-size: 28px;
	color: #002a4a;
	margin-bottom:0em;
	margin-top: .4em;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p {
	font-size: 16px;
}

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

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

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

#social {
	float: none;
	text-align: center;
	padding: 0px;
}
