@import 'categories.css';

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/Page-bgd.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}
#IDimage {
	height: 150px;
	width: 200px;
	left: -1000px;
	position: absolute;
	top: -1000px;
}

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




#art-page-background-gradient
{
	background-position: bottom left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0px;
}


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: 1020px;
	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;
}


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

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1020px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	position: relative;
	z-index:0;
	width: 1020px;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/Header-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.art-Header-wide
{
	position: relative;
	z-index:0;
	height: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/Header-wide-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1020px;
}


div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1020px;
	height: 230px;
}
.art-Top-nav-wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.art-Top-nav-wrap ul {
	float: right;
	margin: 0px;
}
.art-Top-nav-wrap li {
	font-size: 11px;
	z-index: 100;
	display: inline-block;
	line-height: 16px;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #006699;
}
.art-Top-nav-wrap a, .art-Top-nav-wrap a:link, .art-Top-nav-wrap a:visited {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #006699;
	line-height: 16px;
	height: 18px;
	margin-right: 16px;
}
.art-Top-nav-wrap a:hover {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #336600;
}
.art-Top-nav-wrap img {
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	display: inline-block;
	margin-right: 16px;
}
/* end Header */

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 565px;
	top: 50px;
}


h1.art-Logo-name
{
	display: block;
	text-align: left;
	visibility: hidden;
}

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-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #545454 !important;
}

.art-Logo-text
{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #999966 !important;
}
/* end Logo */

/* 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;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
	display: block;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
	background-image: url(images/Nav-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.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);
	clear: both;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

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





/* menu structure */

.art-menu
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	clear: both;
}

.art-nav
{
	position: absolute;
	z-index: 200;
	height: 53px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 100%;
	top: 178px;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 40px;
}

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

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


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{

}

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


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 111px;
}

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

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

.art-menu a .t 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #54702E;
	margin: 0;
	line-height: 40px;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-40px;
}

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

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-40px;
}
.art-menu a:hover .t
{
	color: #CCDFB3;
}

.art-menu li:hover a .t
{
	color: #CCDFB3;
}

.art-menu li:hover>a .t
{
	color: #FFFFFF;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -74px;
}

.art-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 43px;
	background-image: url(images/MenuSeparator.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #6B8D3C;
}

.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: 26px;
	color: #454545;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

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

.art-menu ul li a:hover
{
	color: #006699;
	border-color: #6B8D3C;
	background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
	color: #006699;
	border-color: #6B8D3C;
	background-position: 0 -26px;
}

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

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

/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	min-width:1px;
	min-height:1px;
	margin: 0;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

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

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


.art-Block
{
	margin: 0px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #336666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 30px;
	white-space: nowrap;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
}

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

.art-BlockHeader .r
{ 
	width:1020px;
	right:0;
	clip: rect(auto, auto, auto, 1020px);
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	background-repeat: no-repeat;
	min-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/* end BlockHeader */

/* 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: 10px;
}



.art-BlockContent-body
{
	color:#333300;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
}

.art-BlockContent-body a:link
{
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.button {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999966;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #54702E;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

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

.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 13px;
	padding-bottom: 1px;
}

.art-BlockContent-body ul li
{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.art-Post-wrapper {
	clear: none;
	width: 490px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: none;
}
.art-Post-wide-wrapper {
	clear: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.art-Post-wrapper {
	padding-right: 25px;
	padding-left: 25px;
	background-image: none;
}
.art-Post-wide-wrapper {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	overflow: visible;
}


/* end Box, BlockContent */

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

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}



.art-Post
{
	margin: 5px;
}
.art-Post table {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.art-Post th {
	background-color: #CCCC66;
	font-size: 12px;
	vertical-align: top;
	white-space: nowrap;
}
.art-Box-wrapper  {
	overflow: visible;
	display: block;
	min-height: 75px
	padding: 0px;
}
.art-Box  {
	float: left;
	width: 30%;
	display: block;
}
.art-Box  {
	float: left;
	width: 30%;
	display: block;
	padding-left: 1%;
	padding-right: 1%;
	margin-right: 1%;
	margin-top: 2%;
}
.art-BoxHeader  {
	overflow: visible;
	display: block;
}
.art-Box  img  {

}
.art-Box  p  {
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	margin-top: .3em;
	margin-bottom: .3em;
}






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

.art-article img, img.art-article
{
}

.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: 2px;
	border: 1px solid #999966;
}

