@import url(layout.css);
@import url(misc.css);
@import url(forms.css);
@import url(tables.css);
/*---------------------------------------------------
	Harvest Pilgrimages
	All Screen Styles
	Created by Chris Pearce
	-chris@cstech.net.au
	-http://www.cstech.net.au
---------------------------------------------------*/
/****************************************************************************************
																   >> Global Selectors << 
*****************************************************************************************/
/*---Eric Meyer's Reset Rules: 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*-------------------------------------------Back to my rules---*/
body {
	color: #5c5c5c;
	margin: 50px 0 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45;
	background: #656c48 url(../_images/template/bg.gif) repeat-x;
}
a:link, a:visited {color: #4B572F;}
a:hover {
	text-decoration: none;
	color: #4B5733;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #5c5c5c;
}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote {
	background: url(../_images/template/quote-bg.gif) no-repeat 10px 20px;
	text-align: center;
	font-weight: bold;
	height: 124px;
	width: 219px;
	padding-left: 10px;
	padding-top: 40px;
}
	blockquote p {
	margin-bottom: 0.8em;
	background: url(../_images/openquote.gif) no-repeat 10px 0px;
	padding-top: 15px;
	}
	blockquote cite {
	background: url(../_images/closequote.gif) no-repeat right 0px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	
	padding: 0 50px 22px 30;
	font-size: 7pt;
	display: block;
	width: 210px;
	height: 50px;
	}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	font: bold 114% Arial, Helvetica, sans-serif;
	color: #4B572F;
}
h3 {
	text-decoration: underline;
	padding-left: 10px;
	font-size: 125%;
	padding-bottom: 15px;
}
h4,h5,h6 {
	font-size: 105%;
	color: #ADAB82;
}
h6 {
	font-size: 100%;
	text-transform: uppercase;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


ul {list-style: none;}

/****************************************************************************************
														         >> Specific Selectors << 
*****************************************************************************************/
.main_content #page_copy p {
	margin-bottom: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}
.main_content #page_copy ul, 
.main_content #page_copy ol {margin: 0 0 1.5em 25px;}
	.main_content #page_copy ul li {
	line-height: 1.6;
	list-style: disc;
	}
	.main_content #page_copy ul li ul li {background-image: url("../_images/template/bullet2.gif");}
	.main_content #page_copy ol li {
		list-style: decimal inside;
		line-height: 1.6;
	}
	.main_content #page_copy ul ul, 
	.main_content #page_copy ol ol {margin: 0.40em 0 0.80em 15px;}
.main_content #sidebar blockquote {
	font-size: 95%;
	margin-top: 35px;
}
#page_home blockquote {
	font-size: 95%;
}
/*-------------------------------------------Tour Colours---*/
.main_content.orange h1 {background-color: #CD6B50;}
.main_content.orange #page_copy h6 {color: #CD6B50;}


.main_content #page_copy ul#destination-list {
	list-style: circle;
}
.main_content #page_copy  ul#destination-list li {
	display: inline;
	font-size: 8pt;
	background: url(../_images/packages/list-dot.jpg) no-repeat 0px 4px;
	padding-left: 10px;
}
#page_home .main_content #destinations {
	background: url(../_images/home-dots.gif) repeat-x 0px 0px;
	padding-top: 15px;
	height: 120px;
}

.main_content #page_copy #destinations img {
	float: left;
	border: 1px solid #b5bca9;
	padding: 1px;
	margin-right: 15px;
}
#page_home .main_content #featuring {
	clear: both;
	background: url(../_images/home-dots.gif) repeat-x 0px 0px;
	padding-top: 15px;
}
#page_home   .main_content   #sidebar   #packages  {
	text-align: center;
}
#page_home .main_content #sidebar #packages p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	padding-bottom: 10px;
}
#page_home  .main_content  #sidebar #packages img, #page_home .main_content #sidebar #packages a img[alt=map] {
	border: 1px solid #acb39a;
	padding: 2px;
	background: #FFFFFF;
	margin-bottom: 4px;
}
#page_home .main_content #sidebar #packages a img {
	border-style: none;
	padding: 0px;
	margin-bottom: 10px;
}
#page_home .main_content #sidebar #packages a:hover img[alt=map] {
	border: 1px solid #181818;
}
#sidebar  #packages .optional_links {
	margin: 7px 7px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar #packages #ch {
	border-color: #a5595c;
}
#sidebar #packages .optional_links h3 {
	color: #5e703a;
	height: 30x;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background: url(../_images/tour-dots.gif) repeat-x bottom;
}
#sidebar #packages .optional_links ul {
	text-align: left;
	padding-left: 25px;
	font-size: 10pt;
	padding-bottom: 5px;
	font-weight: bold;
}
h2.ch {
	color: #A5595C;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.gi {
	color: #9c381b;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.ih {
	color: #2b5144;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.jc {
	color: #983f40;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.sp {
	color: #37939f;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.rm {
	color: #497456;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.vm {
	color: #1c7bae;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.sj {
	color: #804926;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.ej {
	color: #99854f;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.gf {
	color: #cc6544;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.hg {
	color: #6d75a1;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
h2.ve {
	color: #905867;
	padding-top: 5px;
	font: bold small-caps 12pt Georgia, "Times New Roman", Times, serif;
}
ul.space_list li {
	padding-bottom: 5px;
}
div.leaderbox {
	float: left;
	text-align: center;
	width: 25%;
	padding-bottom: 15px;
}
div.leaderbox img {
	padding: 2px;
	border: 1px solid #b5bca9;
}
div.combo {
	float: left;
	width: 160px;
	margin-left: 12px;
}
div.combo img {
	display: block;
	padding: 1px;
	border: 1px solid #b5bca9;
	margin-bottom: 8px;
}
ul.combo li {
	font-size: 120%;
	padding-bottom: 8px;
}

.confirmation-field { display: none; }