/*
#########################################
	TOP LAYER
#########################################
*/
.posTopLayer{
	position:fixed;
	top:0;
	width:100%;
	z-index:9000;
}
#topLayerContainer {

	margin-left:-8px;
	margin-right:-8px;
	margin-top:-8px;
	min-width:1024px;
	max-width:1920px;	
	border:1px solid #000;
	/*background: url(topLayer.png);*/
	background-color:#008000;
	background-size:100%;
	background-repeat:no-repeat;
	background-clip:content-box;
	opacity:0.5/*0.25*/
}
#topLayerContainer:hover {
	opacity:5;
}
#topLayerInnerContainer {
	
	/*border:1px solid blue;*/
	height:25px;
	box-shadow:0px 8px 8px -5px #000;
}
td {
	width:300px;
	/*border:1px solid #000;*/
	padding-top:4px;
	color:#fff;
	text-shadow:-1px 2px 3px #000;
	font-size:14px;
}

#topLayerInnerContainer, tr {
	width:900px;
}
#topLayerInnerContainer {
	margin:0 auto;
}
table.topLayer {
	text-align:center;
}

/*
#########################################
	MENU LAYER
#########################################
*/

.posMenu{
	position:fixed;
	top:30px;
	width:100%;
	z-index:9000;
}

#menuLayerContainer {
	position:fixed;
	margin-left:-8px;
	margin-right:-8px;
	min-width:1024px;
	max-width:1920px;
	/*border:1px solid #000;*/
	background-color:;
	background-size:100%;
	background-repeat:no-repeat;
	background-clip:content-box;
	/*opacity:0.5;/*0.25*/*/
	z-index:9900;
}
#menuLayerContainer:hover, #menuOpacShadowTop:hover {
	opacity:5;
}
#menuLogo {
	position:inherit;
	/*height:175px;
	width:309px;
	background-image:url('logo.png');
	background-repeat:no-repeat;*/
	z-index:9500;
}
#menuLogoOpac {
	position:inherit;
	/*border:1px solid #ff0000;*/
	width:340px;
	height:240px;
	background-color:#fff;
	border-bottom-left-radius:115px;
	border-bottom-right-radius:0px;
	border-top-left-radius:0px;
	border-top-right-radius:115px;
	opacity:0.5;
	z-index:1000;
	float:left;
}
#cp {
	font-family:impact;
	font-size:24px;
	font-weight:bold;
	color:#ffa500;
	text-shadow:-1px 2px 4px #000;
	text-align:center;
	letter-spacing:2px;
}
#menuOpacShadowTop {
	position:inherit;
	margin-top:75px;
	width:100%;
	height:5px;
	box-shadow:0px -6px 12px 0px #008000;
	border-top:1px solid #000;
	background-color:#0000ff;
	opacity:0.25;/**/
	z-index:9000;
}
#menuOpacShadowBottom {
	position:inherit;
	height:5px;
	box-shadow:0px 6px 12px 0px #0000ff;
	width:100%;
	z-index:9000;
}
#menuLayerInnerContainer {
	position:relative;
	height:75px;
	width:900px;
	margin:0 auto;
	/*border:1px solid #000;*/
	padding-top:4px;
	z-index:9000;
}
ul.menu ul{
	list-style:none;
	display:none;
	z-index:9000;
}
ul.menu li:hover > ul {
	display:block;
	z-index:9000;
}
ul.menu {
	position:relative;
	background-color:#996633;
	box-shadow:0 0 9px #000;/*box-shadow:0px -6px 12px 0px #008000;*/
	border-radius:10px;
	padding: 0 20px;
	list-style:none;
	display:inline-table;
	margin:0 50px;
	z-index:9000;
}
ul.menu:after {
	content: "";
	clear:both;
	display:block;
	z-index:9000;
}
ul.menu li {
	float:left;
	z-index:9000;
}
ul.menu li:hover {
	background-color:#008000;
	opacity:5;
	z-index:9000;
}
ul.menu li:hover a {
	color:#fff;
	z-index:9000;
}
ul.menu li a {
	display:block;
	padding:25px 40px;
	color:#fff;
	text-shadow:-1px 2px 4px #000;
	font-family:Gadget, Times New Roman, verdana;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:1px;
	line-height:55px;
	text-decoration:none;
	z-index:9000;
}
ul.menu ul {
	position:absolute;
	top:100%;
	background-color:#996633;/*6b727c*/
	border-radius:0px;
	padding:0;
	z-index:9000;
}
ul.menu ul li {
	position:relative;
	float:none;
	border-top: 1px solid #6b727c;
	border-bottom:1px solid #575f6a;
	z-index:9000;
}
ul.menu ul li a {
	padding:15px 40px;
	color:#fff;
	z-index:9000;
}
ul.menu ul li a:hover {
	background-color:#008000;/*#4b545f, #1e7c9a*/
	z-index:9000;
}
ul a {
	/*border:1px solid #cc864e;*/
	color:#66cc33;
	font-family:Times New Roman;
	font-size:1.3em;
	text-decoration:none;
	display:inline;
	z-index:9000;
}
/*
#########################################
	PROMO LAYER
#########################################
*/
#promoLayerContainer {
	position:relative;
	top:111px;
}
#promoLayerInnerContainer {
	position:relative;
	width:900px;
	height:150px;
	margin: 0 auto;
	border:1px solid #000;
	background-color:#ff3300;
	padding:3px;
}
#promoH2Text {
	color:#ffff00;
	text-shadow:-1px 2px 4px #000;
	text-align:center;
}
#promoPText {
	color:#fff;
	text-shadow:-1px 2px 4px #000;
	font-size:22px;
	padding:5px;
}
#promoLayerInnerContainer:hover {
	z-index:9000;
}
.bannerLink {
	color:#0000ff;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:1px;
}
/*
#########################################
	BODY LAYER
#########################################
*/



