html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 110%;
	color: #000;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
}

p { margin: .75em 0 .75em 0; }

a { 
	color: #000; 	
	text-decoration: underline;
}
a:hover { 
	color: #000; 
	text-decoration: underline;
}
a:visited { 
	color: #000; 
	text-decoration: underline;
}
a:focus { 
	outline: none; 
	text-decoration: underline;
}

img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

ul { 
	color: #000;
	margin: 0;
	padding: 0;
}
li { 
	color: #000; 
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
}

hr {
	width: auto;
	margin: 10px 0 13px -13px;
	padding: 0;
	color: #d1d1d1;
	height: 1px;
	border: 0;
	text-align: left;
}
h1 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 125%;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 0;
	padding-top: 12px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.noPrint { display: none; }
.printOnly {}


/* ------------------------------------------------------------------------------- */
#header {
	width: auto;
	display: block;
	margin: 0 0 0 44px;
}

/* ------------------------------------------------------------------------------- */
#breadcrumb { display: none; }

/* ------------------------------------------------------------------------------- */
#section { display: none; }

/* ------------------------------------------------------------------------------- */
#mainNav { display: none; }
/* ------------------------------------------------------------------------------- */
.secondaryNav ul { display: none; }
/* ------------------------------------------------------------------------------- */
#mainContent, #mainContentLanding, #mainContentInterior, #mainContentFullWidth {
	display: block; 
	float: left;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}
/* ------------------------------------------------------------------------------- */
#hero, #heroLanding {
	display: block; 
	float: left;
	width: auto;
	margin: 0 0 0 0;
}
#photo, #photoLanding {
	display: block;
	float: left;
	margin: 17px 25px 0 0;
	width: auto;
}
#photoLanding {
	width: 227px;
	height: 275px;
}
#heroCopy, #heroCopyLanding, #storyCopy {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
}

#storyCopy {
	width: auto;
	overflow: visible;
	max-height: 100%;
	height: 100%;
	padding: 4px 0 0 0;
	margin: 10px 0 10px 0;
	display: block;
}

#storyCopy img {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
}

#storyCopy ul { 
	padding: 0;
	margin: 20px 20px 10px 20px;
}

#storyCopy li { 
	color: #000; 
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}

#column3Interior h1 {
	color: #000;
	margin: 0 0 2px 0;
	padding-bottom: 10px;
	padding-top: 6px;
}
/* ------------------------------------------------------------------------------- */
#story {
	display: block;
	float: left;
	width: auto;
	margin: 6px 25px 0 23px;
	padding: 0;
}

#story h4 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding-bottom: 10px;
}

h5 {
	font-size: 110%;
	line-height: 110%;
	margin: 15px 0 15px 0;
	font-weight: bold;
	color: #000;
	float: left;
	display: block;
}

.subhead {
	font-size: 100%;
	line-height: 100%;
	margin: .75em 0 20px 0;
	font-weight: bold;
	color: #000;
	float: left;
}
.subhead a {
	text-decoration: none;
}
.att1, .att2 {
	float: right;
	position: relative;
	text-align: right;
	font-size: 90%;
	line-height: 100%;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 8px 0 0 13px;
	margin-top: -1px;
}
.att2 {
	border-left: 1px solid #d1d1d1;
	margin-left: 13px;
}

/* ------------------------------------------------------------------------------- */
#baskets {
	width: auto;
	display: block;
	position: relative;
	float: left;
	margin: 0 13px 0 0;
	padding: 0;
}
/* ------------------------------------------------------------------------------- */
#basketButtons {
	display: none;
}

/* ------------------------------------------------------------------------------- */
#tab1, #tab2, #tab3 {
	display: none;
}
/* ------------------------------------------------------------------------------- */
#bottomBasket1, #bottomBasket2, #bottomBasket3 {
	width: auto;
	display: block;
	float: left;
	margin: 6px 0 20px 12px;
	padding: 0;
}
#bottomBasket1 ul, #bottomBasket2 ul, #bottomBasket3 ul {
	margin: 0;
	padding: 0;
}
#bottomBasket1 li, #bottomBasket2 li, #bottomBasket3 li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: disc;
}
#bottomBasket1 a, #bottomBasket2 a, #bottomBasket3 a {
	color: #000;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}
#bottomBasket1 a:hover, #bottomBasket2 a:hover, #bottomBasket3 a:hover {
	color: #d1db98;
	outline: none;
	font-weight: bold;
	text-decoration: underline;
}

#bottomBasket1 img, #bottomBasket2 img, #bottomBasket3 img {
	margin: 0;
	padding: 0 6px 6px 0;
}

/* ------------------------------------------------------------------------------- */
#column2 {
	position: relative;
	float: left;
	width: 90%;
	display: block;
	margin: 0 0 0 0;
	padding: 0 13px 0 0;
}
#column2 h2 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}
#column2 a {
	color: #000;
	outline: none;
	text-decoration: underline;
	font-weight: bold;
	color: #82573f;
}

/* ------------------------------------------------------------------------------- */
#column3, #column3Landing, #column3Interior {
	float: left;
	width: 600px;
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}
#column3 .greyBoxHome1, #column3Landing .greyBox1, #column3Landing .greenBox1 {
	margin: 12px 0 0 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-size: 125%;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding: 11px 0 0 0;
}
#column3 .greyBoxHome2, #column3Landing .greyBox2, #column3Landing .greenBox2 {
	font-size: 100%;
	line-height: 110%;
	margin: 0 0 0 0;
	height: auto;
	color: #000;
	padding: 6px 29px 0 0;
}
#column3 .greyBoxHome3, #column3Landing .greyBox3, #column3Landing .greenBox3 {
	margin: 0 0 0 0;
	height: 16px;
	min-height: 16px;
}
#column3 h3, #column3Landing h3, #column3Interior h3 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 0;
	padding: 11px 0 0 0;
}

#column3 a, #column3Landing a, #column3Interior a {
	font-weight: bold;
	color: #000;
	outline: none;
	text-decoration: underline;
}

#column3Interior a:link, #column3Interior a:visited {
	text-decoration: none;
	color: #000;
}
#column3Interior a:hover {
	color: #000;
}
#column3Landing ul, #column3Interior ul, #column3 ul {
	margin: 0 0 0 12px;
	padding: 0;
}
#column3Landing li, #column3Interior li, #column3 li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-position: outside;
	list-style-type: disc;
}
/* ------------------------------------------------------------------------------- */
#footer { display: none; }

