﻿/* begin Page */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2A2C26;
	background-color: #000; 
	background: url('../images/bg_grey.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}
#content {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#content-background-glare {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#content-background-glare-image {
/*	background-image: url('../images/bg_gradient.png'); 
	background-repeat: no-repeat;*/
	min-height: auto;
	width: 100%;
	margin: 0;
}
html:first-child #content-background-glare {
	border: 1px solid transparent; /* Opera fix */
}

/* begin Header */
div.main-Header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 900px;
	height: 90px;
}
div.main-Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 400px;
	height: 100px;
	background-image: url('../images/logo_allout.png');
	background-repeat: no-repeat;
	background-position: top left;
}
div.main-Header-png {
	position: absolute;
	z-index:-1;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 100px;
	background-image: url('../images/map_world.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 10px;
}
/* end Header */

/* begin Menu */
/* menu structure */
.main-nav
{
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 41px;
	z-index: 100;
}
/*
.main-nav .l, .main-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('../images/nav.png');
}
.main-nav .l
{
	left: 0;
	right:0px;
}
.main-nav .r
{
	right: 0;
	width: 900px;
	clip: rect(auto, auto, auto, 900px);
}

.main-menu
{
	padding: 12px 6px 0px 6px;
} */
.main-menu a, .main-menu a:link, .main-menu a:visited, .main-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.main-menu, .main-menu ul
{
	margin: 0 0 0 -2px; /* align menu to the left border */
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.main-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.main-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}
.main-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.main-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}
.main-menu:after, .main-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.main-menu, .main-menu ul
{
	min-height: 0;
}
.main-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px;
	margin: 0;
}
.main-menu ul li
{
	clear: both;
}
.main-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.main-menu a .r, .main-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('../images/menuItem.png');
}
.main-menu a .l
{
	left: 0;
	right: 4px;
}
.main-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}
.main-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DADCD6;
	padding: 0 21px; /* move change menu padding */
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}
.main-menu a:hover .l, .main-menu a:hover .r
{
	top:-29px;
}
.main-menu li:hover>a .l, .main-menu li:hover>a .r
{
	top:-29px;
}
.main-menu li:hover a .l, .main-menu li:hover a .r
{
	top:-29px;
}
.main-menu a:hover .t
{
	color: #F6FCE3;
}
.main-menu li:hover a .t
{
	color: #F6FCE3;
}
.main-menu li:hover>a .t
{
	color: #F6FCE3;
}
.main-menu a.active .l, .main-menu a.active .r
{
	top: -58px;
}
.main-menu a.active .t
{
	color: #414F2B;
}
/* ****** end MenuItem ****** */

/* begin Main Sheet */
.main-Sheet
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 35px;
	min-height: 35px;
}
.main-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 13px;
}
.main-Sheet-tr, .main-Sheet-tl, .main-Sheet-br, .main-Sheet-bl, .main-Sheet-tc, .main-Sheet-bc,.main-Sheet-cr, .main-Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.main-Sheet-tr, .main-Sheet-tl, .main-Sheet-br, .main-Sheet-bl
{
	width: 34px;
	height: 34px;
	background-image: url('../images/sheet-s.png');
}
.main-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 17px, 17px, auto);
}
.main-Sheet-tr
{
	top: 0;
	right: 3px; /* move sheet border in on the right */
	clip: rect(auto, auto, 17px, 17px);
}
.main-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}
.main-Sheet-br
{
	bottom: 0;
	right: 3px; /* move sheet border in on the right */
	clip: rect(17px, auto, auto, 17px);
}
.main-Sheet-tc, .main-Sheet-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('../images/sheet-h.png');
}
.main-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}
.main-Sheet-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}
.main-Sheet-cr, .main-Sheet-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('../images/sheet-v.png');
}
.main-Sheet-cr
{
	right: 3px; /* move menu in on the right */
	clip: rect(auto, auto, auto, 17px);
}
.main-Sheet-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}
.main-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-color: #FDFDFC;
}
.main-Sheet
{
	margin-top: -13px !important;
}
#content-background-simple-gradient, #content-background-gradient, #content-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */



/* begin Logo 
.main-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 58px;
	width: 854px;
}

h1.main-Logo-name
{
	display: block;
	text-align: center;
}

h1.main-Logo-name, h1.main-Logo-name a, h1.main-Logo-name a:link, h1.main-Logo-name a:visited, h1.main-Logo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #E9EFE1 !important;
}

.main-Logo-text
{
	display: block;
	text-align: center;
}

.main-Logo-text, .main-Logo-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #E9EFE1 !important;
}
/* end Logo */

/* ********* SUB MENU *********** */
.sub-menu {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: auto;
}
.sub-menu h1 {
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 10px;
	line-height: 29px;
	background: url('../images/bg_submenu.png') no-repeat left top;
}
.sub-menu ul {
	list-style: none;
	padding: 0px;	
	margin: 0px;
}
.sub-menu ul li {
	margin: 0px;
}
.sub-menu ul li a, .sub-menu ul li a.sub {
	display: block;
	text-indent: 10px;
	line-height: 20px;	
	height: 20px;
	width: 153px;	
	color: #F3F3F3;
	font-size: 11px;
	font-wight: bold;
	text-decoration: none;
	background-color: #59730C;
	border-left: #405309 solid 1px;
	border-right: #405309 solid 1px;
	border-bottom: #405309 solid 1px;
}
.sub-menu ul li a.sub {
	color: #000000;
	background-color: #91b248;
	text-indent: 15px;
}
.sub-menu ul li a:hover, .sub-menu ul li a.sub:hover {
	text-decoration: none;
	background-color: #729310;
}
.sub-menu ul li a.active {
	color: #000;
	background-color: #FFFFFF;
}
/* ****** end sub-menu ****** */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 1px;
	width: 874px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position: relative;
	z-index: 1;
	margin: 10px 0;
	padding: 0px;
	width: auto;
	min-height:auto;
}
.art-Block-body
{
	position: relative;
	z-index:  1;
	padding: 0px;
	margin: 0;
}
.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: 14px;
	height: 14px;
	background-image: url('../images/block-s.png');
}
.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}
.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}
.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}
.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}
.art-Block-tc, .art-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/block-h.png');
}
.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}
.art-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}
.art-Block-cr, .art-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/block-v.png');
}
.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}
.art-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}
.art-Block-cc
{
	position:absolute;
	z-index: 1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}
/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:-1;
	height: 30px;
	padding: 1px 5px 0 5px;
	margin: 0 1px;
}
.art-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 4px;
	line-height: 30px;
}
.art-BlockHeader .t a {
	color: #FFFFFF;
	text-decoration: none;
}
.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/block-Header.png');
}
.art-BlockHeader .l
{
	left:0;
	right:6px;
}
.art-BlockHeader .r
{ 
	width:894px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}
.art-header-tag-icon
{
	display:inline-block;
	background-position: left;
	top: 5px;
	padding: 0 5px 0 15px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0;
}
.feedback {
	background-image: url('../images/icon-feedback.png');
}
.staff {
	background-image: url('../images/icon-staff.png');
}
.inews {
	background-image: url('../images/icon-news.png');
}
/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index: -1;
	margin:0;
	padding-bottom: 0px;
	min-width:1px;
	min-height:1px;
}
.art-BlockContent-img
{
	position: relative;
	z-index: -1;
	padding: 0 0 0 1px;
	margin: 0px;
	background-color: #858786;
}
.art-BlockContent-body, .art-BlockContent-mainbody
{
	position: relative;
	z-index: -1;
	padding: 0px 5px;
	margin-bottom: 4px;
	color: #3F3F3F; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.art-BlockContent-mainbody img {
	padding-left: 10px;
}
.art-BlockContent-body a:link
{
	color: #6F8E10;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 6px;
}
.art-BlockContent-body h5, .art-BlockContent-mainbody h5 {
	color: #3F3F3F;
	padding: 5px 0 0 10px;
}
.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #6F8E10;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 6px;
}
.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #546638;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body img {
	display: block;
	float: left;
	padding: 4px 4px 0 0;
}
.art-BlockContent-body p.news, .art-BlockContent-mainbody p.news {
	padding: 5px 0;
}
.art-BlockContent-body p.article {
	display: block;
	float: left;
	padding: 5px 0;
	width: 260px;
	min-height: 160px;
}
.art-BlockContent-body p.articles {
	display: block;
	float: left;
	padding: 5px;
	width: 400px;
	min-height: 160px;
}
.art-BlockContent-admin {
	z-index: -1;
	margin: 0 1px 0px 1px;
	padding: 5px 0;
	background-color: #cddab1;
}
.art-BlockContent-body ul
{
	list-style-type: none;
	color: #4A4D42;
	margin:0;
	padding:0;
}
.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContent.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height: 20px;
}
.art-BlockContent-body ul li:hover {
	text-decoration: none;
	background-position: left -20px;
}
/* end Box, BlockContent */