.art-article th
{
	padding: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/Beige50.png);
}

Finish tables */

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

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader
{
	text-decoration:none;
	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:1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #336600;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
	font-style: normal;
	text-align: left;
	margin:0;
	color: #336600;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
	text-decoration: none;
	text-align: left;
	color: #336600;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
	text-decoration: none;
	text-align: left;
	color: #336600;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
	text-decoration: none;
	text-align: left;
	color: #669999;
}
/* end PostHeader */

/* begin PostMetadata */
.art-PostMetadataHeader
{
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 1em;
}
/* end PostMetadata */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #999966;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #006699;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #006699;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #669999;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	text-align: left;
}


.art-PostContent p, .art-PostContent-home p 
{
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	white-space: normal;
	text-align: left;
	line-height: 1.3em;
}

.art-PostContent, .art-PostContent p, .art-PostContent-home, .art-PostContent-home p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333300;
}

.art-PostContent-home
{
	margin:0;
	width: 630px;
	float: left;
  }
.art-PostContent
{
  margin:0;
}
.adbox {
	clear: right;
	float: left;
	width: 175px;
	margin-left: 10px;
	padding: 40px;
}

.readmore, .readmore p, .readmore a .readmore a:link, .readmore a:visited, .readmore a:active {
	font-weight: normal;
	padding-left: 20px;
	background-image: url(images/readmore-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	margin: 0px;
}

/* CSS tags */

p {
	color: #333300;
}

a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #669999;
	text-decoration: none;
}

/* 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: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	text-align: left;
}

h1, h1 a, h1 a:link, h1 a:visited {
	font-size: 22px;
	color: #6B8D3C;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
}
h2, h2 a, h2 a:link, h2 a:visited {
	font-size: 18px;
	color: #336600;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	margin-bottom: 1em;
	text-align: left;
}
h3, h31 a, h3 a:link, h3 a:visited {
	font-size: 18px;
	color: #6B8D3C;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: left;
}
h4, h4 a, h4 a:link, h4 a:visited {
	font-size: 16px;
	margin-bottom: .5em;
	color: #6B8D3C;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
h5, h5 a, h5 a:link, h5 a:visited {
	font-size: 14px;
	color: #6B8D3C;
	margin-bottom: .5em;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h6, h6 a, h6 a:link, h6 a:visited {
	font-size: 14px;
	margin-bottom: 0.5em;
	text-decoration: none;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: .5em;
	text-align: left;
}
h1 a:hover,h2 a:hover, h3 a:hover, h4 a:hover {
	color: #6B8D3C;
	text-decoration: none;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

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

li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
	text-align: left;
}
li ol
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
	text-align: left;
}

li 
{
	padding:0;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: .2em;
	margin-left: 0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	text-indent: -1.5em;
}



.art-Post li
{
	line-height:150%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 13px;
	margin-top: .5em;
	margin-bottom: .5em;
}

.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 */

/* Buddypress custom styles */

.art-Post-wrapperBP {
	clear: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: none;
}
.art-Post-wrapperBP {
	padding-right: 31px;
	padding-left: 31px;
	background-image: none;
}

ul.item-list li {
	position:relative;
	background-image: none;
}
.avatar user-1-avatar {
}

#item-header-content {
}

#item-header-content h2 {
	font-size: 18px;
}

/* end Buddypress styles */
/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
	color:#336600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
}

blockquote,
.art-PostContent blockquote
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/Blockquote-bgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}


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

