/*-------------------------------------------------
	HPS Styles
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Sans-serif;
	font-size: .9em;
}
address {
	font-style: normal;
	margin-bottom: 10px;
}

/*-------------------------------------------------
	STRUCTURE
-------------------------------------------------*/
#wrapper {
	background: url('img/tile.jpg') repeat-y 50% 0;	
	width: 660px;
	margin: 0 auto;
}
#header {
	background: url('img/headers/home_bg.jpg') no-repeat 50% 0;
	position: relative;
	width: 660px;
	height: 300px;
	padding-top: 10px;
}
#content {
	float: left;
	width: 443px;
}
#sidebar {
	width: 185px;
	margin-top: -30px;
	margin-left: 455px;
	font-size: 80%;
}
#footer {
	background: #fff url('img/sidebar_b.jpg') no-repeat right top;
	//margin-top: 40px;
	padding: 65px 0 20px;
	text-align: center;
	font-size: 75%;
	color: #8A644A;
}

/*-------------------------------------------------
	SUB-STRUCTURE
-------------------------------------------------*/
#info {
	float: right;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	color: #4E6FB1;
}
#who {
	width: 296px;
	margin-left: 132px;
}

/*-------------------------------------------------
	LISTS
-------------------------------------------------*/
#topNav {
	background: url('img/divider_vertical.gif') no-repeat 100% 50%;
	float: left;
	width: 125px;
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.links li {
	margin: 10px 0;
	font-size: 90%;
}
.links strong {
	display: block;
}


/*-------------------------------------------------
	LINKS
-------------------------------------------------*/
#info a {
	color: #4E6FB1;
	text-decoration: none;
}
#info a:hover {
	color: #8a644a;
}
#topNav li a {
	display: block;
	background: url('img/rollover.gif') no-repeat 0 0;	
	width: 100px;
	height: 35px;
	padding-left: 25px;
	font-size: 80%;
	color: #4E6FB1;
	line-height: 35px;
	text-decoration: none;
}
#topNav li a:hover {
	background: url('img/rollover.gif') no-repeat 0 -35px;	
	color: #8A644A;
}
#sidebar a{
	color: #4E6FB1;
	text-decoration:none;
	display: block;
	text-align: center;
}
#sidebar a:hover {
	color: #8A644A;
}
#sidebar ul.links li a {
	display: inline;
	text-align: left;
}

/*-------------------------------------------------
	HEADERS
-------------------------------------------------*/
h1.home {
	background: url('img/titles/welcome.gif') no-repeat 0 0;
	height: 78px;
	width: 325px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:220px;
	left: 30px;
}
h1 span {
	display: none;
}
h2 {
	margin: 0 0 5px;
	padding: 20px 0 2px;
	border-bottom: double #4E6FB1;
	font-family: Georgia, Serif;
	font-size: 120%;
	font-style: italic;
	letter-spacing: -1px;
	color: #4E6FB1;
}
#sidebar h3 {
	background: url('img/divider_horizontal.gif') no-repeat center bottom;
	margin: 20px 0 0;
	padding-bottom: 10px;
	font-size: 120%;
	color: #8a644a;
	text-align: center;
}

/*-------------------------------------------------
	PARAGRAPHS
-------------------------------------------------*/
p {
	margin: 0;
	padding: 5px 0;
}
#who p {
	font-size: 85%;
	line-height: 1.4em;
	text-align: justify;
	color: #333;
}
#header p {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------
	IMG
-------------------------------------------------*/
img {
	border: none;
}

/*-------------------------------------------------
	MISCELLANEOUS
-------------------------------------------------*/
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}