/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%; 
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/******************************/
body {
	background: url(images/body-background.jpg) repeat-x;
	background-color: #7CBFEC;
	text-align: center;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}


/******************************/
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
} 


/******************************/
#header {
	height: 152px;
	min-height: 152px;
	max-height: 152px;
}

#header .logo {
	
}

/******************************/
#nav {
	background: url(images/menu-background.jpg) no-repeat;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:100px 0 0 0;
	padding:0 10px 0 25px;
	width:400px;
	height: 29px;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav a:link, #nav a:visited {
	color:#fff;
	display:block;
	float:left;
	font-weight:bold;
	font-size: 12px;
	margin:4px 0 0 0;
	padding:5px 7px;
	text-decoration:none;
	text-transform: capitalize;
	font-family: Helvetica;
}

#nav a:active, #nav a:hover {
	xbackground: #4884C0;
	text-decoration: underline;
}


/******************************/
#nav-footer {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-bottom: 15px;
	padding:5px 10px;
	width: 880px;
}

#nav-footer li {
	margin:0;
	padding:0;
}

#nav-footer a:link, #nav-footer a:visited {
	color:#fff;
	display:block;
	float:left;
	font-weight:normal;
	font-size: 11px;
	margin:4px 0 0 0;
	padding:5px 7px;
	text-decoration:none;
}

#nav-footer a:active, #nav-footer a:hover {
	xbackground: #4884C0;
	text-decoration: underline;
}

.righty { float:right; }
.lefty { float:left; }



/******************************/
#photo {
	border-left:1px solid #376CA2;
	border-right:1px solid #376CA2;
	border-bottom:10px solid #376CA2;
}

.photo-home {
	height:300px;
	background-image:url(images/photo01.jpg);
}

.photo-packages {
	height:197px;
	background-image:url(images/photo-packages.jpg);
}

.photo-courses {
	height:197px;
	background-image:url(images/photo-courses.jpg);
}

.photo-fees {
	height:197px;
	background-image:url(images/photo-fees.jpg);
}

.photo-guides {
	height:197px;
	background-image:url(images/photo-guides.jpg);
}

.photo-rentals {
	height:197px;
	background-image:url(images/photo-rentals.jpg);
}

.photo-contact {
	height:197px;
	background-image:url(images/photo-contact.jpg);
}


/******************************/
#content {
	background: #4884C0;
	border-left:1px solid #376CA2;
	border-right:1px solid #376CA2;
	border-bottom:1px solid #376CA2;
	padding: 20px;
	color: #fff;
}

#content a:link, #content a:visited { color: #fff; }
#content a:hover, #content a:active { color: #FDE8AF; }

#content h1 {
	color: #FDE8AF;
	font-size: 1.3em;
	*font-size: 1.1em;
	margin-bottom: 15px;

}

#content h2 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	*font-size: 1.0em;
	*line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
}

#content h2 a:hover, #content h2 a:active {
	color: #FFC569;
	border-bottom: 1px dotted #FFC569;
}

#content h3, #content h4 {
	color: #F9E9CF;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h4 {
	background:transparent url(images/flag_green.gif) no-repeat scroll 0 4px;
	color: #FAD79D;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 25px;
}

#content blockquote {
	margin: 30px 10px 20px;
	line-height: 1.3em;
	background: #376CA2;
	padding: 10px;
	
}

#content p {
	font-size: 1em;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#content p.courses {
	margin-left: 25px;
	margin-right: 25px;
}

#content ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-bottom:10px;
padding-left:10px;
}

#content ul.fee {
	margin-bottom: 20px;
}

#content ul.fee li {
	display: inline;
	padding-right: 100px;
}


#content ul li {
background:transparent url(images/flag_green.gif) no-repeat scroll 0 4px;
padding-bottom:5px;
padding-top: 5px;
padding-left:25px;
}


#content table {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

#content table tr td {
	width: 280px;
	background:transparent url(images/flag_green.gif) no-repeat scroll 0 0;
	padding-left:25px;

}


.package, .fee {
	padding:10px;
	background-color:#376CA2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.package-right {
	float:right; 
	width:350px;
}

.package-left {
	padding-left: 10px;
	width:420px;
}


#footer {

}

#bubble:hover {
opacity:0.9;
}

#bubble {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#141414 none repeat scroll 0 0;
border:1px solid #141414;
float:right;
margin-right:35px;
margin-top:20px;
opacity:0.65;
padding:10px;
width:228px;
z-index:-1;
}