/* basic stuff */

body {
	margin: 0px;
	background-color: #f3f3f3;
	color: #5c5c5c;
	font-family: sans-serif;
	font-size: 13px;
}

img {
	border-width: 0px;
}

ul, li, form, fieldset, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

ul.list {
	padding-left: 20px;
}
ul.list ul {
	padding-top: 2px;
	padding-left: 20px;
}
ul.list li {
	padding-bottom: 2px;
}
ul.list a {
	text-decoration: none;
}
ul.list a:hover {
	text-decoration: underline;
}



a {
	color: #669703;
}

h1, h2 {
	font-family: Georgia, serif;
	font-size: 19px;
	color: #669703;
	border-bottom: 1px dotted #a3999f;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	font-family: sans-serif;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 8px;
}

div.hr {
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	border-bottom: 1px dotted #a3999f;
	margin-bottom: 18px;
	margin-top: 18px;
}

td {
	vertical-align: top;
}





/* main elements */

div#page {
	width: 914px;
	margin: 0px auto 0px auto;
	background: transparent url("../img/bg.png") repeat-y scroll 0px 0px;
}

div#topper {
	height: 30px;
	text-align: right;
	font-size: 13px;
	color: #5e3408;
	font-family: Georgia, serif;
	background-color: #f3f3f3;
	padding-right: 32px;
	padding-top: 13px;
}

div#header {
	position: relative;
	color: #5e3408;
	text-decoration: underline;
	height: 120px;
	background: transparent url("../img/top.png") no-repeat scroll top left;
}

ul#menu {
	height: 36px;
	list-style-type: none;
	list-style-position: outside;
	width: 850px;
	margin: 0px auto 0px auto;
	background: transparent url("../img/menu_bg.png") no-repeat scroll top left;
	padding-left: 16px;
}

div#main {
	background: transparent url("../img/bottom.png") no-repeat scroll bottom left;
}

div#footer {
	height: 95px;
	padding-left: 58px;
	background-color: #f3f3f3;
}





/* topper */

div#topper a {
	color: #5e3408;
	text-decoration: underline;
}



/* header */

div#header a#logo {
	position: absolute;
	left: 58px;
	top: 27px;
}



/* menu */

ul#menu li {
	float: left;
	position: relative;
}

ul#menu li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, serif;
	padding-left: 18px;
	float: left;
	height: 36px;
	background: #5e3408 none no-repeat scroll top left;
}

ul#menu li a span {
	float: left;
	padding-top: 9px;
	padding-right: 18px;
	background: #5e3408 none no-repeat scroll top left;
}

ul#menu li a:hover,
ul#menu li.selected a,
ul#menu li.hovered a {
	background-image: url("../img/menu_on.png");
	cursor: pointer;
}

ul#menu li a:hover span,
ul#menu li.selected a span,
ul#menu li.hovered a span {
	background-image: url("../img/menu_on.png");
	background-position: top right;
	color: #824f19;
	cursor: pointer;
}

ul#menu li.selected a span {
	font-weight: bold;
}

ul#menu li ul {
	position: absolute;
	width: 500px;
	height: 46px;
	list-style-type: none;
	list-style-position: outside;
	display: none;
	top: 36px;
	left: -150px;
	text-align: center;
}

ul#menu li.selected ul {
	display: block;
}

ul#menu li ul li {
	padding: 0px;
	margin: 0px;
	background: none none;
	padding-top: 4px;
}

ul#menu li ul li a,
ul#menu li ul li a:hover,
ul#menu li.selected ul li a,
ul#menu li.hovered ul li a {
	font-family: Georgia, serif;
	color: #5e3408;
	text-decoration: none;
	font-size: 15px;
	padding: 2px 4px 2px 4px;
	margin-right: 14px;
	height: 20px;
	background: white none;
}

ul#menu li ul li a:hover,
ul#menu li ul li.selected a {
	color: white;
	background-color: #5e3408;
}



/* right bar */

div#rightbar {
	width: 258px;
	float: right;
	display: inline;
	padding-top: 46px;
	padding-right: 26px;
	font-family: Georgia, serif;
}

div#rightbar p {
	font-size: 16px;
	color: #939393;
}

div#rightbar ul {
	list-style-type: none;
	list-style-position: outside;
	font-size: 14px;
	color: #5e3408;
	position: relative;
	top: 0px;
	left: -8px;
	width: 266px;
	padding-top: 5px;
	padding-bottom: 7px;
	overflow: hidden;
}

div#rightbar li {
	overflow: hidden;
}

div#rightbar li a {
	height: 21px;
	color: #5e3408;
	display: block;
	padding-left: 28px;
	padding-top: 6px;
	text-decoration: none;
	background: transparent url("../img/bullet.png") no-repeat scroll 9px 9px;
	white-space: nowrap;
	overflow: hidden;
	width: 266px;
}

