*
{ 
	margin: 0px;
	padding: 0px;
}

html 
{ 
	overflow-y: scroll;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ad6952;
	background: #fff9e9;
	margin: 10px;
}

div#page
{
	width: 960px;
	margin: 0px auto;
	background: white;
	border: 1px solid #582f21;
}

div.clear
{
	clear: both;
}

div.spacer
{
	border-top: 1px solid #582f21;
	border-bottom: 1px solid #582f21;
	height: 10px;
	background: #ad6952;
}

img.headerbanner
{
	width: 960px;
	height: 230px;
}

.show
{
	display: none;
	list-style-type: none;
}

div#contentContainer
{
	padding: 5px;
}

div#contentWrapper.left
{
	margin-left: 200px;
}


div#contentWrapper.right
{
	margin-right: 200px;
}

div#content
{
	padding: 5px 5px;
	text-align: justify;
}

div#content h3
{
	font-size: 14px;
	color: #582f21;
	padding-bottom: 10px;
}

div#content h4
{
	font-size: 12px;
	color: #582f21;
	padding-bottom: 5px;
}


div#content p
{
	font-size: 13px;
	padding-bottom: 10px;
}

div#content a
{
	color: #582f21;
}

div#content a:hover
{
	text-decoration: none;
}

div#content ul, ol, div.contentblock ul
{
	padding: 0px 20px 10px 20px;
}

div#content li, div.contentblock li
{
	padding-bottom: 2px;
}

div.imageblock 
{
	text-align: center;
	padding: 5px;
}

div.imageblock img, img.standardborder
{
	width: 188px;
	border: 1px solid #582f21;
}

img.blockimage
{
	width: 190px;
	height: 190px;
}

div.blockwrapper
{
	padding: 5px;
}

div.blankbox
{
	text-align: center;
}

div.contentblock
{
	border: 1px solid #582f21;
	padding: 5px;
	width: 180px;
	background: #fff9e9;
}

div.contentblock h4
{
	text-align: center;
	font-size: 13px;
	color: #582f21;
	padding-bottom: 10px;
}

div.contentblock a
{
	color: #582f21;
	text-decoration: underline;
}

div.contentblock a:hover
{
	text-decoration: none;
}

p.quote
{
	font-style: italic;
	font-weight: bold;
}

p.quote span.author
{
	font-weight: normal;
	color: #BBB;
	font-size: 80%;
}

div.contentlink
{
	background: url(/skins/royalexeter.co.uk/resources/link-background.png) no-repeat;
	height: 30px;
	width: 200px;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
}

div.contentlink a
{
	color: white;
}

div.contentlink a:hover
{
	text-decoration: none;
}

div.withleft
{
	margin-left: 200px;
}

div.withright
{
	margin-right: 200px;
}

div#leftsidebar
{
	float: left;
	width: 200px;
}

div#rightsidebar
{
	float: right;
	width: 200px;
}

/* Header */

div#headerBar
{
	height: 100px;
	background: url(/skins/wenrose.co.uk/resources/brick.jpg);
}

div.headertext
{
	color: white;
	float: left;
	font-size: 35px;
	width: 795px;
	text-align: center;
	padding: 30px 0px;
	text-shadow: 2px 2px 2px #000;
}

img.headerlogo
{
	float: left;
	height: 90px;
	width: 145px;
	padding: 5px 10px;
}

div#primaryNav
{
	background: #ad6952;
	border-top: 1px solid #582f21;
	border-bottom: 1px solid #582f21;
	height: 25px;
	font-size: 12px;
}


div#primaryNav a
{
	color: white;
	text-decoration: none;
}

div#primaryNav a:hover
{
	text-decoration: underline;
}

div#primaryNav ul
{
	list-style-type: none;
}

div#primaryNav li
{
	height: 15px;
	padding: 5px 15px;
	float: left;
	border-right: 1px solid #582f21;
}

div#primaryNav li:hover
{
	background: #582f21;
}

/* Footer */
div#footer
{
	background: #d78469;
	color: #582f21;
	text-align: center;
}

div#copyright
{
	float: left;
	width: 390px;
	text-align: left;
	padding: 5px;
}

#content .smallPrint
{
	font-size: 80%;
	padding: 2px 0px;
}

.smallPrint
{
	font-size: 80%;
	padding: 5px 0px;
}

div#poweredby
{
	float: right;
	width: 550px;
	text-align: right;
	padding: 5px;
}

div#footerNav
{
	margin-left: 142px;
	margin-right: 142px;
}

div#footer a, div.microNav a
{
	color: #582f21;
	text-decoration: none;
}

div#footer a:hover, div.microNav a:hover
{
	color: white;
	text-decoration: underline;
}

div#footer a.active, div.microNav a.active
{
	color: white;
	text-decoration: underline;
}

div.roomWrapper
{
	padding: 5px 35px;
}

div.roomBlock
{
	width: 200px;
	text-align: center;
	float: left;
	padding: 15px;
}

div.roomBlock img
{
	border: 1px solid #582f21;
	width: 200px;
	height: 133px;
}

iframe.mapframe
{
	width: 540px; 
	height: 450px; 
	border: 1px solid #582f21;
}

div.quote
{
	padding: 5px;
}

div.quote span.author
{
	font-style: italic;
	color: #999;
	display: block;
	font-size: 11px;
}

#contactForm
{
	margin: 0px auto;
	width: 355px;
}

#contactForm div.errorBox
{
	padding-bottom: 10px;
	color: red;
	text-align: center;
}

#contactForm label
{
	float: left;
	width: 150px;
	padding-top: 2px;
}

#contactForm input, #contactForm textarea
{
	width: 200px;
	border: 1px solid #582f21;
	color: #ad6952;
}

#contactForm textarea
{
	height: 75px;
}

#contactForm select
{
	border: 1px solid #582f21;
	width: 52px;
	text-align: center;
	color: #ad6952;
}

#contactForm .short
{
	width: 25px;
	text-align: center;
}

#contactForm .medium
{
	width: 50px;
	text-align: center;
}

#contactForm div
{
	padding: 2px 0px;
}

#contactForm select:focus, #contactForm textarea:focus, #contactForm input:focus
{
	border: 1px solid #ad6952;
}

#contactForm input.button
{
	width: 120px;
	background: #fff9e9;
	color: #ad6952;
}

#contactForm input.button:hover
{
	background: #ad6952;
	color: #fff9e9;
	cursor: pointer;
}

#contactForm div.buttonwrapper
{
	width: 350px;
	text-align: center;
	padding: 5px 0px;
}
