label {
width: 20em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
textarea, input { border:1px solid #fff;}
.contactform div { height:35px;}
.contactform fieldset { padding-bottom:80px; color:#fff;}


/* begin Page */

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

#wdnd_main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#wdnd_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;
}
/* end Page */

/* begin Box, Sheet */
.wdnd_Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:33px;
	min-height:33px;
}

.wdnd_Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wdnd_Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-image: url('images/Sheet-c.png');
}


.wdnd_Sheet
{
	margin-top: 50px !important;
}

#wdnd_page-background-simple-gradient, #wdnd_page-background-gradient, #wdnd_page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

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

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

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

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

.wdnd_menu li li
{
	float: none;
}

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

.wdnd_menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.wdnd_menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

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

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

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





/* menu structure */

.wdnd_menu
{
	padding: 4px 15px 4px 15px;
}

.wdnd_nav
{
	position: relative;
	height: 32px;
	z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.wdnd_menu ul li
{
	clear: both;
}

.wdnd_menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}


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

.wdnd_menu a .l
{
	left:0;
	right:8px;
}

.wdnd_menu a .r
{
	width:416px;
	right:0;
	clip: rect(auto, auto, auto, 408px);
}

.wdnd_menu a .t 
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
	color: #FEB07B;
	padding: 0 15px;
	margin: 0 8px;
	line-height: 24px;
	text-align: center;
}

.wdnd_menu a:hover .l, .wdnd_menu a:hover .r
{
	top:-24px;
}

.wdnd_menu li:hover>a .l, .wdnd_menu li:hover>a .r
{
	top:-24px;
}

.wdnd_menu li:hover a .l, .wdnd_menu li:hover a .r
{
	top:-24px;
}
.wdnd_menu a:hover .t
{
	color: #2B312E;
}

.wdnd_menu li:hover a .t
{
	color: #2B312E;
}

.wdnd_menu li:hover>a .t
{
	color: #2B312E;
}


.wdnd_menu a.active .l, .wdnd_menu a.active .r
{
	top: -48px;
}

.wdnd_menu a.active .t
{
	color: #FFC59F;
}


/* end MenuItem */

/* begin MenuSubItem */
.wdnd_menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


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

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

.wdnd_menu ul a, .wdnd_menu ul a:link, .wdnd_menu ul a:visited, .wdnd_menu ul a:hover, .wdnd_menu ul a:active, .wdnd_nav ul.wdnd_menu ul span, .wdnd_nav ul.wdnd_menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.wdnd_menu ul ul a
{
	margin-left: auto;
}

.wdnd_menu ul li a:hover
{
	color: #E9ECEB;
	border-color: #FE8534;
	background-position: 0 -26px;
}

.wdnd_menu ul li:hover>a
{
	color: #E9ECEB;
	border-color: #FE8534;
	background-position: 0 -26px;
}

.wdnd_nav .wdnd_menu ul li a:hover span, .wdnd_nav .wdnd_menu ul li a:hover span span
{
	color: #E9ECEB;
}

.wdnd_nav .wdnd_menu ul li:hover>a span, .wdnd_nav .wdnd_menu ul li:hover>a span span
{
	color: #E9ECEB;
}


/* end MenuSubItem */

/* begin Header */
div.wdnd_Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 898px;
	height: 150px;
}


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

/* begin Logo */
.wdnd_Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 640px;
}

h1.wdnd_Logo-name
{
	display: block;
	text-align: left;
}

h1.wdnd_Logo-name, h1.wdnd_Logo-name a, h1.wdnd_Logo-name a:link, h1.wdnd_Logo-name a:visited, h1.wdnd_Logo-name a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 43px;
font-style: normal;
font-weight: bold;
text-decoration: none;
font-variant: small-caps;
	padding:0;
	margin:0;
	color: #F0F4E6 !important;
}

.wdnd_Logo-text
{
	display: block;
	text-align: left;
}

.wdnd_Logo-text, .wdnd_Logo-text a
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
	padding:0;
	margin:0;
	color: #F0F4E6 !important;
}

.wdnd_Phone-text
{
	display: block;
	text-align: left;
}

.wdnd_Phone-text, .wdnd_Phone-text a
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
	padding:0;
	margin:0;
	color: #F0F4E6 !important;
}
/* end Logo */

/* begin ContentLayout */
.wdnd_contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 898px;
}
/* end ContentLayout */

/* begin Box, Block */
.wdnd_Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

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



.wdnd_Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.wdnd_BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin-bottom: 2px;
}

.wdnd_BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-variant: small-caps;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

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

.wdnd_BlockHeader .l
{
	left:0;
	right:1px;
}

.wdnd_BlockHeader .r
{ 
	width:898px;
	right:0;
	clip: rect(auto, auto, auto, 897px);
}





