html, body {
	margin: 0px auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 75%;
	background-color: #e5e5e5;
}
.clearAll {
	clear: both;
}
#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ START LINKS ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
a {
	text-decoration: underline;	
}
a:link {
	color: #46156B;
}
a:visited {
	color: #6c1567;
}
a:hover {
	text-decoration: none;
}
/* ~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ END LINKS ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ START LAYOUT ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
#shell {
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
	margin-bottom: 0px;
	border: 5px solid #FFFFFF;
}
#topBar {
	width: 780px;
	height: 37px;
	background-color: #FFFFFF;
	margin: 0px;
}
#menuBar {
	width: 780px;
	height: 32px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0px;
}
#highlightBar {
	width: 780px;
	height: 179px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#contentBox {
	width: 780px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#contentBox #leftCol {
	float: left;
	width: 525px;
	margin: 0px;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
#contentBox #rightCol {
	float: left;
	width: 250px;
}
#footBox {
	width: 790px;
	height: 40px;
	margin: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ END LAYOUT ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~ START ELEMENTS ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~ START TOP BAR ~~~~ */
#topBar h1 {
	float: right;
	font-size: 2.4em;
	color: #878787;
	text-align: left;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 470px;
	height: 31px;
	padding: 0px;
	display: block;
}
.searchForm {
	float: right;
	height: 37px;
	width: 310px;
	line-height: 37px;
	display: block;
	overflow: hidden;
}
.searchForm form {
	height: 32px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.searchForm .input {
	border: 1px solid #E5E5E5;
	margin: 0px;
	padding: 5px;
	font-size: 1em;
	color: #878787;
}
.searchForm .button {
	background-color: #e5e5e5;
	color: #878787;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* ~~~~ END TOP BAR ~~~~ */

/* ~~~~ START MENU BAR ~~~~ */
#menuBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
}
#menuBar li {
	float: left;
	line-height: 32px;
}
#menuBar a {
	height: 29px;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuBar a:hover {
	background-position: 0px -32px;
}
#menuBar a.active {
	background-position: 0px -64px;
}
#menuBar #home {
	background-image: url(img/topmenu_web.jpg);
	width: 89px;
}#menuBar #accomodation {
	background-image: url(img/topmenu_acc.jpg);
	width: 130px;
}
#menuBar #shopping {
	background-image: url(img/topmenu_shop.jpg);
	width: 82px;
}
#menuBar #eat {
	background-image: url(img/topmenu_eat.jpg);
	width: 98px;
}
#menuBar #events {
	background-image: url(img/topmenu_events.jpg);
	width: 67px;
}
#menuBar #out {
	background-image: url(img/topmenu_out.jpg);
	width: 100px;
}
#menuBar #culture {
	background-image: url(img/topmenu_culture.jpg);
	width: 68px;
}
#menuBar #info {
	background-image: url(img/topmenu_info.jpg);
	width: 111px;
	margin-right: 0px !important;
}

/* ~~~~ END MENU BAR ~~~~ */

/* ~~~~ START HIGHLIGHT BAR ~~~~ */
#highlightBar .mediaBox {
	height: 179px;
	width: 525px;
	float: left;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
#highlightBar .mediaBox img {
	border: none;
}
#highlightBar .ctaBox {
	height: 179px;
	width: 250px;
	float: left;
}
#highlightBar .ctaBox img {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}
/* ~~~~ END HIGHLIGHT BAR ~~~~ */

/* ~~~~ START TOP BAR ~~~~ */

#contentBox h2 {
	font-size: 2.4em;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #878787;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentBox #rightCol h2 {
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentBox #leftCol h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentBox .textBox {
	border: 1px solid #E5E5E5;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentBox #leftCol p {
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


