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

@import url(template.css);
@import url(reset.css);

.about {
	background:url(../images/bg_about.png) 0 0 no-repeat;
}

.photos {
	background:url(../images/bg_gallery.png) 0 0 no-repeat;
}

.packages {
	background:url(../images/bg_packages.png) 0 0 no-repeat;
}

#mainContent {
	height:600px;
	text-align:center;
}	

h3 {
	text-size: 115%;
	padding-top:10px;
	margin:0;
	font-style: italic;
	font-size: 16px;
}

.drop {
	float:left;
	margin:0;
	padding:0;
}

.first {
	padding-top:8px;
}

.package_1 {
	background:url(../images/cap_t.png) 0 0 no-repeat;
	height:65px;
	margin:0;
	padding:0;
}

.package_2 {
	background:url(../images/cap_j.png) 0 0 no-repeat;
	height:65px;
	margin:0;
	padding:0;
}

span.drop1 {
	display:none;
}


h3.first{
	padding:0;}


ul {
	list-style-type:none;
	font-size:13px;
	text-align:left;
	color: #333333;
	text-transform: capitalize;
}

ul.nav {
	padding-top:25px;
}
	
ul.nav li {
	position:relative;
	margin-bottom:14px;
}

ul.list {
	line-height: 16px;
	margin-top:-7px;	
	list-style-type:disc;
}
.list li{
	margin-right:5px;
	padding-bottom:3px;
}
.left {
	margin-left:40px;
	float:left;
	width:40%;
	margin-bottom:10px;
}

.right {
	float:right;
	margin-left:0px;
	width:50%;
	padding-right:5px;
}
.wrapper {
	margin:auto;
	overflow: auto;
}

.section{
	margin-top:10px;
}

.button {
	background-repeat: no-repeat;
	height:46px;
	width:225px;
	display:block;
	background-position: -20px 0;
}

#button_p {
	background-image: url(../images/button_p.png);
}

#button_a {
	background-image: url(../images/button_a.png);
}

#button_g {
	background-image: url(../images/button_g.png);
}

.title {
	padding-top: 37px;
	background-repeat: no-repeat;
	height:40px;
	text-indent:-9999px;
	background-position: 5px 40px;
}
.title_a{
	background-image: url(../images/title_a.png);
}

.title_p{
	background-image: url(../images/title_p.png);
}

.title_g{
	background-image: url(../images/title_g.png);
}

p {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:12px;
	text-align:left;
	font-size: 15px;
	line-height: 17px;
}

	
p.footer {
	display:block;
	position:absolute;
	bottom:0;
	font-size: 12px;
	text-align: center;
	width:530px;
	padding:0;
	margin:0;
	line-height:18px;
}

span.tabbed {
	padding-left:30px;
}
	
	
	
	
.replace{
	letter-spacing : -1000em
}/* Just for Opera, but hide from MacIE */
/*\*/html>body .replace {
	letter-spacing : normal;
	text-indent : -999em;
}
/* End of hack */ 

body {
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a{
	text-decoration:none;
	 border: none;
}

.gallery{
text-align:center;
}

.gallery li{
	display:inline;
	padding:1.5px;
}

a img {
	border: none;
	padding: 2px;
} 

.clr {
clear:both;
}

<style type="text/css">
img, div, a { behavior: url(/css/iepngfix.htc) }
</style> 
