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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}
/* end reset script */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
  height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/MainBG.png) 0 0 repeat;
}

body {
	text-align: center;
	background-color: #FFF;
	}

#Header {
	width: 870px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 125px;
	background: url(images/headerbg.png) 0 0 repeat-x #FFF;
}

#PhoneNumber {
	position: absolute;
	top: 0;
	right: 25px;
	padding: 5px 0px 0 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	width: 184px;
	height: 27px;
	background: url(images/PhoneBG.png) 0 0 no-repeat;
}

#Logo {
	position: absolute;
	top: 18px;
	left: 5px;
	margin: 0;
	height: 101px;
	width: 318px;
	text-indent: -999em;
	background: url(images/Logo.png) 0 0 no-repeat;
}

#ContentContainer {
	width: 870px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #FFF;
	overflow: hidden;
}

#PageContent {
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
	min-height: 500px;
	border-top: 1px solid #999;
}

#PageContent .package img {
	float: right;
}
#PageContent .package {
	position: relative;
	width: 46%;
	margin: 15px 10px;
	padding: 0px;
	height: 240px;
	border: 1px solid #CCC;
	float: left;
	overflow: hidden;
}

#PageContent .package h1 {
	margin: 5px;
	font-size: 18px;
	color: #933;
	border-bottom: 1px solid #CCC;
}

#PageContent .package ul {
	list-style: disc;
	list-style-position: outside;
	margin: 10px;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
}

#PageContent .package h2 {
	margin: 5px;
	position: absolute;
	bottom: 5px;
	left: 100px;
	font: Times, serif;
	font-size: 30px;
}

#PageContent a {
	text-decoration: none;
	color: #F00;
}
#PageContent a:hover {
	text-decoration: underline;
}

#GalleryWrap {
	margin: 0 0 15px 0;
}

#GalleryWrap .GalleryImg {
	float: left;
	margin: 10px 18px;
	border: 2px solid red;
	width: 100px;
	overflow: hidden;
	text-align: center;
}

#GalleryWrap .GalleryImg img {
	height: 150px;
	
}

h1 {
  font-size: 18px;
  color: #933;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
}

p {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  line-height: 18px;
}

#Footer {
	width: 870px;
	height: 34px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  position: relative;
	background-color: #bd2130;
}
#Footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #000;
}
#Footer p.copyrite {
	color: #000;
	font-size: 10px;
}

/* CSS FOR SLIDESHOW SCRIPT */
#Banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 446px;
	background: url(images/BannerDropShadow.png) 0 0 no-repeat;
}

#imageSlideshowHolder{
	margin:0px;	/* "Air" */
	width:835px;	/* Image width */
	height:428px;	/* Image height */
	position:absolute;	/* Don't remove this line */
	top:9px;
	left: 9px;
	overflow: hidden;
}

/* Don't change these values */
#imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}