.wdnd_header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 14px;
	background-repeat: no-repeat;
	min-height: 13px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.wdnd_BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wdnd_BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.wdnd_BlockContent-body
{
	color:#E6EAE8;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.wdnd_BlockContent-body a:link
{
	color: #fe6601;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.wdnd_BlockContent-body a:visited, .wdnd_BlockContent-body a.visited
{
	color: #fe6601;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.wdnd_BlockContent-body a:hover, .wdnd_BlockContent-body a.hover
{
	color: #fe6601;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.wdnd_BlockContent-body ul
{
	list-style-type: none;
	color: #FFFFFF;
	margin:0;
	padding:0;
}

.wdnd_BlockContent-body ul li
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 11px;
line-height: 125%;
  line-height: 1.25em;
  padding: 0px 0 0px 20px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Box, Post */
.wdnd_Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.wdnd_Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.wdnd_Post
{
	margin: 5px;
}

/* Start images */
a img
{
	border: 0;
}

.wdnd_article img, img.wdnd_article
{
	margin: 1em;
}

.wdnd_metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

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

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

.wdnd_article th, .wdnd_article td
{
	padding: 2px;
	border: solid 1px #8C9B94;
	vertical-align: top;
	text-align:left;
}

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

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.wdnd_PostHeader
{
	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:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 22px;
text-align: left;
}

.wdnd_PostHeader a, .wdnd_PostHeader a:link, .wdnd_PostHeader a:visited, .wdnd_PostHeader a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 25px;
text-align: center;
	margin:0;
	color: #FFD7BD;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.wdnd_PostHeader a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #FEBC8F;
}

.wdnd_PostHeader a:visited, .wdnd_PostHeader a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #C3CBC7;
}

.wdnd_PostHeader a:hover, .wdnd_PostHeader a.hovered
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #000000;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
  color: #E6EAE8;
}


.wdnd_PostContent p 
{
	margin: 0.5em 0;
}

.wdnd_PostContent, .wdnd_PostContent p
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #E6EAE8;
}

.wdnd_PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #B0C97E;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #B0C97E;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #B8C1BD;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #1D240F;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
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;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 27px;
  color: #fff;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 25px;
  color: #fff;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 16px;
  color: #fe6601;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
  color: #fff;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 13px;
  color: #fff;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 11px;
  color: #fff;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #fff;
	margin:1em 0 1em 2em;
	padding:0;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

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;
	
}



.wdnd_Post li
{
	padding:0px 0 0px 16px;
	line-height:1.2em;
}

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

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


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.wdnd_PostContent blockquote p
{
	color:#111609;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

blockquote,
.wdnd_PostContent blockquote
{
		border:solid 1px #BFD397; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#DEE8C9;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.wdnd_button-wrapper .wdnd_button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:24px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.wdnd_button img, .wdnd_button-wrapper img
{
  margin: 0;
}

.wdnd_button-wrapper
{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 24px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .wdnd_button-wrapper
{
	display:block;
	float:left;
}

.wdnd_button-wrapper .wdnd_button
{
	display:block;
	height: 24px;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 9px !important;
	line-height: 24px;
	text-decoration: none !important;
	color: #070808 !important;
}

input, select
{
  vertical-align: middle;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
}

.wdnd_button-wrapper.hover .wdnd_button, .wdnd_button:hover
{
	color: #1A1E1C !important;
	text-decoration: none !important;
}

.wdnd_button-wrapper.active .wdnd_button
{
	color: #F1F3F2 !important;
}

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

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

.wdnd_button-wrapper .r
{
	width:413px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.wdnd_button-wrapper.hover .l, .wdnd_button-wrapper.hover .r
{
	top: -24px;
}

.wdnd_button-wrapper.active .l, .wdnd_button-wrapper.active .r
{
	top: -48px;
}


/* end Button */

/* begin Footer */
.wdnd_Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 898px;
	margin: 5px auto 0px auto;
}

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

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


.wdnd_rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
    cursor: default;
}




.wdnd_Footer .wdnd_Footer-text p
{
	margin: 0;
}

.wdnd_Footer .wdnd_Footer-text
{
	display:inline-block;
	color:#CBD2CF;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
}

.wdnd_Footer .wdnd_Footer-text a:link
{
	text-decoration: none;
	color: #DAE5C2;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.wdnd_Footer .wdnd_Footer-text a:visited
{
	text-decoration: none;
	color: #181B1A;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.wdnd_Footer .wdnd_Footer-text a:hover
{
	text-decoration: none;
	color: #000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.wdnd_page-footer, .wdnd_page-footer a, .wdnd_page-footer a:link, .wdnd_page-footer a:visited, .wdnd_page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#B2CA81;
}

.wdnd_page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#7C8D85;
}
/* end PageFooter */

/* begin LayoutCell */
.wdnd_contentLayout .wdnd_sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 269px;
}
/* end LayoutCell */

/* begin LayoutCell */
.wdnd_contentLayout .wdnd_content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 627px;
}
.wdnd_contentLayout .wdnd_content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 896px;
}
/* end LayoutCell */



