/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F0F0F0;
}

a:focus {outline-style: none;}

hr {
	color:#093;
	background:#093;
	height: 1px;
	width:100%;
	border:0px;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}


#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('/images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.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 */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 992px;
	min-width:1px;
	min-height:1px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #F0F0F0;
}


.art-Sheet
{
	margin-top: 10px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:992px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 992px;
	height: 304px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 992px;
	height: 304px;
	background: #045938 url('/images/Header.png') no-repeat left top;
}

/* end Header */

/* begin Logo */
img#mainlogo {
	float:left;
	margin-right:40px;
}
.art-Logo
{
	display : block;
	position: absolute;
	left: 30px;
	top: 33px;
	width: 962px;
}

h1.art-Logo-name
{
	display: block;
	text-align:left;
	margin-top:21px;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 2px;
	padding:0;
	margin:0;
	color: #E2FEF3 !important;
}
/* end Logo */

/* coda-slider */
.panel h3 {
	margin:0;
	font-size: 17px;
	color: #E2FEF3 !important;
}
.panel p {
	margin:4px 0;
}
.coda-slider-wrapper { 
	padding:0; 
}
.coda-slider { 
	color:#fff; 
}
.coda-slider-no-js .coda-slider { 
	height: 92px; 
	overflow: auto !important;
}
.coda-slider, .coda-slider .panel { 
	width: 540px;
} 
.coda-slider .panel-wrapper {
	padding:0;
}
.coda-slider p.loading { 
	padding: 0; 
	text-align: center; 
}
.coda-slider-wrapper {
	clear: both; 
	overflow: auto 
}
.coda-slider { 
	float: left; 
	overflow: hidden; 
	position: relative 
}
.coda-slider .panel { 
	display: block; 
	float: left 
}
.coda-slider .panel-container {
	position: relative 
}
.coda-nav-left, .coda-nav-right { 
	float: left; 
}
.coda-nav-left a, .coda-nav-right a {
	display: block; 
	text-align: center; 
	text-decoration: none;
	width:32px;
	height:32px;
	margin-right:8px;
}
.slider-nav	{
	height:32px;
	margin-left:12px;
}
.coda-nav-left a:hover, .coda-nav-right a:hover {
	background: url(/images/sb_hover.png) no-repeat left top;
}
.slider-nav div.more	{
	display:block;
	float:left;
	width:445px;
	height:24px;
	text-align: right;
	margin-top:4px;
	color: #39c !important;
}
.slider-nav a.more:hover{
	color: #f93 !important;
}

/* End coda-slider */


/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





div.art-nav-center
{
	position:relative;
	float:right;
	right:50%;

}

ul.art-menu
{
	position:relative;
	float:left;
	left:50%;
}


/* menu structure */

.art-menu
{
	padding: 11px 11px 11px 11px;
}

