@charset "UTF-8";
body  {
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/newchrisbackground.jpg);
	vertical-align: baseline;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 15px;
	padding: 0px;
	background-color: #FFFFFF;
} 

.thrColAbsHdr #header {
	height: 112px;  /* 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. */
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
} 
.thrColAbsHdr #menu {
	height: 25px;
	background-color: #99cccc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 170px;
	right: 0;
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 20px;
	font-size: 10px;
	line-height: normal;
	background-color: #FFF;
	background-image: url(images/beigebackground2.jpg);
	border: 1px solid #999;
	color: #515151;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	border: 1px solid #FFF;
	background-color: #FFF;
}
.thrColAbsHdr #copybar {
	font-size: 10px;
	line-height: normal;
	color: #666;
	background-color: #BEDEDE;
	text-align: right;
	padding: 5px 20px;
	vertical-align: text-bottom;
	margin: 0;
}

.thrColAbsHdr #footer {
	font-size: 10px;
	line-height: normal;
	color: #003333;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin: 0;
	height: 40px;
} 
.thrColAbsHdr #footer #sociallinks {
	position: relative;
	height: 34px;
	width: 250px;
	float: left;
	left: 25px;
	top: 3px;
}

.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;
}
.fltlft50pct {
	float: left;
	width: 250px;
	text-align: left;
}
.clearboth {
	clear: both;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #033;
	line-height: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #033;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #033;
}
a:link {
	line-height: normal;
	color: #356A6A;
	text-decoration: none;
}
a:visited {
	line-height: normal;
	color: #488;
	text-decoration: none;
}
a:hover {
	line-height: normal;
	color: #70B8B8;
	text-decoration: underline;
}
a:active {
	line-height: normal;
	color: #70B8B8;
	text-decoration: underline;
}
.lightgreentext {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #066;
	font-style: oblique;
}
/* CSS menu September 2011 */
ul.menu {
	list-style-type: none;
	background-image: url(navi_bg.png);
	height: 25px;
	width: 800px;
	margin: 0px auto;
}
.menu li {
float: left;
}

ul.menu a {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #37716D;
}
ul.menu a:hover{
	text-decoration: none;
	background-image: url(images/Travelink-menu-over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

