/*
Generic HTML elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color: #D1E0B2;
	background-image:   url(/website/images/common/page_background.jpg);
	background-repeat: repeat-x;
}
body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
p {
	margin: 15px 0px 15px 0px;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #996666;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px  0px 25px 0px;
	color: #336600;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 2px;
	border-bottom: 1px solid #D6E0CC;
	margin: 30px  0px 15px 0px;
	color: #336600;
}
ul {
	display: block;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left: 0px;
}
li {
	padding-left: 0px;
	margin: 0px  0px 5px 12px;
}

/*
Classes
-------------------------
*/
p.QuoteText {
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}
.QuoteCredit {
	font-size: 10px;
	color: #336600;
}
p.LinkPanel {
	clear: both;
	background-color: #F5F7F2;
	border: 1px solid #336600;
	margin: 25px 50px 25px 50px;
	padding: 8px 10px 8px 10px;
	text-align: center;
}
.BlackBorderPic {
	border: 1px solid #000000;
}
#PriceTable {
	clear: both;
	width: 400px;
	margin: 25px 50px 25px 50px;
	border: 1px solid #336600;
}
#PriceTable th {
	margin: 1px;
	background-color: #336600;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#PriceTable td {
	margin: 1px;
	background-color: #F5F7F2;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
	text-align: left;
}

/*
NEW Page Layout elements
-------------------------
*/
#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#fullPageArea {
	display: block;
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/website/images/common/new_page_bg_tile.gif");
	background-repeat: repeat-y;
	text-align: left;
}
#topLeftShadow {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 490px;
	background-image: url("/website/images/common/left_shadow_top.jpg");
	background-repeat: no-repeat;
}
#topRightShadow {
	display: block;
	position: absolute;
	top: 0px;
	left: 710px;
	width: 10px;
	height: 490px;
	background-image: url("/website/images/common/right_shadow_top.jpg");
	background-repeat: no-repeat;
}
#pageArea {
	display: block;
	position: relative;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}
#footerShadow {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 720px;
	height: 20px;
	background-image: url("/website/images/common/footer_shadow.gif");
	background-repeat: no-repeat;
}

/*
Page Layout elements
-------------------------
*/
#pageHeader {
	display: block;
	position: relative;
	height: 70px;
	background-color: #336600;
	margin: 0px 1px 30px 1px;
	border-top: 1px solid #ffffff;
}
#headerTitle {
	position: absolute;
	top: 0px;
	left: 0px;
}
#headerDate {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#headerBook {
	position: absolute;
	bottom: 0px;
	right: 2px;
}

#headerBook2 {
	position: absolute;
	top: 14px;
	right: 2px;
}

#marinersTabOn {
	display: block;
	position: absolute;
	top: 47px;
	left: 11px;
	width: 196px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/mariner_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}

#grenierTabOn {
	display: block;
	position: absolute;
	top: 47px;
	left: 216px;
	width: 152px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/grenier_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}

#marinersTabOff {
	display: block;
	position: absolute;
	top: 47px;
	left: 11px;
	width: 196px;
	height: 23px;
	background-image:   url(/website/images/common/mariner_tab_off.gif);
	text-align: center;
}
#marinersTabOff a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#marinersTabOff a:visited {
	color: #336600;
	text-decoration: none;
}
#marinersTabOff a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#grenierTabOff {
	display: block;
	position: absolute;
	top: 47px;
	left: 216px;
	width: 152px;
	height: 23px;
	background-image:   url(/website/images/common/grenier_tab_off.gif);
	text-align: center;
}
#grenierTabOff a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#grenierTabOff a:visited {
	color: #336600;
	text-decoration: none;
}
#grenierTabOff a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#contentArea {
	display: block;
	float: right;
	width: 500px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*
NEW Tabs
-------------------------
*/

#tabs {
	display: block;
	position: absolute;
	top: 47px;
	left: 11px;
	width: 688px;
	height: 23px;
}

#tabs #tab1On {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 142px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/tabs/mariner_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}
#tabs #tab1Off {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 142px;
	height: 23px;
	background-image:   url(/website/images/common/tabs/mariner_tab_off.gif);
	text-align: center;
}
#tabs #tab1Off a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#tabs #tab1Off a:visited {
	color: #336600;
	text-decoration: none;
}
#tabs #tab1Off a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#tabs #tab2On {
	display: block;
	position: absolute;
	top: 0px;
	left: 152px;
	width: 140px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/tabs/mariner_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}
