body
{
	margin: 0 auto;
	padding: 0;
	background-color: #9D523C;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#wd-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#wd-page-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 175px;
	
}

#wd-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.wd-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 990px;
	min-width:21px;
	min-height:21px;
}

.wd-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.wd-Sheet-tr, .wd-Sheet-tl, .wd-Sheet-br, .wd-Sheet-bl, .wd-Sheet-tc, .wd-Sheet-bc,.wd-Sheet-cr, .wd-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.wd-Sheet-tr, .wd-Sheet-tl, .wd-Sheet-br, .wd-Sheet-bl
{
	width: 20px;
	height: 20px;
	background-image: url('images/Sheet-s.png');
}

.wd-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 10px, 10px, auto);
}

.wd-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 10px, 10px);
}

.wd-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(10px, 10px, auto, auto);
}

.wd-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(10px, auto, auto, 10px);
}

.wd-Sheet-tc, .wd-Sheet-bc
{
	left: 10px;
	right: 10px;
	height: 20px;
	background-image: url('images/Sheet-h.png');
}

.wd-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 10px, auto);
}

.wd-Sheet-bc
{
	bottom: 0;
	clip: rect(10px, auto, auto, auto);
}

.wd-Sheet-cr, .wd-Sheet-cl
{
	top: 10px;
	bottom: 10px;
	width: 20px;
	background-image: url('images/Sheet-v.png');
}

.wd-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 10px);
}

.wd-Sheet-cl
{
	left:0;
	clip: rect(auto, 10px, auto, auto);
}

.wd-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #F0993A;
}


.wd-Sheet
{
	margin-top: 0px !important;
}

#wd-page-background-simple-gradient, #wd-page-background-gradient, #wd-page-background-glare
{
	min-width:990px;
}

div.wd-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 990px;
	height: 175px;
}


div.wd-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 990px;
	height: 175px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


.wd-menu a, .wd-menu a:link, .wd-menu a:visited, .wd-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.wd-menu, .wd-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.wd-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.wd-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.wd-menu li li
{
	float: none;
}

.wd-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.wd-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.wd-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.wd-menu:after, .wd-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.wd-menu, .wd-menu ul
{
	min-height: 0;
}

.wd-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.wd-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


.wd-menu
{
	padding: 8px 4px 0px 4px;
}

.wd-nav
{
	position: relative;
	height: 34px;
	z-index: 100;
}

.wd-nav .l, .wd-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 34px;
	background-image: url('images/nav.png');
}

.wd-nav .l
{
	left: 0;
	right:0px;
}

.wd-nav .r
{
	right: 0;
	width: 990px;
	clip: rect(auto, auto, auto, 990px);
}

.wd-menu ul li
{
	clear: both;
}

.wd-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}


.wd-menu a .r, .wd-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 78px;
	background-image: url('images/MenuItem.png');
}

.wd-menu a .l
{
	left:0;
	right:3px;
}

.wd-menu a .r
{
	width:406px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.wd-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FEFEFB;
	padding: 0 19px;
	margin: 0 3px;
	line-height: 26px;
	text-align: center;
}

.wd-menu a:hover .l, .wd-menu a:hover .r
{
	top:-26px;
}

.wd-menu li:hover>a .l, .wd-menu li:hover>a .r
{
	top:-26px;
}

.wd-menu li:hover a .l, .wd-menu li:hover a .r
{
	top:-26px;
}
.wd-menu a:hover .t
{
	color: #232622;
}

.wd-menu li:hover a .t
{
	color: #232622;
}

.wd-menu li:hover>a .t
{
	color: #232622;
}

.wd-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.wd-nav ul.wd-menu ul span, .wd-nav ul.wd-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.wd-menu ul a, .wd-menu ul a:link, .wd-menu ul a:visited, .wd-menu ul a:hover, .wd-menu ul a:active, .wd-nav ul.wd-menu ul span, .wd-nav ul.wd-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #474024;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.wd-menu ul ul a
{
	margin-left: auto;
}

.wd-menu ul li a:hover
{
	color: #F8F7F1;
	background-position: 0 -20px;
}

.wd-menu ul li:hover>a
{
	color: #F8F7F1;
	background-position: 0 -20px;
}

.wd-nav .wd-menu ul li a:hover span, .wd-nav .wd-menu ul li a:hover span span
{
	color: #F8F7F1;
}

.wd-nav .wd-menu ul li:hover>a span, .wd-nav .wd-menu ul li:hover>a span span
{
	color: #F8F7F1;
}

.wd-contentLayout
{
	position: relative;
	margin-bottom: 3px;
	width: 990px;
}

.wd-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.wd-Block-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.wd-Block-tr, .wd-Block-tl, .wd-Block-br, .wd-Block-bl, .wd-Block-tc, .wd-Block-bc,.wd-Block-cr, .wd-Block-cl
{
	position:absolute;
	z-index:-1;
}

.wd-Block-tr, .wd-Block-tl, .wd-Block-br, .wd-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.wd-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.wd-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.wd-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.wd-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.wd-Block-tc, .wd-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.wd-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.wd-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.wd-Block-cr, .wd-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.wd-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.wd-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.wd-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #F3F1E7;
}


.wd-Block
{
	margin: 3px;
}

.wd-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin-bottom: 7px;
}

.wd-BlockHeader .t
{
	height: 30px;
	color: #CDC49D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.wd-BlockHeader .l, .wd-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.wd-BlockHeader .l
{
	left:0;
	right:7px;
}

.wd-BlockHeader .r
{ 
	width:990px;
	right:0;
	clip: rect(auto, auto, auto, 983px);
}





.wd-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}