#sheetContainer {
	position:relative;
	top:120px;	
	/*border:1px solid #000;*/
	box-shadow:-0px -6px 12px 0px #008000;
	margin-left:-8px;
	margin-right:-8px;
}
.contentDivisionContainer {
	/*border:1px solid blue;*/
}
.innerContentDivsionContainer {
	position:relative;
	width:1600px;
	margin:0 auto;
	border-bottom:0px solid #fff;
	/*border-radius:15px;*/
	box-shadow:0px 8px 8px -5px #000;
	padding:20px;
}

				/*####################-UNIQUE CONTAINERS FOLLOWS*/
#hp-one {
	background-color:#008000;
	height:500px;
}
.innerContentDivsionContainer {
	background-color:#000;
	height:700px;
	opacity:0.85;/*0.95*/
}
#hp-two {
	background-color:#ffff00;/*#800000*/
	height:500px;
}
#hp-three {
	background-color:#006666;
	height:500px;
}
#hp-four {
	background-color:#ff3300;
	height:500px;
}
#hp-one, #hp-two, #hp-three, #hp-four {
	height:768px;
}
#hp-four {
	height:890px;
}
			/*####################-IMAGES FOR THE CONTAINERS*/
#image-one {
	background-image:url('images/Flag.jpg');/*img5.jpg*/
	background-position:center;
	background-repeat:no-repeat;
}
#image-two {
	background-image:url('images/fireplaceCenter.jpg');/*img3.jpg*/
	background-position:center;
	background-repeat:no-repeat;
}
#image-three {
	background-image:url('images/flowers.jpg');/*img5.jpg*/
	background-position:center;
	background-repeat:no-repeat;
}
#image-four {
	background-image:url('images/flowers5.jpg');/*img2.jpg*/
	background-position:center;
	background-repeat:no-repeat;
}
			/*####################-BRIDGE CONTAINERS*/

