body{
	
}

#homepage{
	background-image:url(../images/about/aboutbg.png);
}

#contactpage{
	background-image:url(../images/contact/contactbg.png);
		height:30px;
}

#aboutpage{
	background-image:url(../images/about/aboutbg.png);
	
}

#vendorspage{
	background-image:url(../images/about/aboutbg.png);
}

#OPENHOUSE{
	color: #37383B;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=Lato);

*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

/*| Navigation |*/

nav{
  position: fixed;
  height:92px;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#FFFFFF;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
	z-index:999;
}

#navcontainer{
	height:92px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
  nav ul{
    list-style: none;
    position: relative;
    float: right;
	top:9px;
    display: inline-table;
	z-index: 1000;
	font-size: 10px;
  }
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    nav ul li:hover{background: rgba(0,0,2,.05);
		border-radius: 5px;
}


    nav ul li:hover > ul{display: block;}
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
      nav ul li a{
        display: block; 
        padding: 30px 15px;
        color: #192941; 
        font-size: .9em;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
		  z-index: 1000;
		  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
		  
      }
      nav ul ul{
        display: none;
        background: #201F1F;
        position: absolute; 
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
		  z-index: 1000;
		  font-size: 10px;
      }
        nav ul ul li{float: none; position: relative;}
          nav ul ul li a {
			width:210px;;
            padding: 15px 30px; 
            border-bottom: 1px solid rgba(0,0,0,.05);
			  z-index: 1000;
          }
          nav ul ul ul {
            position: absolute; 
            left: 100%; 
            top:0;
			  z-index: 1000;
          }	

#navbrand{
	float:left;
	position:relative;
	height:70px;
	width:100px;
	top:15px;
}

#navbrand img{
	position:relative;
	height:60px;
}

#dropdown{
	
	background:#DBDBDB;}

#dropdown2{
	
	background:#DBDBDB;}

#dropdown3{
	
	background:#DBDBDB;}

#dropdown4{
	
	background:#DBDBDB;}

#dropdown5{
	
	background:#DBDBDB;}

.camera_wrap{
	position:relative;
	left:5px;

	width:960px;
	height:400px;
	box-shadow:0px 0px 2px #000;
z-index: 0;}
	
.camera_caption{
	box-shadow:0px 0px 7px #000;}
	
.camera_pag_ul li{
	position:relative;
	height:400px;
	right:425px;}
	
#slider{
	position:relative;
	top:93px;
	margin-left:auto;
	margin-right:auto;
	height:401px;
	width:100%;
	z-index: 0;
	}


	



#welcome{
	background-image: url(../images/welcomebg.png);
	float:none;
	position:relative;
	top:95px;
	height:155px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#welcome h1{
	position:relative;
	padding-top:30px;
	font-weight:300;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	color:#373E44;
	height:110px;
	text-align: center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#welcome p{
	position:relative;
	bottom:35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}



.container {
	position:relative;
	top:120px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	left:15px;
}

.galleryItem {
	color: #797478;
	border:thin #C7C4C4 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 8px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	text-align: center;
	
	
}
 
.galleryItem h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#353b3f;
	font-size:22px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:100;
	width:300px;
}

.galleryItem p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
    padding-left:7px;
	color:#3d4449;
}
 
.galleryItem img {
	position:relative;
	top:7px;
	
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 7px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.7);
}

.galleryItem {
	background-color: #FFFFFF;
	float: left;
	width: 30%;	
	margin-right:30px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
}



h5{
	position:relative;
	left:15px;
}


h5 a{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-decoration:none;
	color:#2d3336;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	float:right;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	letter-spacing:.05px;
	font-weight:100

	}

.readmore1 a{
	right:50.5px;
}

#footer {
	position:relative;
	clear:both;
	top:950px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#footerlinks {
	position:relative;
	clear:both;
	top:900px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#aboutfooter {
	position:relative;
	clear:both;
	top:1270px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	
}

#featurebg{
	position:relative;
	top:-140px;
	height:0;
	z-index: -1000;
	width:auto;
}


#footerbrand{
	position:relative;
	height:92px;
	align-content: center;
	bottom:50px;
	left:350px;
	width:300px;
	
	
}

#footerbrand img{
	position:relative;
	height:70px;
	
}

#footercredit img{
	position:relative;
	width:200px;
}


