/* begin Page */



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

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




#cs-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 */
.cs-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:1px;
	min-height:1px;
}

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

.cs-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #E2D9D6;
}


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

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

/* end Box, Sheet */

/* begin Header */
div.cs-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 900px;
	height: 240px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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





/* menu structure */

.cs-menu
{
	padding: 0px 0px 0px 0px;
}

.cs-nav
{
	position: relative;
	height: 30px;
	z-index: 100;
}

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

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

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


/* end Menu */

/* begin MenuItem */
.cs-menu ul li
{
	clear: both;
}

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


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

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

.cs-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.cs-menu a .t 
{
font-family: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
	color: #E8D6BB;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 30px;
	text-align: center;
}

.cs-menu a:hover .l, .cs-menu a:hover .r
{
	top:-30px;
}

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

.cs-menu li:hover a .l, .cs-menu li:hover a .r
{
	top:-30px;
}
.cs-menu a:hover .t
{
	color: #F5EDE1;
}

.cs-menu li:hover a .t
{
	color: #F5EDE1;
}

.cs-menu li:hover>a .t
{
	color: #F5EDE1;
}


.cs-menu a.active .l, .cs-menu a.active .r
{
	top: -60px;
}

.cs-menu a.active .t
{
	color: #000000;
}


/* end MenuItem */

/* begin MenuSubItem */
.cs-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 240px;
	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: #34322D;
}

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

.cs-menu ul a, .cs-menu ul a:link, .cs-menu ul a:visited, .cs-menu ul a:hover, .cs-menu ul a:active, .cs-nav ul.cs-menu ul span, .cs-nav ul.cs-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #FFFFFF;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
}

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

.cs-menu ul li a:hover
{
	color: #EEEEEC;
	border-color: #34322D;
	background-position: 0 -26px;
}

.cs-menu ul li:hover>a
{
	color: #EEEEEC;
	border-color: #34322D;
	background-position: 0 -26px;
}

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

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


/* end MenuSubItem */

/* begin ContentLayout */
.cs-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 900px;
}
/* end ContentLayout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cs-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background-color: #E2D9D6;
}


.cs-Block
{
	margin: 7px;
}

/* end Box, Block */

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

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

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

.cs-BlockHeader .l
{
	left:0;
	right:6px;
}

.cs-BlockHeader .r
{ 
	width:900px;
	right:0;
	clip: rect(auto, auto, auto, 894px);
}





.cs-header-tag-icon
{
    height: 30px;
	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;
}


/* end BlockHeader */

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

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



.cs-BlockContent-body
{
	color:#000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

.cs-BlockContent-body a:link
{
	color: #1B1A18;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.cs-BlockContent-body a:visited, .cs-BlockContent-body a.visited
{
	color: #6A6862;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.cs-BlockContent-body a:hover, .cs-BlockContent-body a.hover
{
	color: #5B0209;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: underline;
}

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

.cs-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

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

/* end Box, BlockContent */

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

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



.cs-Post
{
	margin: 7px;
}

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

.cs-article img, img.cs-article
{
	border: solid 1px #77766E;
	margin: 1em;
}

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

/* Start tables */

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

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

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

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

/* Finish tables */

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

/* end Box, Post */

/* begin PostHeaderIcon */
.cs-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: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-align: left;
	color: #5B0209;
}

.cs-PostHeader a, .cs-PostHeader a:link, .cs-PostHeader a:visited, .cs-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
text-align: left;
	margin:0;
	color: #5B0209;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.cs-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
text-align: left;
  color: #151514;
}

.cs-PostHeader a:visited, .cs-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
text-align: left;
  color: #5B431F;
}

.cs-PostHeader a:hover, .cs-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #5A0209;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
line-height:1.4;
  color: #000000;
}


.cs-PostContent p 
{
	margin: 0.5em 0;
}

.cs-PostContent, .cs-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
  color: #000000;
}

.cs-PostContent
{
  margin: 20px 0 0 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: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: underline;
  color: #000000;
}

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

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-decoration: underline;
  color: #1B1A18;
}

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

/* 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: Arial, Helvetica, Sans-Serif;
font-size: 30px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #34322D;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
text-align: left;
  color: #5B0209;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 24px;
text-align: left;
  color: #1B1A18;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
text-align: left;
  color: #3D2D15;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
text-align: left;
  color: #5B0209;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
text-align: left;
  color: #000000;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

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

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



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

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

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


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

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.cs-PostContent blockquote p
{
	color:#F7F1E8;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
text-align: left;
}

blockquote,
.cs-PostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 27px;
	background-color:#5B0209;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


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

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

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

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

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

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

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

.cs-button-wrapper.active .cs-button
{
	color: #EFEEEC !important;
}

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

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

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

.cs-button-wrapper.hover .l, .cs-button-wrapper.hover .r
{
	top: -35px;
}

.cs-button-wrapper.active .l, .cs-button-wrapper.active .r
{
	top: -70px;
}


/* end Button */

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

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

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


