/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
}
a {
    color: #ffffff;
}
a img {
    border: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
  color: #000000;
}
/* layout */
body {
  width: 100%;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  background:  #000000;
}
#wrapper {
  width: 96em;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  color: #ffffff;
}
.grid {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1em;
  margin-right: 1em;
}
#header {
  width: 96em;
}
#headerLogo, #headerLogo img {
  width: 30em;
}
#headerNav {
  width: 62em;
}
#content {
  width: 96em;
  border-top: 1px solid #ffffff;
  padding: 1em 0;
}
#content3 {
  width: 96em;
}
#contentSingle, #contentReturn, #contentLeft {
  width: 94em;
}
#contentSingle p, #contentReturn p {
  padding: 1em 0;
  text-align: center;
  font-size: 1.5em;
}
#contentLeft p {
  text-align: left;
  font-size: 1.5em;
  color: #999999;
}
#contentLeft h2 {
  padding: 1em 0;
}
#contentImage {
  width: 46em;
}
#contentText {
  width: 46em;
}
#contentText p {
  padding: 1em 0;
  font-size: 1.5em;
}
#contentImage1 img {
  width: 15em;
  border: 3px solid #ffffff;
}
.box {
  width: 21.9em;
  text-align: center;
}
.box p {
  font-size: 1.5em;
}
#footer {
  width: 96em;
    margin: 2em 0;
    border-top: 1px solid #ffffff;
}
#footerLogo, #footerLogo img {
  width: 3em;
  padding: 0.5em 0 0 0;
}
#copyNotice {
  width: 20em;
}
#copyNotice p {
  padding: 1em 0;
  font-size: 1.25em;
}
.navTab {
  width: 7em;
  padding: 2em 0;
  text-align: center;
}
.navTab a {
  font-size: 1.25em;
  color: #c71d76;
}
.navTab a:hover {
  color:#ffffff;
  text-decoration: none;
}
.navSpacer {
  width: 0.5em;
  padding: 2em 0;
}
#webDesign {
  width: 20em;
  text-align: right;
}
#webDesign p {
  padding: 1em 0;
  font-size: 1.25em;
}
/* style */
.mauve {
  color: #c71d76;
}
.centre {
  text-align: center;
}
.italic {
  font-style: italic;
}
.indent {
  padding: 0 0 0 1em;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* headers */
h1 {
  font-weight: normal;
  font-size: 2.5em;
}
h2 {
  font-weight: normal;
  font-size: 2em;
}
h3 {
  font-weight: normal;
  font-size: 1.75em;
}
h4 {
  font-weight: normal;
  font-size: 1.5em;
}
h5 {
  font-weight: normal;
  font-size: 1.25em;
}
h6 {
  font-weight: normal;
  font-size: 1em;
}
/* navigation */
#menu {
	float: right;
	list-style: none;
    margin: 5em 0 0 0;
	padding: 0;
}
#menu li {
	float: left;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	float: left;
    color: #c71d76;
	margin: 0;
	padding: 1em;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#home span.alpha {
  color: #ffffff;
}
#about span.bravo {
  color: #ffffff;
}
#gallery span.charlie {
  color: #ffffff;
}
#packages span.delta {
  color: #ffffff;
}
#commercial span.echo {
  color: #ffffff;
}
#family span.foxtrot {
  color: #ffffff;
}
#contact span.golf {
  color: #ffffff;
}
/* slide show */
ul#rotator {
	position:relative;
    margin: 0em auto;
    width: 40em;
	height:30em;
}
ul#rotator li {
	float:left;
	position:absolute;
	list-style: none;
}
ul#rotator li.show {
	z-index:500
}
#contentText h1, #contentSingle h1 {
  font-size: 1.6em;
}
#contentImage img {
  padding-top: 4em;
}
#site a:link, #site a:visited, #site a:active {
  text-decoration: none;
  color: #999999;
}
#site a:hover {
  color: #c71d76;
}



