/*
Author:     Jason Webb (HSR)
Date:		08-19-08
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, san-serif;
}

h1 {
	height: 70px;
	width: 341px;
	background: transparent url(../images/logo.jpg) no-repeat;
	margin-top: 20px;
}

h1 span {
	display: none;
}

ul {
	list-style-type: none;
	width: 100%;
	margin-top: 27px;
	margin-bottom: 90px;
}

a {
	text-decoration: none;
}

sup {
	position: relative;
	vertical-align: baseline;
	top: -3px;
}
/************************
	STRUCTURE
************************/
#container {
	background: #FFFFFF;
	width: 790px;
	position: relative;
}

#midwrap {
	padding: 10px 0 0 40px;
}

#left {
	float: left;
	width: 400px;
	margin-right: 46px;
}

#left img {
	margin: 25px 0 0 35px;
}

#right {
	float: left;
	width: 302px;
}

#ph {
	height: 32px;
	position: absolute;
	width: 470px;
	right: -2px;
	bottom: 10px;
	background: transparent url(../images/homepage_phnum.jpg) no-repeat;
}

P {
	margin-bottom: 6px;
}

p a {
	display: block;
	height: 31px;
	width: 147px;
	background: #00529B;
	color: #FFFFFF;
	float: left;
	margin-right: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	padding: 2px 0;
}

p a.last {
	margin-right: 0;
}

ul li {
	background: #00529B;
	width: 273px;
	margin-bottom: 10px;
	padding: 1px 1px 1px 27px;
}

ul li a {
	display: block;
	height: 31px;
	background: #FFFFFF;
	color: #00529B;
	font-size: 16px;
	font-family: Arial;
	padding-left: 7px;
	font-weight: bold;
}

ul li.s-line a {
	padding-top: 6px;
	height: 25px;
}

ul li a span {
	color: #000000;
	display: block;
	font-size: 11px;
	margin-top: -3px;
	font-weight: normal;
}

ul li a:hover {
	background: #FFE252;
}
/**** HACKERY ****/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */