@charset "utf-8";
/*				
*** PALLETE ****
White: #fff;		Black: #000;			Orange: #ffb11d;
DarkGrey: #49494a;	DarkerGrey: #313132;	Grey: #666666;		Light Grey: #CCCCCC

*** NOTES ***
font-size: 62.5%; -- All font sizes can be accessible by being specified as in em (i.e. 12 is 1.2em, 8 is 0.8em)
a, a:link, a:visited, a:hover, a:active -- Correct order for anchor styles
*/
body {
	font: 85% "Cooper Std Black",  Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0; /* zero margin and padding in the body element to account for differing browser defaults */
	padding: 0;
		color: #000;
}
p {
	font-size: 115%;
}
a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;	
}
img { 
 	border: none;
}
		
h1 {
	color: #ffb11d;
	font-size: 300%;
	margin: 0px;
	padding: 0px;
}
h1 span {
	font-size: 70%;
}

h2 {
	margin-top: 6px;
	padding-top: 10px;
	clear: both;
}
ul {
	padding: 0px;
	margin: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.upper {
	text-transform: uppercase;
}
.small {
	font-size: 92%;
}
.explained {
	padding-left: 1em;
}
.center {
	text-align: center;
}
.hide { 
	display: none; 
}
.right {
	float:right;
}
.left {
	float:left;
}
/* Lists
-------------------------------------------------------------- */
ul.simpleList {
	margin:0; 
	list-style: none;
}
.inline, .inline li {  
	display: inline;  }

.smallIcon {
	width: 10em;
	vertical-align: middle;
}

.listItem {
	color: #fff;
}



/* Navigation
-------------------------------------------------------------- */
#menu
{
	font-size: 120%;
	float: right;
	padding-right: 2em;
	padding-top: 2.6em;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: inline;
	margin-left: 2em;
}

#menu a, #menu a:visited,
#footer a, #footer a:visited
{
	color: #ffb11d;
	text-decoration: none;
}

#menu a:hover, 
#footer a:hover
{
	color: #fff;
	text-decoration: none;
}


/* Layout and content containers
-------------------------------------------------------------- */
#container {
	width: 71.5em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	background: #ddd; 
	padding: 0 10px 0 10px;  
	height: 100px;
	background: #fff url(../cssimg/header-1px.gif) repeat-x;
}

#header h1 {
	margin: 0;
	padding: 0.63em 0;
}

#header #logo {
	float: left;
	margin-top: 2em;
}

#contentContainer {
	margin: 0px;
	padding: 1em;
}

#contentContainer a, #contentContainer a:visited {
	color: #ffb11d;
	text-decoration: none;
}

#contentContainer a:hover {
	color: #ffb11d;
	font-weight: bold;
	text-decoration: underline;
}

#mainContent {
	height: 100%;
	width: 71%;
	float: left;
	display: block;
	padding-left: 5px;
}

#mainContent h2 {
	padding-top: 4px;
	clear: none;
}

#mainContent #clientLogin {
	float: left;
	padding-right: 10px;
}

#sideContent {	
	height: 100%;
	width: 26%;
	float: right;
	display: block;
	padding-left: 1em;
	border-left: 2px solid white;
}

#sideContent h1 {
	font-size: 170%;
	margin: 10px 0px 22px 0px;
}

#sideContent h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sideContent li {
	padding: 6px;	
	margin-bottom: 1em;
}

#sideContent q {
	width: 100%;
	display: block;
	padding: 2px;
	color: #000;
}

#sideContent p.small {
	margin: 0px;
	text-align: right;
}
.sideBox {
	width: 300px;
	padding: 0px 0px 20px 10px;
}

/* Footer
-------------------------------------------------------------- */
#footer { 
	padding: 0 0.63em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #313132 url(../cssimg/footer-1px.gif) repeat-x;
	color: #fff;
} 
#footer h2 {
	padding-top: 0;
}
#footer ul {
	width:100%;
}
#footer ul li {
	float: left;
	padding: 0px 10px;
}
#footer ul li.contactForm {
	width:22%;
}
#footer ul li.contactForm input[type="text"] {
	width: 160px;
}
#footer ul li.contactInfo {
	width:20%;
}
#footer ul li.support {
	width:20%;
}
#footer ul li.staff {
	width:28%;
	text-align: left;
}
#footer p, #footer label {
	font: 80% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0.63em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
#credits {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