#footercredit p{
	position:relative;
	top:45px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#FFFFFF;
	font-size:14px;
	font-weight:100;
	letter-spacing: .2px;
}

#footercredit{
	width:100px;
	position:relative;
	top:15px;
}


#footeraddress{
	float:right;
	position:relative;
	bottom:140px;
	text-align: right;
	height:70px;
	width:210px;
}

#footeraddress h2{
	color:#E4E4E4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight:200;
	
}

#footeraddress h3{
	color:#E4E4E4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: lighter;
	font-size:12px;
	
}

#footercontainer{
	height:92px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#location{
	position:relative;
	top:155px;
	height:50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#location h2{
	position:relative;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	text-align: center;
}

#location p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-align: center;
	color: #3F4146;
	padding-top:20px;
}

#map{
	position:relative;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:350px;
	background:#16191c;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	}
	
#mapframe{
	position:relative;
	top:350px;
	left:-4px;
	padding-top:20px;
	height:300px;
	}
	
/*Final Homepage Div*/ 


#slider2{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:91px;
	height:250px;
	background-image:url(../images/contact/slider2bg.png);
}


#ContactContainer{
	width:960px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:110px;
	align-content: center;
	align-items: center;
	text-align: center;
}

#ContactContainer img{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-radius: 10px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
}

#contactintro{
	background-image: url(../images/welcomebg.png);
	float:none;
	position:relative;
	top:95px;
	height:155px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#contactintro h1{
	position:relative;
	padding-top:35px;
	font-weight:300;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	color:#373E44;
	height:110px;
	text-align: center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#contactintro p{
	position:relative;
	bottom:35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}


#conform{
	position:relative;
	height:330px;
	width:452px;
	padding-top:10px;}

#conform img{
	width:452px;
	border-radius:8px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
}
	
#contact1{
	position:relative;
	width:452px;
	right:23px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight:bold;
	font-size:20px;
	margin-left:23px;
	color:#303137;
	padding-top:17px;
	padding-bottom:5px;
	border-bottom:thin #303137 solid;}
	
form{
	position:relative;
	top:15px;
	}
	
form p{
	padding-bottom:15px;}
	
	
label{
	color:#303137;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	}
	
		
#name, #Email, #Phone, #message{
	position:relative;
	top:4px;
	width:430px;
	background:#eee;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:.8em;
	padding:9px;
	box-shadow:2px 2px 5px #000;
	box-shadow:inset 1px 1px 3px #000;
	border:thin #303137 solid;
	
	}
	
#name:focus, #Email:focus, #Phone:focus, #message:focus{
	background:#555454;
	color:#eee;
	border:thin black solid;
	box-shadow:inset 1px 1px 3px #000;
	}
	
.btn{
	float:right;
	margin:0px 13px 0;
	}
	
.btn input{
	position:relative;
	right:10px;
	height:30px;
	width:100px;
	border:1px #303137 solid;
	margin:0 0 0 10px;
	cursor:pointer;
	color:#FFF;
	background: #303137; /* For browsers that do not support gradients */
	 /* Standard syntax */
	box-shadow:0 0 3px #000;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	letter-spacing:3px;}
	
#reset:hover{
	color:#FFFFFC;
	background: #16191c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #16191c,#4F4F4F, #16191c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #16191c,#4F4F4F, #16191c); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(from top, #16191c,#4F4F4F, #16191c); /* Standard syntax */}

#submit:hover{
	color:#FFFFFC;
	background: #16191c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #16191c,#4F4F4F, #16191c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #16191c,#4F4F4F, #16191c); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(from top, #16191c,#4F4F4F, #16191c); /* Standard syntax */}
	
#message{
	
	height:69px;
	resize:none;}
	
#info{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	bottom:470px;
	padding-bottom:10px;
	text-align: center;}
	

#info img{
	border-radius:8px;
	padding-right:30px;
	width:100px;
}


	
#info p{
	color:#2E333E;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:22px;
	padding-top:30px;}

#info strong{
	color:#2E333E;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    padding-bottom:1px;}

#info strong a{
	text-decoration:none;
	color:#2E333E;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    padding-bottom:1px;}

#mapframe2{
	position:relative;
	bottom:520px;
	padding-bottom:100px;
	margin-right:auto;
	margin-left:auto;
	height:500px;
	right:13px;
	}


