/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
/*	color:#000000; */
	background-color: #F3F3F3;
	margin:0px auto 0px auto;
	width:780px;
}
/* STANDARD ELEMENTS */
TD { /* WS: Table cell */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px; 
}

H1 {
	color: #9A1730;
	font-size: 16px;
}

H2 {
	color: #9A1730;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

H3 {
	font-size: 11px; 
	font-weight: bold;
}

A {
	color: #666666;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px; 
}

/* WEBSTART: MENU STYLES*/
.NavRow { /* WS: Background colour and size of Nav Row */
/*	background-color: #E3DBD9;
	width: 195px;*/
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-family: 'MS Serif', Garamond, serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	font-family: 'MS Serif', Garamond, serif;
	background-color: #9A1730;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-family: 'MS Serif', Garamond, serif;
	color: #FFFFFF;
	text-align: center; 
	height:30px;
	font-size: 14px;
}

.MenuCellOver{ /* WS: HTML and JS Menu individual cell style */
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-family: 'MS Serif', Garamond, serif;
	color: #FFFFFF;
	text-align: center; 
	font-size: 14px;
	border-top: 1px solid #FFFFFF;
}

/* WEBSTART: MAIN CONTENT STYLES */
TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
}

TD.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
}

/* WEBSTART: SITE LINK AND SITE MAP STYLES */
.SiteLinks{ /* WS: HTML main page links */
	font-size: 11px;
	color: #808080;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}

.SurefireWebsites{
	font-size: 10px;
	color: #666666;
}

/* WEBSTART: FORM ELEMENT STYLES */
.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1;
}

.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #333333;
	background-color: #eeeeee; 
	border-color: #999999; 
	border-style: solid; 
	border-width: 1;
}

/* WEBSTART: STANDARD GALLERY STYLES */
.GalleryImgMain { /* WS: The styles to be applied to the main image - Default is - solid 1px #999999; */
	border: solid 1px #9A1730;
}

.GalleryImgThumb {  /* WS: The styles to be applied to image thumbs - Default is - solid 1px #999999; */
	border: solid 1px #9A1730;	
	cursor:pointer;
}

/* WEBSTART: CUSTOM SITE SPECIFIC CLASSES */
.EscortedToursBorderLeft {/* WS: Custom style for left hand page shadow border - e.g. tours4you */
/*	background: url(site_images/escorted-tours-border-left.jpg) repeat-y;*/
}

.EscortedToursBorderRight {/* WS: Custom style for right hand page shadow border - e.g. tours4you */
/*	background: url(site_images/escorted-tours-border-right.jpg) repeat-y;*/
}




/* WEBSTART: PAGE SPECIFIC CLASSES */

.SmallRedText{
	font-size: 10px;
	color: #9A1730;
}

.ActivitiesCell {
	border: 2px solid #FFFFFF; 
	background-color: #ffffff
}

.ActivitiesLink {
	color: #000000; 
	text-decoration: none;
}


