html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 140%;
	background: #d7ecf1 url('images/mainbg.gif') repeat-y center;
	color: #000;
	text-align: left !important;
	text-align: center;
}

body.mceContentBody {
	height: auto;
	background: #fff;
	text-align: left;
	padding: 0.25em;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #002640;
	padding: 0;
	margin: 0.5em 0;
}

h1 {
	font-size: 180%;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-bottom: solid 1px #c4d0d6;
	margin: 0 0 0.5em;
	padding: 0.4em 0;
	line-height: 1;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

.underlined {
	border-bottom: solid 1px #c4d0d6;
	padding-bottom: 0.5em;
}

a:link, a:visited {
	color: #367fae;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

form  {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	border: solid 1px #c4d0d6;
	background: #fff url('images/inputbg.gif') repeat-x bottom center;
}

input {
	height: 20px;
	padding: 3px 5px 0;
	vertical-align: middle;
	outline: none;
}

input.formbutton, #goog-wm-sb {
	height: 25px !important;
	padding: 2px 10px 5px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	font-size: 12px;
	font-weight: bold;
	color: #002640;
	vertical-align: middle;
	outline: none;
}

input[type='submit'] {
	height: 25px !important;
	padding: 2px 10px 5px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	font-size: 12px;
	font-weight: bold;
	color: #002640;
	vertical-align: middle;
	outline: none;
}

input[type='hidden'] {
	visibility: hidden;
}

select {
	padding: 0;
	height: 22px;
	vertical-align: middle;
}

textarea {
	margin: 0;
	padding: 3px 5px;
	border: solid 1px #C4D0D6;
	background: #fff url('images/inputbg.gif') repeat-x bottom center;
	outline: none;
}

label {
	font-weight: bold;
	vertical-align: middle;
}

table {
	font-size: 100%;
}

hr {
	color: #c4d0d6;
	background-color: #c4d0d6;
	height: 1px;
	border: 0;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	margin: 0 0 1em 1em;
	position: relative;
}

.contentimageleft {
	float: left;
	margin: 0 1.5em 1em 0;
	position: relative;
}

#container {
	position: relative;
	width: 980px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	background: #fff;
	overflow: auto !important;
	overflow: visible;
}

#header {
	position: relative;
	width: 100%;
	height: 220px;
	background: #69ade5 url('styles/southbeach/headerbg.jpg') no-repeat top left;
}

#header h1 {
	position: relative;
	top: -100%;
	margin: 0;
	padding: 0;
	border: none;
}

#mainmenu {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}

#mainmenu ul {
	height: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#mainmenu li {
	float: left;
	height: 40px;
	padding: 0 0 0 10px;
	margin: 0 0.5em 0 0;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 130%;
}

#mainmenu a {
	display: block;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	color: #fff;
}

#mainmenu a:hover {
	text-decoration: none;
	background: url('images/menuhover.gif') repeat-x bottom center;
}

#mainmenu .selected {
	display: block;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #002640;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	font-weight: bold;
}

#contentarea {
	position: relative;
	overflow: auto;
	padding: 10px 20px;
	margin-bottom: 30px;
}

body.home #contentarea {
	padding: 10px 0;
	width: 100%;
}

#maincontent {
	margin-right: 320px;
}

#sidecolumn {
	position: relative;
	overflow: hidden;
	float: right;
	width: 300px;
}

#footer {
	position: relative;
	width: 980px;
	height: 30px;
	line-height: 30px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	text-align: left;
	margin: 0 auto;
}

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

.panelcolumn {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 300px;
}

.panel {
	width: 300px;
	margin: 10px 0;
	padding: 0;
}

.panelheader {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	color: #002640;
	padding: 0 10px;
	margin: 0;
}

.panelheader a {
	height: 30px;
	display: block;
	color: #002640 !important;
	text-decoration: none;
}

.panelheader a:hover {
	text-decoration: none;
}

.panelcontent {
	padding-top: 5px;
}

.panelcontent h1 {
	font-size: 170%;
	line-height: 100%;
	margin: 5px 0 0.2em 0;
	padding: 0;
	border: none;
}

.panelcontent h1 a {
	color: #002640;
}

.panelcontent h2 {
	margin: 0.25em 0;
	font-size: 120%;
}

.panelcontent h3 {
	margin: 0.25em 0;
}

.panelcontent p {
	margin: 0;
}

.panelcontent hr {
	clear: both;
}

.panelcontent ul {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 140%;
	list-style: none;
}

.rightlink {
	text-align: right;
}

.centerlink {
	text-align: center;
}

.faded {
	color: #c4d0d6;
}

#indicators {
	float: right;
	margin-top: 10px;
}

#indicators a {
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	padding: 0;
	margin-left: 5px;
	float: left;
	border: solid 1px #002640;
}