/* begin Shadow Box, Shadow */
.art-Shadow
{
	position: relative;
	z-index:1;
	margin: 10px 0;
	padding: 0px;
	width: auto;
	min-height:auto;
}
.art-Shadow-body
{
	position: relative;
	z-index:  1;
	padding: 0px;
	margin: 0px;
}
.art-Shadow-tr, .art-Shadow-tl, .art-Shadow-br, .art-Shadow-bl, .art-Shadow-tc, .art-Shadow-bc, .art-Shadow-cr, .art-Shadow-cl
{
	position:absolute;
	z-index:-1;
}
.art-Shadow-tr, .art-Shadow-tl, .art-Shadow-br, .art-Shadow-bl
{
	width: 40px;
	height: 40px;
	background-image: url('../images/shadow-s.png');
}
.art-Shadow-tl
{
	top:0;
	left:0;
	clip: rect(auto, 20px, 20px, auto);
}
.art-Shadow-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 20px, 20px);
}
.art-Shadow-bl
{
	bottom: 0;
	left: 0;
	clip: rect(20px, 20px, auto, auto);
}
.art-Shadow-br
{
	bottom: 0;
	right: 0;
	clip: rect(20px, auto, auto, 20px);
}
.art-Shadow-tc, .art-Shadow-bc
{
	left: 20px;
	right: 20px;
	height: 40px;
	background-image: url('../images/shadow-h.png');
}
.art-Shadow-tc
{
	top: 0;
	clip: rect(auto, auto, 20px, auto);
}
.art-Shadow-bc
{
	bottom: 0;
	clip: rect(20px, auto, auto, auto);
}
.art-Shadow-cr, .art-Shadow-cl
{
	top: 20px;
	bottom: 20px;
	width: 40px;
	background-image: url('../images/shadow-v.png');
}
.art-Shadow-cr
{
	right:0;
	clip: rect(auto, auto, auto, 20px);
}
.art-Shadow-cl
{
	left:0;
	clip: rect(auto, 20px, auto, auto);
}
.art-Shadow-cc
{
	position:absolute;
	z-index:-1;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
/* end Box, Shadow */

/* begin ShadowHeader */
.art-ShadowHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 2px;
}
.art-ShadowHeader .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 4px;
	line-height: 30px;
}
.art-ShadowHeader .t a {
	color: #FFFFFF;
	text-decoration: none;
}
.art-ShadowHeader .l, .art-ShadowHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/sheet-Header.png');
}
.art-ShadowHeader .l
{
	left:2px;
	right:10px;
}
.art-ShadowHeader .r
{ 
	width:894px;
	right:5px;
	clip: rect(auto, auto, auto, 888px);
}
/* end ShadowHeader */

/* begin Shadow Content Box, ShadowContent */
.art-ShadowContent
{
	position:relative;
	z-index:0;
	margin:0;
	padding-bottom: 1px;
	min-width:1px;
	min-height:1px;
} 
.art-ShadowContent-body
{
	float: left;
	display: block;
	z-index:1;
	padding: 0px 5px;
	margin-bottom: 8px;
} 
.art-ShadowContent-body
{
	color: #3F3F3F; /* #605d5c; */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
} 
.art-ShadowContent-body p {
	width: 145px;
	margin: 0;
	padding: 5px 0;
} 
.art-ShadowContent-body a {
	text-decoration: none;
}
.art-ShadowContent-body .icons {
	margin: 15px 10px 0 10px;
	padding: 0px;
	float: right;
}
.art-ShadowContent-body .icons img {
	border: none;
}
/*
.art-ShadowContent-body a:link
{
	color: #6F8E10;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 6px;
} /*
.art-ShadowContent-body a:visited, .art-ShadowContent-body a.visited
{
	color: #6F8E10;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding-left: 6px;
}
.art-ShadowContent-body a:hover, .art-ShadowContent-body a.hover
{
	color: #546638;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Box, ShadowContent */

