@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

ul {
	list-style:none;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color:#253D69;
	}
h1, h2, h3 , #pageHeading, #tips{
	font-family: GraublauWebRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}
h2, h3, h4 {
	color: #FA7BAC;
	font-weight: normal;
	}

h1, h2, h3, h4, p {
	margin-bottom: 0.4em;
	margin-top: 0.3em;
}

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	color:#FA7BAC;
}
#pageHeading {
	font-size: 1.1em;
	text-transform: uppercase;
	color:#E0747E;
	margin-bottom: 1em;
}
/* Standard dark green links */
a:link, #rightContent a, a:visited{
	color: #438218;
}



/* Standard hover colour */
a:hover, #rightContent a:hover, #currentPage {
	color: #E85487 !important;
}

/* links inside paras in the right column */
#rightContent p a {
	color:#09F;
}

/* Probably just the phone number */
#rightContent > h2:first-child {
	color:#E85487;
	margin-bottom: 15px;
}



/* remove focus from links in firefox */
:focus {
	outline: 0;
}

/* classes */
.clearFloat {
	clear:both;
	height: 0;
	line-height:0;
	font-size:0;

}
.quickLinkBox {
	margin: 10px 0;
	text-transform: uppercase;
}
.pushDown {
	margin-top: 6px;
}
.borderBelow {
	padding-bottom: 13px;
	border-bottom: dotted 1px;
}

a[href = "#top"] {color:#09f;}
#courses .paymentTerms {
	font-size: 95%;
	margin-top: 50px;
	
}


.hover, .selected {
	color: #E85487;
}

.SpryHiddenClass {
	/*display: none */
}


/* top level structural divisions */

#wrapper {
	width: 955px;
	margin: 25px auto;
}
#banner {
	height: 113px;
	background: url(../images/common/ubiq_header.gif) no-repeat;
}

#logo {
	float: right;
	margin-top: 5px;
}
#pageheading {
	margin-bottom:25px;
	
	}

#topMenu {
 font-size: 0.95em;
 margin-bottom:25px;
}


#leftContent {
	float: left;
	width: 680px;
	border-right: 1px dotted #7AC943;
	padding-right: 9px;
	margin: 0 9px 0 0;
}
#leftContent ul, #leftContent ol {
	margin-left: 30px;
	padding-left: 0px;
}

#leftContent h2 {
	font-size: 145%;
}

#leftContent p {
	margin-right: 25px;
	line-height: 1.2em;
}

#details .summary {
	border-bottom: 1px dotted #7AC943;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* leftContent div */



#leftContent img {
	border-width: 1px;
	border-style: none;
}

#fblike {
	margin-top: 50px;
}

/* rightContent div */
#rightContent {
	float: left;
	width: 246px;
}


#rightContent h2 {
	font-size:180%;
	color: #B9EE4A;
	margin-bottom: 0;
	line-height: 1em;
}

#rightContent h3 {
	color: #7AC943;
	font-size: 1.2em;
	margin-bottom: 0.1em;
}

#rightContent p {
}

#rightContent ul {
	list-style:none;
}


/* At last... */

#map {
	border: 1px solid gray;
	width: 600px;
	height: 350px;
}
#caption {
	text-align:left;
	background: url(../images/little_logo.gif) no-repeat 100%;
	width: 230px;
	height: 66px;
	padding-right: 10px;
	padding-top: 10px;
	color: gray;
}


.highlight {
	font-size: 17px;
	font-weight: bold;
	color: #92C943;
}
#galleryContainer {
	position: relative;
}
table.dates {
	font-size: 90%;
	border-collapse:collapse;
	width: 150px;
	margin-top: 15px;
}
table.dates th {
	text-align: left;
	background-color: #eee;
}
table.dates th, table.dates td {
	border: 1px dotted #666;
	padding: 5px 5px 5px 10px;
	width: 50%;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ccc;
}
#courses h2 {
	font-size: 1.3em;
	margin-top: 1em;
}
#courses .details {
	border-bottom: 1px solid #7AC943;
}
#courses p strong {
	color: #FA7BAC;
}
#rightContent ul {
	margin-top: 10px;
}
.bordertopbottom {
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	padding: 3px 0;
}

#footer {
	margin-top:75px;
	font-size: 0.9em;
	color: #999;
	border-top: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer #footleft {
	float: left;
	width: 480px;
}
#footer #footright {
	float: right;
	width: 400px;
	text-align: right;
}

.alignleft, .alignright {
	float: left;
	
}

.alignleft {
	border-right: 1px dotted;
	width: 340px;
	margin-right: 10px;
}

.alignright {
	width: 329px;
}

.shadow {
	border: solid 1px #ccc;
	box-shadow:3px 3px 3px rgba(0,0,0,0.5);
	-moz-transform: rotate(-15deg) translate(7px, 10px);
	-webkit-transform: rotate(-15deg) translate(7px, 10px);
}

.rounded {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;


}