/*Closing Contact Page Divs*/ 



#about1{
	position:relative;
	top:130px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#about1 p{
	width:600px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#about1 strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}


#abouthistory{
	position:relative;
	bottom:400px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#abouthistory p{
	width:960px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#abouthistory strong{
	font-size: 24px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#title{
	width:470px;
	height:90px;
	border-bottom:3px #3A4754 ridge;
	border-radius: 2px;
}

.container2 {
	position:relative;
	bottom:370px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	left:13px;
}

.galleryItem2 {
	width:160px;
	height:320px;
	color: #797478;
	border:thin #C7C4C4 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 8px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}
 
.galleryItem2 h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#353b3f;
	font-size:16px;
	padding-bottom:15px;
	padding-left:10px;
	font-weight:100;
	
}

.galleryItem2 h2 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#353b3f;
	font-size:20px;
	padding-top:15px;
	padding-left:10px;
	font-weight:100;
	
}

.galleryItem2 p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:12px;
    padding-left:10px;
	color:#3d4449;
}
 
.galleryItem2 img {
	position:relative;
	top:5px;
	left:5px;
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 7px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.7);
}

.galleryItem2 {
	background-color: #FFFFFF;
	float: left;
	width: 16.7%;	
	margin-right:30px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
}

#directors{
	position:relative;
	clear:both;
	bottom:320px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
	
	
	
}

#directors h2{
	text-align: center;
	position:relative;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	
}

#directors p{
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #3F4146;
	padding-top:20px;
}

#board{
	text-align: center;
	position:relative;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;
	
	
}

#directors h2{
	text-align: center;
	position:relative;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	
}

#aboutintro2{
	background-image: url(../images/welcomebg.png);
	float:none;
	position:relative;
	top:88px;
	height:155px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#aboutintro2 h1{
	position:relative;
	padding-top:32px;
	font-weight:300;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	color:#373E44;
	height:110px;
	text-align: center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#aboutintro2 p{
	position:relative;
	bottom:35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}



#about1 img{
	position:relative;
	bottom:550px;
	width:360px;
	left:640px;
	
}


#footer2 {
	position:relative;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
}



#featurebg2{
	position:relative;
	top:-140px;
	height:0;
	z-index: -1000;
	width:auto;
}


#footerbrand2{
	position:relative;
	top:-20px;
	height:92px;
	
}

#footerbrand2 img{
	position:relative;
	top:15px;
	left:360px;
	height:70px;
	
}

#footercredit2 p{
	position:relative;
	top:45px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#FFFFFF;
	font-size:14px;
	font-weight:100;
	letter-spacing: .2px;
}


#footeraddress2{
	float:right;
	position:relative;
	bottom:95px;
	text-align: right;
	height:70px;
	width:210px;
}

#footeraddress2 h2{
	color:#E4E4E4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight:200;
	
}

#footeraddress2 h3{
	color:#E4E4E4;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: lighter;
	font-size:12px;
	
}

#footercontainer2{
	height:92px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#com2{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:320px;
}
#com2 h3{
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;}

#com2 p{
	text-align: center;
	padding-bottom:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#com3{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	bottom:320px;
	
}
#com3 h3{
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;}

#com3 p{
	text-align: center;
	padding-bottom:20px;
	color:#353941;
	font-size:11px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#com3 strong{
	text-align: center;
	font-size:13px;
	padding-bottom:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#com3 u{
	text-align: center;
	font-size:18px;
	padding-bottom:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#bottompic{
	position:relative;
	bottom:250px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	
}

#bottompic img{
	height:300px;
	margin-right:auto;
	margin-left:auto;
	
}

#maincontainer{
	height:2025px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#slider3{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
	background-image:url(../images/about/slider3bg.png);
}

/*Ending About Page Divs */ 

/*Vendors Divs*/ 

#test1 h6{
	position:relative;
	text-align: center;
	bottom:60px;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;}

#test2 h6{
	position:relative;
	text-align: center;
	bottom:90px;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;}


.links h5{
	position:relative;
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:16px;
	padding-bottom: 25px;}

.links a h5{
	position:relative;
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:16px;
	padding-bottom: 25px;}

