@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg/background_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #18100a;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#container  {
	width: 1152px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding-top: 0;

	padding-bottom: 0;
	padding-left: 120px;
	height: 61px;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	z-index:2;
	position: relative;
}

#logo {
	float: left;
	margin-top: 0;
	clear: none;
	height: 20px;
}

#headerHome  {
	padding-top: 0;

	padding-bottom: 0;
	padding-left: 120px;
	height: 61px;
	background-image: url(../images/menubarHome.jpg);
	background-repeat: no-repeat;
	z-index:2;
	position: relative;
}

/* @group main_content */

#mainContent_home  {
	height: 751px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/home_propertyback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index:1;
	position: relative;
}
#mainContent_t2 {
	background-repeat: repeat-x;
	background-position: top;
	font-size: 15px;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/header_shadow.jpg);
	z-index:1;
	position: relative;
	padding: 40px 190px 100px 320px;
}

#mainContent_type2 {
	background-repeat: repeat-x;
	background-position: top;
	font-size: 15px;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/header_shadow.jpg);
	z-index:1;
	position: relative;
	padding: 40px 150px 100px 320px;
}

#mainContent_type2 img {
	margin-top: -10px;
}

/* @end */

/* @group heading styles */

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #4d4d4d;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #352A18;
	text-shadow: #000000 0 0 0px;
	margin-bottom: 4px;
}
h3 {
	font-size: 18px;
	color: #669900;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h4 {
	margin-bottom: 10px;
}

/* @end */

/* @group contact */

.contact {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 100px;
}
.contact_icon {
	float: left;
	padding-right: 15px;
	clear: left;
	padding-bottom: 24px;
}
.contact h3 {
	margin-bottom: 30px;
}

.maps {
	float: right;
	text-align: right;
	width: 240px;
	height: 240px;
	font-size: 12px;
	margin-top: 100px;
}

.contact_table {
	width: 450px;
	margin-left: -30px;
	border-right: thin dashed silver;
	padding: 0;
}

/* @end */
h2 img {
	margin-right: 12px;
	float: left;
	padding-bottom: 30px;
	margin-top: 0;
}

#mainContent_type2 h2 img {
	margin-top: 0;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	position: relative;
	z-index: 2;
	line-height: 12px;
	padding-left: 60px;
}

/* @group footer */

#footer_upper  {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 75px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #665546;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #2b1b06;
	padding-left: 100px;
	padding-top: 20px;
}
#footer_lower {
	background-color: #120d07;
	height: 120px;
	color: #ccc;
	font-size: x-small;
	padding-left: 100px;
	padding-top: 18px;
	background-image: url(../images/bg/bg_footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#footer_lower_float {
	float: right;
	margin-right: 736px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 16px;
	margin-top: 26px;
	display: inline;
}
.oneColFixCtrHdr #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 */
}

/* @end */

/* @group links */

a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color: #91bf42;
}
a:active {
	text-decoration: none;
	color: #7D9865;
}

/* @end */

/* @group media */

.mediaDate {
	font-size: 28px;
	width: 80px;
	color: #544227;
	text-align: center;
	float: left;
	line-height: 0.25em;
	padding-top: 33px;
	padding-left: 8px;
	padding-right: 8px;
}
.mediaContent {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 90px;
	text-align: justify;
	overflow: hidden;
	font-size: 14px;
	padding: 20px;
	margin-left: 110px;
	width: 480px;
}
.mediaDate h1 {
	color: #544227;
	font-size: 34px;
	margin-top: 18px;
	margin-bottom: 12px;
}
.mediaDate h2 {
	font-size: 18px;
	color: #544227;
}
#mediaBackground {
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f7f7 url(../images/date_back.jpg) repeat-y;
}

/* @end */
ul.slideshow_home      {
	list-style:		none;
	margin: 0px;
	padding: 0px;
}
#propsel {
	float: right;
	padding-top: 12px;
	padding-right: 18px;
	display: inline-block;
}
#welcome {
	width: 380px;
	padding-left: 70px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	bottom: 30px;
}

#showCase1 {
	bottom: 0;
	position: absolute;
	right: 0;
}
.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;
}
ul.slideshow_tem1    {
	list-style:		none;
	border: thin solid #CCCCCC;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
}
.picture {
	border: thin solid #CCCCCC;
	padding: 8px;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
}
#readmore {
	text-align: right;
}

/* @group gallery */

#galleries {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
	padding-left: 200px;
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 130px;
}
#galleries   #gallery_thumbs  img {
	background-image: url(../images/Galleries/frame.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-right: 24px;
	margin-bottom: 20px;
}
#back_btn {
	outline: none;
	margin-left: 650px;
	font-size: 14px;

}

/* @end */

/* @group form */

#formRight {
	width: 200px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 120px;
	height: 700px;
	padding-left: 40px;
	border-right-style: none;
	border-left: thin dashed #CCCCCC;
	float: right;
}
#form {
}

/* @end */
.section {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #999999;
}
.tour_label {
	padding-left: 10px;
}
.horizontal_line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.image_left {
	float: left;
	padding-right: 10px;
	margin-top: -5px;
}

.picture {
	border-color: silver;
	border-width: thin;
	padding: 7px;
	margin-right: 30px;
}
#highlights {
	background-image: url(../images/capilano_traveltrade_itineraries/highlightsBackgroud.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 11px;
	height: 270px;
	padding-right: 20px;
}
#tour_column_left {
	float: left;
	width: 320px;
	margin-right: 40px;
	padding-bottom: 20px;
}
#highlights_column_left {
	float: left;
	padding-bottom: 20px;
	margin-left: 18px;
	margin-right: 50px;
}
#itinerary_column_left {
	float: left;
	margin-right: 20px;
	background-color: #f6f6e6;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 50px;
}
img
{
border-style: none;
text-decoration: none;
}

#hours {
	background: url(../images/hours.jpg) no-repeat;
	float: left;
	clear: none;
	height: 400px;
	width: 600px;
	padding: 78px 50px 100px 44px;
} 
.employee_image_left {
	float: left;
	margin-top: -5px;
	margin-right: 60px;
	clear: both;
}
#employee_column_right {
	float: right;
	width: 320px;
}
