/* CSS Document */
/* Copyright of Creativecaravan Web Solutions */
/* 2007 All rights reserved */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.clear-both {
	/*height: 1px;
	display: block;*/
	clear: both;
	/*visibility: hidden;*/
}

.display-none {
	display: none;
}

html, body {
	height: 100%;
}

body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/bodybkgd.gif);
}

p, h1, h2, h3, h4, h5, h6, strong {
	margin: 0px;
	padding: 0 0 8px 0;
}

p {
	font-size: 11px;
	color: #333333;
}

h1, h2, h3, h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #005A51;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005A51;
}

h1 {
	font-size: 16px;
	color: #990000;
}

h2 {
	font-size: 14px;
	color: #990000;
}

/*h3, h6 {
	font-size: 14px;
	color: #FFFFFF;
}*/

h3 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 8px 0;
	color: #FFFFFF;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
	background: #005A51;
	margin: 0;
	padding: 0 5px;
}

/*h4 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 4px;
	background: #DC001F;
}

h5 {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}*/

h6 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	border-top: dotted 1px #333333;
}

a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #005A51;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

* html #outer {
	height:100%
}

div#outer {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

div#top {
	height: 75px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/topbkgd.jpg) no-repeat;
}

div#globalnav {
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../images/globalnav_bkgd.gif) no-repeat;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
}

div#globalnav ul {
	position: relative;
	margin: 0;
	padding: 5px;
}

div#globalnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

div#globalnav ul li a.leftborder {
	border-left: solid 1px #FFFFFF;
}

div#globalnav ul li a:link, div#globalnav ul li a:visited {
	margin: 0;
	/* AMEND THE PADDING BELOW TO CONTROL THE GLOBAL NAV SPACING */
	padding: 5px 10px 6px 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

div#globalnav ul li a:hover {
	background: #990000;
}

div#globalnav ul li a:active {
	background: #669900;
}

/*div#maincontentwrapper {
	background: url(../images/home_mainbkgd.jpg) no-repeat;
}*/

div#maincontentwrapper {
	min-height: 350px;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 
.clearfix {
	display: block;
	/*display:inline-block;*/
} 

div#col1 {
	width: 200px;
	margin: 10px 0 0 0;
	margin: 0;
	padding: 0;
	float: left;
	/*border: solid 1px blue;*/
}

div#col1 h2 {
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 16px;
	text-align: right;
	color: #FFFFFF;
	background: #990000;
}

div#col1 ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

div#col1 ul li {
	margin: 5px 0 0 0;
	padding: 5px 0 3px 0;
	border-bottom: dotted 1px #005A51;
	list-style: none;
}

div#col1 ul li a, div#col1 ul li a:link, div#col1 ul li a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div#col1 ul li a:hover {
	color: #990000;
	text-decoration: underline;
}

div#col1 ul li a:active {
	color: #CCCCCC;
	text-decoration: none;
}

div#col2 {
	width: 370px;
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
/*	border: solid 1px green;*/
}

div#col2 ul, div#col3 ul {
	margin: 0 0 0 20px;
	padding: 0;
}

div#col2 ul li, div#col3 ul li {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: url(../images/bullet.gif);
}

div#col2 form fieldset {
	margin: 5px 0;
	padding: 0;
	border: none;
	clear: both;
}
div#col2 form label {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

div#col2 form input.inputfield, div#col2 form textarea.inputfield {
	width: 200px;
	margin: 0;
	padding: 2px;
	border: solid 1px #666666;
}

div#col2 form textarea.inputfield {
	height: 100px;
}

div#col3 {
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}

div#footer {
	height: 15px;
	margin: 10px 0;
	padding: 2px 10px;
	background-color: #DEDEDE;
	clear: both;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

div#footer ul li.align-right {
	margin: 0;
	padding: 0;
	float: right;
}

div#footer ul li a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* BANNER STYLES */

div#holidaybanner {
	height: 140px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/home_holidays_banner.gif) no-repeat;
}

div#holidaybanner a {
	width: auto;
	height: 140px;
	margin: 0;
	padding: 0;
	display: block;
}

/*div#holidaybanner a.holidayshotspot {
	height: 211px;
	margin: 0;
	padding: 0;
	display: block;
}*/

div#brochurewrapper,
div#centenarywrapper {
	height: 237px;
	margin: 0 0 10px 0;
	padding: 0px;
	background: url(../images/home_brochure_banner.jpg) no-repeat;
}

div#centenarywrapper {
	height: 80px;
	background: url(../images/home_centMerchandise_banner.gif) no-repeat;
}

div#brochurewrapper a,
div#centenarywrapper a {
	width: auto;
	height: 237px;
	margin: 0;
	padding: 0;
	display: block;
}

div#centenarywrapper a {
	height: 80px;
}

div.h4topedge-370px, div.h4bottomsdge-370px, div.h4topedge-200px, div.h4bottomedge-200px {
	width: auto;
	height: 3px;
	margin: 0;
	padding: 0;
}

div.h4topedge-200px {
	width: 200px;
	background: url(../images/h4topedge-200px.gif) no-repeat left bottom;
}

div.h4bottomedge-200px {
	width: 200px;
	margin-bottom: 5px;
	background: url(../images/h4bottomedge-200px.gif) no-repeat;
}