/* begin PostMetadata */
.art-PostMetadataFooter
{
	padding:1px;
	background-image: url(images/Beige50.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccc99;
	border-bottom-color: #cccc99;
	font-size: 11px;
	line-height: 18px;
	margin-top: .5em;
	margin-bottom: 1em;
}
/* end PostMetadata */

/* begin PostIcons */
.art-PostFooterIcons
{
	padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: #666633;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	margin:0;
}

.art-PostFooterIcons a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #006699;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #006699;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #669999;
}
/* end PostIcons */

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

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

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

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

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333300;
}
tbody {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	color: #333300;
}
textarea {
	border: 1px solid #999966;
	overflow: scroll;
	width: 400px;
}

input
{
	font-weight: normal;
	border: 1px solid #999966;
	color: #333300;
}
legend {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #336600;
}
fieldset {
	padding: 5px;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	vertical-align: top;
	color: #333300;
}

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

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

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

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

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

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

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


/* end Large Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:visible;
	background-image: url(images/Footer-bgd.png);
	background-repeat: repeat-y;
	width: 100%;
	padding: 0px;
	background-position: center;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.art-Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: left;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	bottom:0;
	left:0;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	cursor: default;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}




.art-Footer .art-Footer-text p
{
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	color: #336666;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#336666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #006699;
}

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

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
}
/* 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:#336666;
}

.art-page-footer
{
	text-align:center;
	text-decoration:none;
	color:#336666;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	width: 1020px;
	background-image: url(images/Content-bgd.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
.art-contentLayout-wide
{
	position: relative;
	background-image: url(images/Content-wide-bgd.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 1020px;
}

.art-contentBtm {
	background-image: url(images/Content-Btm-bgd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
}
.art-content-wide-Btm {
	background-image: url(images/Content-wide-Btm-bgd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
}
#featured {
	overflow: visible;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/featured-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}
#featured {
	clear: both;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#featured    #resources {
	height: 250px;
	width: 240px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#featured    #resources {
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
#featured     #resources     h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: normal;
}
#featured #resources ul {
	margin: 0px;
}
#featured #resources li, #featured #resources li a, #featured #resources li a:link, #featured #resources li a:visited {
	font-size: 16px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B8D3C;
	line-height: normal;
}
#featured #resources li a:hover {
	color: #669999;
}


#featured #featured-dcg {
	width: 600px;
	height: 250px;
	background-image: url(../../uploads/defaults/12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	float: left;
	overflow: visible;
	width: 250px;
	clear: none;
}
.art-sidebar1 {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 1020px;
	background-image: url(images/Content-Top-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	float: left;
	overflow: hidden;
	width: 814px;
	padding: 0;
}

.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 763px;
}
.art-contentLayout-wide  .art-content-wide
{
	border: 0;
	overflow: hidden;
	background-image: url(images/Content-wide-Top-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 1020px;
	margin: 0px;
	padding: 0px;
}
.art-contentLayout .art-sidebar2 /* end LayoutCell */

/* begin LayoutCell */
  