.cs-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: 25px;
	width: 25px;
    cursor: default;
}




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

.cs-Footer .cs-Footer-text
{
	display:inline-block;
	color:#5B0209;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.cs-Footer .cs-Footer-text a:link
{
	text-decoration: none;
	color: #1B1A18;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.cs-Footer .cs-Footer-text a:visited
{
	text-decoration: none;
	color: #6A6862;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.cs-Footer .cs-Footer-text a:hover
{
	text-decoration: none;
	color: #5B0209;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.cs-page-footer, .cs-page-footer a, .cs-page-footer a:link, .cs-page-footer a:visited, .cs-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:#A49E94;
}

.cs-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#A09E98;
}
/* end PageFooter */

/* begin LayoutCell */
.cs-contentLayout .cs-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 0px;
}
/* end LayoutCell */

/* begin LayoutCell */
.cs-contentLayout .cs-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 898px;
}
.cs-contentLayout .cs-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 898px;
}
/* end LayoutCell */




/* CS STANDARD CODE START */
/* ********************** */
/* ********************** */
p { margin-top: 0; }
/* div { margin: -2px; }  IE hack */

.cs-PostContent img {
	margin: 3px 9px 9px 9px;
}

/* Make sure that sidebar menu flyouts are viewable */
.cs-contentLayout .cs-sidebar1, .cs-contentLayout .cs-sidebar2 {
  overflow: visible;
  z-index: 1;
}

.auraltext {
  position: absolute;
  font-size: 0;
  left: -5000px;
}

.clearfloat {
	clear: both;
}

.accessibility_nav {
  visibility:hidden; /* NS7 */
  display:none;
}

.last_page:link, .last_page:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #999;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 14px;
	margin-top: 12px;
	background: url("images/cs_back.png") no-repeat 0px 0px;
}

.last_page:hover, .last_page:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 14px;
	margin-top: 12px;
	background: url("images/cs_back.png") no-repeat 0px -20px;
}