#tabs #tab2Off {
	display: block;
	position: absolute;
	top: 0px;
	left: 152px;
	width: 140px;
	height: 23px;
	background-image:   url(/website/images/common/tabs/mariner_tab_off.gif);
	text-align: center;
}
#tabs #tab2Off a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#tabs #tab2Off a:visited {
	color: #336600;
	text-decoration: none;
}
#tabs #tab2Off a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#tabs #tab3On {
	display: block;
	position: absolute;
	top: 0px;
	left: 302px;
	width: 98px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/tabs/grenier_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}
#tabs #tab3Off {
	display: block;
	position: absolute;
	top: 0px;
	left: 302px;
	width: 98px;
	height: 23px;
	background-image:   url(/website/images/common/tabs/grenier_tab_off.gif);
	text-align: center;
}
#tabs #tab3Off a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#tabs #tab3Off a:visited {
	color: #336600;
	text-decoration: none;
}
#tabs #tab3Off a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#tabs #tab4On {
	display: block;
	position: absolute;
	top: 0px;
	left: 410px;
	width: 165px;
	height: 19px;
	padding-top: 4px;
	background-image:   url(/website/images/common/tabs/grenier_tab_on.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #336600;
}
#tabs #tab4Off {
	display: block;
	position: absolute;
	top: 0px;
	left: 410px;
	width: 165px;
	height: 23px;
	background-image:   url(/website/images/common/tabs/raddicombe_tab_off.gif);
	text-align: center;
}
#tabs #tab4Off a {
	display: block;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#tabs #tab4Off a:visited {
	color: #336600;
	text-decoration: none;
}
#tabs #tab4Off a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*
Gallery elements
-------------------------
*/
#Thumbnails a {
	display: block;
	float: left;
	width: 152px;
	text-align: center;
	margin: 0px 10px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Thumbnails a img {
	display: block;
	margin: 4px auto 0px auto;
	border: 1px solid #000000;
	margin-bottom: 2px;
}
#Thumbnails a h4 {
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

/*
Menu elements
-------------------------
*/
#MenuArea {
	display: block;
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
}
#MenuAreaTopLine {
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	background-color: #D6E0CC;
}
#MenuArea a.MenuOn {
	display: block;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D6E0CC;
	text-decoration: none;
}
#MenuArea a.MenuOn:visited {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#MenuArea a.MenuOn:hover {
	background-color: #F5F7F2;
	color: #000000;
	text-decoration: none;
}
#MenuArea a.MenuOff {
	display: block;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #70944C;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #D6E0CC;
	text-decoration: none;
}
#MenuArea a.MenuOff:visited {
	background-color: #FFFFFF;
	color: #70944C;
	text-decoration: none;
}
#MenuArea a.MenuOff:hover {
	background-color: #F5F7F2;
	color: #336600;
	text-decoration: none;
}
#DownloadButton {
	display: block;
	margin: 20px 0px 0px 0px;
}

/*
Image classes
-------------------------
*/
.PictureLeft {
	display: block;
	clear: both;
	float: left;
	border: 1px solid #000000;
	margin-right: 15px;
	margin-bottom: 20px;
}
.PictureRight {
	display: block;
	clear: both;
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 20px;
}

.twoUpPictures {
	display: block;
	clear: both;
	position: relative;
	margin: 15px 0px 20px 0px;
}

.twoUpFirst {
	display: block;
	border: 1px solid #000000;
}
.twoUpSecond {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #000000;
}

.ClearBoth {
	clear: both;
}
.ClearLeft {
	clear: left;
}
.ClearRight {
	clear: right;
}

/*
Footer elements
-------------------------
*/
#FooterClear {
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#Footer {
	display: block;
	position: relative;
	margin: 30px 11px 10px 11px;
	height: 26px;
	border-bottom: 1px solid #D6E0CC;
	border-top: 1px solid #D6E0CC;
}
#ToTop a {
	position: absolute;
	top: 7px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #70944C;
	text-decoration: none;
}
#ToTop a:visited {
	color: #70944C;
	text-decoration: none;
}
#ToTop a:hover {
	color: #000000;
	text-decoration: none;
}
#FooterText {
	position: absolute;
	top: 7px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #70944C;
	text-decoration: none;
}









