/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#eaeaea url(img/bg.png) top center repeat-y;
color:#3a3a3a;
}

#wrap {
background-color:#ffffff;
color:#303030;
margin:0 auto;
padding:1px 1px 1px 1px;
width:760px;
}

/***** Header *****/

#header {
	color:#FFFFFF;
	background:#ffffff url(img/front.jpg) bottom left no-repeat;
	height:200px;
	margin:0 0 10px 0;
	padding:0;
	border-top-color: #330000;
	border-top-style: solid;
	border-top-width: 30px;
}

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:160px 0 0 0;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 20px 15px;
padding:0 0 0 3px;
}

/***** Left sidebar *****/

#menu {
	width:200px;
	margin:0 0 10px 0;
	padding:0;
	float: left;
}

#menu ul {
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
}

#menu li {
margin-bottom:5px;
}

#menu li a {
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#333333;
	display:block;
	padding:6px 0 0 10px;
	background:#f4f4f4 url(img/menubg.jpg) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #B39600;
	background-image: url(img/menubg.jpg);
}

#menu li a:hover, #menu li a.current {
background:#eaeaea url(img/menubg2.jpg) bottom left repeat-x;
color:#FFFFFF;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

#menu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:135px;
}

#menu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#menu h2 {
font-size:1.5em;
font-weight:normal;
}

/***** Right sidebar *****/

#extras {
float:right;
width:130px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#extras p, #extras ul {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#extras a {
font-weight:bold;
}

#extras li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#extras h2 {
font-size:1.6em;
font-weight:normal;
margin:0 0 6px 0;
;
letter-spacing:-1px;
}

/***** Main content *****/

#content {
margin:10px 10px 10px 10px;
padding:0;
line-height:1.5em;
text-align:left;
}

#content img, #contentwide img, #contentfull img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content a, #contentwide a, #contentfull a {
font-weight:bold;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:760px;
text-align:center;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a {
text-decoration:none;
color:#B39600;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}

blockquote {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:16px;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#505050;
}

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}

/***** Table styles *****/

table {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #d8d8d8;
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#eaeaea url(img/menubg2.gif) bottom left repeat-x;
color:#505050;
}

td {
padding:7px;
font-size:0.9em;
text-align:left;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#303030;
}

/***** Form styles *****/

.button {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
width:120px;
}

label {
margin:2px;
}

/***** Search box *****/

#searchbox {
padding:0;
margin:6px 0 16px 0;
}

#searchform {
background:#ffffff;
border:1px solid #cccccc;
color:#505050;
font-size:0.9em;
padding:4px;
width:116px;
}

#searchbox label {
display:none;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

.announce {
margin:0px 0 10px 0;
padding:0px 10px 5px 10px;
width:200px;
color:#505050;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
line-height:1.3em;
}

.announce a {
}

.announce p {
font-size:0.9em;
}

.announce h2 {
	margin:0 0 10px 0;
	padding:0;
}

#menu .announce {
width:150px;
}

.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}

div.leftimagebox {
	float: left;
	padding-right: 10px;
}
  
div.leftimagebox p {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	line-height: 10px;
}
   
div.rightimagebox {
	float: right;
	padding-left: 10px;
}
  
div.rightimagebox p {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	line-height: 10px;
}
h2 {
	font-weight: normal;
	line-height: normal;
	color: #B39600;
}
h3 {
	font-weight: normal;
	line-height: normal;
	color: #B39600;
}



/***** Image Galleries *****/

.owlsgallery {
	margin: auto;
	height: 320px;
	width: 750px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
}

.thumbnail {
	background-color: #FFFFFF;
	height: 5px;
	position: absolute;
	z-index: 2;
}
#leftTN1 {
	left: 10px;
	top: 10px;
} 
#leftTN2 {
	left: 10px;
	top: 138px;
}
#leftTN3 {
	left: 10px;
	top: 10px;
}
#leftTN4 {
	left: 10px;
	top: 138px;
}
#rightTN1 {
	left: 175px;
	top: 10px;
}
#rightTN2 {
	left: 175px;
	top: 138px;
}
#rightTN3 {
	left: 175px;
	top: 10px;
}
#rightTN4 {
	left: 175px;
	top: 138px;
}
.owlstage {
	height: 300px;
	width: 400px;
	position: absolute;
	z-index: 2;
	left: 340px;
	top: 10px;
	background-image: url(img/owl1.jpg);
}
.owlmainstage {
	height: 300px;
	width: 400px;
	position: absolute;
	z-index: 5;
	left: 340px;
	top: 10px;
	visibility: hidden;
}
.owltitle {
	color: #333333;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	width: 300px;
	z-index: 5;
	top: 781px;
	position: absolute;
	right: 10px;
	left: 265px;

}

