@charset "utf-8";
/* Layout */
html {
height:100%;
}
body {
	height:100%;
	margin:0px;
	font: 12px Georgia, "Times New Roman", Century, Times, serif;
	background: #89A35E;
	background-image:url(../images/tile.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:#FFF;
	text-align: center;
	padding: 0px;
}

#wrap {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	;
	overflow: visible;
}

/*html #wrap{
height:100%;
}*/

#header {
position:relative;
background:#fff;
width: 100%;
padding-bottom:3px;
}


/* Main Nav */
#HNavcontainer
{
	width: 900px;
	float: left;
	margin:  0px;
	padding: 0;
	height: 43px;
	clear:both;
	background-color:#fff;
	background-image:url(../images/nav_tile.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#HNavcontainer ul { padding: 0; }
#HNavcontainer ul li { display: inline; }

#HNavcontainer ul
{
margin:  0;
padding: 0 0 0 18px;
color: #666666;
font-size: 14px;
line-height:14px;
font-weight: bold;
}

#HNavcontainer ul li a
{
padding: 18px 20px 8px;
color: #666666;
text-decoration: none;
float: left;
}

#HNavcontainer ul li a:hover
{
	color: #B0342E;
	border-bottom: 3px solid  #B0342E;
}
#HNavlist li a:hover, #navlist li a:active
{
	color: #666;
	text-decoration: none;
	text-align: left;
}
/*End Nav*/

#middle {
position:relative;
width: 900px;
background:#fff;
padding: 0px;
clear:both;
}

#main {
	display:inline;
	float: right;
	width: 600px;
	margin: 15px 70px 0px 4px;
}

/***********************************************/
/*Sub Navigation*/
/***********************************************/
#navContainer {
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	width:170px;
}

#navContainer ul
{
	padding-left: 5px;
	list-style-type: none;
	height: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-weight: normal;
	text-align: left;
}
#navContainer a
{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#navContainer a:link, #navlist a:visited
{
	color: #B0342E;
}
#navlist li {
	padding-bottom:25px;
	color: #B0342E;
	font-size: 14px;
	font-weight: bold;
}
#navContainer a:hover
{
	color:#660000;
}
/***********************************************/
/*End Sub Nav*/
/***********************************************/
#footer {
	clear:both;
	width: 900px;
	position:relative;
	margin-top:-25px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
	background-color:#333;
	overflow: visible;
	
}


#clearfooter{clear:both;height:25px; width:100%;}

 	
sublist {
	font-weight: normal;
}
#PubsList {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5B7F35;
}
.aspennewsquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
.newsteaser {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #B0342E;
}
