/* The New Inn Styles */
#runner {
	width:400px;
	position:absolute;
	/*position:fixed;*/
	left:50%;
	margin-left:-330px;
	top:40px;
	background-color:#FFFFFF;
	border:1px solid #000;
	z-index:100;
}
html > body #runner {
	position: fixed;
}
body {
	background-color:#030303;
	margin:25px 0px 0px 0px;
	font-size:12px;
	color: #404041;
	line-height:160%;
	font-family:"Verdana", Arial, Trebuchet MS, sans-serif;
}
a:link, a:visited, a:active {
	color: #957d4a;
	text-decoration:underline;
}
a:hover {
	color: #957d4a;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p, strap {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:150%;
	color:#404041;
}
p {
	margin:0;
	padding: 10px 10px 0 10px;
	font-weight:normal;
	line-height:180%;
	color:#404041;
	text-align:justify;
}
table {
	text-align:left;
	font-weight:lighter;
}
h1, img, div, td {
	behavior: url(iepngfix.htc)
}
/* headers*/

	
h1 {
	float:left;
	width:579px;
	background:url(../images/logo.jpg) no-repeat left top;
	height: 162px;
	text-indent:-5000px;
}
h2 {
	background:url(../images/strap.jpg) no-repeat;
	float:right;
	width:374px;
	height:164px;
	font-size:22px;
	letter-spacing:-1px;
	line-height:100%;
	letter-spacing:-1px;
	text-indent:-5000px;
}
h3 {
	padding: 10px 10px 0 10px;
	font-size:16px;
}
h4 {
	font-size:16px;
	padding:0px 0px 5px 10px;
	letter-spacing:-1px;
}
.event {
	padding: 10px 10px 0 5px;
	font-size:16px;
}
.highlight {
	width:460px;
	margin:10px;
	background-color: #fdf9e4;
	border:1px solid #f0e9c6;
	padding:10px;
}
/* read more*/

 .more a:link, .more a:visited, .more a:active {
	color: #6789ac;
	font-family:"Georgia", Trebuchet MS, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	text-align:right;
}
.more A:hover {
	color: #404041;
	font-family:"Georgia", TrebuchetMS, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	text-decoration: underline;
}
.footerlink a:link, .footerlink a:visited, .footerlink a:active {
	font-weight:bold;
	letter-spacing:-1px;
	line-height:150%;
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}
.footerlink A:hover {
	font-weight:bold;
	letter-spacing:-1px;
	line-height:150%;
	color:#000;
	text-decoration:none;
}
/* body text*/


.bodylink A:link, .bodylink a:visited, .bodylink a:active {
	color:#fff;
	text-decoration:none;
	padding:2px 3px 2px 3px;
	background-color:#ffbc46;
	font-weight:bold;
	margin: 0 2px 0 2px;
}
.bodylink A:hover {
	font-weight:bold;
	color:#fff;
	line-height:150%;
	background-color:#529b13;
}
.bodytitle {
	font-size:12px;
	font-weight:bold;
	color: #404041;
	line-height:150%;
}
/* form styling */

.form {
	background-color: #fff;
	border: 1px solid #9899ae;
	color: #515252;
	height:20px;
	line-height:200%;
	width:300px;
	font-size:13px;
	padding-top:4px;
	padding-left:4px;
}
.form2 {
	background-color: #fff;
	border: 1px solid #9899ae;
	color: #515252;
	width:300px;
	line-height:180%;
	font-size:13px;
	padding-top:4px;
	padding-left:4px;
}
.form3 {
	background-color: #fff;
	border: 1px solid #9899ae;
	color: #9899ae;
	width:300px;
	line-height:180%;
	font-size:12px;
	height:25px;
}
input:hover {
	background-color:#eeeeee;
	border: 1px solid #9899ae;
}
input:focus {
	background-color:#eeeeee;
	border: 1px solid #706f7f;
}
textarea:hover {
	background-color:#eeeeee;
	border: 1px solid #706f7f;
}
textarea:focus {
	background-color: #eeeeee;
	border: 1px solid #706f7f;
}
/* lists*/	

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li a {
	display:block;
	width:150px;
	height:20px;
}
li a:hover {
	display:block;
	width:150px;
	height:20px;
}
/*misc styles*/

.floatleft {
	float:left;
	padding-right:20px;
}
.floattip {
	float:left;
	padding-right:5px;
}
.siteby a:link, .siteby a:visited, .siteby a:active {
	font-weight:bold;
	color:#fff;
	font-size:14px;
	font-style:italic;
	line-height:130%;
}
.siteby A:hover {
	font-weight:bold;
	color:#fcbf56;
	font-size:14px;
	font-style:italic;
	line-height:130%;
	text-decoration:none;
}
.success, .error {
	margin:0;
	padding: 10px 10px 0 10px;
	font-weight:normal;
	line-height:180%;
	color:#404041;
	text-align:justify;
	font-weight:bold;
}
.purple {
	background-color: #d5d5de;
	color: #000;
	padding: 5px 0 5px 10px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
/* tariff styles */


.low {
	background-color: #99ccff;
}
.mid {
	background-color: #ffcc99;
}
.high {
	background-color: #993366;
}
.weekend {
	background-color: #cc99ff;
}
.xmas {
	background-color: #ff6600;
}

A[href$='.mp3']
{
	padding: 5px 0px 5px 35px;
	display: block;
	background: url(../images/podcastIcon.gif) 0px 50% no-repeat;
}

#tablelist { list-style:none; padding:10px 0 0; clear: both; background-color: #fdf9e4;
	border:1px solid #f0e9c6; margin:10px; font-size: 90%;
	padding:10px;}
#tablelist li { clear:both; display:block; margin:0 auto; padding:10px; }
.w80 { display: block; width: 75%; float: left;}
#tablelist  strong { font-weight:bold;}
.w20 { display: block; width: 25%; text-align:right; float: left;}

#tablelist2 { list-style:none; padding:10px 10px 0; clear: both; background-color: #fff;
	border:1px solid #f0e9c6;; margin:10px; font-size: 90%;
	padding:10px;}
#tablelist2 li { clear:both; display:block; margin:10px; auto; padding:0px 10px; border-left: 2px solid #eee;}
#tablelist2  strong { font-weight:bold;}


.clear {clear: both;}