html, body{	
	margin:0;
	padding:0;
	background-color: #ffb3ff;
}


nav{
	background-color:white;
	text-align:center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left:0;
	margin-right:0;
}


nav li{
	display: inline;
	padding-left:2.5%;
	padding-right:2.5%;
	font-size:2vmin;
}

.wrapper{
	padding-top:20px;
}

.main{
    margin-left: auto;
    margin-right: auto;
	min-height:50%;
	width:80%;
	padding-left: 10px;
	padding-top:10px;
	text-align:center;
}

.logo{
	margin-bottom:7px;
	margin-top:7px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:99%;
			cursor: url("../img/bfly.cur"), auto;
}

.logoSmall{
	margin-bottom:7px;
	margin-top:7px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:25%;
}

/*contact form styling*/
#contactFormContainer{
    width: 40%;
    font-family: Arial;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
}
#after_submit, #email_validation, #name_validation {
    display:none;
}

#after_submit{
    background-color: #c0ffc0;
    line-height: 31px;
    margin-bottom: 10px;
    padding-left: 20px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label, #after_submit{
	color: #6c6c6c;
}

input{
    line-height: 31px;
	width: 40%
}

input, textarea{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.6);
	border: solid 1px #b6c7cb;
}

textarea{
	width: 60%
}

#contact_form{
	height: 317px;
	background-color: #e1e9eb;
	border: solid 1px #e5e5e5;
    padding: 10px 20px 50px 20px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#submit_button{
    width: 109px;
	height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #86c5fa;
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
	box-shadow: inset 0 2px rgba(255,255,255,.29);
	border: solid 1px #77a4cb;
	font-weight: bold;
	color: #fff;
    margin-left: 7px;
}

label.required:after {
  content:'*';
  color:red;
}

.error {
  background-color:#FFDFDF;
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 10px;
}
.row {
  margin:5px;
}

/*video styling*/
videoPara{
	text-align:center;
}

/*gallery styling*/

#sliderContainer{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#lightSlider{
	list-style: none outside none;
	padding-left: 0;
	margin-bottom:0;
}
.sliderImage {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
.sliderImg {
    display: block;
    height: auto;
    max-width: 100%;
}