#contentBox #leftCol .leftList
{
	width: 520px;
        float: left;
	display: block;
	border: none;
}
#contentBox #leftCol .rightList {
	width: 260px;
        float: left;
	display: block;
	border: none;
}
#contentBox #leftCol .leftList h2,
#contentBox #leftCol .rightList h2 {
	height: 30px;
	line-height: 30px;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentBox #leftCol .leftList ul,
#contentBox #leftCol .rightList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
}
#contentBox #leftCol .leftList li,
#contentBox #leftCol .rightList li {
	height: 20px;
	line-height: 20px;
	background-color: #f1d5c9;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #b46f50;
	display: block;
}
#contentBox #leftCol .leftList a,
#contentBox #leftCol .rightList a {
	background-color: #ecc3b1;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #b46f50;
	border: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#contentBox #leftCol .leftList a:hover,
#contentBox #leftCol .rightList a:hover {
	text-decoration: underline;
}
#contentBox #leftCol .leftList {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#contentBox #leftCol .leftList h2 {
	background-color: #c37f60 !important;
}
#contentBox #leftCol .rightList h2 {
	background-color: #94c291 !important;
}
#contentBox #leftCol .leftList li {
	background-color: #f1d5c9;
	color: #b46f50;
}
#contentBox #leftCol .rightList li {
	background-color: #d7f2d5;
	color: #588255;
}
#contentBox #leftCol .leftList a {
	background-color: #ecc3b1;
	color: #b46f50;
}
#contentBox #leftCol .rightList a {
	background-color: #c6eac3;
	color: #588255;
}
#contentBox #leftCol .leftList li.base {
	background-color: #c37f60;
	color: #FFFFFF;
}
#contentBox #leftCol .rightList a.base {
	background-color: #94c291;
	color: #FFFFFF;
}
#contentBox #rightCol img {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}
#footBox p {
	text-align: right;
	padding-top: 5px;
	color: #878787;
}







/* RESULTSBOX (RESULTS PAGE) */
h4.featured,
h4.members,
h4.other {
	border: 1px solid #326e67;
}
h4.featured {
	background-color: #88BBB6;
}
h4.members,
h4.other {
	color: #326e67;
}
.featuredEntry,
.membersEntry,
.otherEntry {
	color: #06322d;
}
.featuredEntry {
	border: 1px solid #326e67;
	background-color: #c9dedc;
}
.membersEntry {
	border: 1px solid #88BBB6;
}
.featuredEntry img,
.membersEntry img {
	border: 2px solid #326e67;
}
.featuredEntry .entryCol2 {
	background-color: #adcecb;
}
.membersEntry .entryCol2 {
	background-color: #C9DEDC;
}

/* RESULTSBOX (RESULTS PAGE 2) */

h4.featured,
h4.members,
h4.other {
	font-weight: bold !important;
	padding: 5px;
}
h4.featured {
	color: #06322d;
}
.featuredEntry,
.membersEntry {
	width: 500px;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
}
.otherEntry {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.membersEntry {
	background-color: #FFFFFF;
}
.featuredEntry img,
.membersEntry img {
	float: left;
	margin: 5px;
}
.featuredEntry h5,
.membersEntry h5,
.otherEntry h5 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1.1em;
	color: #000000;
}
.featuredEntry p,
.membersEntry p,
.otherEntry p {
	margin: 0px !important;
	padding: 0px !important;
}
.featuredEntry .entryCol1,
.membersEntry .entryCol1 {
	float: left;
	margin: 5px;
	width: 175px;
	padding: 5px;
}
.featuredEntry .entryCol2,
.membersEntry .entryCol2 {
	float: left;
	padding: 5px;
	width: 155px;
	margin: 5px;
}
.otherEntry a {
	font-weight: bold;
	text-decoration: none;
}


/*Events*/
#KeithEvents2467205 ul {
	margin: px;
	padding: 10px;
	list-style-type: none;
	text-align: left;

}

#KeithEvents2467205 li {
	margin: px;
	padding: 10px;
	text-align: left;

}

#KeithEvents2467205 .headline {
	font-weight: bold;

}