/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #3237af;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

h1 {
	text-indent: -9999px;
	margin-top: -13px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3237af;
	font-weight: bold;
	margin: 7px 0 5px 0;
}

h3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px 0 2px 0;
	color: #3237af;
	font-weight: bold;
}
	
body {
	background: #88abcc url(/images/bg_body.jpg) repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 873px;
	margin: 0 auto;
}

#menu {
	background: url(/images/bg_menu.jpg) no-repeat;
	width: 855px;
	height: 29px;
	*margin-top: -3px;
	padding-top: 10px;
	padding-left: 18px;
}

#welcome {
	background:url(/images/bg_welcome.png) repeat-y;
	*margin-top: -3px;
	*height: 655px;
}

#welcome #welcometxt {
	padding: 0 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3237af;
	width: 575px;
	line-height: 25px;
}
.welcometitle {
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
}

#welcomepic {
	float: right;
	width: 190px;
	padding-right: 36px;
}

/*leadins*/

#leadins {
	clear: both;
	padding-left: 25px;
	padding-top: 10px;
	color: #000;
}

#riverviewbistro {
	background: url(/images/bg_riverviewbistro.gif) no-repeat;
	width: 270px;
	height: 293px;
	padding-top: 39px;
	padding-left: 6px;
	float: left;
}

#riverviewbistro .txtrb {
	background: url(/images/bg_txtbistro.jpg) no-repeat;
	width: 218px;
	height: 164px;
	font-size: 11px;
	padding: 15px 20px 0 20px;
}

.chcontent {
	height: 110px;
}

#whatson {
	background: url(/images/bg_whatson.gif) no-repeat;
	width: 269px;
	height: 293px;
	padding-top: 39px;
	padding-left: 7px;
	float: left;
}

#whatson .txtrb {
	background: url(/images/bg_txtbistro.jpg) no-repeat;
	width: 218px;
	height: 164px;
	font-size: 11px;
	padding: 15px 20px 0 20px;
	*margin-top: -1px;
}

#functions {
	background: url(/images/bg_functions.jpg) no-repeat;
	width: 269px;
	height: 293px;
	padding-top: 39px;
	padding-left: 7px;
	float: left;
}

#functions .txtrb {
	background: url(/images/bg_txtbistro.jpg) no-repeat;
	width: 218px;
	height: 164px;
	font-size: 11px;
	padding: 15px 20px 0 20px;
	*margin-top: -1px;
}

#footer {
	background: url(/images/bg_footer.gif) no-repeat;
	width: 803px;
	height: 70px;
	clear: both;
	margin-left: 23px;
	color: #fff;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 30px;
	line-height: 17px;
}

#footer a, #footerinside a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footerinside a:hover {
	color: #fff;
	text-decoration: underline;
}

.add1 {
	float: left;
	width: 163px;
}

.add2 {
	float: left;
	width: 180px;
}

.privacy {
	float: right; 
	width: 376px;
	margin-top: 35px;
}

#content {
	background: url(/images/bg_content.png) repeat-y;
	min-height: 500px;
	overflow: auto;
	*margin-top: -3px;
}

#contenttxt {
	background: url(/images/bg_content_txt.jpg) no-repeat;
	min-height: 400px;
	margin-left: 10px;
	padding: 10px 25px 0 25px;
	line-height: 17px;
}

#footerinside {
	background: url(/images/bg_footerinside.gif) no-repeat;
	width: 817px;
	height: 89px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	padding-left: 36px;
	padding-top: 29px;
	line-height: 17px;
}

#footerinside .privacy {
	padding-right: 15px;
	float: right; 
	width: 376px;
	margin-top: 34px;
}

#below {
	padding-top: 15px;
}

#below .belowleft {
	width: 356px;
	float: left;
}

#below .belowright {
	width: 251px;
	float: left;
	margin-left: 30px;
	margin-top: -30px;
}

.menulink{
	color: #fff;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	background: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px;
}

.menulinkhover{
	color: #fff;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	background: url(/images/arrow.png) bottom center no-repeat;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px;
	height: 29px;
}

.menusub {
	background: #c3cdec;
	color: #3237af;
	padding: 8px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
}

.menusubhover {
	background: #c3cdec;
	color: #3237af;
	padding: 8px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
}