.wd-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wd-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.wd-BlockContent-body
{
	color:#5C6459;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.wd-BlockContent-body a:link
{
	color: #6D6237;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.wd-BlockContent-body a:visited, .wd-BlockContent-body a.visited
{
	color: #848E80;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.wd-BlockContent-body a:hover, .wd-BlockContent-body a.hover
{
	color: #BB991B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.wd-BlockContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.wd-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.wd-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

.wd-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:21px;
	min-height:21px;
}

.wd-Post-body
{
	position: relative;
	z-index:1;
	padding: 13px;
}

.wd-Post-tr, .wd-Post-tl, .wd-Post-br, .wd-Post-bl, .wd-Post-tc, .wd-Post-bc,.wd-Post-cr, .wd-Post-cl
{
	position:absolute;
	z-index:-1;
}

.wd-Post-tr, .wd-Post-tl, .wd-Post-br, .wd-Post-bl
{
	width: 32px;
	height: 32px;
	background-image: url('images/Post-s.png');
}

.wd-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 16px, 16px, auto);
}

.wd-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 16px, 16px);
}

.wd-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(16px, 16px, auto, auto);
}

.wd-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(16px, auto, auto, 16px);
}

.wd-Post-tc, .wd-Post-bc
{
	left: 16px;
	right: 16px;
	height: 32px;
	background-image: url('images/Post-h.png');
}

.wd-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 16px, auto);
}

.wd-Post-bc
{
	bottom: 0;
	clip: rect(16px, auto, auto, auto);
}

.wd-Post-cr, .wd-Post-cl
{
	top: 16px;
	bottom: 16px;
	width: 32px;
	background-image: url('images/Post-v.png');
}

.wd-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 16px);
}

.wd-Post-cl
{
	left:0;
	clip: rect(auto, 16px, auto, auto);
}

.wd-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #9B4A2D;
}


.wd-Post
{
	margin: 10px;
}

a img
{
	border: 0;
}

.wd-article img, img.wd-article
{
	border: solid 1px #B7A971;
	margin: 1em;
}

.wd-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}


.wd-article table, table.wd-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.wd-article table, table.wd-article .wd-article tr, .wd-article th, .wd-article td
{
	background-color:Transparent;
}

.wd-article th, .wd-article td
{
	padding: 2px;
	border: solid 1px #F39644;
	vertical-align: top;
	text-align:left;
}

.wd-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

.wd-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

.wd-PostHeaderIcon-wrapper, .wd-PostHeaderIcon-wrapper a, .wd-PostHeaderIcon-wrapper a:link, .wd-PostHeaderIcon-wrapper a:visited, .wd-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

.wd-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #D8D0B1;
}

.wd-PostHeader a:visited, .wd-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #D5D9D4;
}

.wd-PostHeader a:hover, .wd-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #F3E3AA;
}

body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}

.wd-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FFFFFF;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FFFFFF;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FFFFFF;
}

a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #FFFFFF;
}

a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #F39744;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F39644;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
}

ol, ul
{
	color: #F39644;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.wd-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.wd-Post ol li, .wd-Post ul ol li
{
	background: none;
	padding-left:0;
}

.wd-Post ul li, .wd-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}

blockquote div
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}


blockquote
{
    width: 550px;
    border:solid 1px #F39644; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#9D523C;
	background-image:url('images/PostQuote.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

.wd-button-wrapper .wd-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.wd-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.wd-button-wrapper .wd-button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.wd-button-wrapper.hover .wd-button, .wd-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.wd-button-wrapper.active .wd-button
{
	color: #50410B !important;
}

.wd-button-wrapper .l, .wd-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.wd-button-wrapper .l
{
	left:0;
	right:10px;
}

.wd-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

.wd-button-wrapper.hover .l, .wd-button-wrapper.hover .r
{
	top: -34px;
}

.wd-button-wrapper.active .l, .wd-button-wrapper.active .r
{
	top: -68px;
}

.wd-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 990px;
	margin: 5px auto 0px auto;
}

.wd-Footer .wd-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.wd-Footer .wd-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 990px;
	height: 150px;
	bottom:0;
	left:0;
}


.wd-Footer .wd-Footer-text p
{
	margin: 0;
}

.wd-Footer .wd-Footer-text
{
	display:inline-block;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.wd-Footer .wd-Footer-text a:link
{
	text-decoration: none;
	color: #F39644;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.wd-Footer .wd-Footer-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.wd-Footer .wd-Footer-text a:hover
{
	text-decoration: none;
	color: #F3F1E7;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.wd-page-footer, .wd-page-footer a, .wd-page-footer a:link, .wd-page-footer a:visited
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#F0993A;
}
.wd-page-footer a:hover  
 {
 color:#FFF;
 }

.wd-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#F0993A;
}

.wd-contentLayout .wd-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 989px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.text1
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F0993A;
}

.text2
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FFF;
}

.text3
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
}
.text4
{
  color: #FFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  
}

.text5
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

hr
{
color: #F0993A;
background-color: #F0993A;
height: 1px;
border: 0;
}

#monForm fieldset
{
	margin-bottom: 0px;
	border: #F0993A 1px solid;
}


#monForm fieldset legend
{
	padding: 0 10px;
	font-size: 1.2em;
	color: #999;
}

.tablo4
{ 
margin-left: auto;
margin-right: auto;
width: 800px; /* largeur obligatoire pour être centré */
}
.wd-cert {
	font-size: 92%;
	position: absolute;
	float: right;
	right: 20px;
	top: 18px;
}

.wd-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.wd-cert a span {
	display: none;
}

.wd-cert a img {
	border: none;
}