/* Page content
------------------------------------------*/
div.promoRow {
	text-align: center;
	padding: 5px 15px 25px 5px;	
}	
div.promoRow img {
	width: 140px;
	height: 140px;
	float: left;	
}
div.promoRow h1 {
	font-size: 425%;	
	margin: 0px;
	padding: 15px 30px 0px 150px;
}
div.promoRow p {
	font-size: 115%;
	clear: both;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: left;
}
div.promoRow ul {
	margin: 0px;
	padding-top: 5px;
}

div.promoColumn {
	float: left;
	width: 200px;
	padding-left: 15px;
}
div.promoColumn img {
	width: 160px;
	padding: 0px 10px 0px 10px;
}
div.promoColumn h2 {
	text-align: center;
}
div.promoColumn ul {
	padding: 0px 22px;
	list-style-type: disc;
}
div.promoColumnLarge,
div.promoColumnLargest {
	float: left;	
	padding-left: 15px;
	font-size: 120%;	
}
div.promoColumnLarge {
	width: 300px;
}
div.promoColumnLarge img.center {
	padding: 10px 75px;
}
div.promoColumnLargest {
	width: 610px;
}

ul.portfolio img {
	height: 50px;
	width: 75px
	border: 1px solid #ffb11d;
}
.details {
	clear: left;
	padding: 10px 12px;
}
.packageListItem {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 120%;
	font-weight: bold;
}

.packageListItem span.price {
	margin: 0.25em;
}

.packageListItem img {
	width: 100px;
	height: 30px;
	vertical-align: top;
}

.testimonial {
	font-style: italic;
}

.testimonial  span {
	font-weight: bold;
	font-style: normal;
	padding-left: 0.25em;
}

#packagesTable {
	margin: 0 auto;
	text-align: center;
}

#packagesTable h2 {
	margin: 0;
	padding: 0;
}
#packagesTable th, .price {
	font-size: 120%;
	font-weight: bold;
	padding: 4px;
}

#packagesTable td {
	padding: 0 2em;
}

#packagesTable * {
	border: none;
}

#music {
	clear: both;
}
.feedbackForm 
{    width: 528px;}

.feedbackForm table.webform td {
    padding:2px;
    width: 284px;
}
.feedbackForm  .webform input 
{   float: right;}

.feedbackForm select.cat_dropdown
{   float: right;}


.feedbackForm .webform label 
{
vertical-align:top;}

.feedbackForm #CAT_Custom_218308
{
float:right;}

/* BC overrides 
------------------------------------------------------*/
div.blog-container {
	padding: 1em;
	color: #000000;
	background-color: #CCCCCC;
}

div.blog-container h1{
	color: #ffffff;
}

div.blog-container a{
	color: #49494a;
}

ol.blogsitesummary {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.portfolio {
	margin: 40px 0px 0px 50px;
}

.GrandmasterTable {
	vertical-align:top;
}
.captchaimg {
	padding-left: 2.5px;
}
.priceBadge {
	margin-right: 80px;
}

#catwebformform48727 .form-container
{     background-color: transparent;
    border: medium none;
    float: right;
    padding: 0;
    width: 235px;}


.booking-container #mainContent {
    display: block;
    float: left;
    height: 100%;
    padding-left: 5px;
   width: 73%;
}



.booking-container #sideContent {
    border-left: 2px solid white;
    display: block;
    float: right;
    height: 100%;
    padding-left: 1em;
    width:24%;
}


.booking-container h1,
.booking-container h2,
.form-container h2 {
    color: #FFB11D;
    font-size: 22px;
  margin: 0 0 16px;
}
.form-container h2 {
  padding-left: 9px;
  margin-top: 9px;
}

#catwebformform48727 input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox 
{
   width: 192px;
    margin-bottom: -14px;
}


#catwebformform48727  .cat_dropdown_smaller 
{
   width: 198px;
}



#catwebformform48727  .form label, .webform label {
    font-size: 13px;
}

.booking-container {
  font-size: 98%;
}

.booking-container h4
{  font-size: 20px;
  margin-top: 11px;
  color: #FFB11D;    
margin-bottom: 0px;
}


.promoColumnLarge ul {
    margin: 16px 0 0;
    font-size: 98%;
}


.booking-container p
{
margin-top: 5px; 
}


.tell-a-friend td.var {
    width: 130px;
    text-align: left;
}

.tell-a-friend {
    background-color: #FFFFFF;
    border: 2px solid #333333;
    color: #666666;
    padding: 8px;

}


.tell-a-friend form {
    padding: 0 0 0 8px;
}
