@charset "utf-8";

/* CSS Reset --- Chris Sawyers 2008*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* define focus styles here */
:focus {
	outline: 0;
}
body {
	color: black;
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style-type: circle;
	padding-left: 25px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Document */
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: #000000;
	color: #FFFFFF;
}
#banner {
	height: 252px;
	background: url(images/banner.jpg) no-repeat left center;
	margin-bottom: 10px;
}
#mini_nav {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 625px;
	padding-top: 18px;
}
#navmini li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navmini a:link, #navmini a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navmini a:hover {
	color: #1A171B;
	text-decoration: none;
}
#navcontainer {
	margin-bottom: 17px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #f8e504;
	color: White;
	float: left;
	width: 100%;
	font: bold 11px arial, helvetica, sans-serif;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	width: 20%;
	background-color: #f8e504;
	color: White;
	text-decoration: none;
	text-align: center;
	float: left;
}
#navcontainer ul li a:hover {
	background-color: #000000;
	color: #fff;
}
#navcontainer a:link#one, #navcontainer a:visited#one, #navcontainer a:hover#one {
	color: #fff;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_1.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:link#two, #navcontainer a:visited#two, #navcontainer a:hover#two {
	background-color: #009adb;
	color: #fff;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_2.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:link#three, #navcontainer a:visited#three, #navcontainer a:hover#three {
	background-color: #dd0078;
	color: #fff;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_3.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:link#four, #navcontainer a:visited#four, #navcontainer a:hover#four {
	background-color: #94ba0d;
	color: #fff;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_4.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:link#five, #navcontainer a:visited#five, #navcontainer a:hover#five {
	background-color: #61217e;
	color: #fff;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_5.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:hover#one {
	background-color: #61217e;
	color: #1A171B;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_1.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:hover#two {
	background-color: #61217e;
	color: #1A171B;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_2.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:hover#three {
	background-color: #61217e;
	color: #1A171B;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_3.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:hover#four {
	background-color: #61217e;
	color: #1A171B;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_4.jpg) repeat-y left top;
	text-decoration: none;
}
#navcontainer a:hover#five {
	background-color: #61217e;
	color: #1A171B;
	padding-top: 5px;
	height: 18px;
	background: #f8e504 url(images/nav_5.jpg) repeat-y left top;
	text-decoration: none;
}
#footer {
	height: 5px;
	background: url(images/footer.jpg) repeat-y center top;
	clear: both;
}
#content_right {
	float: right;
	width: 413px;
	height: 100px;
	background: url(images/profile_pic.jpg) no-repeat right top;
	padding-top: 219px;
}
#content_left {
	margin-right: 413px;
	margin-left: 35px;
	font-size: 11px;
	padding-right: 75px;
}
#content_right #content_right_contact {
	border-top: 1px dashed #009ddf;
	border-left: 1px dashed #009ddf;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 145px;
	line-height: 15px;
}
.contact_blue {
	color: #009ddf;
	font-weight: bold;
}
.contact_icon {
	margin-bottom: -3px;
}
#pullquote {
	clear: both;
	height: 35px;
	border-top: 1px dashed #009ddf;
	margin-right: 35px;
	margin-left: 35px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}
