/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;

	color: #32281F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background : #FAF9F7 url(pix/page_bg_vert.jpg) repeat-x;
}


/* the hyperlinks */
a {
	color: #695440;
	text-decoration: underline;
}
a:hover {
	color: #523B2B;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 570px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	padding-top:0px;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
		
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #695440;
		color: #FFF;
	}


/* the header that contains the big image 
header css is called externally due to a dreamweaver error
*/


/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #695440;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 0;
	background: #FFF url(pix/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
	background: #E6DED6;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #544333;
		color: #000000;
		background: url(pix/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		border: 0;
	}

	#coreleft a:hover {
		background: #695440 url(pix/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreleft h3,#coreleft h3 a  {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
	}
	#coreleft h3 a {
		background-image: none;
		margin: 0;
		padding-left: 0px;
		padding-top: 4px;
		color: #32281F;
		color: #000000;
	}
	#coreleft h3 a:hover{
		background-image: none;
		margin: 0;
		padding-left: 0px;
	}
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* wilk new */
#newcorecenter{
	width: 570px;
	height: auto;
	float: left;
	padding : 10px;
	padding-top:0px;
	border:1px solid #FFFFFF;
}
/* the corecenter contains the center part of the core */
#corecenter {
	
	height: auto;
 
	padding : 10px;
	
}

	#corecenter h2 {
		font-family:  Tahoma, Verdana, sans-serif;
		font-size: 19px;
		color: #32281F;
		padding: 10px 0 5px 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #32281F;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #AB8F74;
		font-weight: bold;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #AB8F74;
		color: #000;
	}

/* core two column list - HawleyJR */
	.multi_column_list_ul{
		margin: 0;
		padding: 0;
	}
	.multi_column_list_ul li {
	    float : left;
	    width : 17em;
	    padding-bottom: 5px;
	}


/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 40px;
	background: #8A7969;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}





.toppagebar{}