@charset "UTF-8";
html {
	height: 100%;
} 
/* Main Layout Styles */

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}
 
* html #container {
	height: 100%;
}

#container {
	text-align: center;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	min-height: 100%;
	background-image: url(images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	width: 780px;
	margin: 0px auto;
	padding: 30px 0 0 0;
	height: 130px;
	text-align: center;
}
#headerimage {
	height: 260px;
	width: 780px; 
	display: block;
}
#fadewrapper { 
	display: block;
	float: right;
	height: 260px;
	width: 585px;
	position: relative;
}

#main-navigation {
	margin: 50px 0 0 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	height: 30px;
	line-height: 1em;
	font-size: .8em;
	float: left;
	width: 430px;
	letter-spacing: 0.1em;
}

#main-navigation li {
	margin: 0px;
	padding: 0 30px 0 0;
	float: left;
	height: 30px;
	text-align: left;
	white-space: nowrap;
	display: block;
}

#main-navigation li a {
	color: #999999;
	display: block;
	height: 15px;
	padding: 35px 0 0 0;
	text-decoration: none;
	float: left;
	white-space: nowrap;
}

#main-navigation li a:hover {
	color: #FFFFFF;
	background-image: url(images/main-hovver.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#ages-navigation {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	height: 260px;
	line-height: 1em;
	font-size: 1em;
	float: left;
	width: 195px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#ages-navigation li {
	margin: 0px;
	padding: 0;
	float: left;
	height: 65px;
	text-align: left;
	white-space: nowrap;
	display: block;
}

#ages-navigation li a {
	color: #000000;
	display: block;
	height: 34px;
	padding: 30px 0 0 30px;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	width: 164px;
}

#ages-navigation li a:hover {
	background-color: #FFFFFF;
	color: #1A070D;
}
#a a {
	background-color: #F58426;
}

#b a {
	background-color: #65BD53;
}
#c a {
	background-color: #0E2D6D;
}
#d a {
	background-color: #EC008C;
} 
#page-content {
	min-height: 100%;
	padding: 25px 0 120px 0;
	width: 780px;
	margin: 0 auto;
}
.colour-family {
	background-color: #F58426;
}
.colour-teen {
	background-color: #65BD53;
}
.colour-senior {
	background-color: #8E4A86;
}
.colour-couple {
	background-color: #008DD5;
}
.width-194 {
	width: 194px;
	height: 390px;
}
.width-195 {
	width: 195px;
	height: 390px;
}
.col-float {
	float: left;
}
.border-1px {
	border-right: 1px solid #000000;
}
 
#page-text {
	margin: 0px;
	padding: 0;
	width: 380px;
	float: right;
	text-align: left;
}
#holderA, #holderB {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	width: 100%;
}
h1 /* Main Layout Text Styles */

  {
	margin: 0px 0px 15px 0;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	padding: 0;
}
#page-text h2 {
	margin: 15px 0px 0px;
	font-size: 1em;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0 15px;
}
#page-text h3 {
	margin: 0;
	font-size: 0.75em;
	font-weight: lighter;
	text-transform: none;
	line-height: 1.7em;
	color: #000000;
	padding: 10px;
}

#page-text h4 {
	color: #FFFFFF;
	margin: 0 0 20px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0;
}
#page-text h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
	padding: 0 15px;
}
#page-text h6 {
	text-align: right;
	border-top: 1px solid #411C0C;
	margin: 15px 0px 10px 0px;
	padding: 0 15px;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
}
#page-text hr {
	border: 0;
	color: #FFFFCC;
	background-color: #FEFECC;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
	_margin: 0;
	padding: 0;
}
#page-text p {
	color: #CCCCCC;
	margin: 0 0 10px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 2.2em;
	clear: both;
}
.paraborder-family {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E5518;
	padding-bottom: 10px;
}
.paraborder-teen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #437E37;
	padding-bottom: 10px;
}
.paraborder-senior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B3866;
	padding-bottom: 10px;
}
.paraborder-couples {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00537F;
	padding-bottom: 10px;
}
#page-text  p a {
	text-decoration: none;
	color: #99FF00;
	font-weight: bold;
}
#page-navigation p {
	font-size: 0.85em;
	text-align: left;
}
h3 a  {
	font-style: italic;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 0px;
	display: block;
}
#page-text a:hover {
	color: #FFCC33;
}
#page-text  ul, #page-text ol{
	margin: 0 20px 25px 0;
	padding: 0 0 0 40px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#page-text li {
	margin: 0px 0px 5px;
}
#page-text li a {
	color: #FFFFCC;
}





/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 6px 2px 0px 6px;
	background-color: #E10820;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	display: block;
	height: 18px;
	width: 77px;
	line-height: 1em;
} 


#contactform input{
	padding: 2px;
	margin :  -26px 0px  2px 90px;
	_margin : -23px 0px -30px 90px;
	border: 1px solid #162B5B;  
	background-color: #eee; 
	color: #000; 
	height: 18px; 
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -26px 20px 10px 190px;
	_margin : -5px 20px 10px 190px;
	border: 1px solid #162B5B;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
	clear: right;  
}

#contactform p{
clear: both;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #000000;
	background-color: #E10820;
	border: 5px solid #DAEADF;
	margin: 0px;
	padding: 4px 10px;
	height: 36px;
}

#footer {
	margin: -100px 0 0 0;
	padding: 15px 0;
	height: 70px;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: center;
	background-color: #FFFFFF;
}
#footercontainer {
	width: 780px;
	margin: 0 auto;
}

/* Footer Text Styles */

#footer a {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}

/* Page Navigation */

#page-navigation {
	float: left;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: 380px;
}
#page-navigation  ol {
	text-align: left;
	font-size: 0.85em;
}
#page-navigation ol li {
	margin: 0 0 10px 0;
}

#page-navigation li {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	padding: 0;
}

#page-navigation li a {
	font-size: 0.7em;
	color: #eeeeee;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

#page-navigation li a:hover {
	color: #FFFFFF;
	background-image: url(images/bg-link-arrow-in.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#page-navigation h1 {
	margin: 0px 0px 10px;
}
/* Text Element Styles */
#activeline a{
	background-image: url(images/bg-link-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.treat-bold {
	font-weight: bold;
}
.treat-italic {
	font-style: italic;
}
.treat-larger {
	font-size: 1.4em;
}
.treat-smaller {
	font-size: .8em;
}
.float-left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.float-right {
	margin: 0px 0px 0px 15px;
	float: right;
}
#footer .float-left {
	margin: 0px 49px 0px 0px;
	float: left;
}
.padbottom {
	margin: 0px 0px 15px;
}

.emphasisarea {
	background-color: #333333;
	padding: 6px;
	border: 1px solid #FFFFFF;
}
.imagepadbottom {
	padding: 0 15px 15px 15px; 
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 15px 0;
}
.imagepadboth{
	padding: 15px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 15px 0;
}
.floatlink {
	float: left;
	width: 170px;
	display: block;
	padding: 0px 10px 0px 0px;
	margin: 0px 20px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.floatlinkB {
	float: left;
	width: 150px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#page-navigation  p  a {
	font-weight: bold;
	color: #FFFFFF;
}