div#rightbar li a:hover,
div#rightbar li.selected a {
	background: #5e3408 url("../img/bullet_white.png") no-repeat scroll 9px 9px;
	color: white;
}

div#rightbar li.alt {
	background-color: #f1f1f1;
}

div#rightbar div.box {
	position: relative;
	background: transparent url("../img/boxes.png") no-repeat scroll top left;
	width: 241px;
	height: 94px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-left: 18px;
}

div#rightbar div.box a.full {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 259px;
	height: 104px;
	background-image: url(data:image/gif;base64,AAAA);
	cursor: pointer;
}

div#rightbar div.box.green {
	background-position: bottom left;
}

div#rightbar div.box h2 {
	color: white;
	border-width: 0px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

div#rightbar div.box span {
	color: white;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;
	float: left;
	clear: left;
	display: inline;
	height: 26px;
	width: 230px;
}

div#rightbar div.box span a {
	color: white;
}
div#rightbar div.box span.link_google {
	font-size: 11px;
}

div#rightbar div.box p {
	color: white;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;
}






/* content */

div#content {
	width: 530px;
	float: left;
	padding-top: 46px;
	padding-left: 58px;
}

div#content div.left_narrow {
	float: left;
	width: 112px;
}

div#content div.right_wide {
	float: right;
	width: 376px;
}

div#content div.left_wide {
	float: left;
	width: 180px;
}

div#content div.right_narrow {
	float: right;
	width: 330px;
}

div#content p {
	color: #5c5c5c;
	font-family: sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 18px;
}

div#content p.intro {
	color: #5e3408;
	font-family: Georgia, serif;
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 22px;
}

div#content img.side_pic {
	padding-top: 3px;
	float: left;
}

div#content p.side_caption {
	font-size: 11px;
	line-height: 13px;
	border-left: 11px solid #d4d4d4;
	margin: 0px 0px 14px 0px;
	padding: 5px 0px 8px 6px;
	position: relative;
	left: -11px;
	float: left;
	width: 180px;
}


div#book_info {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	top: -12px;
	padding: 5px 0px;
}

div#book_info table {
	border-collapse: collapse;
	border-width: 0px;
	font-family: sans-serif;
}

div#book_info table td {
	padding: 4px 0px 4px 20px;
	font-size: 14px;
	color: #747474;
	font-weight: bold;
}

div#book_info table td.heading {
	padding: 4px 0px 4px 40px;
	border-right: 1px solid #e2e2e2;
	width: 139px;
	color: #669703;
}

div#book_info table tr.first td {
	padding-top: 12px;
}
div#book_info table tr.last td {
	padding-bottom: 12px;
}

div#book_contents {
	font-family: Georgia, serif;
}

div#book_contents table {
	width: 540px;
	position: relative;
	left: -10px;
	border-collapse: collapse;
	color: #5c5c5c;
	font-size: 14px;
}

div#book_contents table tr.alt {
	background-color: #f1f1f1;
}

div#book_contents table td {
	padding: 3px 2px 4px 10px;
}
div#book_contents table td:first-child {
	width: 40%;
}
div#book_contents table.corsica td:first-child {
	width: 25%;
}


div.guidebook_link {
	font-family: sans-serif;
	font-weight: bold;
	border-bottom: 2px dotted #cfcfcf;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.guidebook_link a {
	text-decoration: none;
	font-size: 16px;
}
div.guidebook_link img.book_cover {
	padding-right: 14px;
	float: left;
}
div.guidebook_link div.book_cover_blank {
	width: 100px;
	height: 140px;
	padding-right: 14px;
	float: left;
}


div#guidebook_contribs hr {
	height: 0px;
	overflow: hidden;
	border-width: 0px;
	border-bottom: 1px dotted #a3999f;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#guidebook_contribs p {
	margin-left: 126px;
}
div#guidebook_contribs p strong {
	display: block;
	margin-bottom: 4px;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 15px;
	color: #3a3a3a;
}
div#guidebook_contribs img {
	float: left;
	margin-bottom: 14px;
}
div#guidebook_contribs p.intro {
	padding-bottom: 18px;
	margin-left: 0px;
	border-bottom-width: 0px;
}


/* more */

a.more {
	float: right;
	clear: both;
	width: 67px;
	height: 25px;
	background: transparent url("../img/more.png") no-repeat scroll 0px 0px;
}


/* footer */

div#footer p {
	color: #5c5c5c;
	padding-top: 12px;
	font-family: Georgia, serif;
	font-size: 13px;
}

div#footer p.pp {
	float: right;
	padding-right: 32px;
}

div#footer a {
	color: #5e3408;
	text-decoration: underline;
}








/* misc */

div.clear {
	clear: both;
}

a.top {
	float: right;
	clear: both;
	width: 51px;
	height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url("../img/top_link.png") no-repeat scroll 0px 0px;
}



/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 348px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #5e3408;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #5e3408;
	line-height: 10px;
}

/* FB */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_right.png) repeat-x;
}