﻿@import url("layout.css");
body {
	font-family: Garamond, serif;
	font-size: 16px;
	/*background-image: url(../images/shellsplitBkgd2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: transparent;*/
	
	height: 100%;
	z-index:0;
	position:relative;
	background-color: #58A4D5;
}

html {
	height: 100%;
	/* overflow:hidden; */
}

img#dynamicbgd {
	width: 100%;
	height: 100%;
	z-index: -1;
	position:fixed;
}

#container {
	width: 745px;
	margin: 0 auto;
	padding: 0px;
	background-color: #99CcFc;
}
.contactHeight {
	height: 2200px;
}

.defaultHeight {
	height: 1000px;
}
.testimonialsHeight {
	height: 4300px;
}
.aboutBFHeight {
	height: 1200px;
}
.productsHeight {
	height: 5800px;
}
.eventsHeight {
	height: 5000px;
}
#masthead {
	text-align: center;
	width: 745px;
	padding: 0px;
	border-right: 0px solid #FF6600;
	border-top: 0px solid #FF6600;
	border-bottom: 0px solid #FF6600;
	border-left: 0px solid #FF6600;
	background-color: #99CcFc;
	height: 173px;
}
#navigation {
	position: relative;
	float: left;
	width: 173px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#content {
	float: left;
	width: 472px;
	padding: 0px;
	margin: 25px;
}

/* Masthead Styles */
#masthead h1 {
	font-family: Tempus Sans ITC, Garamond, serif;
	color: #000033;
	font-size: 18px;
	text-decoration: none;
	text-align: center;	
	background-color: #FfFfCc;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0;
	border: 0px;
}
#navigation li {
	display: block;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	color: #000033;
	text-decoration: underline;
}

#navigation a:link { 

  }
  
#navigation a:visited { 

  }
  
#navigation a:hover img{
	border-right: solid #ff6600 1px;
  }

#navigation .tlink a:hover{
	color: #990000;
  }

  
#navigation a:active {

  }

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-family: Tempus Sans ITC, Garamond, serif;
	color: #000033;
	text-decoration: none;
}

#content h1 {
	font-size: 24px;
	text-align: center;
}

#content h2 {
	font-size: 22px;
	text-align: left;
}

content p {
	font-family: Garamond, serif;
	font-size: 16px;
	color: #000033;
}
#navigation p {
	font-size: 14px;
}
.smallerP {
	font-size: 14px;
}

#content img {
}

a:link {
	color: #660033;
	text-decoration: none;
  }
  
a:visited { 
	color: #660033;
	text-decoration: none;
  }
  
a:hover {
	color: #660033;
	text-decoration: underline;
}
  
a:active {
	color: #660033;
	text-decoration: none;
  }

.bold {
	font-weight: bold;
}
.norm {
	font-weight: normal;
}
.italic {
	font-style: italic;
}

.border {
	border-width: 2px;
}
.smallerHeading {
	font-size: 20px;
}
	
.pictL {	
	margin-left: 0px;	
	margin-right: 10px;	
	margin-bottom: 5px;
}

.pictR {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.orange {
	color: #990000;
	font-weight: normal;
}
.orange2 {
	color: #Cc3300;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.orange3 {
	color: #Cc3300;
	font-weight: bold;
}

.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.left {
	text-align: left;
}
.bigger {
	font-size: x-large;
}

.pictBorder {
	padding: 2px;
	border: 2px solid #000033;
}
hr {
	border: 1px solid #000033;
}
.white {
	color: #C00;
	font-weight: normal;
}
.underl {
	text-decoration: underline;
}
