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

body {
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
#holder {
	width: 960px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}
#holdertext {
	width: 960px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topstrip {
	width:auto;
	height: 6px;
	background-color:#C82062;
}
#container {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#header {
	width: 960px;
}
#navigation
{
	width:960px;
	height:auto;
	padding-top:15px;
	padding-bottom:10px;
	padding-left: 20px;
	border-top: #CCC 1px dotted;
	border-bottom: #CCC 1px dotted;
}		
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
display: inline;
}

#rollover ul, #rollover li {
list-style-type: none;
}

#rollover li a {
padding-left: 15px;
padding-right:60px;

}

#rollover li a:hover {
background-image: url(assets/flower_navigation.png);
background-repeat: no-repeat; background-position: 0 .4em;
padding-left: 15px;
padding-right: 60px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: #CCC 1px dotted;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 9px;
	color:#999;
	margin-top:20px;
}
#footerleft {
	width: 300px;
	float:left;
	text-align:left;
}
#footerright {
	width: 300px;
	float:right;
}
#main {
	width: 950px;
	height: auto;
	margin-left:5px;
	margin-top: 20px;
	overflow:hidden;
}
.homeimage {
	width: 304px;
	height: 375px;
	margin-left:10px;
	float:left;	
}
#booknow {
	width: 927px;
	height: 62px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-top:20px;
}
#booknowcircle {
	width: 140px;
	height:132px;
	float:right;
	position: top right;
	margin-left:20px;
	margin-bottom:20px;
	}

#leftcolumn {
	width: 280px;
	height: auto;
	padding-left:20px;
	margin-right:0px;
	padding-top:10px;
	float:left;
}
#headerimage {
	width: 254px;
	height: auto;
}
#testimonialwrapper{
	width: 256px;
	height:auto;
	margin-top: 20px;
}	
#testimonialtop{
	width: 256px;
	height: 69px;
	background-image:url(assets/testimonial_top.gif);
	background-repeat:none;
}
#testimonialcenter {
	width: 216px;
	height: auto;
	background-image: url(assets/testimonial_center.gif);
	background-repeat:repeat-y;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	padding-left:25px;
	padding-right:15px;

}
#testimonialbottom{
	width: 256px;
	height: 19px;
	background-image: url(assets/testimonial_bottom.gif);
	background-repeat:none;
	background-position:top;
	clear:both;
}
#rightcolumn {
	width: 600px;
	height: auto;
	padding-left:30px;
	padding-right:10px;
	padding-top:20px;
	float:right;
	border-left: #CCC 1px dotted;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#rightcolumn1 {
	width: 285px;
	height: auto;
	padding-left:30px;
	padding-right:10px;
	padding-top:20px;
	float:left;
	border-left: #CCC 1px dotted;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#rightcolumn2 {
	width: 290px;
	height: auto;
	padding-left:20px;
	padding-top:20px;
	float:right;
	border-left: #CCC 1px dotted;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

#stepsbox{
	width: 216px;
	height:auto;
	background-color:#F8F8F8;
	padding: 20px;
	margin-top:20px;
}	
#timetablewrapper{
	width: 571px;
	height:auto;
	margin-top: 20px;
}	
#timetabletop{
	width: 571px;
	height: 20px;
	background-image:url(assets/timetable_top.gif);
	background-repeat:none;
}
#timetablecenter {
	width: 541px;
	height: auto;
	background-image: url(assets/timetable_middle.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;

}
#timetablebottom{
	width: 571px;
	height: 20px;
	background-image: url(assets/timetable_bottom.gif);
	background-repeat:none;
	clear:both;
}
#contact {
	width: 500px;
	height: auto;
	padding-left:20px;
	padding-right:10px;
}
.margin30px {
	margin-bottom:30px;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation a:link, #navigation a:visited
{
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	text-decoration: none;
	color:#999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}
#navigation a:hover
{
	color: #80C342;
	font-weight: bold;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#666;
	font-weight: normal;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#c71f61;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #80C342;
	text-decoration: underline;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	font-size:24px;
	color:#c71f61;
	text-decoration:none;
	font-weight:normal;
}
h2 {
	font-family: Century Gothic, Arial, Helvetica, Sans Serif;
	font-size:16px;
	color:#FFF;
	font-weight: bold;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#756984;
	font-weight: normal;
	
	}
#footer a:link, #footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999;
	text-decoration: none;
}
#footer a:hover {
	color: #80C342;
	text-decoration: underline;
}
ol {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#80C342;
	font-size:20px;
}
ol p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:17px;
}
ul {
	list-style: disc;
	padding-left: 15px;
	padding-right:10px;
}
	li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#666;
	font-weight: normal;
	display: ;
	
}
#rightcolumn1 a:link, #rightcolumn1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#80C342;
	font-weight: bold;
	text-decoration: underline;
}
#rightcolumn1 a:hover {
	color: #c71f61;
	font-weight: bold;
	text-decoration: underline;
}
#rightcolumn2 a:link, #rightcolumn2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#80C342;
	font-weight: bold;
	text-decoration: underline;
}
#rightcolumn2 a:hover {
	color: #c71f61;
	font-weight: bold;
	text-decoration: underline;
}


/*************************************************** Classes ***************************************************/



img {
	border: none;
}

.grey {
	color: #333;
}
.underline {
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
.boldright {
	font-weight: bold;
	text-align:right;
}
.pink {
	color:#c71f61;
}
.green {
	color:#80C342;
}

/*************************************************** Form Styles ***************************************************/

form {
		width: 90%;
}
input.txt {
	color: #333;
	background-color: #F3F3F3;
	border: 1px inset #999;
	width:200px;
}
input.btn {
	color:#C06;
	background-color:#999;
	border: 1px outset #999;
}
form div {
	clear:left;
	margin:0px;
	padding-top:10px;
	display: inline;
}
form div label {
	float:left;
	width: 40%;
	font: .8em Arial, Helvetica, sans-serif;
	line-height:1.1em;
	color:#666;
}
fieldset {
	border: 1px dotted #c71f61;
	margin-top: 1.4em;
	padding: 0.6em;
}
legend {
	font: 16px Century Gothic, Arial, Helvetica, sans-serif;
	color:#80C342;
	background-color:#FFF;
	padding:5px;
}
textarea {
	width:200px;
	height:40px;
	color:#333;
	background-color: #F3F3F3;
	border: 1px solid #999;
}
.rad {
	font: .8em Arial, Helvetica, sans-serif;
	color:#666;
}

/*************************************************** Timetable ***************************************************/


.datatable {
	border-collapse: collapse;
	width:100%;

}
.datatable td {
	border-right: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	padding:10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
.datatable th {
	border-right: 1px dotted #CCC;
	text-align: center;
	padding:10px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#c71f61;
	font-size:14px;
}
.datatable td.noborder {
	border-right: 1px dotted #FFF;
	
}.datatable th.noborder1 {
	border-right: 1px dotted #FFF;
}