.art-nav
{
	position: relative;
	height: 59px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 59px;
	background-image: url('/images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 992px;
	clip: rect(auto, auto, auto, 992px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 37px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 111px;
	background-image: url('/images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:5px;
}

.art-menu a .r
{
	width:410px;
	right:0;
	clip: rect(auto, auto, auto, 405px);
}

.art-menu a .t
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #045939;
	padding: 0 37px;
	margin: 0 5px;
	line-height: 37px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-37px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-37px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-37px;
}
.art-menu a:hover .t
{
	color: #F5F5F5;
}

.art-menu li:hover a .t
{
	color: #F5F5F5;
}

.art-menu li:hover>a .t
{
	color: #F5F5F5;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -74px;
}

.art-menu a.active .t
{
	color: #fff;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 30px;
	width: 220px;
	overflow:hidden;
	line-height: 30px;
	margin-right: auto;
	background-image: url('/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #9fc;
	border-top:none;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 30px;
	color: #045939;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #000;
/*	border-color: #0c6; */
	background-position: 0 -30px;
}

.art-menu ul li:hover>a
{
	color: #000;
/*	border-color: #0c6; */
	background-position: 0 -30px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #000;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #000;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 992px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:17px;
	min-height:17px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 16px;
	height: 16px;
	background-image: url('/images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 8px, 8px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}

.art-Block-tc, .art-Block-bc
{
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('/images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('/images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 8px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 8px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #FFFFFF;
}


.art-Block
{
	margin: 10px 0 !important;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.art-BlockContent-body
{
	color:#000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 113%;
}

.art-BlockContent-body a:link
{
	color: #39C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #F93;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #999;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.art-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 */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:17px;
	min-height:17px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 19px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 16px;
	height: 16px;
	background-image: url('/images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 8px, 8px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}

.art-Post-tc, .art-Post-bc
{
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('/images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('/images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 8px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 8px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #FFFFFF;
}


.art-Post
{
	margin: 10px 10px 10px 0;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 2px #34795f;
	margin: 3px 12px 0 0;
}
img.art-article	{
	float:left;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 3px 16px;
	border: solid 1px #093;
	vertical-align: top;
}

.art-article th
{
	color:#fff;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	background-color:#093;
	border-right:1px solid #6f9;
}
.art-article th.last {
	border-right:none;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.1em 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: 20px;
	color: #063;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #063;
}

h1.art-PostHeaderIcon-wrapper {
	font-size: 28px;
}

.art-PostHeaderIcon-wrapper img
{
	border:none;
	vertical-align: middle;
	margin:0;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #05613E;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #08AA6C;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #444;
}

.art-PostContent
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #444;
}


/* Start Content link style */
a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #39C;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #39C;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #39C;
}

/* :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: underline;
  color: #F93;
}

/* 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: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  color: #045939;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  color: #045939;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 19px;
  color: #045939;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #045939;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #022719;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #022719;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #444;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

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;
}

.art-Post li
{
	padding:0px 0 12px 13px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-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 p
{
	color:#022216;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

blockquote
{
	border:solid 1px #A2FBD9;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#DDFDF1;
	background-image:url('/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

code {
	display:block;
	color:#000;
	margin:10px;
	padding:8px;
	background-color:#DDFDF1;
	border:solid 1px #A2FBD9;
}

/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:27px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 27px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 27px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	white-space: nowrap;
	text-align: left;
	padding: 0 19px !important;
	line-height: 27px;
	text-decoration: none !important;
	color: #E7FEF5 !important;
}

input, select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #ECFEF7 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F0F0F0 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 81px;
	background-image: url('/images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:8px;
}

.art-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -27px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -54px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 992px;
	margin: 0 auto 0 auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding:0;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-color: #045939;
	width: 992px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-Footer .art-Footer-text p
{
	margin: 3px 0;
}

.art-Footer .art-Footer-text
{
/*	display:inline-block; */
	color:#F0F0F0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
.art-Footer .art-Footer-text td {
	padding: 3px 18px 0 18px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #B1FBDF;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #B1FBDF;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #FF9933;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-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:#09BE79;
}

.art-page-footer
{
	margin:0;
	text-decoration:none;
	color:#636363;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 739px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 991px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 252px;
}
/* end LayoutCell */

/************** bigmax *******************/
/* news */
.news-years {
	height:22px;	
	color:#000;
	margin:10px 0;
	padding:4px 8px;
	background-color:#E1F4E1;
	border:solid 1px #9c9;
	margin-bottom:26px;
}
.news-years a, .news-years span {
	display:block; 
	float:left;
	margin:2px 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:16px;
	line-height:20px;
}
.news-years a	{
/*	color:#063; */
	text-decoration: none;
}
.news-years a:hover {
    color:#3f6;
	background:	#093;
	text-decoration: none;
}
.news-head {
	margin: 15px 0 10px 0;
	padding: 5px 2px;
	border-bottom: 2px solid #6c6;
}
.news-head .news-title	{
	float: left;
	margin:0;
	color: #063;
	font-size:15px;
}
.news-head .news-title	a {
	color: #063;
	text-decoration: none;
}
.news-head .news-date {
	margin:0;
	color: #396;
	text-align:right;
}
.news-anoun {
	padding: 0 10px 8px 28px;
	color: #096;
	font-weight:bold;
	background: url(/images/PostBullets.png) no-repeat 4px 0px;
}
.news-anoun-list {
	margin:0;
}	
.news-text {
	clear: both;
	margin:0;
	line-height:18px;
}
.news-pic	{
	float: left;
	display:block; 
	margin-right:12px;
	border:1px solid #396;
}
.news-source {
	float: right;
	text-align: right;
	font-style: italic;
	color:#093;
	margin-top:12px;
	padding: 2px 8px 2px 28px;
}
.news-back {
	clear: both;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom: 2px solid #6c6;
}
.news-more {
	text-align: right;
	margin: 0;
}
.news-source a {
	color:#063;
	text-decoration: none;
}


/* news ribbon */
.mp-news_anounce {
	margin-bottom:18px;
}
.mp-news_anounce p {
	margin-top:8px;
	margin-bottom:0;
}
.mp-news_anounce .mp-news_header	{
	float:left;
	color:#444;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
}
.mp-news_anounce .mp-news_date	{
	text-align:right;
	color:#444;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}
.more	{
	text-align:right;
}
/* end news ribbon */

/* colors aliases */
.grey	{
	color:#666;
}
.green	{
	color:#063;
}
.greena	{
	color:#093;
}

/* forms */
#searchtext	{
	width: 175px;
	height:19px;
	border:1px solid #ccc;
}

a#searchbutton	{
	padding:2px 6px !important;
}
#searchbutton img {
	margin-top:4px;
}

input#searchbutton {
	width:35px;
	background: url(/images/s.png) no-repeat 12px 6px;
}

#logininput, #passwinput, #emailinput, #textinput, #dateinput, #textaria {
	width:150px !important;
	height:18px !important;
	margin-top:4px;
	padding:2px 4px;
	border:1px solid #ccc;
}

#textaria {
	width:240px !important;
	height:42px !important;
}
#textinput.long {
	width:240px !important;
}

input#searchtext:hover,
input#logininput:hover,
input#emailinput:hover,
input#textinput:hover,
input#dateinput:hover,
input#passwinput:hover,
textarea#textaria:hover	{
	border:1px solid #0c6;
}


/* end forms */

/* gallery */

ul.gallery {
	margin:0;
	padding:0;
	list-style-type:none !important;
}
ul.gallery img {
	margin:0;
	border:1px solid #aaa;
}
ul.gallery li {
	float:left;
	list-style-image:none !important;
	margin:8px;
	text-align:center;
	background:none !important;
	padding:0;
}
ul.gallery a:hover img {
	text-decoration:none;
	margin:0;
	border:1px solid #0c6;
}
ul.gallery div.caption	{
	color:#444;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}
/* end gallery */

/* b-list */
ul.blist {
	margin:0;
	padding:0;
	list-style-type:none !important;
}
ul.blist img {
	margin:0;
}
ul.blist li {
	float:left;
	list-style-image:none !important;
	text-align:center;
	margin:5px;
	padding:0;
	background:none !important;
}
ul.blist a:hover img {
	text-decoration:none;
	margin:0;
}
ul.blist div.caption	{
	color:#444;
	font-size:12px;
}
/* end b-list */

/* listblock */
.listblock	{
	margin-top:24px;
}
.listblock img.lb_pic {
	 float: left;
	 margin-right:12px;
	 border:1px solid #ccc;
}
.listblock .lb_header {
	font-weight:bold;
	color:#444;
}
.listblock p	{
	margin-top:6px;
}

/* end of listblock */

/* navbar */
.navbar	{
	text-align:center;
	margin-bottom:5px;
}
.navbar	img {
	margin-right:8px;
}
/* end of navbar */

/* Autorization */

div.austr {
	text-align:center;
	margin-top:5px;
}
.uname, .points {
	line-height:18px;
	padding:2px 0 2px 18px;
}
.uname {
	color:#063;
	font-weight:bold;
	background: url(/images/i_user.gif) no-repeat 0 4px;
}
.points {
	background: url(/images/money.png) no-repeat 0 5px;
}

/* end of autorization */

/* Гостевая книга */
.gbook-reply	{
	color:#063;
/*	font-style: italic; 
    line-height:18px;   */
	margin:6px 0 0 12px;
	padding:4px 8px 8px 20px;
	background: #E9FEF7 url(/images/ico/chief.png) no-repeat 3px 4px;
	border: 1px dotted #6c6; 
}
.gbook-head {
	margin: 15px 0 10px 0;
	padding: 5px 2px;
	border-bottom: 2px solid #6c6;
}
.gbook-head .gbook-title {
	float: left;
	margin:0;
}
.gbook-head .gbook-title a {
	color: #063;
	text-decoration: none;
}
.gbook-head .gbook-title b {
	color: #063;
	font-size:15px;
	font-weight:normal;
}
.gbook-head .gbook-date {
	color: #396;
	margin:0;
	text-align:right;
}
.gbook-message {
	margin:0;
}

/* Формы ввода */
div.gbook_form {
	border:1px solid #6c6;
	padding:6px;
	background:#ddfdf1;
}
.gbook_form td	{
	color:#063;
	font-size:13px;
	padding:3px;
}
.gbook_form td.cap	{
	width:80px;
	text-align:right;
}
.gbook_form input.text {
	width:140px;
	color:#444;
	font-size:14px;
	padding:4px;
	border:1px solid #9c9;
}
.gbook_form textarea {
	width:562px;
	height:80px;
	margin:2px 0;
	padding:4px;
	border:1px solid #9c9;
}
.gbook-note	{
	color:#063;
	font-size:12px;
	margin:3px 6px;
}
input#gbook_button	{
	height:26px !important;
	width:200px !important;
	color:#036;
	font-size:14px;
	margin:0;
}
.gbook_form input:focus,
.gbook_form textarea:focus {
	border: 1px solid #0c6; /* Рамка при получении фокуса */
}
.captchawrapper	{
	float:left;
}
.butwrapper	{
	text-align:right;
	margin-top:18px;
}

/* Капча */
.captcha {
	border:1px solid #6c6;
	background:#E9FEF7;
	width:250px;
	margin:0 6px 0 0;
	padding:6px;
	overflow:hidden;
}
.captcha img {
	float:left;
	width:91px;
	margin-right:25px;
	border:1px dotted #9c9;
}
.captcha input {
	font-size:14px;
	width:100px !important;
	margin-top:5px;
	padding:2px 4px;
	border:1px solid #9c9;
}

/* message */
.error-block	{
	background-color: #fcf5dc;
	border: 1px solid #f33;
	}
.message-block	{
	background-color: #ddfdf1;
	border: 1px solid #6c6;
	}
.error-block, .message-block	{
    margin: 6px 0;
	padding: 0 12px;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
.error, .message {
	font-size: 14px;
	padding-left: 24px;
}
.error	{
	color: #c00;
	background: url(/images/error.gif) no-repeat;
	}
.message	{
	color: #063;
	background: url(/images/message.gif) no-repeat;
	}

/* pager */
.nav { 
	font-size:12px; 
	line-height: 16px;	
	margin-top:18px;
	padding: 5px; 
	background:#fff;
	border-top: 2px solid #ccc; 
}
.nav#nav4 { 
	border-top: 0; 
	border-bottom: 2px solid #ccc;
}
.nav a { 
	color:#093;
	padding: 2px 6px; 
}
.nav img { 
	vertical-align:bottom; 
}
.nav a.nimg { 
	padding:0; 
}
.nav a.highlight { 
	color: #fff; 
	background:#093 url(/images/navbg.gif) repeat-x left center; 
	text-decoration:none; 
}

/* Voting */

.voting-bar {
	height:22px;	
	color:#000;
	margin:10px 0;
	padding:4px 8px;
	background-color:#E1F4E1;
	border:solid 1px #9c9;
	margin-bottom:26px;
}
.voting-bar a, .voting-bar span {
	display:block; 
	float:left;
	margin:2px 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:16px;
	line-height:20px;
}
.voting-bar a	{
/*	color:#063; */
	text-decoration: none;
}
.voting-bar a:hover {
    color:#3f6;
	background:	#093;
	text-decoration: none;
}
.voting-head {
	margin: 20px 0 0 0;
	padding: 4px;
	border-bottom: 2px solid #6c6;
}
.voting-head .voting-title	{
	float: left;
	margin:0;
	color: #063;
	font-size:14px;
	line-height:16px;
}
.voting-head .voting-title	a {
	color: #063;
	text-decoration: none;
}
.voting-head .voting-date {
	margin:0;
	color: #396;
	text-align:right;
	font-size:12px;
	line-height:16px;
}
.voting-dop	{
	margin-bottom:8px; 
	padding:3px 12px; 
	background:#cfc; 
	font-size:11px; 
	color:#093;
}
.voting-dop	.vote-points	{
	float:left;
}
.voting-dop	.vote-res	{
 	float:right;
 	color:#f60;
}
.vote-comment	{
	padding-left:3px;
	padding-top:6px;
}
.vote-body	{
	margin-bottom:12px;
}
.vote-body .qbull	{
	color:#093;
	padding-left:16px;
}
.vote-body td.qname	{
	color:#000;
	font-size:14px;
	padding-right:16px;
}
.vote-body td.qvote	{
	text-align:right;
	padding-right:16px;
}
.vote-body td.qproc	{
	text-align:right;
	padding-right:16px;
}
.vote-body td.qdiag	{
	background: url(/images/bar_bg.gif) repeat-x center;
	padding-left:0;
}
.vote-body td.qpnts	{
	color:#444;
	padding-left:16px;
}

.vd-pic {
	 margin:10px 40px 0 0;
}
.vd-head {
	font-size:15px;
	color:#063;
}
.vd-block	{
	margin:8px 0;
}

/* score */
.score-bar {
	height:45px;
	color:#000;
	margin:10px 0 25px 0;
	padding:4px 8px;
	background-color:#E1F4E1;
	border:1px solid #9c9;
}
.score-bar a, .score-bar span {
	display:block; 
	float:left;
	margin:2px 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:15px;
	line-height:18px;
	text-decoration: none;
}
.score-bar .months {
	float: none;
	clear: both;
	padding:2px 0 0 10px;
	text-align:center;
	border-top:1px dotted #9c9;
}
.score-bar .months a, .score-bar .months span {
	margin:2px 5px;
	font-size:12px;
}
.score-bar a:hover {
    color:#3f6;
	background:	#093;
	text-decoration: none;
}
.score-bar .months {
	border-top:1px dotted #9c9;
}
.months a, .months span {
	display:block; 
	float:left;
	margin:2px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	line-height:18px;
	text-decoration: none;
}
.months span.passiv {
    color:#9c9;
}
