/* begin Page */

/* Copyright 2009-2010 - Right Place At The Right Time, file checksum is 019D58F2. */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #2C0207;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#zweb-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#zweb-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 423px;
	left: 0;
	top: 0;
}

#zweb-page-background-glare-image
{
	background-image: url('../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 423px;
	width: 500px;
	margin: 0;
}

html:first-child #zweb-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}


#zweb-page-background-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;
	
}

#zweb-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 */
.zweb-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:85px;
	min-height:85px;
}

.zweb-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 15px;
}

.zweb-Sheet-tr, .zweb-Sheet-tl, .zweb-Sheet-br, .zweb-Sheet-bl, .zweb-Sheet-tc, .zweb-Sheet-bc,.zweb-Sheet-cr, .zweb-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.zweb-Sheet-tr, .zweb-Sheet-tl, .zweb-Sheet-br, .zweb-Sheet-bl
{
	width: 100px;
	height: 100px;
	background-image: url('../images/Sheet-s.png');
}

.zweb-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 50px, 50px, auto);
}

.zweb-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 50px, 50px);
}

.zweb-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(50px, 50px, auto, auto);
}

.zweb-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(50px, auto, auto, 50px);
}

.zweb-Sheet-tc, .zweb-Sheet-bc
{
	left: 50px;
	right: 50px;
	height: 100px;
	background-image: url('../images/Sheet-h.png');
}

.zweb-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 50px, auto);
}

.zweb-Sheet-bc
{
	bottom: 0;
	clip: rect(50px, auto, auto, auto);
}

.zweb-Sheet-cr, .zweb-Sheet-cl
{
	top: 50px;
	bottom: 50px;
	width: 100px;
	background-image: url('../images/Sheet-v.png');
}

.zweb-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 50px);
}

.zweb-Sheet-cl
{
	left:0;
	clip: rect(auto, 50px, auto, auto);
}

.zweb-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	background-image: url('../images/Sheet-c.png');
}


.zweb-Sheet
{
	margin-top: 8px !important;
}

#zweb-page-background-simple-gradient, #zweb-page-background-gradient, #zweb-page-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Header */
div.zweb-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 770px;
	height: 150px;
}

div.zweb-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 770px;
	height: 150px;
	background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.zweb-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 770px;
	height: 150px;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.zweb-Logo
{
	display : block;
	position: absolute;
	left: -2px;
	top: 56px;
	width: 375px;
}

h1.zweb-Logo-name
{
	display: block;
	text-align: center;
}

h1.zweb-Logo-name, h1.zweb-Logo-name a, h1.zweb-Logo-name a:link, h1.zweb-Logo-name a:visited, h1.zweb-Logo-name a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: small-caps;
	padding:0;
	margin:0;
	color: #AACFCB !important;
}

.zweb-Logo-text
{
	display: block;
	text-align: center;
}

.zweb-Logo-text, .zweb-Logo-text a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #E8E802 !important;
}
/* end Logo */

/* begin ContentLayout */
.zweb-contentLayout
{
	position: relative;
	margin-bottom: 11px;
	width: 770px;
}
/* end ContentLayout */

/* begin Box, Block */
.zweb-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.zweb-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.zweb-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.zweb-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.zweb-BlockHeader .t
{
	height: 30px;
	color: #A0CAC5;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.zweb-BlockHeader .l, .zweb-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/BlockHeader.png');
}

.zweb-BlockHeader .l
{
	left:0;
	right:6px;
}

.zweb-BlockHeader .r
{ 
	width:776px;
	right:0;
	clip: rect(auto, auto, auto, 770px);
}





.zweb-header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('../images/BlockHeaderIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 19px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.zweb-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.zweb-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.zweb-BlockContent-tr, .zweb-BlockContent-tl, .zweb-BlockContent-br, .zweb-BlockContent-bl, .zweb-BlockContent-tc, .zweb-BlockContent-bc,.zweb-BlockContent-cr, .zweb-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.zweb-BlockContent-tr, .zweb-BlockContent-tl, .zweb-BlockContent-br, .zweb-BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/BlockContent-s.png');
}

.zweb-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.zweb-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.zweb-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.zweb-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.zweb-BlockContent-tc, .zweb-BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/BlockContent-h.png');
}

.zweb-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.zweb-BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.zweb-BlockContent-cr, .zweb-BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/BlockContent-v.png');
}

.zweb-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.zweb-BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.zweb-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #DEDEDE;
}


