@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

h1 {
	background: top left repeat-x url(/skin/images/h1-bg.gif);
	color: #2f2f2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 8px 15px;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h2 {
	margin: 24px 0 6px 0;
	font-weight: normal;
	font-size: 20px;
	color: #b91904;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	margin: 24px 0 6px 0;
	font-size: 16px;
	color: #5f5f5f;
	border-bottom: 1px solid #d7d7d7;
}
h4 {
	margin: 12px 0 6px 0;
	font-size: 14px;
	color: #666666;
}


img {
	border: 0;
}

/*ul {
	list-style-image: url(/admin/images/icon-list.gif);
	list-style-position: outside;
	padding-left: 0;
	margin-left: 16px;
}
li {
	padding-left: 5px;
	margin-left: 0;
}*/

th, td {
	vertical-align: top;
}


a:link, a:active, a:visited {
	color: #b91904;
	text-decoration: underline;
}
a:hover {
	color: #b91904;
	text-decoration: none;
}

em {
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

.divider {
	background: top repeat-x url(/skin/images/div.gif);
	line-height: 2px;
	height: 2px;
}

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	width: 280px;
	background: #f8f8f8 top repeat-x url(/skin/images/input-bg.gif);
	border: 1px solid #dcdcdc;
	padding: 5px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	width: auto;
	background-color: #3e3e3e;
	color: #FFFFFF;
	border: 1px solid #1c1c1c;
	padding: 3px 8px;
}
input.none {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
a.button:link, a.button:active, a.button:visited {
	background-color: #00395C;
	border: 2px solid #00263d;
	width: auto;
	padding: 3px 5px;
	color: #e3e3e3;
}
a.button:hover {
	text-decoration: none;
}

.error {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #fbe7e1 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #e25f53;
	color: #933229;
}
.notification {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #e2f2df 7px 7px no-repeat url(/skin/images/icon-tick.png);
	border: 2px solid #6ec563;
	color: #418239;
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
	border-collapse: collapse;
}
.form th {
	width: 200px;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #ececec;
	background-color: #f0f0f0;
}
.form td {
	width: 420px;
	padding: 5px 30px 5px 10px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
}
.form td.required {
	background: #fafafa 430px 7px no-repeat url(/skin/images/icon-required.png);
}
.form td em {
	font-style: normal;
	font-size: 11px;
}
.form input, .form textarea {
	width: 380px;
}
.form select {
	width: 394px;
}
.form input.short {
	width: 130px;
}
.form select.short {
	width: 150px;
}
.form input.tiny {
	width: 60px;
}
.form select.tiny {
	width: 70px;
}
.form input.none {
	border: 0;
	padding: 0;
	width: auto;
}
.form input.button {
	width: auto;
}

.form td th {
	width: 120px;
}
.form td td {
	width: 220px;
}
.form td td input {
	width: 210px;
}

/* Page top - grey striped bg */
#page-top {
	background: bottom repeat-x url(/skin/images/bg-tile.jpg);
	padding-bottom: 32px;
}

/* Page bottom - white content area */
#page-bottom {
	background: top repeat-x url(/skin/images/page-bottom.jpg);
	padding-top: 25px;
}

/* Container */
.container {
	width: 950px;
	margin: 0 auto;
}

/* Site Map - top menu text */
#sitemap {
	padding-top: 20px;
	text-align: right;
	font-size: 11px;
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	margin-left: 12px;
	color: #b1b1b1;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap .icons {
	float: right;
	margin-left: 15px;
}
#sitemap .icons a {
	margin: 0;
}

#sitemap img {
}

/* HEADER - logo & timer */
#header {
	height: 100px;
}
#header .left {
	float: left;
	width: 400px;
}
#header .right {
	float: right;
	width: 450px;
	text-align: right;
}


/* Menu - main menu bar */
#menu {
	clear: both;
	height: 43px;
	background: top repeat-x url(/skin/images/menu-bg.gif);
	padding: 0 8px;
	border: 1px solid #1d1d1d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 0.6px;
}
#menu ul {
	width: 950px;
	height: 43px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
	height: 28px;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 14px 16px;
	color: #b1b1b1;
	text-decoration: none;
	display: block;
}
#menu a:hover, #menu li:hover a:visited, #menu li.sfhover, #menu a.active {
	color: #FFFFFF;
}
/* Main menu state when submenu active */
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited {
	color: #FFFFFF;
	background-color: #8d1606;
}
#menu li.active a:visited, #menu li.active a:active, #menu li.active a:link {
	color: #FFFFFF;
}

/* 2 level menu */
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}
/* 3 level menu */
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}


/* Sub menu */
#menu li ul {
	/*display: none;*/
	left: -999em;
	background-color: #8d1606;
	width: 220px;
	height: auto;
	position: absolute;
	padding: 5px 0;
	margin: 0;
}
#menu li:hover ul, #menu li.sfhover ul {
	/*display: block;*/
	left: auto;
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	border: 0;
	height: auto;
	font-weight: normal;
	list-style-image: none;
	list-style: none;
}
/* Submenu list items */
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited, #menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited {
	color: #c9c9c9;
	text-decoration: none;
	background: none;
	padding: 8px 16px;
}
/* Submenu list items hover */
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #c9c9c9;
	text-decoration: none;
	background-color: #750f01;
}