.links{
	position:relative;
	top:120px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

.links ul{
	 list-style-type: none;
	list-style: none;
}

.links ul li{
	width:280px;
	margin-right:auto;
	margin-left:auto;
	list-style: none;
	
	}

.links ul li a{
	 list-style-type: none;
}

.links p{
	
	position:relative;
	top:20px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:18px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}


#test1{
	position:relative;
	top:130px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

#test1 img{
	height:220px;
	position:relative;
	top:50px;
	margin-right:auto;
	margin-left:auto;
	right:67px;
}

#test ul{
	 list-style-type: none;
	list-style: none;
}

#test1 ul li{
	width:280px;
	margin-right:auto;
	margin-left:auto;
	list-style: none;
	
	}

#test1 ul li a{
	 list-style-type: none;
}

#test1 p{
	
	position:relative;
	top:20px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:18px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}

#test1 strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}


#test2{
	position:relative;
	top:130px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

#test2 img{
	height:220px;
	position:relative;
	top:50px;
	margin-right:auto;
	margin-left:auto;
	right:67px;
}

#test2 ul{
	 list-style-type: none;
	list-style: none;
}

#test2 ul li{
	width:280px;
	margin-right:auto;
	margin-left:auto;
	list-style: none;
	
	}

#test2 ul li a{
	 list-style-type: none;
}

#test2 p{
	
	position:relative;
	top:20px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:18px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}

#test2 strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}


#maincontainer2{
	height:670px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}


#sliderRent{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
	background-image:url(../images/rent/sliderbrRent.png);
}


#footerRENT {
	position:relative;
	clear:both;
	top:1290px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y:hidden;
	
	
}

#aboutRent{
	position:relative;
	top:130px;
	height:600px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}


#aboutRent{
	position:relative;
	top:130px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#aboutRent p{
	width:600px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#aboutRent strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutRent img{
	position:relative;
	bottom:690px;
	width:360px;
	left:640px;
	
}

#rentimg{
	position:relative;
	top:390px;
}



/* Login Form */


/* Bordered form */
form {
	position:relative;
	top:260px;
    width:300px;
	margin-right:auto;
	margin-left:auto;
}

form label b{
	position:relative;
	left:100px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-right:auto;
	margin-left:auto;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 300px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	margin-right:auto;
	margin-left:auto;
}

/* Set a style for all buttons */
button {
	position:relative;
	left:00px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 300px;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
	position:relative;
	bottom:20px;

	margin-right:auto;
	margin-left:auto;
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.containerlogin {
	width:300px;
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
	position:relative;
	right:700px;
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}






.membercontainer {
	position:relative;
	top:120px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	left:15px;
	
}


.galleryItemM {
	color: #797478;
	border:thin #C7C4C4 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 8px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

.galleryItemM h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#353b3f;
	font-size:22px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:100;
}

.galleryItemM p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:12px;
    padding-left:10px;
	color:#3d4449;
}
 
.galleryItemM img {
	position:relative;
	top:7px;
	left:7px;
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 7px;
}

.galleryItemM {
	background-color: #FFFFFF;
	float: left;
	width: 30%;	
	margin-right:30px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
}


.membercontainer iframe{
	position:relative;
	left:18px;
	bottom:13px;
	width:260px;
	
}

#helmsman a{
	text-decoration: none;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 15px;
	color:#29323F;

}




.bylaws a{
	position:relative;
	right:20px;
	text-decoration:none;
	color:#2d3336;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	float:right;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	letter-spacing:.05px;
	font-weight:100

	}

.bylaws img{
	position:relative;
	top:15px;
}




	

 
.galleryItemR h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#353b3f;
	font-size:22px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:100;
}

.galleryItemR p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:12px;
    padding-left:10px;
	color:#3d4449;
}
 
.galleryItemR img {
	position:relative;
	top:7px;
	left:7px;
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 7px;
}

.galleryItemR {
	position:relative;
	text-align: center;
	height:500px;
	margin-top:30px;
	float: left;
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	
	
	
}

.galleryItemR h3{
	position:relative;
	top:15px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	Margin-right:auto;
	margin-left:auto;
	padding-bottom:40px;
	color:#273244;
	
}

.galleryItemR a{
	position:relative;
	text-decoration: none;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#273244;
	font-size:13px;
	
}

.galleryItemR a strong{
	font-size: 15px;
	position:relative;
	text-decoration: none;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#273244;
	
}



.galleryItemR a hover{
	color:#A3A3A3
}