.bridge {
	position:relative;
	height:150px;
	width:75em;/*1200px*/
	margin-top:-75px;
	border-top-left-radius:150px;
	border-bottom-left-radius:150px;
	box-shadow:0 0 9px #000;
	/*Transparent Background Image Here*/
	background-color:#fff;
	z-index:6500;
}
#bridgePos-zero {
	position:relative;
	background-color:;/*#9900cc*/
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:150px;
	border-bottom-right-radius:150px;
	opacity:.5;
	float:left;
	z-index:7000;
}
#bridgePos-one {
	position:relative;
	background-color:;/*#9900cc   6666cc*/
	float:right;
	opacity:.5;
	z-index:7000;
}
#bridgePos-two { 
	position:relative;
	background-color:#fff;	/*00ff66*/
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:150px;
	border-bottom-right-radius:150px;
	float:left;
	opacity:.5;
	z-index:7000;
}
#bridgePos-three { 
	position:relative;
	background-color:#fff;/*993300*/
	float:right;
	opacity:.5;
	z-index:7000;
}
.bridgeAnchorDimensions {
	/*border:1px solid #000;*/
	width:1024px;
}
#bridgeAnchorPosition-zero {
	/*Add-on's*/
}
#bridgeAnchorPosition-one {
	/*Add-on's*/
	float:right;
}
#bridgeAnchorPosition-two {
	/*Add-on's*/
}
#bridgeAnchorPosition-three {
	/*Add-on's*/
	float:right;
}
.headerCenter {
	position:relative;
	margin:0 auto;
	/*margin-top:37.5px;
	border:1px solid #000;*/
	text-align:center;
}
.headerCenter {
	color:#ffa500;/*#ff3300*/
	text-shadow:-1px 2px 9px #000;
	font-family:Impact, Serif, New Times Roman;
	font-size:38px;
	font-weight:bold;
}
#headerCenter-zero {
	margin-top:-160px;
	margin-left:350px;/*Originally 300, H2's need to be long*/
	float:left;
	opacity:5;
	z-index:7001;
}
#headerCenter-one {
	margin-top:-160px;
	margin-right:300px;
	float:right;
	opacity:5;
	z-index:7001;
}
#headerCenter-two {
	margin-top:-160px;
	margin-left:300px;
	float:left;
	opacity:5;
	z-index:7001;
}
#headerCenter-three {
	margin-top:-160px;
	margin-right:300px;
	float:right;
	opacity:5;
	z-index:7001;
}
.block
{
	position:relative;
	width:1600px;
	/*border:1px solid #881;*/
	margin: 0 auto;
	padding:20px;
}
#block-zero>table,
#block-one>table,
#block-two>table,
#block-three>table  {
	margin-top:-680px;
	width:1500px;
	height:610px;
	margin-left:45px;
}
#block-zero>table>tbody>tr>td, 
#block-one>table>tbody>tr>td, 
#block-two>table>tbody>tr>td, 
#block-three>table>tbody>tr>td {
/*
Table White Borders
*/

	border:0px solid #fff;
}
.textContentDiv {
	margin:5px;
}
.textContentP {
	box-shadow:0 0 10px #000;
	/*border:10px solid #b0c4de;*/
	border-radius:20px;
	/*background-color:#708090;*/
	padding:20px;
	line-height:40px;
	
	color:#fff;
	text-shadow:-1px 2px 3px #000;
	font-family:palatino linotype, impact, tahoma, New Times Roman;
	font-size:1.9em;
	font-weight:bold;
}
.textContentP:hover {
	background-color:#ffa500;/*#663333*/
}
/*
#########################################
	FOOTER LAYER
#########################################
*/
#footerContainer {
	position:relative;	
	bottom:0px;
	height:500px;
	background-color:#008000;
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:-8px;
	visibility:visible;
	border-top:12px solid #808080;/*#cc6600*/
	box-shadow:0px -0px 12px 0px #000;
	clear:both;
}
#footerOpac {
	position:absolute;
	width:100%;
	height:100%;
	/*border:1px solid red;*/
	background-color:#808080;/*#00ccff, #3ed*/
	opacity:.375;/*0.525*/
	z-index:1000;
}
#innerFooterContainer {
	position:relative;
	top:30px;	
	margin:0 auto;
	border:1px solid #000;
	border-radius:15px;
	width:1600px;
	background-color:#fff;
	padding:20px;
	opacity:5;
	z-index:2000;
}
#footerTable {
	height:400px;
	width:1600px;
	background-color:#696969;
	border-radius:20px;
}
#footerTable {
	font-size:48px;
	font-family:Times New Roman, Serif;
}
thead>tr>th {
	color:#ffa500;
	text-shadow:-1px 2px 4px #000;
	letter-spacing:2px;
}
.footerList {
	font-family:verdana;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:5px;
	list-style:;
	text-align:left;
}
.footerListDiv {
	/*border:1px solid #000;*/
	position:relative;
	height:300px;
	margin:0 auto;
	margin-left:20%;
	opacity:0.75;
}
.footerList>li>a {
	color:#fff;
	text-decoration:underline;
	line-height:50px;
}
.footerList>li {
	color:#fff;
	font-size:1em;
	text-shadow:-1px 2px 4px #000;
}
.footerList>li>span {
	font-family:New Times Roman;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
}
#footerInputEmailHomePage {
	height:55px;
	width:275px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:0px 8px 8px -5px #808080;
	background-color:#808080;
	
	color:#fff;
	font-size:1.5em;
	font-family:New Times Roman;
	text-shadow:-1px 2px 4px #000;
	text-align:center;
	letter-spacing:3px;
}
#footerInputPhoneHomePage {
	height:55px;
	width:275px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:0px 8px 8px -5px #808080;
	background-color:#808080;
	
	color:#fff;
	font-size:2em;
	font-family:New Times Roman;
	text-shadow:-1px 2px 4px #000;
	text-align:center;
	letter-spacing:3px;
}
#footerInputQuestionHomePage {
	height:60px;
	width:275px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:1px 8px 8px -5px #808080;
	overflow:auto;
	
	padding:20px;
}
#footerInputSubmitHomePage {
	margin-top:-20px;
	margin-left:100px;
}
#showDirections:hover, #directions {
	display:block;
}
#mapDirections {
	
}
				/*####################-INDIVIDUAL ELEMENTS*/