/* SUPERFISH */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* SIDE NAV (overrides sf-menu defaults)*/
ul.cs_sidenav {
	float: left;
  width: auto;
	list-style: none;
	list-style-image: none;
	margin: 0 0 1em 0;
	padding: 0;
  border: none;
  background-image: none;
}
ul.cs_sidenav a, ul.cs_sidenav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  padding: .7em;
}
ul.cs_sidenav li:hover, ul.cs_sidenav li.sfHover,
ul.cs_sidenav a:focus, ul.cs_sidenav a:hover, ul.cs_sidenav a:active {
	outline: 0;
}
ul.cs_sidenav li {
	display: block;
	background: #9230e0;
	margin: 0 0 1px 0;
	padding: 0;
	background-image: none;
	background-repeat: none;
}
ul.cs_sidenav li:hover, ul.cs_sidenav li:active {
	background: #a44010;
	cursor: pointer;
}
ul.cs_sidenav li.cs_sidenav_selected {
	display: block;
	background: #5B0209;
	margin: 0 0 1px 0;
	padding: 0;
  background-image: none;
	background-repeat: none;
}
ul.cs_sidenav li.cs_sidenav_selected a:link, ul.cs_sidenav li.cs_sidenav_selected a:visited{
	color: #b64012;
}
ul.cs_sidenav li a:link, ul.cs_sidenav li a:visited, ul.cs_sidenav li.cs_sidenav_selected ul li a:link, ul.cs_sidenav li.cs_sidenav_selected ul li a:visited  {
	color: #2e1050;
	margin: 0 0 1px 0;
  background-image: none;
	background-repeat: none;
  text-decoration: none;
}
ul.cs_sidenav li a:hover, ul.cs_sidenav li a:active {
	color: #2e1050;
	margin: 0 0 1px 0;
  background-image: none;
	background-repeat: none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width: -43px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	-42px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* SUPERFISH END */



/* CALENDAR SPECIFIC CODE */
.calendar_list {
	margin-top: 24px;
}
.calendar_list h2 {
	padding: 0px 0px 3px 3px;
}
.calendar_list_duration_message {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
	margin: 0px 0px 3px 20px;
	text-decoration: none;
	font-weight: normal;
}
.calendar_list_event_item {
	font-size: 1em;
	padding: 10px 6px 10px 0px;
	margin: 3px;
}
.calendar_list_event_item_hover {
	padding: 10px 6px 10px 0px;
	margin: 3px;
	background: #efefef;
	cursor: pointer;
}
.calendar_list_event_title, .calendar_list_event_title:link, .calendar_list_event_title:visited {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #1B1A18;
}
.calendar_list_event_title_hover, .calendar_list_event_title_hover:link, .calendar_list_event_title_hover:visited, .calendar_list_event_title:hover, .calendar_list_event_title:active {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.calendar_list_read_more:link, .calendar_list_read_more:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999;
}
.calendar_list_read_more_hover, .calendar_list_read_more_hover:link, .calendar_list_read_more_hover:visited, .calendar_list_read_more:hover, .calendar_list_read_more:active {
	font-size: 10px;
	text-decoration: underline;
	color: #1B1A18;
}
.calendar_list_event_description  {
	padding-left: 40px;
	font-size: .8em;
}
.calendar_list_event_description a  {
	font-size: .8em;
}
.calendar_list_image {
	margin: 0px 10px 0px 10px;
}
.event_detail_top {
	margin: 15px 10px 10px 0px;
	padding: 0px 10px 0px 0px;
	width: 180px;
	float: left;
	border-right: #ccc solid 1px;
}
.event_detail_image {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
}
.event_detail_info {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
ul.gallery li, ul.gallery li a, ul.gallery li img{
	background-image: none;
  padding: 0;
  margin: 0;
}
.gallery {
	list-style: none;
	list-style-image: none;
	position: relative;
	z-index: 0;
}
.gallery_li {
	display: block;
	float: left;
	text-align: center;
	line-height: 1.2em;
	width: 170px;
	height: 200px;
	margin: 0px 6px 9px 6px;
	padding: 0px;
}
.gallery_item, .gallery_item:link {
	display: block;
	text-align: center;
	height: 150px;
	width: 150px;
	padding: 2px;
	margin: 0px 6px 3px 6px;
	border: none;
	cursor: pointer;
}
.gallery_item:visited, .gallery_item:hover, .gallery_item:active {
	display: block;
	text-align: center;
	height: 150px;
	width: 150px;
	padding: 2px;
	margin: 0px 6px 3px 6px;
	border: none;
	cursor: pointer;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#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: transparent url(images/blank.gif) no-repeat; /* 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/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size: 1.2em; color: #333; padding-bottom: .5em;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
  
/* for captions under images */
div.caption img {
padding-bottom: 2px;
}
.caption p {
  margin: 0 5px 10px 5px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: .9em;
  color: #666;
  line-height: 1em;
}
.smalltext, .smalltext a:link , .smalltext a:visited , .smalltext a:hover , .smalltext a:active {
	font-size: .9em;
}
.cs_default_branding_column {
	float: right;
	margin: 20px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	border: 0px;
}

/* ColorBox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* ColorBox example user style */
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{margin-top:32px;}
#cboxLoadedContent{background:#fff; padding:20px;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
/* CS STANDARD CODE END */
/* ********************** */
/* ********************** */

.article_summary, .article_summary p {
  font-size: 14px !important;
}
#gallerytwo_container {
  width: 100%;
}
#gallerytwo {
  width: 760px;
  height: 510px;
  margin: 30px auto 30px auto;
}
#gallerytwo_left_panel {
  float: left;
  width: 330px;
  height: 510px;
  margin: 0 0 0 10px;
}
#gallerytwo_thumbs_container {
  width: 330px;
  height: 420px;
  overflow: hidden;
  margin: 0;
}
#gallerytwo_thumbs {
  width: 330px;
  height: 100%;
  margin: 0;
}
#gallerytwo_right_panel {
  float: left;
  width: 420px;
  height: 510px;
  background: #80766d;
  text-align: center;
}
#gallerytwo_right_panel img {
  margin: 10px;
}
#gallerytwo_right_panel_info {
  width: 400px;
  height: 74px;
  background: #5f5a53;
  padding: 6px 10px 10px 10px;
  text-align: left;
}
#gallerytwo_right_panel_info h2 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#gallerytwo_right_panel_info p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 3px 0 6px 0;
  padding: 0;
}
#gallerytwo_right_panel_info a:link, #gallerytwo_right_panel_info a:visited {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  margin: 0;
  padding: 0;
}
#gallerytwo_thumbs_pagination {
  height: 42px;
  margin: 49px 0 0 0;
}
a.gallerytwo_pagination_link {
  font-size: 1em;
  margin: 1px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #534d47;
  cursor: pointer;
}
a.gallerytwo_pagination_link:hover {
  background: #968e84;
}
#gallerytwo ul.gallery {
  padding: 0;
  margin: 0;
}
#gallerytwo .gallery_li {
  width: 110px;
  height: 110px;
}
#gallerytwo .gallery_item, #gallerytwo .gallery_item:link {
  margin: 0;
  padding: 0;
  width: 90px;
  height: 90px;
}