@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(images/thue-back.jpg);
	background-repeat: repeat-x;
}
.availability-table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #829dbf;
	text-decoration: none;
	padding: 8px;
	border: 5px solid #829dbf;
}
.twoColFixLtHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background-color: #FFF;
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 241px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 5px 30px;
	background-image: url(images/Thue-menu-back.jpg);
	background-repeat: no-repeat;
	border-right: 5px solid #4f9790;
	min-height: 628px;
	height: 100%;
}
#MenuBar {
	position: relative;
	left: 2px;
	top: 19px;
	width: 22px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 10px 10px 280px;
	position: relative;
	height: 1%;
	z-index: 1;
	padding: 0 20px;
	overflow: hidden;
	width: 530px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bc774a;
	float: left;
	width: 850px;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quotebox {
	width: 230px;
	position: relative;
	float: left;
	padding-left: 0px;
}
.contact-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.contact-textsmall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 280px;
	border-color: #829dbf;
	position: fixed;
}
.column1 {
	width: 280px;
	float: left;
	position: 0 0 0 0;
}
.column1b {
	position: relative;
	width: 280px;
	left: 10px;
	top: 50px;
}
.column2 {
	width: 280px;
	margin-left: 300px;
}
.quote-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 80px;
	font-variant: normal;
	font-weight: lighter;
	text-indent: 0px;
}
.quote-textblue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	font-weight: lighter;
	font-variant: normal;
	color: #829dbf;
	text-decoration: none;
	padding-right: 12px;
	text-indent: 0px;
}
contact-us {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}

.h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #829dbf;
	text-decoration: none;
	
}
.COL-left {
	background:#FFFFFF;
	position: relative;
	width: 250px;
	left: 0px;
	float: left;
}
.twoColFixLtHdr #BOTTOM-container {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 10px 10px 10px 280px;
}
.COL-right {
	background:#FFFFFF;
	position: relative;
	width: 250px;
	right: 0px;
	float: left;
	margin-left: 25px;
	border-left-color: #bc774a;
	border-left-width: 12px;
}
.fluid_container {
	max-width: 1000px;
	height: 380px;
	width: 570px;
	float: right;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-right: 10px;
		}
.Body-textgrey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: lighter;
	font-variant: normal;
	color: #4d6f98;
	text-decoration: none;
	text-indent: 0px;
}
.ILargeWHITEtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
}
.Intro-textgreyCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #bc774a;
	text-decoration: none;
	text-indent: 0px;
}
.COL-right2 {
	background:#FFFFFF;
	position: relative;
	width: 250px;
	right: 0px;
	float: left;
	margin-left: 25px;
	border-left-color: #bc774a;
	border-left-width: 12px;
	max-width: 250px;
}
.COL-left2 {
	background:#FFFFFF;
	position: relative;
	width: 250px;
	left: 0px;
	float: left;
}
table.gridtable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d6f98;
	border-width: 3px;
	border-color: #829dbf;
	border-collapse: collapse;
	float: left;
}
table.gridtable th {
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: #829dbf;
	background-color: #829dbf;
	font-size: 13px;
	color: #FFF;
}
table.gridtable td {
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: #bc774a;
}
.Intro-textlarge-Terra {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #bc774a;
	text-decoration: none;
	text-indent: 0px;
}
.quoteboxCopy {
	width: 200px;
	position: relative;
	top: -50px;
	float: left;
}
.MenuBar2 {
	width: 230px;
	position: relative;
	float: left;
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
.TCs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: lighter;
	font-variant: normal;
	color: #829dbf;
	text-decoration: none;
	padding-right: 12px;
	text-indent: 0px;
}
p {
	padding:0;
	margin:8px;
}
.COL-availability {
	background:#FFFFFF;
	position: relative;
	width: 250px;
	left: 0px;
	float: left;
	height: 100%;
}
.COL-rightavailability {
	background:#FFFFFF;
	position: relative;
	width: 275px;
	right: 0px;
	float: left;
	margin-left: 25px;
	border-left-color: #bc774a;
	border-left-width: 12px;
	max-width: 275px;
}
.view-textsmallCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
#OTHER {
	width: 180px;
	position: relative;
	background-color: #4f9790;
}
.OTHER-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
.COL-availability2 {
	background:#FFFFFF;
	position: relative;
	width: 460px;
	left: 0px;
	float: left;
	height: 100%;
	overflow: auto;
}
.twoColFixLtHdr #mainContentAVAILABILITY {
	margin: 10px 10px 10px 280px;
	position: relative;
	height: 1%;
	z-index: 1;
	padding: 0 20px;
	overflow: hidden;
	width: 480px;
}