{
	position: relative;
	border: 0;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.art-sidebar2 {
	width: 180px;
}
.art-sidebar2 h2 {
	height: 30px;
	color: #336666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 30px;
	white-space: nowrap;
	background-image: url(images/BlockHeaderIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

.art-sidebar2 .art-sidebar2-top {
	background-image: url(images/sidebar2-corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	display: block;
}
.art-sidebar2  .art-Block  {
	background-image: url(images/Beige50.png);
	background-repeat: repeat;
	padding: 0px;
}

.art-sidebar2 .art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #CCCC99;
}
.art-sidebar2  .art-BlockContent-body  ul li
{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
}

.art-sidebar2 .art-sidebar2-btm {
	background-position: left bottom;
	background-image: url(images/sidebar2-corners.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
}
#art-sidebar2 {
}


/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}


img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin-right: 0;
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.alignleft img, img.alignleft
{
	margin-left: 0;
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.wp-caption
{
	border: 1px solid #CCCC99;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 7px;
	margin: 10px;
	background-image: url(images/Beige50.png);
	background-repeat: repeat;
}

.wp-caption img
{
	margin: 0;
	padding: 2px;
	border: 0 none;
	color: #333300;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 12px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333300;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.gallery {
    letter-spacing: normal;
}
#event-wrap {
}
.event-inner  {
	background-image: url(images/Beige50.png);
	background-repeat: repeat;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: block;
	padding-top: .2em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}
.event-inner h3 {
	color: #FFFFFF;
	background-color: #336600;
	white-space: nowrap;
	display: block;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.event-inner p, .event-detail p, .event-desc p   {
	text-align: left;
	font-size: 12px;
	white-space: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.event-inner h6, .event-inner h6 a, .event-inner h6 a:link, .event-inner h6 a:visited {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #336600;
	padding: 0px;
}
.event-inner h6 a:hover {
	color: #006699;
}
.break {	font-size: 0; width: 0; height: 0; clear: both;}
#homeContent {
	float: left;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}


 
	#homeContent .latest {padding: 0 20px 10px 10px; margin: 25px 0; height: auto;}

		#homeContent .latest img {
	margin: 20px 20px;
}
		#homeContent .imgspace { height: 100px; width:120px; display: block;}
		#homeContent .latest a {
	color: #336600;
}
		#homeContent .latest h2 {
	font-size: 2em;
	margin: 5px 10px;
	clear: both;
	width: auto;
}
		#homeContent .latest p { font-size: 0.9em; margin: 10px 0; line-height: 1.4em; width: auto; }
		
	#homeContent .lt {
	_width: 400px;
	display: inline-block;
	float: left;
	width: 47%;
}
		#homeContent .lt .post {
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	height: 135px;
}
		#homeContent .lt .post h2 {
	text-transform: uppercase;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0em;
	padding: 0em;
}
		#homeContent .lt .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
}
#homeContent  .lt  .post  h2  a:hover {
	color: #669999;
}
		#homeContent .lt .post h3 {
	clear: both;
	font-size: 12px;
	width: 100%;
	font-weight: normal;
	white-space: nowrap;
	margin: 0px;
	padding: 0;
}
		#homeContent .lt .post h3 a{
}
		#homeContent .lt .post h3 a:hover{
	color: #006699;
}
		#homeContent .lt .post img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 100px;
}
		#homeContent .lt .post p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px;
}
		
	#homeContent .rt {
	_width: 400px;
	_margin-right:0;
	display: inline-block;
	float: right;
	width: 47%;
}
		#homeContent .rt .post {
	font-size: 90%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999966;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	height: 135px;
}
		#homeContent .rt .post h2 {
	text-transform: uppercase;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0em;
	padding: 0em;
}
		#homeContent .rt .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
}	
#homeContent  .rt  .post  h2  a:hover {
	color: #669999;
}	
		#homeContent .rt .post h3 {
	clear: both;
	font-size: 12px;
	width: 100%;
	font-weight: normal;
	white-space: nowrap;
	margin: 0px;
	padding: 0;
}
		#homeContent .rt .post h3 a{
}
#homeContent .rt .post h3 a:hover {
	color: #006699;
}
		#homeContent .rt .post img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 100px;
}
		#homeContent .rt .post p {
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#homeContent  .postnav { padding: 20px 0; clear: both;}
#homeContent  .postnav  ul { list-style-type: none; border: 0;}
#homeContent  .postnav  ul  li { float: left; border: 1px solid #cccccc;margin: 2px; font-size: 0.9em;}
#homeContent  .postnav  ul  li  a { display: block; border: 0 !important;padding: 5px;}
#homeContent  .postnav  ul  li  a:hover { background-color: #007AAA; color: #ffffff;	}
/** END miscellaneous **/

.notfound{ margin: 0 0 0 20px;}
#homeinfo {
	overflow: visible;
	height: 250px;
	background-image: url(images/featured-bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#homeinfo {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
}
#homeinfo #description {
	float: right;
	margin-right: 65px;
	width: 500px;
}
#homeinfo #description p {
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
}
#homeinfo #description .art-button-wrapper {
	line-height: 28px;
}


#homeinfo  #imagearea {
	width: 220px;
	float: left;
	margin-left: 65px;
	height: 250px;
}
#greenbox {
	display: block;
	background-image: url(images/greenbox-bgd.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: .5em;
}
#greenbox h1 {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#greenbox a, #greenbox a:link, #greenbox a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #CCFF66;
}

