@charset "utf-8";

body, html {
	width: 100%;
	height: 100%;
}

body, a, b, u, i, p, h1, h2, h3, span, div, img, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

h1 {
	font-size: 2em;
	padding: 0.5em 0 0 0.35em;
}

h2 {
	font-size: 1.25em;
	padding-bottom: 1em;
}

h1, h2 {
	font-weight: normal;
	color: rgb(4, 63, 129);
}

p {
	padding: 1em;
	padding-top: 0;
}

a {
	color: rgb(4, 63, 129);
}

ul {
	list-style-position: inside;
	margin-left: 10px;
	padding-bottom: 1em;
}

#contactbox {
	display: block;
	position: relative;
	left: 600px;
	top: -75px;
	height: 60px;
	background-image: url('../images/phoneemail.jpg');
	background-repeat: no-repeat;
}

#contactbox ul {
	list-style: none;
	margin-left: 0;
}

#contactbox ul li {
	margin-left: 25px;
	line-height: 18px;
}

#contactbox .info {
	position: absolute;
	z-index: 2;
	font-weight: bold;
	margin-left: -35px;
	padding-top: 10px;
}

#page {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
	margin-left: 10px;
}

#menu ul li {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	border-right: 1px solid rgb(37, 114, 194);
	color: white;
}

#menu ul li a {
	display: block;
	height: inherit;
	color: white;
	padding: 0 1em 0 1em;
	text-decoration: none;
}

#content ul > li ul {
	padding-top: 0;
	padding-bottom: 0;
}

#footer {
	clear: both;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border: 1px solid rgb(200, 200, 200);
	border-top: 5px solid rgb(90, 90, 90);
	margin-bottom: 10px;
	float: left;
}

#footer-tag {
	width: 350px;
	float: left;
	padding: 0.25em;
	padding-left: 1em;
}

#footer-container {
	width: 400px;
	float: left;
	padding: 5px;
	padding-bottom: 1em;
}

#footer-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 0.50em;
}

#footer-links li {
	display: inline;
}