#indicators a:hover {
	background: #a9c3cd;
	text-decoration: none;
}

#indicators a:focus {
	outline: none;	
}

#indicators a.current, #indicators a:hover.current {
	background: #6f8b9a;
}

#newspanel #newsitems {
	position: relative;
}

#newspanel #newsitems div {
	background: #fff;
}

body.home #directorypanel {
	background: #fff url('images/directorypanelbg.png') repeat-x top center;
}

#directorypanel {
	background: #fff url('images/directorypanelbg.jpg') repeat-x bottom center;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

#directorypanel form {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
}

#directorypanel #searchquery {
	width: 200px;
}

#directorypanel #searchbutton {
	width: 70px;
	margin: 0 0 0 -1px;
}

#directorypanel select, #directorypanel ul {
	margin: 0.5em 0;
}

#directorypanel ul li {
	text-align: center;
/*	margin: 0.2em 0;*/
}

#progresspanel img {
	float: left;
	margin-top: 10px;
	margin-left: -5px;
}

#progresspanel div {
	margin-left: 102px;
}

#progresspanel p {
	margin-bottom: 0.5em;
}

#eventspanel a.event {
	padding: 5px;
	font-size: 120%;
	display: block;
	border-top: solid 1px #c4d0d6;
}

#eventspanel a.first {
	border-top: none;
}

#eventspanel a.event .eventdate {
	display: block;
	font-weight: bold;
	font-size: 83.333%;
	color: #002640;
}

#eventspanel a.event:hover .eventdate {
	text-decoration: none;
}

#eventspanel, #newspanel, #imagepanel, #gallerypanel, #minicalpanel {
	padding-top: 0;
}

#imagepanel img {
	display: block;
	margin: 0 auto 1px;
}

#calendar {
	width: 100%;
	max-width: 940px;
	border-collapse: collapse;
}

#calendar th {
	width: 14.285%;
	padding: 0;
	text-align: center;
}

#calendar td {
	border: solid 1px #b4dce6;
	background: #fff;
	color: #002640;
	width: 14.285%;
	height: 8em;
	vertical-align: top;
	padding: 1px;
}

#calendar td div.day {
	font-weight: bold;
	font-size: 110%;
	margin: 0;
}

#calendar td div {
	padding: 0.25em 0.4em;
	font-size: 95%;
	line-height: 120%;
	margin-bottom: 1px;
}

#calendar td.padding {
	background: #ebf6f8;
	color: #758e9c;
}

#calendar td.today {
	background: #d7ecf1;
}

#calendar td.kernewek {
	background: #fff url('images/kernewek.gif') repeat-x top right;
	height: 140px;
}

#calendar td a {
	display: block;
	color: #000;
}

#datepickerform {
	display: none;
}

#minical {
	width: 300px;
	border-collapse: collapse;
}

#minical th, #minical td {
	border: solid 1px #b4dce6;
	background: #fff;
	color: #002640;
	width: 14.285%;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	font-weight: bold;
}

#minical th {
	background: #d7ecf1;
	height: 20px;
}

#minical td.padding {
	background: #ebf6f8;
	color: #758e9c;
}

#minical td.today {
	background: #d7ecf1;
}

#contactform  {
	margin: 0 0 1.5em 0;
}

#contactform label, #contactform input, #contactform select, #contactform textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
}

form .full {
	width: 35em;
}

select.full {
	width: 36em;
}

#contactform label {
	text-align: right;
	width: 10em;
	padding-right: 1em;
}

#contactform label.checkradio {
	width: auto;
	text-align: left;
	margin: 0 2em 0 1em;
	font-weight: normal;
}

#contactform input.checkradio {
	border: none;
	vertical-align: middle;
	margin-left: 9em !important;
	margin-left: 8em;
}

#contactform .formbutton {
	display: inline;
	margin-left: 11em !important;
	margin-left: 10em;
	width: auto;
}

#contactform p {
	clear: left;
	margin-bottom: 0;
}

.error {
	background: #ffe5e5;
	padding: 1em;
	margin-bottom: 1em;
}

.error ul {
	margin: 0.5em 0 0;
}

#map {
	height: 300px;
}

#map a {
	color: #367fae !important;
}

#directoryresults {
	display: none;
}

#categorypanel, #resultspanel {
	position: relative;
	overflow: auto;
	background: #fff;
}

#resultspanel ol {
	margin-top: 0;
	margin-bottom: 0;
}

#resultspanel li {
	padding-bottom: 0.5em;
}

.icon {
	margin: 0.25em 0.25em 0 0;
	vertical-align: -15%;
}

#gallerycontainer {
	text-align: center;
}

