body {
	font: 62.5% "Times New Roman", Times, serif;
	background: #FFFFFF;
	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: #000;
}

/*  *** Rule to hide items that are not to be printed.  These items are screen-only items *** */
.cms .screen {
	display: none;
	visibility: hidden;
}


.cms #container {
/*	width: 900px;    */
	width: auto !important;  
	background-color: #FFF;  /* */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.cms #banner {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333; 
	width: 900px;
	border-bottom: 1px solid #222222;
	padding: 0;  
	padding-bottom: 8px;
}
.cms #banner .banner img { border: none; }
.cms #banner .banner-LHS { float: left; }
.cms #banner .banner-RHS, .cms #banner .facebook-slice { float: right; }

.cms #navBar {
	display: none;
	visibility: hidden;
}
.cms #navMenu {
	display: none;
	visibility: hidden;
}

.SpryHiddenRegion {
	visibility:hidden;
}
.cms #feature {
	border-bottom: 0px solid #000000;
	background: #333333;
}
.cms #flashfeature {
	display: none;
	visibility: hidden;
}

.cms #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	margin-bottom: 10px; */
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #333;
	font-size: 1.6em;
}
.cms #mainContent a {
	color: #906;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.cms #mainContent a:hover {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dashed #090;
}	

.cms #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000;

}
.cms #mainContent h2 {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.cms #mainContent h3, .cms #mainContent h4, .cms #mainContent h5, .cms #mainContent h6 {
	font-size: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F0;
}

.cms #homeContent {
	float: left;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0 0 0px;
	width: 610px;  /* */
}
.cms #homeContent a {
	color: #906;
	text-decoration: none;
}
.cms #homeContent a:hover {
	color: #090;
	text-decoration: none;
}	



.cms #newsBar {
	width: 230px;
	float: right;
	margin-top: 10px;
	border: 1px solid #202020;
}
.cms #newsBar .newsBarHeader {
	margin-top: 0px;
	color: #FFF;
	font-size: 115%;
	font-weight: bold;
	background-color: #222;
	padding: 3px 0;
}
#newsBar .newsBarBody {
	padding: 0 6px 0px 6px;
	
}
#newsBar .newsSummary {
	padding-top: 6px;
	border-top: 1px solid #202020;	
}
.cms #newsBar div.more {
	padding: 2px 0 6px 0;
	text-align: right;
	font-style: italic;
	font-size: 90%;
}
.cms #newsBar div.more a {
	text-decoration: none;
}	

.cms #mainContent form legend {
	color: #FFF;
	font-size: 110%;
	padding: 0 8px;
}
.cms #mainContent #photobookings, .cms #mainContent #coursebookings, .cms #mainContent #contact {
	width: 430px;	
}

.cms #news, #mainContent #testimonials  {
	margin-bottom: 1em;
	border-top: 1px solid #CCC;
}

#news .newsItems, #mainContent .attribution {
	border-bottom: 1px solid #CCC;
}

.News_Dateline, .attribution {
	font-size: 85%;
	text-align: right;
	padding-right: 2em;	
	font-style: italic;
}

#news .News_Dateline a,  #mainContent .attribution a {
	font-style: italic;
	color: #CCC;
	text-decoration: none;
}

#gallery {
	width: 800px;
	margin: 20px auto 0 auto;
	height: 587px;
	background: #333;
}

.cms #footer {
	padding: 4px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#272622;
	background: #222222;
	font-size: 1em;
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	color: #CCCCCC;
}
.cms #footer p {
	font-size: 1em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
}

.cms #footer a {
	font-size: 1em;
	color: #CCCCCC;
}
.cms #footer .lhs {
	float: left;
}
.cms #footer .rhs {
	float: right;
}
.clearit{
	clear: both;
	margin-top: 0px;
}