.galleryItemR ul li{
	display:inline;
	position:relative;
	top:-20px;
	padding-left:40px;
	
	
}

.galleryItemR ul li{
	display:inline;
	position:relative;
	top:-20px;
	padding-left:40px;
	margin-left:0;
	
	
}

galleryItemR ul {
    list-style-type: none;
	position:relative;
    margin: 0;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: #333333;
}

.galleryItemR ul li:first-child{
	padding-left:0;
}

.galleryItemR ul li:seventh-child{
	padding-left:0;
}



h5 a{
	position:relative;
	right:70px;
	text-decoration:none;
	color:#2d3336;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	float:right;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	letter-spacing:.05px;
	font-weight:100

	}

.ActivityCalendar{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	bottom:150px;
	width:980px;
	border:thin #232D3D solid;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
	
	
}




.maintenance{
	text-align: center;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}
.maintenance a{
	text-decoration: none;
	color:#222A3B;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	position:relative;
	top:50px;
	font-size:24px;
	
	
}

#footerMEMBER {
	position:relative;
	clear:both;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y:hidden;
	
}



#wrapperG{
	text-align: center;
	position:relative;
	width:960px;
	top:110px;
	height:420px;
	padding-top:15px;
	padding-bottom:8px;
	}
	
#colleft{
	float:left;
	padding-top:2px;
	text-align: center;
	}
	
#colleft img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	position:abolsute;
	border-radius: 10px;
	}

#colleft p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}

#colmiddle{
	float:left;
	padding-top:2px;
	text-align: center;
	}
	
#colmiddle img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	position:abolsute;
	margin-right:50px;
	margin-left:50px;
	border-radius: 10px;
	}

#colmiddle p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}
	
#colright{
	float:left;
	padding-bottom:25px;
	text-align: center;
	}

#colright img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	position:abolsute;
	border-radius: 10px;
	}

#colright p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}

#mcalendar{
	position:relative;
	top:30px;
	margin-right:auto;
	margin-left:auto;
	width:960px;
}

#mcalendar iframe{
	width:960px;
}


#test1 h6{
	text-decoration: none;
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding-bottom: 25px;
    font-size: 28px;}


#test1{
	text-align: center;
	position:relative;
	top:-10px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

#test1 a{
	text-decoration: none;
	position:relative;
	bottom:60px;
	
}

#test2 h6{
	text-decoration: none;
	text-align: center;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding-bottom: 25px;
    font-size: 28px;}


#test2{
	text-align: center;
	position:relative;
	top:10px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

#test2 a{
	text-decoration: none;
	position:relative;
	bottom:50px;
	
}

#slider4{
	background-image:url(../images/slider4bg.png);
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
}

#slider5{
	background-image:url(../images/slider5bg.png);
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
}

#slider6{
	background-image:url(../images/slider6bg.png);
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
}

#moreinfo{
	text-align: center;
}
#moreinfo p{
	position:relative;
    bottom:35px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 30px;
	color:#293241;
}

#footerG {
	position:relative;
	clear:both;
	top:110px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#footerc {
	position:relative;
	clear:both;
	bottom:460px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#aboutintro3{
	background-image: url(../images/welcomebg.png);
	float:none;
	position:relative;
	top:98px;
	height:155px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#aboutintro3 h1{
	position:relative;
	padding-top:32px;
	font-weight:300;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	color:#373E44;
	height:110px;
	text-align: center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#aboutintro3 p{
	position:relative;
	bottom:35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}


#colleft2{
	float:left;
	Position:relative;
	bottom:60px;
	padding-top:2px;
	text-align: center;
	padding-right:3px;
	}
	
#colleft2 img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	border-radius: 10px;
	}

#colleft2 p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}

#colright3{
	float:left;
	left:40px;
	Position:relative;
	bottom:60px;
	padding-top:2px;
	text-align: center;
	padding-right:3px;
	}
	
#colright3 img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	border-radius: 10px;
	}

#colright3 p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}


#colright2{
	position:relative;
	top:10px;
	float:left;
	padding-bottom:25px;
	padding-right:50px;
	text-align: center;
	}

#colright2 img{
	width:280px;
	margin-bottom:5px;
	border:1px solid #BFBDBD;
	position:abolsute;
	border-radius: 10px;
	}

#colright2 p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2D3147;
	padding-bottom:15px;
	
}



