body  {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	background: #47577d;
	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;
}

.twoColFixLtHdr #container { 
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #47577d url(images/common/page_two_bg.jpg) repeat-y center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	border: 0px solid #265d96;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #contentWrapper {
	background: #fff;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.twoColFixLtHdr .base {
	background: url(images/common/bottom_bg.jpg) no-repeat center;
	height: 29px; 
}

.twoColFixLtHdr #header { 
	background: #fff url(images/common/banner3.jpg) no-repeat; 
	height: 200px;
	padding: 0 10px 0 20px;  /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility:hidden;
}


h1 { font-size: 130%; color: #CC0000; font-weight: bold;}
h2 { font-size: 90%; color: #cc0000; font-weight: bold; }
h3 { font-size: 80%; }

p { font-size: 75%; line-height: 140%; }


#tours h2 {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size:.9em;
	text-align: left;
	color: #990000;
	clear:left;
	
}

#tours img { 
	display: block;
	margin: 0 auto 0px auto;
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	height: 72px;
	width: 100px;
}

#tours p.tourDetails { font-size: 85%; }

#tours p.thumb { 
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #fff;
	line-height: 1em;
	list-style: none;
}

#tours p.thumb a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 2px 7px 2px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	font-size: 90%;
	color: #990000;
}
#tours p.thumb a {
	width: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

#tours p.thumb a:hover {
	border: 1px solid #ccc;
	background-color: #eee;
	text-decoration: underline;
}

#tours .top { width: 23px; height: 25px; border: 0; float:right; }

/* ------ testing area --------*/

#tours2 { padding: 5px; }
#dayTours td { border-bottom: 1px solid #eee; }
#tours2 h2 {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size:.75em;
	text-align: left;
	color: #990000;
	clear:left;
	padding: 2px 0 3px 4px;
	background: #eee;
	
}

#tours2 img { 
	display: block;
	margin: 0 auto 0px auto;
	border: 1px solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
	height: 72px;
	width: 100px;
}

#tours2 p.tourDetails { font-size: 70%; padding-left: 4px; }

#tours2 p.thumb { 
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	text-align: center;
	background-color: #fff;
	line-height: 1em;
	list-style: none;
}

#tours2 p.thumb a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 2px 4px 2px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
	text-align: center;
	font-size: 90%;
	color: #990000;
}
#tours2 p.thumb a {
	width: 110px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-decoration: none;
}

#tours2 p.thumb a:hover {
	border: 1px solid #ccc;
	background-color: #eee;
	text-decoration: underline;
}

.top { width: 23px; height: 25px; border: 0; float:right; }
.top a img { border: 0; }

/* -------end testing area --------*/

#toursList p { font-size: 80%; padding-bottom: 1px; color: #000066;}
#toursList p a { color: #000066; text-decoration: none; }
#toursList p a:hover { color: #990000; text-decoration: underline; }
#tours td { vertical-align: top; width: 30%; }	

ul { font-size: 75%; list-style-type: square; line-height: 140%; }

ul#sitemap  { font-size: 75%; list-style-type: none; line-height: 190%; }

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	border: 0px solid #ccc;
	margin-left: 20px;
	margin-top: 10px;

}
.twoColFixLtHdr #sidebar1 p { padding: 0 10px 0 0px; text-align:center; margin: 5px 0 8px 0; color:#ff6600; font-weight:bold; }
.twoColFixLtHdr #sidebar1 p.left { text-align: left; padding-left: 11px; font-size: 90%; }
.twoColFixLtHdr #sidebar1 p a { color: #ff6600; }
.twoColFixLtHdr #sidebar1 h3 { font-weight: bold; color: #000099; font-size: 110%; margin-top: 0; padding-top: 0; }

.twoColFixLtHdr #sidebar1 { font-size: 90%; line-height:140%; }
.twoColFixLtHdr #sidebar1 img { padding-left: 10px; }
.twoColFixLtHrd #sidebar1 ul li { list-style-type: none; }

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	width: 550px;
}



.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#304d79 url(images/common/footer_bg.jpg) bottom no-repeat;
	font-size: 80%; 
} 


.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 */
	font-size: 85%;
	color: #fff;
	text-align: center;
	line-height: 140%;
}

.twoColFixLtHdr #footer a { color: #fff; }
.twoColFixLtHdr #footer a:hover { color: #FFFF99; } 
.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;
	border: 0px solid #ccc;
	padding: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 0px solid #ccc;
	padding: 4px 4px 4px 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;
}

.links { line-height: 190%; list-style-type: none; }

.tour { font-size: 90%; color: #000066; }
.tour td {vertical-align: top; padding: 10px 0 10px 0; }

.tour .label, .about { color: #CC0000; font-weight: bold; }
.tour .price { font-weight: bold; color: #cc0000; }
.tour .details { font-size: 90%; color: #000099; }

.tourImg { 
	text-align: center;
}

.tourImgCenter {
	padding: 4px;
	border: 1px solid #000099;
	background: #fff;

}

p.left { text-align: left; }

.small { font-weight: normal; font-size: 90%; }

.tourSubmitForm td { vertical-align: top; font-size: 80%; }

#editTourForm label { font-size: 90%; color: #CC0000; }
#editTourForm td { vertical-align: top; color: #cc0000; font-weight: bold; }

#editToursList td { vertical-align: top; color: #cc0000; font-size: 90%; font-weight: bold; }
#editToursList .edittour { vertical-align: top; color: #cc0000; font-size: 80%; font-weight: normal; }
#editToursList .deletetour{ vertical-align: top; color: #cc0000; font-size: 80%; font-weight: normal; }

#addtour_form td { font-size: 100%; padding: 0; line-height: 90%; }
#addtour_form h2 { padding-bottom: 0; margin-bottom: 0px; }
#addtour_form p {padding-bottom: 0; padding-top: 0; margin-top: 0; margin-bottom: 0px;}
#addtour_form textarea { padding-bottom: 0; margin-bottom: 0px; }

