﻿@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	background-image:url(../images/body-background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8E8E8E;
	font-size:10pt;
}

h4 {
margin:3px 0 3px 0;
}

img {
border:0;
}

.sample a:link {
color:#6b0000;
}

.sample a:visited {
color:#6b0000;
}

.sample a:hover {
color:#9f9f9f;
background:#8d0000;
}

.sample a:active {
color:#9f9f9f;
}

.twoColFixRtHdr #container { 
	width: 752px;
	
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 0 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation-bar {
height:23px;
background:#4f0202;
padding:0 0 0 1px;
margin:1px 0 0 0;
text-align:center;
}

#navigation-bar li {
height:20px;
display:inline;
background:#4f0202;
padding:0;
margin:0;
font-size:13pt;
font-weight:bold;
font-family:"Monotype corsiva";
}

#navigation-bar a:link {
color:#6c6c6c;
}

#navigation-bar a:visited {
color:#6c6c6c;
}

#navigation-bar a:hover {
color:#fff;
background:#af0000;
}

#navigation-bar a:active {
color:#9f9f9f;
background:#af0000;
}

#navigation-bar-sec {
height:23px;
background:#4f0202;
padding:0 0 0 1px;
margin:1px 0 0 0;
text-align:center;
}

#navigation-bar-sec li {
height:20px;
display:inline;
background:#4f0202;
padding:0;
margin:0;
font-size:12pt;
font-family:"Monotype corsiva";
}

#navigation-bar-sec a:link {
color:#6c6c6c;
}

#navigation-bar-sec a:visited {
color:#6c6c6c;
}

#navigation-bar-sec a:hover {
color:#9f9f9f;
background:#8d0000;
}

#navigation-bar-sec a:active {
color:#9f9f9f;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000;
	padding: 6px 0 0 0;
	margin:0;
}

.twoColFixRtHdr #sidebar1 h1{
font-size:1.4em;
background:#5a0000;
margin:0px 0 4px 0;
padding:0;
font-family:"Monotype corsiva";
}

.twoColFixRtHdr #sidebar1 h2{
font-size:1.0em;
margin:0px 0 4px 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#8d0000;
}

.twoColFixRtHdr #sidebar1 p {
font-size:0.8em;
margin:2px 0 10px 0;
}

.twoColFixRtHdr #sidebar1 p a:link {
color:#6b0000;
font-weight:bold;
}

.twoColFixRtHdr #sidebar1 p a:visited {
color:#6b0000;
font-weight:bold;
}

.twoColFixRtHdr #sidebar1 p a:hover {
color:#af0000;
font-weight:bold;
}

.twoColFixRtHdr #sidebar1 p a:active {
color:#af0000;
font-weight:bold;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 155px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px 2px 10px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background:#000;
}

.twoColFixRtHdr #mainContent h1{
font-size:2.4em;
margin:2px 0 2px 0;
font-family:"Monotype corsiva";
}

.twoColFixRtHdr #mainContent h2{
font-size:1.2em;
margin:2px 0 3px 0;
font-family:"Monotype corsiva";
}

.twoColFixRtHdr #mainContent p {
padding:2px 0 10px 2px;
margin:0;
}

.twoColFixRtHdr #mainContent-nonews { 
	margin: 0 100px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px 2px 10px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background:#000;
}

.twoColFixRtHdr #mainContent-nonews h1{
font-size:2.4em;
margin:2px 0 2px 0;
font-family:"Monotype corsiva";
}

.twoColFixRtHdr #mainContent-nonews h2{
font-size:1.2em;
margin:2px 0 3px 0;
font-family:"Monotype corsiva";
}

.twoColFixRtHdr #mainContent-nonews p {
padding:2px 0 10px 2px;
margin:0;
}

.twoColFixRtHdr #mainContent-nonews a:link {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

.twoColFixRtHdr #mainContent-nonews  a:visited {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

.twoColFixRtHdr #mainContent-nonews  a:hover {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

.twoColFixRtHdr #mainContent-nonews  a:active {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#skills-list {
list-style:none;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#340202;
	height:38px;
	text-align:center;
	font-size:10pt;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
color:#7d7d7d;
font-weight:bold;
text-decoration:none;
}

#footer  a:visited {
color:#7d7d7d;
font-weight:bold;
text-decoration:none;
}

#footer  a:hover {
color:#afafaf;
font-weight:bold;
text-decoration:none;
}

#footer  a:active {
color:#afafaf;
font-weight:bold;
text-decoration:none;
}

#counter {
text-align:left;
width:200px;
padding:5px;
margin:5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#services h2 {
background:#3e0202;
}

.redbold {
color:#d00;
font-weight:bold;
font-style:italic;
}

#links {
width:560px;
border:0;
}

#links td {
width:280px;
text-align:center;
vertical-align:bottom;
}

#links a:link {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#links  a:visited {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#links  a:hover {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#links  a:active {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#booking-button {
margin:2px 0 2px 0;
border:0;
}

#investigations a:link {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#investigations  a:visited {
color:#7d7d7d;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#investigations  a:hover {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

#investigations  a:active {
color:#af0000;
font-size:0.96em;
font-weight:bold;
text-decoration:none;
}

.invest-title h2 {
background-color:#3e0202;
}

.events-tabs {
width:450px;
}

.events-tabs td {
width:165px;
background-color:#3e0202;
border:1px solid #6c6c6c;
font-size:1.1em;
text-align:center;
padding:0;
}

#event-selected {
background-color:#af1313;
}

.news-title {
font-size:1.4em;
background-color:#3e0202;
}

.news-detail {
vertical-align:top;
font-size:1.4em;
font-family:"Monotype corsiva";
}

.thankyou {
font-family:"Monotype corsiva";
font-size:1.2em;
}

.h2-red-bar {
background:#3e0202;
font-size:1.6em;
}

.radio-guests li {
margin:2px 0 5px 0;
padding-bottom:8px;
list-style:none;
border-bottom:1px solid #6e0202;
}

.no-border {
border:0;
}

.h1-red-bar {
background:#3e0202;
}

.quotes {
font-family:"Monotype corsiva";
font-size:1.4em;
padding-bottom:8px;
border-bottom:2px solid #3e0202;
}

.quote-by {
color:#9f0202;
}

.Price-Table {
	border: 1px solid #FFFFFF;
}

.Disclaimer-Check {
	font-family: "Monotype corsiva";
	font-size: 1.2em;
	text-align: center;
}

#site-update {
margin:2px 0 3px 0;
font-family:"Monotype Corsiva";
font-size:1.3em;
color:#6f0000;
}

#radio-dates {
margin-top:4px;
font-weight:bold;
color:#6d0202;
}

.red {
color:#9f0202;
}

#designed {
font-size:0.8em;
font-style:italic;
color:#777;
}

#PPMiniCart { 
text-align:left; 
}
