@charset "utf-8";

/*
Theme Name: STI Main
Theme URI: www.seniorstravelinsurance.ca
Description: The main theme for the STI website
Version: 1.0
Author: Ron Froh
Author URI: www.seniorstravelinsurance.ca
*/

body {
	background-color:#6b7fa9;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:90%;
	line-height:1.4;
}
.clear {
	clear:both;
}
#left_column {
	position:relative;
	float:left;
	width:555px;
}
#right_column {
	position:relative;
	margin-left:555px;
}
#main_container {
	position:relative;
	margin: auto;
	width: 1000px;
}
/*Header Styling*/

#header { position:relative; width:555px;  }
#header img{ margin-top:15px;}
#head_left { float:left;  background:url(images/top_left.png) no-repeat top left; height:115px; width:15px; top: 0px; left: 0px; }
#head_top { float:left; background:url(images/top_middle.png) repeat-x top left; height:115px; width: 525px; top: 0px; left: 15px}
#head_right {float:left; background:url(images/top_right.png) no-repeat top left; height:115px; width:15px; top: 0px; left: 540px }
/* Right Column Styling*/

.right_column { height:auto;
}

#tl {
	background:url(images/14.png) no-repeat top left;
	float:left;
	width:15px;
	height:9px;
}
#tm {
	background:url(images/15.png) no-repeat top left;
	float:left;
	width:415px;
	height:9px;
}
#tr {
	background:url(images/16.png) no-repeat top right;
	float:left;
	width:15px;
	height:9px;
}
#hm {
	background:url(images/content_head.png) repeat-y top left;
	float:left;
	text-align:center;
	width:445px;
}

#hm a {
	color:#FFF;
	text-decoration:none;
}
#cm {
	background:url(images/content_bg.png) repeat-y top left;
	float:left;
	padding:0 20px 0 20px;
}
#bl {
	background:url(images/36.png) no-repeat top left;
	float:left;
	width:11px;
	height:17px;
}
#bm {
	background:url(images/37.png) no-repeat top left;
	float:left;
	width:419px;
	height:17px;
}
#br {
	background:url(images/38.png) no-repeat top right;
	float:left;
	width:15px;
	height:17px;
}
/*NewsFlash Styling*/

#news_top {
	background:url(images/news_top.png) no-repeat top left;
	float:left;
	width:555px;
	height:11px;
}
#news_middle {
	background:url(images/news_middle.png) repeat-y top left;
	float:left;
	width:555px;
	padding:10px 30px;
}
#news_bottom {
	background:url(images/news_bottom.png) no-repeat top left;
	float:left;
	width:555px;
	height:13px;
}
/* Styling Left Content*/

#left_content {
	float:left;
	background:url(images/left_content.jpg) no-repeat top left;
	height:486px;
	width: 100%;
}

#quote_form_wrapper {
	background-image: url('images/blank-10.png');
	color: #eee;
	margin: 15px 15px 15px 18px;
	padding: 0;
}

#quote_form {
	padding: 10px 15px 15px 15px;
}

#quote_form_trip_info {
	float: left;
	width: 200px;
}

#quote_form_travelers_info {
	float: right;
	width: 220px;
}

#quote_form_contact_info {
	float: left;
	margin-top: 10px;
	width: 200px;
}

#quote_form_submit {
	float: right;
	width: 220px;
}

#quote_form_button_submit {
	background: transparent url('images/quote-button.png') 0 0 no-repeat;
	display: block;
	height: 50px;
	margin: 5px 0 0 0;
	outline: 0;
	width: 220px;
}
	#quote_form_button_submit:hover {
		background-position: 0 -50px;
	}
	#quote_form_button_submit:active {
		background-position: 0 -100px;
	}
	#quote_form_button_submit.quote_form_button_disabled {
		background-position: 0 -150px;
	}

#quote_form_block_departure,
#quote_form_block_return {
	margin-bottom: 5px;
}

#quote_form_block_travelers {
	float: right;
	padding-top: 19px;
	width: 66px;
}

#quote_form_block_travelers input {
	float: left;
	margin: 5px 2px 3px 3px;
}
#quote_form_block_travelers label {
	float: left;
	margin: 3px 5px 3px 3px;
}

#quote_form_block_births {
	float: left;
	width: 152px;
}
	#quote_form_block_births .quote_form_field_date {
		background-image: url('images/input-138.png');
		margin-bottom: 3px;
		width: 132px;
	}

.quote_form_label {
	display: block;
	font-weight: bold;
	padding: 0 0 0 7px;
}

.quote_form_field_date,
.quote_form_field_text {
	background: transparent url('images/input-190.png') top left no-repeat;
	border-width: 0;
	height: 19px;
	padding: 3px 3px 3px 7px;
	width: 184px;
}

#quote_form_loading {
	display: none;
	height: 19px;
	width: 220px;
}

#quote_form_status {
	background: #9D0505;
	display: none;
	min-height: 0;
	padding: 5px;
	position: relative;
}

#quote_form .validator_error {
	background: transparent url('images/input-190.png') 0 -25px no-repeat !important;
	border-width: 0 !important;
}

#quote_form_block_births .validator_error {
	background: transparent url('images/input-138.png') 0 -25px no-repeat !important;
}


/* clearfix ****************************************/
.clearfix:after { /*all other browsers */
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%; /* IE5, IE6 */
}
* + html .clearfix {
	display: inline-block; /* IE7 */
}
*:first-child+html .clearfix {
	display: inline-block;
}
/***************************************************/
