@charset "utf-8";
/* CSS Document */

/*Contact Form*/
#box_contact{
    padding-top: 9px;
}

#box_contact p {
	margin-bottom:0 !important;
}
.form_holder {
	display: inline;
	float: left;
	margin: 0 15px 0 25px;
	width: 205px;
}
.form_holder1 {
	width:330px;
	float:left;
	display:inline;
}
.how {
	font-size: 12px;
	height: 21px;
	width: 195px;
	background-color:#dbd2c2;
	clear:both;
}
.contact_field {
	height:17px;
	width:200px;
	clear:both;
	background-color:#dbd2c2;
}
.field_head, .field_head1 {
	clear: both;
	margin: 13px 0 5px;
  
}
.field_head2 {
	margin:15px 0 5px 0;
	float:left;
	display:inline;
}
.smalldrop {
	height: 53px;	
	width: 205px;
}
.drop {
	width:93px !important;
	diaplay:inline;
	height:21px;
	background-color:#f3f3f3;
        font-size: 11px;
}
.drop_cont {
   display: inline;
    float: left;
    margin: 0 7px 0 0;
    width: 95px;        
}
.drop_cont1 {
	display:inline;
	float:left;
	width:95px;	
}
.hidden {
	display:none;
}
.form_holder input, .form_holder1 input {
	width:200px;
	clear:both;
	background-color: #D6C7AB;
        border: 1px solid #BAAE90;
	font-size:11px;
}
.from_holder select, .form_holder1 select, .form_holder1 textarea, .form_holder textarea {
	background-color: #D6C7AB;
        border: 1px solid #BAAE90;
}
.contact_textarea1 {
	height: 75px;
	width: 326px;
}
.but {
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 16px 16px 16px 16px;
	clear: both;
	color:#e7e7d6;
	float: right;
	margin: 9px 0 0;
	padding: 2px;
	text-align: center;
	width: 70px !important;
}
.rightcol {
    background-image: url("../images/contact.png");
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    font-size: 9px;
    height: 129px;
    margin-left: 5px;
    margin-top: 31px;
    padding-left: 7px;
    width: 118px;
}
.rightcol p{
    margin-top:6px !important; 
    line-height: 12px;
}
.leftcol {
	width:200px;
	height: 170px;
	float:left;
}
/*-------------------------Availability	----------------*/

div.tableContainer {
   
    clear: both;
    height: auto;    
    width:560px;
     padding:20px;
}

div.tableContainer table.scrollTable {
    float: left;
    width: 560px;
}


table.scrollTable th {
    background-color: #291F15;
    font-family: 'Arial';
    font-weight: normal;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
}

table.scrollTable th span{
    display: block;
    width: 100%;
    border-right: 1px solid #3f352b;
    text-align: center;
    height: 28px;
}

table.scrollTable th span.last{
    display: block;
    width: 100%;
    border-right: 0px solid #3f352b;
    text-align: center;
    height: 28px;
}

table.scrollTable td{
    height: 44px;
    font-family: 'Arial';
    padding:2px;
    text-align: center;
    background: none repeat scroll 0 0 transparent; 
    color: #D4CFBF;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

table.scrollTable tr:nth-child(2n+3){background: none repeat scroll 0 0 #705a35; color: #2a2015;}





table.scrollTable td img{
    border:2px solid #fff;
    width: 36px;
    height: 36px;
}

#content_team{
    padding: 20px;
}

.team li {
	cursor: hand;
	cursor: pointer;
}