/* Sub menu - 3rd level */
#menu li ul ul {
	margin: -35px 0 0 220px;
}
/* Main menu state when submenu active */
#menu li li:hover a:link, #menu li li:hover a:active, #menu li li:hover a:visited, #menu li li.sfhover a:link, #menu li li.sfhover a:active, #menu li li.sfhover a:visited {
	color: #FFFFFF;
	background-color: #750f01;
}
#menu li li ul {
	background-color: #750f01;
	width: 220px;
	height: auto;
	position: absolute;
	padding: 5px 0;
	border-left: 5px solid #750f01;
	border-right: 5px solid #750f01;
}
/* Submenu list items hover */
#menu li li ul a:hover, #menu li li:hover ul a:hover, #menu li li.sfhover ul a:hover {
	color: #c9c9c9;
	text-decoration: none;
	background-color: #8d1606;
}



/* Header Image - Rounded white bg */
.headerimage {
	width: 934px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 8px solid #FFFFFF;
	margin-top: 32px;
	text-align: center;
}

a.expand-link:link, a.expand-link:active, a.expand-link:visited {
	background: left no-repeat url(/skin/images/icon-arrow-red.gif);
	padding: 1px 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: #CB2127;
	text-decoration: none;
}
a.expand-link:hover {
	text-decoration: underline;
}


/* PANEL */
.panel {
	margin-bottom: 20px;
}
.panel h3 {
	background: bottom left repeat-x url(/skin/images/div-dotted.gif);
	border-bottom: 0;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	color: #7b7b7b;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/* Newsletter panel */
.panel.newsletter {
	background: 0 37px no-repeat url(/skin/images/newsletter-input-bg.gif);
	padding-bottom: 5px;
	text-align: center;
}
.panel.newsletter input {
	width: 140px;
	padding: 5px;
	border: 0;
	background: none;
	font-size: 11px;
	color: #a8a8a8;
}
.panel.newsletter input.button {
	width: 75px;
	padding: 5px;
	font-size: 11px;
	color: #dd1b00;
	cursor: pointer;
}
.panel.newsletter input.button-alt {
	width: 80px;
	padding: 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #a8a8a8;
	cursor: pointer;
}

/* Sublinks - submenu page options */
.panel {
}
.panel ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.panel li {
	margin: 0;
	padding: 0 0 0 10px;
	background: 0 9px no-repeat url(/skin/images/icon-arrow.gif);
}
.panel a:link, .panel a:active, .panel a:visited {
	color: #7B7B7B;
	text-decoration: none;
}
.panel a:hover {
	color: #7B7B7B;
	text-decoration: underline;
}
.panel .more-link {
	text-align: right;
}
.panel .more-link a:link, .panel .more-link a:active, .panel .more-link a:visited {
	color: #b91904;
	text-decoration: none;
}
.panel .more-link a:hover {
	color: #b91904;
	text-decoration: underline;
}



/* Categories / grey blocks */
ul.categories {
	margin: 0;
	padding: 0;
}
ul.categories li {
	background: none;
	background-color: #3e3e3e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 5px;
	color: #e6e6e6;
	font-size: 12px;
	line-height: normal;
}
ul.categories a:link, ul.categories a:active, ul.categories a:visited {
	color: #c7c7c7;
	text-decoration: none;
}
ul.categories a:hover {
	color: #c7c7c7;
	text-decoration: underline;
}
ul.categories .image {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 9px;
	background: no-repeat url(/skin/images/icon-blog-category.gif);
	border: 1px solid #FFFFFF;
}
ul.categories img {
	
}
ul.categories .text {
	padding: 10px 0;
}


/* Entries list style */
ul.entries {
}
ul.entries li {
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
ul.entries em {
	font-style: normal;
	font-size: 11px;
	 color: #7B7B7B;
}
ul.entries a:link, ul.entries a:active, ul.entries a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
ul.entries a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}

/* Subscribe icon list style */
ul.subscribe {
	margin: 0;
}
ul.subscribe li {
	background: none;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 14px;
}
ul.subscribe a:link, ul.subscribe a:active, ul.subscribe a:visited {
	display: block;
	padding: 8px 0 8px 50px;
	color: #3e3e3e;
	text-decoration: none;
}
ul.subscribe a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}
ul.subscribe a.rss {
	background: left no-repeat url(/skin/images/icon-rss.gif);
}
ul.subscribe a.itunes {
	background: left no-repeat url(/skin/images/icon-itunes.gif);
}
ul.subscribe a.none {
	padding: 0 0 0 50px;
}

