/*@charset "utf-8";
/* CSS Document */

/* body and main wrapper */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1D1E9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	/*border-left: #999 solid 2px;
	border-right: #999 solid 2px;*/
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#widecontainer {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	/*border-left: #999 solid 2px;
	border-right: #999 solid 2px;*/
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}

/* Tag selectors */
table {
	background-color: #bfd8db;
	text-align: left;
	margin: 0 0 20px 20px;
}
.noColour {
	width:100%;
	background-color: transparent;
	border-style:none;
	margin:0;
	padding:0;
}
.pink {
	background-color: #DABEC9;
}
caption {
	font: 18px Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align:center;
	padding:10px 0 10px 0;
}
th {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:5px 0 5px 0;
	background-color: #39F;
	border-bottom-style:groove;
	border: 1px solid #FFF;
	text-align: center;
}
td {
	border-collapse:collapse;
	padding: 7px 5px 7px 5px;
	text-align:left;
	vertical-align:top;
	border: 1px solid #999;
}

a:link.furtherInfo {
}
.furtherInfo {
	font-size: 75%;
	text-align:right;
}

.noBorder {
	border-style:none;
	padding: 0;
	vertical-align:top;
}
h3 {
	padding: 0 0 0 10px;
}
h4 {
	text-align: center;
}
/* HEADER */

#header {
	padding: 20px 0 10px 0;
	background-color:#FFF;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* Main Content*/

#mainContent {
	margin: 35px 0 0 220px;
	font-size:12px;
	padding: 0;
	background-image: url(../Images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #d9d3f5;
	width: 770px;
}

#mainContent h1 {
	text-align: center;
	background-image: url(../Images/contenthead_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding: 20px 0 10px 0;
	color: #36C;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	line-height: 20px;	
}
#mainContent h1.pink {
	color: #754358;
}
#mainContent h2 {
	text-align: center;
}
#mainContent h5 {
	font-size: 18px;
	text-align: center;
	color: #36C;
}
#mainContent p {
	padding: 0 10px;
	text-align: left;
}
#mainContent p.centred {
	padding: 0 10px;
	text-align: center;
}

#mainContent img.floatRight { 
    float: right; 
    clear: both;
    margin: 10px; 
}


#leftbottom {
	float:left;
	padding:0;
	width:200px;
	margin: 50px 0 5px 10px;
	text-align: center;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
}

#leftbottom p {
	padding: 0 10px;
	text-align: center;
	font-size: 65%;
}

#main_picture {
	float:left;
	background-color: #FFF;
}
#hideform {
	display:none;
}
img.studio {
	padding:0 0 5px 15px;
}
img.icon {
	margin: 0 0 8px 0;
	vertical-align: top;
}
.rollover_text {
	font-size: 9px;
	color: #ae6dd4;
}
.paragraph {
	background-color: #d9d3f5;
}
.contact {
	text-align: center;
}
.label {
	float:left;
	width:20em;
	text-align: right;
	clear:left;
	margin:0 15px 0 0;
}
/* FOOTER */

#footer {
	padding: 20px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	vertical-align: middle;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #FFF;*/
}
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
/* Miscellaneous classes for reuse */
.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:0 0 0 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0 8px 0 0;
}
.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;
}

.warning {
	color: #F00;
	font-weight: bold;
}

.indented {
	margin-left: 25px;
}

.centered {
	text-align: center;
}

.btmspaced {
	margin-bottom: 20px;
}

.googlemap {
	height: 300px;
	width: 300px;
	background-color: #d9d3f5;
	margin: 0 0 0 10px;
	
}
.training {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding:0 30px 0 0;
	text-align: center;
}

/* <ie7 html hacks*/
*html #mainContent {
	margin:0 0 0 215px;
}
