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


*{ margin: 0 auto;}


body {
	background-image:url(images/Background.jpg);
	background-repeat:repeat;
	margin:0;
}

#header {
	position:fixed;
	background:#FFFFFF; 
	height:100px; 
	width:960px;
	display:block;
	float:left;
	background-image:url('images/HeaderBackground.jpg');
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	z-index:30;

}

#logo {
	background-image:url('images/Logo.png');
	background-repeat:no-repeat;
	position:fixed;
	background-position: 30px -10px;
	display:block;
	float:left;

}

#page-wrap {
	background:#FFFFFF;
	z-index:0;
	
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EBEBEB), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #EBEBEB 0%, #FFFFFF 100%);
	


}
#page1 {
	height:960px;
	width:960px;
	}
	
#page2 {
	height:860px;
	width:960px;
	}
	
#page3 {
	height:1260px;
	width:960px;
	}
	
#page4 {
	height:860px;
	width:960px;
	}
	
#page5 {
	height:860px;
	width:960px;
	}
	
.page-padding {height:0px; width:100%;}


.text {	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:left;
	font-size:15px;
	line-height:22px;
	color:#333333;
}

.package-text {	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:left;
	font-size:13px;
	line-height:18px;
	color:#444444;
	
}

.h1 {	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:48px;
	line-height:52px;
	color:#1b7b70;

}

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('DancingScript-Regular-webfont.eot');
    src: url('DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DancingScript-Regular-webfont.woff') format('woff'),
         url('DancingScript-Regular-webfont.ttf') format('truetype'),
         url('DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.hr {
	margin-top:90px;
	margin-bottom:-40px;
	width:93%;
	color:#1b7b70;
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
	

.contact {	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:left;
	font-size:16px;
	line-height:20px;
	color:#333333;
	padding-left:40px;
}

.margin {
	width:20px;
	float:left;
}
.photolinksmargin {
	padding-top:20px;
}
.top {
	background: url(images/Top.jpg) no-repeat top;
}

.bottom {
	background: url(images/Bottom.jpg) no-repeat bottom;
}

.border {
	background: url(images/Border.jpg) repeat-y;
}

.top, .bottom {
	width: 100%;
	height: 50px;
	font-size: 1px;
}
.border, .bottom {
	margin-top: -19px;
}

.border { padding: 0 50px; 
}
.headerNameplate {
	display:block;
	float:left;
}

#header ul {
	list-style: none;
	padding:0;
	margin:0;
	display:block;
	float:left;
	margin-top:60px;
	padding-left:49px;
}

#header li {
	float: left;
	border-bottom-width: 0;
	margin: 0 3px 0 0;
}

#header .current a {
	  background-position: 0 -80px;
}

a:link {	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#0c6142;
	text-decoration:none;
}
	
a:visited {
	color:#0c6142;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#1b7b70;
	font-weight:bold;
	text-decoration:none;

}
a:active {
	color:#1b7b70;
	font-weight:bold;
	text-decoration:none;
}
#footerShadow {

}

#footer {
	
}


.alignleft {
float: left;
}

.alignright {
float: right;
}


html, body, #container {height: 20%; display:block;}
body > #container {
	width:960px;
	background-color:#FFFFFF;
	min-height:3767px;
	margin:auto;
	margin-top:0px;
	position:relative;
	-webkit-box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);
	box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);

}

img {
	border:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
#main {
	width:960px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
	-webkit-box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);
	box-shadow: 0 1px 7px 7px rgba(0,0,0,0.25);
	
}
#left {
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	width:520px;
	padding-bottom:60px;
	display:block;
}
#leftindex {
	float:left;
	margin-top:150px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	width:325px;
	padding-top:40px;
	padding-bottom:10px;
	display:block;
}

#right {
	float:left;
	margin-top:150px;
	display:block;
	width:350px;
	display:block;
	margin-left:25px;

}
#navcontainer ul {
	padding-left: 0;
	margin-left: 575px;
	margin-top:60px;
	color:#1b7b70;
	float: left;
	width: 100%;
	height:57px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	text-transform:uppercase;
}
.button:hover {
background: #e62097;
}



#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 11px 20px;
	color:#1b7b70;
	text-decoration: none;
	float: left;
	border-right: 0px solid #CCCCCC;

}

#navcontainer ul li a:hover {
	background-image:url('images/Hover.png');
	background-repeat:repeat-x;
	background-position:0px;
}
li {
	list-style:none;
	list-style-position:outside;
}
#slider-wrapper {
    width:365px;
    height:531px;
    margin:0 auto;
    margin-top: -13px;
    margin-left:0px;
	margin-bottom:110px;

}
	
	
.shadow {
border: solid #ffffff 2px;
box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
/* For IE 8 */
.-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,
Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,
Direction=135, Color='#000000');
margin-bottom:20px;
}

#slider {
	position:relative;
    width:329px;
    height:495px;
    margin-left:0px;
	margin-top: 0px;
	margin-bottom:20px;
	background:url(images/loading.gif) no-repeat 56% 50%;

}
#horizontal-wrapper {
    background:url(images/HorizontalPhotoShadow.png) no-repeat;
    width:356px;
    height:255px;
    margin:0 auto;
    margin-top: 0px;
    margin-left:10px;
	margin-bottom:20px;


}

