

html{
	font-family: tahoma, verdana, arial;
	font-size:12px;
}

head {
	
}

img#callout {
	margin-left: 11%;		
}

body {
	background-image: url("images/ttc-bg.jpg") !important;
	background-repeat: no-repeat;
}

.ui-datepicker-trigger {
	display: none;	
}

section {
	margin-bottom: 20px;	
}


#main-container {
	padding-top: 40px;
	width: 74%;
	margin: 0 auto;
	min-height: 150px;
}

#section-one{
	min-height: 250px;
	background-image: url('images/travelCenterFormBg.png');
}

#submit-form {
	margin-top: 30px;
	/*margin-bottom: 7px;*/
}

.input-text {
	display: inline-block;
	text-align: left;
	padding-right: 25px;
	font-weight: bold;
	font-size: 15px;
}

.input-text > p {
	font-weight: bold;
	font-size: 15px;
}

#col-1-2 {
	width: 66%;
	float: left;
	text-align: left;
}

#destination{
	width: 80%;
	height: 30px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 5px;
}

.input-field {
	height: 30px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
}

#from_date, #to_date {
	font-weight:bold;
	color: #CCCCCC;
	padding-left: 5px;
}

#col-2-2 {
	/*width: 23%;*/
	float: right;
	margin: 0 auto;
}

.submit_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	padding:7px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.submit_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	/*background-color:#f6f6f6;*/
}
.submit_button:active {
	position:relative;
	top:1px;
}

#section-two {
	background-color: #B41E0B;

}

#section-two-verbiage {
	
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}

#section-three {
		
}

.content-images {
	width: 100%;
}

#col-1-3, #col-2-3, #col-3-3 {
	width: 32%;
	margin: 0 auto;
	border: 1px solid black;
	background-color: #fff;
	min-height: 460px;
	
}

#col-3-3 > h2, #col-1-3 > h2, #col-2-3 > h2 {
	text-align: left;
	padding-left: 10px;
	display: block;
	color: #0E2442;
}

#col-3-3 > p, #col-1-3 > p, #col-2-3 > p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#col-1-3 {
	float: left;	
}

#col-2-3 {
	float: right;	
}


.ad-300x250 {
	margin-top: 0px!important;
}

.more_info {
	font-weight: bold;
	color: #0E2461;
	text-decoration: none;
}	

form#travel_form {
	color: #ffffff;
	font-size: 14px;
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding: 13px 13px 13px 13px;
	min-height: 224px;
	/*background-image:url(images/travelCenterFormBg.png);*/
	margin-bottom: 0px;

}

@media screen and (max-width: 1400px) {
	#col-2-2 {
		width: 30%;
	}
	
	#col-1-2 {
		width: 68%;
	}
}

@media screen and (max-width: 1024px) {
	
	img#callout {
		margin-left: 0px;		
}
	
    /* tablets and below */
    #col-2-2 {
    	width: 31%;
    }
    
    #col-1-2 {
    	width: 66%;
    }
    
    #main-container {
    	width: 95%;	    
    }
    
    
    
}

@media screen and (max-width: 768px) {
    /* tablets and below */
    #col-2-2 {
    	display: none;	    
    }
    
    #col-1-2 {
    	width: 100%;
    	float: none;
    }
    
    #main-container {
    	width: 94%;	    
    }
    
}

@media screen and (max-width: 568px) {
	
	img#callout {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin: 0 auto;
		width: 98%;
		height: auto;
	}
	
	.gl_network_wrapper {
		display: none;	
	}
	
	#section-two-verbiage {
		font-size: 16px;	
	}
	
	#col-1-3, #col-2-3, #col-3-3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}
	
	#to_date {
		margin-right: 150px;
	}
	
	.content-images > h2 {
		font-size: 24px;	
	}
	
	.input-text {
		padding-right: 23px;	
	}
	
	.input-text > p {
		font-size: 16px;	
	}
	
	#submit-form {
		margin-top: 20px;	
	}
	
	form#travel_form {
		padding-bottom: 20px;	
	}
}