#owl2 {
	background-image: url(img/owl2.jpg);
	background-repeat: no-repeat;
}

#owl3 {
	background-image: url(img/owl3.jpg);
	background-repeat: no-repeat;
}
#owl1 {
	background-image: url(img/owl1.jpg);
	background-repeat: no-repeat;
}
#owl4 {
	background-image: url(img/owl4.jpg);
	background-repeat: no-repeat;
}
.norfolkstage {
	height: 250px;
	width: 350px;
	position: absolute;
	z-index: 2;
	left: 160px;
	top: 50px;
	background-image: url(../images/beach.jpg);
	background-repeat: no-repeat;
}
.norfolkstageover {
	height: 250px;
	width: 350px;
	position: absolute;
	z-index: 5;
	left: 160px;
	top: 50px;
	visibility: hidden;
}
.gallerynorfolk {
	margin: auto;
	height: 310px;
	width: 500px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	margin-left: 10px;
}
#topth {
	left: 10px;
	top: 0px;
}
#blakeney {
	background-image: url(../images/blakeney.jpg);
	background-repeat: no-repeat;
}
#gallernorfolk img {
	padding:1px;
	background:#cccccc;
	color:#303030;
}
#announce p {
	margin: 2px,;
}
#mid1 {
	left: 10px;
	top: 138px;
}
#beach {
	background-image: url(../images/beach.jpg);
	background-repeat: no-repeat;
}
#bot {
	left: 10px;
	top: 227px;
}
#moreston {
	background-image: url(../images/moreston.jpg);
	background-repeat: no-repeat;
}
.titlenorfolk {
	color: #333333;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	width: 300px;
	z-index: 5;
	top: 10px;
	position: absolute;
	right: 40px;
}
#topth2 {
	left: 10px;
	top: 50px;
}
#wells {
	background-image: url(../images/wells.jpg);
	background-repeat: no-repeat;
}
#mid2 {
	left: 10px;
	top: 138px;
}
#loog {
	background-image: url(../images/loogmarshes.jpg);
	background-repeat: no-repeat;
}
#bot2 {
	left: 10px;
	top: 227px;
}
.norfolkstage2 {
	height: 250px;
	width: 350px;
	position: absolute;
	z-index: 2;
	left: 160px;
	top: 50px;
	background-image: url(../images/snowdrops.jpg);
	background-repeat: no-repeat;
}
#snowdrops {
	background-image: url(../images/snowdrops.jpg);
	background-repeat: no-repeat;
}
.brackengallery {
	margin: auto;
	height: 320px;
	width: 750px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
}
.brackstage {
	height: 300px;
	width: 400px;
	position: absolute;
	z-index: 2;
	left: 340px;
	top: 10px;
	background-image: url(img/brack1.jpg);
}
.brackmainstage {
	height: 300px;
	width: 400px;
	position: absolute;
	z-index: 5;
	left: 340px;
	top: 10px;
	visibility: hidden;
}
#brack2 {
	background-image: url(img/brack2.jpg);
	background-repeat: no-repeat;
}
#brack3 {
	background-image: url(img/brack3.jpg);
	background-repeat: no-repeat;
}
#brack1 {
	background-image: url(img/brack1.jpg);
	background-repeat: no-repeat;
}
#brack4 {
	background-image: url(img/brack4.jpg);
	background-repeat: no-repeat;
}div.rightimagebox360 {
	float: right;
	width: 170px;
	border: 1px solid;
	border-color: #999999;
	padding: 10;
	margin: 10;
}
div.rightimagebox360 p {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	line-height: 10px;
}
div.rightimagebox360 h2 {
	text-align: center;
	font-style: italic;
	color: #B49600;
	line-height: 10px;
	font-size: 1.2em;
}
