﻿/***************************************************
			  	  START FORM 
***************************************************/
	
#contact_form ul {
	list-style:none;
	float:left;
	margin:15px 0 0 45px;
	padding:0;
	width:360px;
	}

#contact_form  li {
	float: left;
	margin-bottom:10px;
	position: relative;
	height:55px;
	list-style-type: none;
	color: #1F242F;
	font-family: 'Open Sans', sans-serif;
	}

#contact_form label {
	width: 150px;
	height: 25px;
	display: block;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-top:-30px;
	}
	
#contact_form  li.textarea {
	height:130px;
	}
	
#contact_form  li.firstname {
	float:left;
	}
	
#contact_form  li.lastname {
	float:left;
	padding-left:20px;
	}
	
#contact_form  li.email {
	float:left;
	}
	
#contact_form  li.zip {
	float:left;
	padding-left:20px;
	}
	
#contact_form  li.month {
	float:left;
	}
	
#contact_form  li.day {
	float:left;
	}
	
#contact_form  li.year {
	float:left;
	}

#contact_form  li.button {
	float: left;
	margin-bottom:10px;
	position: relative;
	height: 35px;
	list-style-type: none;
	margin-top: -30px;
	}

#contact_form input {
	width: 150px;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	color: #6f6f6f;
	border: 1px solid #E7E7E9;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-top:-6px;
	}
	
#contact_form input.long {
	width: 338px;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	color: #6f6f6f;
	border: 1px solid #E7E7E9;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	}

#contact_form input:focus, textarea:focus {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #5583a3;
	}
div.right_content1 cite {
	font-size:11px;
	font-family:Tahoma;
	font-style:normal;
}
div.right_content1 blockquote {
	padding:0px 20px 20px 20px;
	border-bottom:thin #BBB solid;
	
}

input[type=submit] {
	background-color:transparent !important;
	/*background-image:url(/images/form_button_orange.png) !important;*/
	background-repeat:no-repeat;
	border:none !important;
	cursor:pointer;
	height:45px;
	width:160px !important;
	*margin-top:68px;
	*margin-left:-164px;
	}
	
.form_submit {
	background-image:url(/images/form_button_orange.png);
	background-repeat:no-repeat;
	height:45px;
	width:160px;
	}

#contact_form .required {
	color:#f59600; 
	font-size:11px; 
	}

label.large_contact {
	color:#313035;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	}
	
.form_error {
	border:  1px solid #406a27;
	}

#thanks {
	border:  1px solid #bcbcbc;
	width: 400px;
	padding: 0px 10px 0px 0px;
	background-color:#f2f3ea;
	text-align: left;
	}

#contactmessage {
	clear: both;
    color: #2D78D2;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
	}

.success {
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 85px;
	color: #333333;
	border: 1px solid #E7E7E9;
	background-color: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left:20px;
	width:368px;
	}
	
.right_content {
	width:440px;
	/*float:right;*/
	background-image:url(/images/form_orange.jpg);
	background-repeat:no-repeat;
	height:315px;
	margin-top:20px;
	padding-right:26px;
	/*background-color:#ffffff;*/
	margin-bottom:28px;
	}
	
.form_title {
	font-family: 'Open Sans', sans-serif;
	font-size:27px;
	color:#ffffff;
	margin-top:10px;
	text-align:center;
	margin-top:2px;
	}

.button {
    background: #E7EEF3;
    border: 1px solid #AAB6BC;
    color: #50737E;
    text-shadow: 0 1px #DEE5EA;
    -moz-transition: all 0.3s linear 0s;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #FFFFFF inset, 0 0 3px #BABABA;
    cursor: pointer;
    font-size: 13px;
    padding: 7px 13px;
    text-decoration: none;
}


/***************************************************
			  	  START SLIDER 
***************************************************/
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:-8px;
	background-image:url(../img/Gallery_Left_orange.png);
	background-repeat:no-repeat;
	height:55px;
	width:70px;
}
.nivo-nextNav {
	right:15px;
	background-image:url(../img/Gallery_Right_orange.png);
	background-repeat:no-repeat;
	height:55px;
	width:70px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	width:463px;
	height:245px;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:-75px; /* Put the nav below the slider */
	margin-left:5px;
	width:445px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:8px;
}