#pullquote_noticeboard {
	clear: both;
	height: 35px;
	margin-right: 35px;
	margin-left: 35px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
}
#content_left_adult {
	height: 400px;
	margin-right: 535px;
	margin-left: 35px;
	font-size: 11px;
	border-right: 1px dashed #ffec00;
	margin-bottom: 25px;
	padding-right: 30px;
}
#content_right_adult {
	float: right;
	width: 220px;
	height: 100px;
	margin-right: 35px;
}
#content_right_adult2 {
	margin-right: 285px;
	height: 250px;
}
#content_right_adult_salsa {
	float: right;
	width: 294px;
	height: 100px;
	margin-right: 35px;
}
#content_right_adult2_salsa {
	margin-right: 340px;
	height: 100px;
}
#right_holder_adult {
	float: right;
	width: 520px;
	height: 400px;
	font-size: 11px;
}
#right_holder_adult_masterclass {
	float: right;
	width: 510px;
	font-size: 11px;
	height: 300px;
	background: url(images/masterclass_bg.gif) no-repeat right top;
}
.content_adult_img {
	border: 3px solid #ffec00;
	margin-bottom: 10px;
}
.content_wedding_img {
	border: 3px solid #95bc0d;
}
.content_children_img {
	border: 3px solid #009cdd;
}
#styles_subnav {
	width: auto;
	margin-bottom: 15px;
}
#styles_subnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#styles_subnav a {
	display: block;
	padding-left: 10px;
	width: auto;
}
#styles_subnav a:link, #sublist a:visited {
	color: #EEE;
	text-decoration: none;
}
#styles_subnav a:hover, #subnav a:hover#current {
	color: #61227f;
	background: url(images/subnav_arrow_purple.gif) no-repeat left center;
}
#styles_subnav li a#current {
	color: #61227f;
	background: url(images/subnav_arrow_purple.gif) no-repeat left center;
}
#subnav {
	width: auto;
	margin-bottom: 15px;
}
#subnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav a {
	display: block;
	padding-left: 10px;
	width: auto;
}
#subnav a:link, #sublist a:visited {
	color: #EEE;
	text-decoration: none;
}
#subnav a:hover, #subnav a:hover#current {
	color: #ffec00;
	background: url(images/subnav_arrow.gif) no-repeat left center;
}
#subnav li a#current {
	color: #ffec00;
	background: url(images/subnav_arrow.gif) no-repeat left center;
}
#content_list ul {
	list-style: disc inside;
	padding-left: 0px;
}
#content_left_weddings {
	height: 275px;
	margin-right: 535px;
	margin-left: 35px;
	font-size: 11px;
	border-right: 1px dashed #95bc0d;
	padding-right: 30px;
}
#content_right_weddings {
	float: right;
	width: 260px;
	background: url(images/wedding_bg.gif) no-repeat right top;
	padding-bottom: 25px;
	padding-right: 250px;
	font-size: 14px;
}
#content_right_private {
	float: right;
	width: 260px;
	background: url(images/private_bg.gif) no-repeat right top;
	padding-bottom: 35px;
	padding-right: 250px;
	font-size: 14px;
	height: 250px;
}
#content_left_private {
	height: 250px;
	margin-right: 535px;
	margin-left: 35px;
	font-size: 10px;
	border-right: 1px dashed #df0079;
	padding-right: 30px;
}
h1 {
	color: #ffffff;
}
.green {
	color: #95bc0d;
}
.pink {
	color: #df0079;
}
.blue {
	color: #009cdd;
}
.purple {
	color: #61227f;
}
.noticeboard_blue {
	color: #009cdd;
	font-size: 15px;
}
.noticeboard_pink {
	color: #df0079;
	font-size: 14px;
	font-weight: bold;
}
#main {
	padding-top: 27px;
	padding-bottom: 25px;
}
#content_left_children {
	height: 320px;
	margin-right: 535px;
	margin-left: 35px;
	font-size: 11px;
	border-right: 1px dashed #009cdd;
	padding-right: 30px;
}
#content_right_children {
	float: right;
	width: 275px;
	padding-bottom: 35px;
	font-size: 12px;
}
#content_right_children_2 {
	float: right;
	width: 200px;
	padding-bottom: 35px;
	text-align: right;
	margin-right: 35px;
}
#content_left_styles {
	width: 140px;
	float: left;
	font-size: 11px;
	border-right: 1px dashed #009cdd;
	padding-right: 30px;
	margin-left: 25px;
	border-right: 1px dashed #61227f;
	height: 235px;
}
#content_right_styles {
	float: left;
	width: 160px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px dashed #61227f;
	height: 235px;
	font-size: 12px;
}
#content_right_styles_2 {
	float: none;
	margin-right: 35px;
	margin-left: 425px;
	font-size: 12px;
	padding-bottom: 30px;
}
#content_left_noticeboard {
	margin-right: 535px;
	margin-left: 35px;
	font-size: 11px;
	margin-bottom: 25px;
}
#content_right_noticeboard {
	float: right;
	width: 210px;
	height: 350px;
	margin-right: 35px;
	border: 1px dashed #009cdd;
	padding: 0px 10px 10px;
	font-size: 12px;
}
#content_right_noticeboard_2 {
	margin-right: 280px;
	height: 350px;
	border: 1px dashed #009cdd;
	padding: 0px 10px 10px;
	font-size: 12px;
}
#right_holder_noticeboard {
	float: right;
	width: 510px;
	padding-top: 35px;
}
#content_right_contact a:link, #content_right_contact a:hover, #content_right_contact a:visited {
	color: #ffffff;
	text-decoration: none;
}
#pullquote_noticeboard a:link, #pullquote_noticeboard a:hover, #pullquote_noticeboard a:visited {
	color: #ffffff;
	text-decoration: none;
}
.smaller_text {
	font-size: 90%;
}
img {
	border: 0;
}
.styles_img {
	float: right;
	margin-top: -12px;
}
.yellow {
	color: #F8E504;
}
#note_spacer {
	padding-right: 30px;
	border-bottom: 0px dashed #009CDD;
	padding-bottom: 15px;
	padding-top: 15px;
}
#note_spacer2 {
	border-bottom: 1px dashed #009CDD;
	padding-bottom: 15px;
	padding-top: 15px;
}