/* begin sec-content */
.sec-content {
	float: left;
	display: block;
	width: 170px;
	margin-left: 4px;
}
.sec-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.sec-content p {
	text-align: left;
}
/* ***** BUTTONS ******* */
.ibutton {
	float: right; 
	margin: 5px 5px 0 5px;
}
.itop {
	margin: 10px 10px 0 0;
}
.ibutton a.button
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 20px;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 20px;
}
.ibutton a .gr, .ibutton a .gl, .ibutton a .rr, .ibutton a .rl
{
	position:absolute;
	display: block;
	top:0;
	z-index:-10;
	height: 40px;
}
.ibutton a .gr, .ibutton a .gl {
	background-image: url('../images/btn-green.png');
}	
.ibutton a .rr, .ibutton a .rl {
	background-image: url('../images/btn-red.png');
}
.ibutton a .gl, .ibutton a .rl
{
	left: 0px;
	right: 20px;
	z-index:-1;
}
.ibutton a .gr, .ibutton a .rr
{
	width: 200px;
	right: 0px;
	clip: rect(auto, auto, auto, 180px);
}
.ibutton a .gt, .ibutton a .rt
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding: 0 1px; /* move change menu padding */
	margin: 0 2px;
	line-height: 20px;
	text-align: center;
	z-index:0;
}
.ibutton a:hover .gl, .ibutton a:hover .gr, .ibutton a:hover .rl, .ibutton a:hover .rr
{
	top:-20px;
}
.ibutton a:hover .gt, .ibutton a:hover .rt
{
	color: #F6FCE3;
}
/* end sec-content */

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

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

.art-article img, img.art-article
{
	border: solid 1px #BECEA6;
	margin-bottom: 1em;
}

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

/* ******** Start tables ******** */
table.facts {
	margin: 2px;
	padding-left: 10px;
	line-height: 20px;
}
table.facts tr th {
	background-color: #c5c56d;
}
table.facts tr td {
	background-color: #e2e292;
}

.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: 2px;
	border: solid 1px #7C9753;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */
/* end Box, Post */

/* begin PostContent */
/* Content Text Font & Color (Default) */
.art-PostContent, .art-SubContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #2A2C26;
}
art-SubContent
{
	text-align: left;
}
.art-PostContent ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.art-PostContent ul li
{
	background-image: url('../images/postBullets.png');
	background-repeat:no-repeat;
	padding-left: 13px;
}
.art-PostContent ul lo {
	list-style-type: lower-alpha;
}
.art-PostContent p {
	margin: 0px;
}
.art-PostContent .indent {
	margin: 0 10px;
}
.art-PostContent .formNote {
	font: italic 11px verdana, arial, helvetica, sans serif;
	color: #566131;
	padding: 0 0 0 5px;
}
.art-PostContent .boldnote {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 0 5px;
	max-width: 470px;
}
.art-PostContent fieldset {
	width: 90%;
	margin: 5px;
	padding-bottom: 10px;
}
.art-PostContent legend {
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	color: #CCC;
	vertical-align: top;
}
.art-PostContent .formField, .art-PostContent .shortField, .art-PostContent .smallField  {
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
}
.art-PostContent input.formField, .art-PostContent select.formField, .art-PostContent textarea.formField, .art-PostContent textarea.smallField {
	width: 300px;
	color: #333;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	padding: 2px;
}
.art-PostContent textarea.formField, .art-PostContent textarea.smallField {
	height: 70px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
}
.art-PostContent .shortField {
	width: 150px;
}
.art-PostContent .formText {
	margin-left: 150px;
}
.art-PostContent label {
	position: absolute;
	display: block;
	width: 150px;
	margin-top: 2px;
	padding-top: 3px;
	color: #555;
	text-align: left;
}
.art-PostContent label.note {
	color: #990000;
}