body {
	background-color:#f0f8ff;/*
	background-image:url('images/clouds.jpg');
	background-repeat:repeat;
	background-position:center;*/
}
a {
	color:#fff;
	text-decoration:none;
}
.h1Hidden {
	display:none;
}
h2 {
	clear:both;
}
address, phone {
	display:none;
}

/*
######################################################################################################
######################################################################################################
										CONTACT PAGE
######################################################################################################
######################################################################################################
*/

#contactPageFormDiv {
	box-shadow:0 0 10px #000;
	border-radius:20px;
	padding:20px;
	line-height:40px;
}
#contactPageFormDiv:hover {
	background-color:#ffa500;
}
#contactPageForm {
	
}
#contactPageInputEmailHomePage {
	height:55px;
	width:375px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:0px 8px 8px -5px #808080;
	background-color:#fff;
	
	
	cursor:crosshair;
	color:#808080;
	font-size:1.5em;
	font-family:New Times Roman;
	/*text-shadow:-1px 2px 4px #000;*/
	text-align:center;
	letter-spacing:3px;
}
#contactPageInputPhoneHomePage {
	height:55px;
	width:375px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:0px 8px 8px -5px #808080;
	background-color:#fff;
	
	cursor:crosshair;
	color:#808080;
	font-size:2em;
	font-family:New Times Roman;
	/*text-shadow:-1px 2px 4px #000;*/
	text-align:center;
	letter-spacing:3px;
}
#contactPageInputQuestionHomePage {
	height:60px;
	width:375px;
	border:2px solid #000;
	border-radius:20px;
	box-shadow:1px 8px 8px -5px #808080;
	overflow:auto;
	
	padding:20px;
}
#contactPageInputSubmitHomePage {
	margin-top:;
	margin-left:100px;
	height:50px;
	width:275px;
}

#contactPageInputPhoneHomePage, #contactPageInputQuestionHomePage, #contactPageInputSubmitHomePage{
	cursor:crosshair;
}
/*
######################################################################################################
######################################################################################################
										SERVICES PAGE
######################################################################################################
######################################################################################################
*/


/*
######################################################################################################
######################################################################################################
										ABOUT PAGE
######################################################################################################
######################################################################################################
*/