.zweb-BlockContent-body
{
	color:#212121;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.zweb-BlockContent-body a:link
{
	color: #80191E;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.zweb-BlockContent-body a:visited, .zweb-BlockContent-body a.visited
{
	color: #808080;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.zweb-BlockContent-body a:hover, .zweb-BlockContent-body a.hover
{
	color: #AA2228;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.zweb-BlockContent-body ul
{
	list-style-type: none;
	color: #303030;
	margin:0;
	padding:0;
}

.zweb-BlockContent-body ul li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 1em;
	padding: 0px 0 0px 14px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Box, Post */
.zweb-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.zweb-Post-body
{
	position: relative;
	z-index: 1;
	padding: 15px;
}



.zweb-Post
{
	margin: 5px;
}

/* Start images */
a img
{
	border: 0;
}

.zweb-article img, img.zweb-article
{
	border: solid 1px #ADADAD;
	margin: 1em;
}

.zweb-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.zweb-article table, table.zweb-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.zweb-article table, table.zweb-article .zweb-article tr, .zweb-article th, .zweb-article td
{
	background-color:Transparent;
}

.zweb-article th, .zweb-article td
{
	padding: 2px;
	border: solid 1px #ADADAD;
	vertical-align: top;
	text-align:left;
}

.zweb-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.zweb-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: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #440D10;
}

.zweb-PostHeader a, .zweb-PostHeader a:link, .zweb-PostHeader a:visited, .zweb-PostHeader a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	color: #440D10;
}

.zweb-PostHeader img
{
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.zweb-PostHeader a:link
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-transform: uppercase;
  color: #591215;
}

.zweb-PostHeader a:visited, .zweb-PostHeader a.visited
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #363636;
}

.zweb-PostHeader a:hover, .zweb-PostHeader a.hovered
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #AA2228;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	color: #2F090B;
}


.zweb-PostContent p 
{
	margin: 0.5em 0;
}

.zweb-PostContent, .zweb-PostContent p
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: justify;
	color: #2F090B;
}

.zweb-PostContent
{
  margin:0;
}


/* Content link style */
a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #012EC1;
}

/* Adds special style to an unvisited link. */
a:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #012EC1;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #666666;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #622C33;
}

/* Finish Content link style */

/* Reset 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;
}


/* Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	text-align: left;
	font-weight:bolder;
	text-align:center;
	color: #030EA5;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #94101D;
}


h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight:600;
	text-align: center;
	color: #091258;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight:400;
	color: #D52A33;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #E1666C;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #150405;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #292929;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	text-align: left;
	margin-left: 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;
	
}



.zweb-Post li
{
	padding:0px 0 0px 16px;
	line-height:1.2em;
}

.zweb-Post ol li, .zweb-Post ul ol li
{
	background: none;
	padding-left:0;
}

.zweb-Post ul li, .zweb-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,
.zweb-PostContent blockquote p
{
	color:#DEDEDE;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.zweb-PostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 38px;
	background-color:#772831;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.zweb-button-wrapper .zweb-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:36px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.zweb-button img, .zweb-button-wrapper img
{
  margin: 0;
}

.zweb-button-wrapper
{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 36px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .zweb-button-wrapper
{
	display:block;
	float:left;
}

.zweb-button-wrapper .zweb-button
{
	display:block;
	height: 36px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 26px !important;
	line-height: 36px;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

input, select
{
  vertical-align: middle;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.zweb-button-wrapper.hover .zweb-button, .zweb-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.zweb-button-wrapper.active .zweb-button
{
	color: #F2F2F2 !important;
}

.zweb-button-wrapper .l, .zweb-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 108px;
	background-image: url('../images/Button.png');
}

.zweb-button-wrapper .l
{
	left:0;
	right:18px;
}

.zweb-button-wrapper .r
{
	width:425px;
	right:0;
	clip: rect(auto, auto, auto, 407px);
}

.zweb-button-wrapper.hover .l, .zweb-button-wrapper.hover .r
{
	top: -36px;
}

.zweb-button-wrapper.active .l, .zweb-button-wrapper.active .r
{
	top: -72px;
}


/* end Button */

/* begin Footer */
.zweb-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 770px;
	margin: 5px auto 0px auto;
}

.zweb-Footer .zweb-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.zweb-Footer .zweb-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 770px;
	height: 150px;
	bottom:0;
	left:0;
}


.zweb-Footer .zweb-Footer-text p
{
	margin: 0;
}

.zweb-Footer .zweb-Footer-text
{
	display:inline-block;
	color:#242424;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
}

.zweb-Footer .zweb-Footer-text a:link
{
	text-decoration: none;
	color: #4F4F4F;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.zweb-Footer .zweb-Footer-text a:visited
{
	text-decoration: none;
	color: #1A1A1A;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.zweb-Footer .zweb-Footer-text a:hover
{
	text-decoration: none;
	color: #841A1F;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.zweb-page-footer, .zweb-page-footer a, .zweb-page-footer a:link, .zweb-page-footer a:visited, .zweb-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:#E1666C;
}

.zweb-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#808080;
}
/* end PageFooter */

/* begin LayoutCell */
.zweb-contentLayout .zweb-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 769px;
}
/* end LayoutCell */