ul.subscribe li.rssform {
	background: top center no-repeat url(/skin/images/newsletter-input-bg.gif);
	padding: 2px 0 5px 0;
	margin-top: 5px;
	text-align: center;
}
ul.subscribe li.rssform input {
	width: 140px;
	padding: 5px;
	border: 0;
	background: none;
	font-size: 11px;
	color: #a8a8a8;
}
ul.subscribe li.rssform input.button {
	width: 75px;
	padding: 5px;
	font-size: 11px;
	color: #dd1b00;
	cursor: pointer;
}

ul.search {
	margin: 0;
}
ul.search li {
	font-size: 11px;
	background: none;
	padding: 0;
	line-height: normal;
	margin-bottom: 8px;
}
ul.search select {
	width: 230px;
}




/* Paging bar style */
.paging {
	background-color: #f3f3f3;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 15px;
	margin: 10px auto;
	font-size: 11px;
}
.paging em {
	background-color: #e0e0e0;
	padding: 1px 6px;
	font-style: normal;
	margin: 0 2px;
}
.paging a:link, .paging a:active, .paging a:visited {
	margin: 0 2px;
	color: #666666;
	text-decoration: none;
}
.paging a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Message container */
.message-container {
	margin: 10px auto;
	width: 672px;
	background-color: #FFFFFF;
	border: 8px solid #3e3e3e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

/* Message Details */
.message-details {
	margin-top: 10px;
}
/* Message Name */
.message-name {
	float: left;
	width: 400px;
}
.message-name h2 {
	margin: 0;
}
/* Messages paging style */
.message-paging {
	float: right;
	width: 300px;
	text-align: right;
}
.message-paging a:link, .message-paging a:active, .message-paging a:visited {
	color: #3e3e3e;
	border: 1px solid #3e3e3e;
	text-decoration: none;
	padding: 2px 6px;
}
.message-paging a:hover {
	color: #FFFFFF;
	background-color: #3e3e3e;
	text-decoration: none;
}

.message-paging a.active { 
	background-color: #c81f21;
	color: #ffffff;
}

/* Messages search results grid */
.message-results {
}
.message-results td {
	width: 220px;
	line-height: normal;
	border: 6px solid #FFFFFF;
	padding: 0;
	background: #333333 top center no-repeat url(/skin/images/message-placeholder.gif);
}
.message-results td.none {
	background: none;
}
.message-results .label {
	font-size: 16px;
}
.message-results .name {
	width: 165px;
	color: #FFFFFF;
	padding: 5px 10px;
	font-weight: bold;
	float: left;
}
.message-results a:link, .message-results a:active, .message-results a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.message-results a:hover {
	color: #666666;
}
.message-results .count {
	width: 10px;
	background-color: #000000;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	float: right;
	padding: 5px 10px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.message-results .image {
	width: 220px;
	height: 125px;
	border-bottom: 1px solid #FFFFFF;;
}



/* CONTENT - content and text areas */
.content-left {
	float: left;
	width: 700px;
}
.content-right {
	float: right;
	width: 230px;
}


.content, .content p {
	font-size: 13px;
	line-height: 23px;
}



/* Table grid styles - with border */
.grid {
	width: 100%;
	border-collapse: collapse;
}
.grid td {
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
}


/* Profile table layout */
.profile {
	margin: 15px auto;
	border-collapse: collapse;
}
.profile td {
	width: 210px;
	padding: 0 0 10px 0;
	text-align: center;
	border: 15px solid #FFFFFF;
	border-top: 0;
	border-bottom: 1px solid #EAEAEA;
	line-height: 18px;
}
.profile em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.profile img {
	margin-bottom: 10px;
}
.profile td.none {
	border-bottom: 0;
}



/* Blog / Events Styles */
.entry {
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.entry .date {
	background: left no-repeat url(/skin/images/icon-calendar.gif);
	padding: 10px 0 10px 50px;
	font-size: 16px;
	font-weight: bold;
	color: #ad120d;
	margin-bottom: 8px;
	line-height: normal;
}
.entry .date em {
	font-size: 12px;
	font-style: normal;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
}
.entry .summary {
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #3a3a3a;
	text-decoration: none;
}
.entry h2 a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
.entry .details {
	font-size: 11px;
}

.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 18px;
	min-height: 50px;
  height: auto !important;
  height: 50px;
}

/* Gallery */
.gallery {
}
.gallery img {
	margin: 3px;
}


/* Footer */
#footer {
	background: top repeat-x url(/skin/images/div.gif);
	margin-top: 15px;
	padding: 15px 0;
	font-size: 11px;
	color: #353535;
}
#footer em {
	margin: 0 6px;
	color: #353535;
}
#footer .left {
	float: left;
	width: 600px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #353535;
	text-decoration: none;
}
#footer a:hover {
	color: #941d0d;
	text-decoration: underline;
}
#footer .right {
	float: right;
	width: 340px;
	text-align: right;
}
#fancybox-left-ico {
 left: 20px;
}

#fancybox-right-ico {
 right: 20px;
  left: auto;
} 

