/* CONTACT PAGE */

	#contact-info{
		float: left;
		width: 184px;
	}
	#contact-info a{
		text-decoration: underline;
	}
	#contact-info p{
		line-height: 16px;		
	}
		#contact-info h3{
			font-size: 13px;
			font-variant: small-caps;
			font-weight: bold;
			margin-bottom: 0px;
		}
	
	#contact-map-form{
		float: right;
		width: 334px;
	}
		.map{
			display: block;
			background: #fff;
			border: 1px solid #d2cec1;
			padding: 3px 3px 2px 3px;
			margin-bottom: 36px;
		}
		
		#sContentCForm{
			width: 298px;
			height: 130px;
			overflow: hidden;
		}
		
		.send-button-wrapper{
			display: block;
			height: 29px;
			padding-left: 30px;
			background: url(images/buttons/send.button.left.png) no-repeat;
		}
			.send-button-wrapper input{
				cursor: pointer;
				color: #a3343a;
				padding: 0 10px 0px 0px;
				
				border: none;
				line-height: 29px;
				height: 29px;
				vertical-align: middle;
				background: url(images/buttons/send.button.right.png) right top no-repeat;
			}
			
			#cFormSubmit:hover{
				display: block;
				text-decoration: underline;
			}
			
			

 /* EOF CONTACT PAGE*/

 .form-wrapper {
     border-left: 3px solid #dedbd3;
     padding-left: 10px;
 }
 
 .form-wrapper h2 {
     font-size: 16px;
 }
 
 .send-button-wrapper input:hover{
 	display: block;
	text-decoration: underline;
 }
#qFormSubmit:hover, #bSubmitPrivate:hover, #cReservationSubmit:hover{
	display: block;
	text-decoration: underline;
}
  
 #sPrivateAdditional, #cReservAdditional{
 	width: 498px;
	height: 150px;
 }

 body.private_reservation .package h2{
 	margin-bottom: 16px;
	cursor: default;
 }

 
 #sCareerContent{
 	width: 485px;
	height: 100px;
 }