#greenbox a:hover {
	color: #333300;
	background-color: #CCFF66;
}
#greenbox td {
	text-align: center;
}
#greenbox-btm  .deadlines {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
#greenbox-btm {
	background-image: url(images/greenbox-bgd.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 2em;
	padding-top: 10px;
}
.callout-r {
	float: right;
	width: 200px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 2em;
}
.callout-r p {
	font-size: 13px;
	line-height: 1.2;
	color: #669999;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
.callout-r h1, .callout-r h2, .callout-r h3, .callout-r h4, .callout-r h5, .callout-r h6 {
	font-size: 15px;
	line-height: 1;
	color: #333300;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.callout-l {
	float: left;
	width: 200px;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.callout-l p {
	font-size: 13px;
	color: #669999;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
.callout-l h1, .callout-r h2, .callout-r h3, .callout-r h4, .callout-r h5, .callout-r h6 {
	font-size: 15px;
	line-height: 1;
	color: #333300;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.subcat-header {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336600;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
.subcat-header a {
	color: #FFFFFF;
}
.subcat-header a:hover {
	color: #99CC66;
}
.subcat-title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
}
.subcat-text  p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
	display: inline;
}
.genre_subcat {
	margin-top: .5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.genre_subcat h2 {
	font-size: 90%;
	line-height: 1;
	margin: 0px;
	display: block;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.genre_subcat h6, .genre_subcat h6 a, .genre_subcat h6 a:link, .genre_subcat h6 a:visited {
	margin: 0px;
	padding: 0px;
}
.genre_subcat h6 a:hover {
	margin: 0px;
	padding: 0px;
	color: #006699;
}
.genre_subcat p {
	font-size: 12px;
	padding: 0px;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
.genre_subcat img {
	float: left;
	height: 90px;
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 0px;
}
form {
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
}

/* end Box, Post */

.art-GuideHeader
{
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	white-space: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .3em;
	margin-left: 0px;
}
.boxedpost {
	font-size: 90%;
	line-height: normal;
	font-weight: normal;
	padding: 5px;
	min-height: 75px;
	border: 1px solid #CCCC99;
}
.resourceguide {
	font-size: 90%;
	line-height: normal;
	font-weight: normal;
	padding: 5px;
	min-height: 125px;
	border: 1px solid #CCCC99;
}

.art-GuideHeader a, .art-GuideHeader a:link, .art-GuideHeader a:visited, .art-GuideHeader a:hover
{
	font-style: normal;
	text-align: left;
	margin:0;
	color: #336600;
}

.art-GuideHeader a:link
{
	text-decoration: none;
	text-align: left;
	color: #336600;
}

.art-GuideHeader a:visited, .art-GuideHeader a.visited
{
	text-decoration: none;
	text-align: left;
	color: #336600;
}

.art-GuideHeader a:hover, .art-GuideHeader a.hovered
{
	text-decoration: none;
	text-align: left;
	color: #669999;
}


#form-container {
	display: block;
	background-image: url(images/Blockquote-bgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
#form-container input {
	font-size: 12px;
	line-height: 16px;
	color: #333300;
}
#form-container p {
	line-height: 1.2;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	color: #336600;
}
#form-container h4 {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	color: #336600;
	font-weight: bold;
	text-decoration: underline;
}
#form-container .button {
	color: #FFFFFF;
	cursor: default;
	line-height: 25px;
	margin: 10px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 11px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form_alert {color: #CC0000}

/* Helios Calendar styles */

/* end Helios Calendar styles */

/* Helios integration in sidebar */

.eventDate{
	font-weight:bold;
	padding-top:5px;
	font-size: 11px;
	text-decoration: underline;
}
a.eventLink{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	line-height: normal;
	font-size: 10px;
	margin-bottom: 0px;
	overflow: hidden;
}
a.eventLink:hover{
	text-decoration:none;
	color:#336600;
}

/* end Helios integration is sidebar */