/* ***** end INPUT FIELDS ***** */
/* 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;
  text-decoration: underline;
  color: #5C703E;
}

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

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

/* :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: #799C11;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h7,
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;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: text-top;
}

/* Start Content headings Fonts & Colors  */
/* MAIN HEADING */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #566131; 
}
/* SUB HEADING */
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #566131;
}
/* HOME PAGE HEADING */
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Comic Sans MS", cursive;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  color: #566131;
}
/* NOT FOUNF PAGE */
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #566131; 
}

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

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

/* Finish Content headings Fonts & Colors  */
/* end PostContent */

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.hr {
	border-bottom: 1px solid #EDEBD5;
	margin: 0px;
	padding: 5px;
}

form
{
	padding:0 !important;
	margin:0 !important;
}
legend {
	color: #999;
	font-size: 12px;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */
/*
.art-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.4em;
}

.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:#10110E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

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


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

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

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

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

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

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #313B21 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F3FBDA !important;
}

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

.art-button-wrapper .l
{
	left:0;
	right:11px;
}

.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

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

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


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 874px;
	margin: 5px auto 0px auto;
}
.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 874px;
	height: 150px;
	bottom:0;
	left:0;
}
.art-Footer .art-Footer-menu {
	display:inline-block;
	color: #22241E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.art-Footer .art-Footer-menu p {
	margin-top: 5px;
}
.art-Footer .art-Footer-menu a {
	padding: 2px;
	text-decoration: none;
}
.art-Footer .art-Footer-menu a:hover {
	color: #22241E;
	text-decoration: underline;
}
.art-Footer .art-Footer-images img {
	margin: 0 10px;
}
/* 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: #333;
}
.art-page-footer
{
	margin:0.6em;
	text-align:center;
	text-decoration:none;
	color:#333;
}
.art-page-footer p
{
	margin: 0;
	padding: 0;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-conleft
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 155px;
	min-height: 400px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0 0 0 4px;
	border: 0;
	float: left;
	overflow: visible;
	width: 715px;
}
.art-contentLayout .art-content-wide .top-heading {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 560px;
}
.art-contentLayout .art-conright
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 155px;
}
/* end LayoutCell */


/* ************ start LIST ITEM *********** */
.list-item {
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
	width: 515px;
}
.list-item img {
	float: left;
	margin: 0px;
	padding: 0px;
} 
.list-item .heading a, .list-item .subhead {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #59730C;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	line-height: 16px;
	min-width: 250px;
}
.list-item .summary_small, .list-item .summary_medium {
	float: left;
	padding-left: 5px;
	text-align: left;
	line-height: 14px;
}
.list-item .summary_small {
	width: 350px;
}
.list-item .summary_medium {
	width: 250px;
}
.list-item .subhead {
	font-size: 11px;
	font-style: italic;
}
.list-item a {
	text-decoration: none;
}
.list-item a:hover {
	text-decoration: none;
}
.list-item p {
	padding-left: 2px;
}

.list-left {
	display: block;
	float: left;
}
.list-right {
	display: block;
	float: right;
}

/* ************ end LIST ITEM *********** */

.errornote {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-family: bold;
	color: #900;
	margin-bottom: 5px;
}
.emailnote {
	color: #900;
}
.textnote {
	margin: 0 20px 0 10px;
	color: #566131;
}

/* ************* Rounded Corner Frame Over Images ************** */
.smallimg {
	display: block;
	float: left;
	margin: 10px;
	height: 100px;
	width: 150px;
}
.smallimg img {
	background: url('../images/bg_photo150.png');
}
/* CSS hack: only for IE6 and below */
* html div.smallimg img {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_photo150.png',sizingMethod='scale');
}

.mediumimg {
	display: block;
	float: left;
	margin: 10px;
	height: 160px;
	width: 240px;
}
.mediumimg img {
	background: url('../images/bg_photo240.png');
}
/* CSS hack: only for IE6 and below */
* html div.mediumimg img {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_photo240.png',sizingMethod='scale');
}

.largeimg {
	display: block;
	float: left;
	margin: 10px;
	height: 275px;
	width: 535px;
}
.largeimg img {
	background: url('../images/bg_photo535.png');
}
/* CSS hack: only for IE6 and below */
* html div.largeimg img {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_photo535.png',sizingMethod='scale');
}

/* ************** hide and show ****************** */
.commenthidden {display:none}
.commentshown {display:inline}