.thumbitem {
	min-height: 72px;
	height: auto !important;
	height: 72px;
}

.thumbitem img {
	float: right;
	margin-left: 20px;
}

.imgbox {
	float: left;
	text-align: center;
	width: 160px;
	margin: 1em;
}

.imgbox p {
	height: 1.5em;
}

.imgbox img {
	border: solid 1px #7fb2e5;
	margin-bottom: 1px;
}

/* 150th Page */

body.s-150-years #sidecolumn-150 {
	float: left;
	position: relative;
	overflow: hidden;
	width: 300px;
}

body.s-150-years #maincontent-150 {
	margin-left: 320px;
	margin-right: 0;
}

body.s-150-years h2.panelheader {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 130%;
	height: 30px;
	line-height: 30px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	padding: 0 10px;
	margin: 0;
}

body.s-150-years .headernotice {
	position: relative;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: -30px 0 0;
	padding: 0 10px;
}

body.s-150-years .event, body.s-150-years .vevent {
	padding: 10px 0;
	clear: right;
	min-height: 66px;
	overflow: auto;
	background: url('images/inputbg.gif') repeat-x bottom;
	border-bottom: solid 1px #c4d0d6;
}

body.s-150-years .event img, body.s-150-years .vevent img {
	float: left;
	margin: 0 20px 0 0;
}

body.s-150-years .event h3, body.s-150-years .vevent h3 {
	margin-top: 0;
}

body.s-150-years .event h4, body.s-150-years .vevent h4 {
	margin-left: -100px !important;
	margin-left: 0;
	margin-top: 0;
	font-size: 110%;
}

body.s-150-years .event .eventcontent, body.s-150-years .vevent .eventcontent {
	margin: 0 140px 0 120px;
}

body.s-150-years .event .rightlink, body.s-150-years .vevent .rightlink {
	margin: -1.25em 0 0;
}

body.s-150-years .event .datebooking, body.s-150-years .vevent .datebooking {
	float: right;
	width: 120px;
	margin: 0 0 0 20px;
	text-align: right;
}

body.s-150-years a.buttonlink {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #c4d0d6;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	font-size: 110%;
	font-weight: bold;
	color: #002640;
	text-align: center;
	outline: none;
}

body.s-150-years a:hover.buttonlink {
	background: #fff url('images/panelheader.gif') repeat-x bottom center;
}

body.s-150-years #detailspanel-150 h3, body.s-150-years #detailspanel-150 p {
	margin-bottom: 0.5em;
}

body.s-150-years #detailspanel-150 a.buttonlink {
	width: 50%;
}

#ticketframe {
	border: none;
}

.noteblock {
	height: auto;
	min-height: 0;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	background: #fffbcc url('images/yellowfade.png') repeat-x bottom;
	padding: 10px 20px;
}

.noteblock h2 {
	margin-top: 0;
	padding-top: 0.5em;
}

.noteblock strong {
	color: red;
}

.noteblock em {
	font-size: 90%;
	font-weight: normal;
}

.noteblock img {
	display: block !important;
	display: none;
	float: left;
	margin: 0 0 -64px 0;
}

body.home .noteblock img {
	margin: -3px -28px 0 0;
}

#maincontent-150 .noteblock {
	border-bottom: solid 1px #c4d0d6;
}

body.home .noteblock {
	font-size: 120%;
	color: #002640;
	background-position: center center;
	padding: 4px 20px;
	cursor: pointer;
	height: 20px;
}

.photorotate {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 200px;
	margin: 20px 0 5px;
}

.photorotate a {
	display: none;
}

.photorotate img {
	position: absolute;
	display: block;
}

.videoplayer {
	position: relative;
	display: block;
	width: 550px;
	height: 310px;
	text-align: center;
}

.videoplayer:focus {
	outline: none;
}

.videoplayer span {
	position: absolute;
	width: 175px;
	height: 55px;
	top: 127px;
	left: 187px;
	background: url('http://www.sobey.net.au/images/playvideo.png') no-repeat;
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}

.docbox {
	width: 350px;
	padding: 10px;
	background: url('images/inputbg.gif') repeat-x bottom;
	border: solid 1px #c4d0d6;
	margin-bottom: 1em;
}

.docbox h3 {
	margin: 0 0 -8px;
	font-size: 110%;
	background: url('images/pageicon.png') no-repeat top left;
	padding: 0 0 14px 40px;
	min-height: 18px;
}

.docbox p {
	text-align: right;
	margin: 0 0 5px 40px;
}

.docbox p a {
	margin: 0 0 0 5px;
	padding: 2px 10px 5px;
	background: #b4dce6 url('images/panelheader.gif') repeat-x top center;
	font-weight: bold;
	color: #002640;
	border: solid 1px #c4d0d6;
}