#about2{
	position:relative;
	top:130px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#about2 p{
	width:600px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#about2 strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#about2 img{
	position:relative;
	bottom:375px;
	height:380px;
	left:712px;
	border-radius: 10px;
	
}


.ActivityCalendar2{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:619px;
	width:960px;
	bottom:180px;
	border:thin #D9D7D7 solid;
	border-radius: 5px;
	background-color:#FFFFFF;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	
	
	
}

.ActivityCalendar2 iframe{
	width:920px;
	padding-top:17px;
	position:relative;
	left:17px;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	border-radius: 5px;
}


#activityfooter {
	position:relative;
	clear:both;
	top:70px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}


#about3{
	position:relative;
	top:130px;
	
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#about3 p{
	width:600px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#about3 strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#about3 img{
	position:relative;
	bottom:255px;
	height:280px;
	left:712px;
	border-radius: 10px;
	
}


.ActivityCalendar3{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:619px;
	width:960px;
	bottom:50px;
	right:10px;
	border:thin #D9D7D7 solid;
	border-radius: 5px;
	background-color:#FFFFFF;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	
	
	
}

.ActivityCalendar3 iframe{
	width:920px;
	padding-top:17px;
	position:relative;
	left:17px;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	border-radius: 5px;
}

#activity2footer {
	position:relative;
	clear:both;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}


#aboutintroland{
	background-image: url(../images/welcomebg.png);
	float:none;
	position:relative;
	top:88px;
	height:155px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#aboutintroland h1{
	position:relative;
	padding-top:32px;
	font-weight:300;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	color:#373E44;
	height:110px;
	text-align: center;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#aboutintroland p{
	position:relative;
	bottom:35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:14px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}


#sliderwater{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
	background-image:url(../images/water/sliderwaterbg.png);
}

#sliderland{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
	background-image:url(../images/events/slidereventbg.png);
}

#sliderex{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
	background-image:url(../images/land/sliderlandbg.png);
}


#aboutex{
	position:relative;
	top:100px;
	height:275px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#aboutex p{
	width:960px;
	padding-top:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
	
}

#aboutex strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutex img{
	position:relative;
	width:950px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#aboutex2{
	position:relative;
	top:240px;
	height:275px;
	padding-top:50px;
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#aboutex2 p{
	position:relative;
	width:960px;
	padding-top:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutex2 strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutex2 img{
	position:relative;
	width:950px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#aboutexcalendar{
	position:relative;
	top:450px;
	height:275px;
	padding-top:80px;
	padding-bottom:30px;
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#aboutexcalendar p{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:600px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
	bottom:30px;
	
}

#aboutexcalendar strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutexcalendar img{
	position:relative;
	bottom:230px;
	left:60px;
	width:150px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

.ActivityCalendarex{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:619px;
	width:960px;
	border:thin #D9D7D7 solid;
	border-radius: 5px;
	background-color:#FFFFFF;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	top:40px;
	
	
	
}

.ActivityCalendarex iframe{
	width:920px;
	padding-top:17px;
	position:relative;
	left:17px;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	border-radius: 5px;
}

#aboutev{
	position:relative;
	top:130px;
	height:275px;
	margin-right:auto;
	margin-left:auto;
    width:960px;
	text-align: center;
}

#aboutev p{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#aboutevpic img{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	border-radius: 8px;
}
#aboutev strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutevpic{
	position:relative;
	top:110px;
	height:275px;
	margin-right:auto;
	margin-left:auto;
    width:960px;
	text-align: center;
}

#aboutev img{
	position:relative;
	bottom:210px;
	width:150px;
	left:740px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#aboutevpic strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutevpic p{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
}

#aboutev2{
	position:relative;
	top:240px;
    width:960px;
	height:400px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#aboutev2 p{
	position:relative;
	padding-top:10px;
	width:960px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-right:auto;
	margin-left:auto;

	
}

#aboutev2 strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutev2 img{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:960px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#aboutev3{
	position:relative;
	top:200px;
	height:575px;
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#aboutev3 p{
	width:960px;
	position:relative;
	padding-top:30px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-right:auto;
	margin-left:auto;
	
}

#aboutev3 strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutev3 img{
	position:relative;
	width:960px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	border-radius:5px;
	
}


#aboutev4{
	position:relative;
	padding-top:60px;
	
	height:275px;
    width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	
}

