/*************************************************************
Global Resets
**************************************************************/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {margin: 0; padding: 0;}

dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {font-style: normal; font-weight: normal;}

img, fieldset {border: 0;}

textarea, input {font-family: inherit; font-size: inherit;}

strong, b, th {font-weight: bold;}

em, i {font-style: italic;}

td {vertical-align: top; font-size:12px;}

ul {list-style: none;}

ol {line-height: 1.5em; padding: 6px 5px 3px 35px;}

table {
	width: 100%;
	font-size:12px;
}

a {outline: none;}

.fl {float: left;}

.fr {float: right}

.helpcursor:hover {cursor: help;}

#accessibility, legend {display: none;}

form #basket th {padding: 1em;}

fieldset {margin: 0 0 2em 0; padding: 1em;}

address{margin:0 0 1em 0;}



/*************************************************************
Typography
**************************************************************/

select, input {
	font-size:1em;
	outline: none;
}
.utilities1, .utilities2 {
	line-height:1.2em;
	font-size:1.2em;
	color:#484c8a;
	font-weight:bold;
}
h1 {
	color:#000033;
	font-size:2em;
	line-height:2em;
}
h2, h3 {
	color:#000033;
	font-size:1.6em;
	margin:10px 0 0;
	line-height:2em;
}
h1 span {
	color:#000033;
	font-size:0.8em;
}

h3{ font-size:1.4em;}
p {
	font-size:1.2em;
	padding:0.4em 0;
}

body#tariff table p{
	font-size:1.2em;
	padding:0.4em;
}
#promo h3 {
	text-transform:uppercase;
	text-align:center;
	font-size:1.4em;
}
#promo a {
	padding:7px 60px 0 0;
}
#content-main p {
	padding-top:10px;
	font-size:1.2em;
}

.address{ font-size:1.2em;}

body#sitemap #body-content ul { list-style:disc; padding:010px}

body#sitemap #body-content li a { 
clear:both;
float:none;
width:50%;}

/*************************************************************
Links
**************************************************************/

a:link {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: underline;
	color:#3f839a;
}
a:active {
	text-decoration: none;
	color:#5f5e93;
}
#nav a {
	font-weight:lighter;
	font-size:1.2em;
}

#body-content a {
	float:right;
	color:#3f839a;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

body#norfolk #body-content .text1 p, body#norfolk #body-content .text2 p, body#norfolk #body-content .text3 p {
color:#3f839a;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

body#prices #intro a, #body-content p a {
	float:none;
	font-size:1em;
}
#body-content a:hover {
	text-decoration:underline;
}

body#home #nav .nav1 a {color:#3f839a;}
body#cottage #nav .nav2 a {color:#3f839a;}
body#prices #nav .nav3 a {color:#3f839a;}
body#booking #nav .nav4 a {color:#3f839a;}
body#directions #nav .nav5 a {color:#3f839a;}
body#peninsula-cottage-gallery #nav .nav6 a {color:#3f839a;}
body#norfolk #nav .nav7 a {color:#3f839a;}

/*************************************************************
Main
**************************************************************/

body {
	background-color:#3f839a;
	/*background:url("../images/bg-body.jpg") repeat-x scroll center top #3f839a;*/
	color:#000;
	font:62.5% arial,helvetica,verdana,sans-serif;
	margin:0;
	padding:0;
}

#wrap {
	margin:0 auto;
	width:890px;
}

#body-content{
	float:left;
	width:850px;
	padding:20px;
	background-color:#FFFFFF;
    min-height:600px;
	
}

#intro{ width:100%; float:left;}

#left-rail{
	float:left;
	margin:16px 20px 0 0;
	width:400px;
}

body#home #left-rail, body#norfolk #left-rail{
	border-top:2px solid #330000;
}

body#home #right-rail, body#norfolk #right-rail{
	border-top:2px solid #330000;
}

body#directions #left-rail{
	float:left;
	margin:0 20px 0 0;
	width:300px;
	border:none;
}

body#directions #right-rail{
	float:right;
	margin:0 20px 0 0;
	width:425px;
}


#right-rail{
	float:right;
	margin:16px 0 0 0;
	width:400px;
}

#footer {
	clear:both;
	color:#999999;
	display:block;
	background-color:#000033;
	padding:20px;

	
}

#text3-image img{ margin:0 10px 0 0;}

/*************************************************************
header
**************************************************************/

#header {
	clear:both;
	float:left;
	font-size:11px;
	width:100%;
	background-color:#000033;
}

#logo {
	float:left;
	width:480px;
	height:62px;
}
#header #logo a {
	background:url("../images/logo.png") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:62px;
	margin:15px 0 0 20px;
}
#nav {
	display:block;
	float:left;
	margin:20px 0;
	width:800px;
}
#nav ul li {
	display:inline;
}
#nav li {
	padding :0 20px 0 20px;
	border-right: 1px solid #cccccc;
}
#nav li.last, #footer li.last {
	border:none;
}
#slideshow {
	width:890px;
	height:320px;
	float:left;
	border-bottom: #000033 2px solid;
	margin:0;
}


/*************************************************************
footer
**************************************************************/
#footer-links {
	clear:both;
	float:left;
	width:100%;
    margin-bottom:20px;
}

#copyright {
	text-align:center;
	color:#fff;
	font-size:1em;
    clear:both;
}

#footer-links dl {
	float:left;
	height:auto !important;
	line-height:1.6em;
	min-height:12.9em;
	width:215px;
}
#footer-links dl.second {
	width:130px;
}
#footer-links dl.first {
	width:160px;
}
#footer-links dl.last {
	padding: 0;
	width:130px;
}
#footer-links dt {
	font-size:12px;
	padding: 0 10px 0 1px;
}
#footer-links dt, #footer-links dt a {
	color: #3f839a;
}
#footer-links dt a:hover {
	color: #3f839a;
}
#footer-links dd {
	padding: 0 0 0 1px;
}

#footer a {
	color:#fff;
	font-size:12px;
}
#footer a:hover {
	color:#3f839a;
}

/*************************************************************
ContactForm
**************************************************************/
#ContactForm{ 
	width:380px;
	background-color:#eeeeee;
	margin:10px 0;
	padding:20px;
}

#ContactForm em, #ContactForm label.error { font-weight: bold; padding-right: 1em; vertical-align: top; color:#CC3300; }

#ContactForm .field { margin-bottom:10px;}


#ContactForm input, #ContactForm textarea {
	padding: 5px;
	width: 366px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#ContactForm textarea {
	height: 90px;
}

#ContactForm textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#ContactForm input.submit-button {
	width: 100px;
	float: right;
    margin-top:60px;
	
}

#ContactForm label {
	text-align: right;
	margin:0 2px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}

#ContactForm .small{ color:#999999;}