#aboutev4 p{
	position:relative;
	width:960px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin-right:auto;
	margin-left:auto;
	
}

#aboutev4 strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#aboutev4 img{
	position:relative;
	bottom:120px;
	left:60px;
	width:240px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}


.calenderev{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:619px;
	width:960px;
	border:thin #D9D7D7 solid;
	border-radius: 5px;
	background-color:#FFFFFF;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	top:40px;
	
	
	
}

.calendarev iframe{
	width:920px;
	padding-top:17px;
	position:relative;
	left:17px;
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	border-radius: 5px;
}

#calendarev2{
	position:relative;
	height:275px;
	bottom:80px;
	padding-top:80px;
	padding-bottom:30px;
    width:980px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#calendarev2 p{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:600px;
	bottom:30px;
	padding-top:10px;
	color:#353941;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	justify-content: right;
	
}

#calendarev2 strong{
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}

#calendarev2 img{
	position:relative;
	bottom:230px;
	left:60px;
	width:150px;
	border-radius:5px;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#eventsfooter {
	position:relative;
	clear:both;
	top:1150px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#exfooter {
	position:relative;
	clear:both;
	top:700px;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y: hidden;
}

#mapframemember{
	position:relative;
	bottom:210px;
	padding-top:20px;
	height:300px;
	}

#membermap{
	position:relative;
	width:960px;
	text-align: center;
	bottom:120px;
	margin-right:auto;
	margin-left:auto;
}

#membermap p{
	position:relative;
	width:960px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#1F2530;
	font-size: 32px;
}

#mapmember{
	position:relative;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:350px;
	background:#16191c;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	}


#slidercheckpoint{
	background-image:url(../images/loginslider.png);
	margin-right:auto;
	margin-left:auto;
	width:960px;
	position:relative;
	top:92px;
	height:250px;
}

#testvendors h6{
	position:relative;
	text-align: center;
	bottom:90px;
	font-weight:100;
	color:#37383B;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:24px;
	padding-bottom: 25px;}


#testvendors{
	position:relative;
	top:130px;
	width:960px;
	margin-left: auto;
	margin-right:auto;
	 list-style-type: none;
}

#testvendors img{
	height:220px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	right:67px;
}

#testvendors ul{
	 list-style-type: none;
	list-style: none;
}

#testvendors ul li{
	width:280px;
	margin-right:auto;
	margin-left:auto;
	list-style: none;
	
	}

#testvendors ul li a{
	 list-style-type: none;
}

#testvendors p{
	
	position:relative;
	top:20px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:18px;
	color:#373E44;
	text-align: center;
	width:960px;
	
}

#testvendors strong{
	font-size: 18px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#footercredit a{
	position:relative;
	height:70px;
	width:100px;
	
	
}

#comingsoon{
	position:relative;
	float:left;
	top:30px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

#comingsoon p{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:30px;
}

#formformember{
	width:960px;
	position:relative;
	top:140px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#formformember p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding-top:12px;
}

#formformember a{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-decoration: none;
	color:#212636;
	font-size: 24px;
}

#formformember2{
	width:960px;
	position:relative;
	top:140px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top:25px;
}

#formformember2 a{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	text-decoration: none;
	color:#212636;
	font-size: 18px;
	padding-top:12px;
}

#formformember2 p{
	position:relative;
	top:20px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding-top:12px;
}

#footerapp {
	position:relative;
	top:-40px;
	clear:both;
	height:93px;
	width:auto;
	background-image:url(../images/footerbg.png);
	box-shadow: 0 -3px -10px 2px rgba(0,0,0,.1);
	overflow-y:hidden;
	
	
}

#calendarmain {
	position:relative;
	width:980px;
	border:thin #232D3D solid;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
	
	
}


#eventscalendar2{
	position:relative;
	width:980px;
	border:thin #232D3D solid;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
	
}

#title1{
	width:960px;
	text-align: center;
	Margin-right:auto;
	margin-left:auto;
	padding-top:30px;
}

#title1 p{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	position:relative;
	bottom:175px;
	margin-right:auto;
	Margin-left:auto;
	font-size:27px;
	color:#171F2F;
	
}


#testmcalendar {
	position:relative;
	bottom:30px;
	height:30px;
	text-align: center;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#testmcalendar h6{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#2A364E;
	font-size: 27px;
}

#mcalendar {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}