/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
em {
	font-style:italic;
	}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
}

strong {
	font-weight: bold;
	}

/* STRUCTURE */

body {
	background: #3FB175;
	font: 75% verdana, helvetica, arial, sans-serif;
}

#mast {
	background: transparent url(images/main/mastbg.jpg) top left no-repeat;
	width: 100%;
	height: 294px;

}

#mast h1 {
	text-indent: -9999px;
	position: relative;
	height: 294px;
	display: none;
	background: transparent url(images/main/mast.jpg) top left no-repeat;
	
}

#nav {
	background: transparent url(images/main/navbg.jpg) top left no-repeat;
	width: 100%;
	position: absolute;
	height: 30px;
	top: 294px;
}

#content {
	background: #3FB175 url(images/main/page_bg.jpg) top left repeat-y;
	position: relative;
	display: block;
	margin-top: 22px;
}

#contact #content, 
#contact .joinform,
#support .joinform,
#calendar .joinform  {	
	margin-top: 6px;
}

#footer {
	background: transparent url(images/main/footer.jpg) bottom left no-repeat;
	width: 100%;
	height: 121px;
	position: relative;
	margin-top: 0;
	padding: 0 0 0 240px;
	font-size: 10px !important;
}

#footer p {
font-size: 10px !important;
line-height: 1.2em;
margin-bottom: .5em;
}

#footer .greenfoot {
	color: #009543;
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 11px !important;
}

#footer a {
	color: #fff;
}

/* Navigation */

#nav ul {
   display: block;
   position: relative;
   margin-left: 42px;
   text-align: left;
}

#nav li, #nav li a:link, #nav li a:hover, #nav li a:visited {
   text-indent: -9999px;
   text-decoration: none;
   height: 25px;
   display: block;
   position: relative;
   float: left;
   background: transparent;
   }

#nav li.home, #nav li.home a:link, #nav li.home a:hover, #nav li.home a:visited {
   width: 78px;
   background: transparent url(images/nav/home.jpg) top left no-repeat;
}

#nav li.home a:hover {
   background: transparent url(images/nav/home_over.jpg) top left no-repeat;
}

#nav li.about, #nav li.about a, #nav li.about a:link, #nav li.about a:hover, #nav li.about a:visited {
   width: 86px;
   background: transparent url(images/nav/about.jpg) top left no-repeat;
}

#nav li.about a:hover {
   background: transparent url(images/nav/about_over.jpg) top left no-repeat;
}

#nav li.assemblies, #nav li.assemblies a:link, #nav li.assemblies a:hover, #nav li.assemblies a:visited {
   width: 87px;
   background: transparent url(images/nav/assemblies.jpg) top left no-repeat;
}

#nav li.assemblies a:hover {
   background: transparent url(images/nav/assemblies_over.jpg) top left no-repeat;
}

#nav li.workshops, #nav li.workshops a:link, #nav li.workshops a:hover, #nav li.workshops a:visited {
   width: 89px;
   background: transparent url(images/nav/workshops.jpg) top left no-repeat;
}

#nav li.workshops a:hover {
   background: transparent url(images/nav/workshops_over.jpg) top left no-repeat;
}

#nav li.residencies, #nav li.residencies a:link, #nav li.residencies a:hover, #nav li.residencies a:visited {
   width: 93px;
   background: transparent url(images/nav/residencies.jpg) top left no-repeat;
}

#nav li.residencies a:hover {
   background: transparent url(images/nav/residencies_over.jpg) top left no-repeat;
}

#nav li.professional, #nav li.professional a:link, #nav li.professional a:hover, #nav li.professional a:visited {
   width: 185px;
   background: transparent url(images/nav/professional.jpg) top left no-repeat;
}

#nav li.professional a:hover {
   background: transparent url(images/nav/professional_over.jpg) top left no-repeat;
}

#nav li.calendar, #nav li.calendar a:link, #nav li.calendar a:hover, #nav li.calendar a:visited {
   width: 77px;
   background: transparent url(images/nav/calendar.jpg) top left no-repeat;
}

#nav li.calendar a:hover {
   background: transparent url(images/nav/calendar_over.jpg) top left no-repeat;
}

#nav li.support, #nav li.support a:link, #nav li.support a:hover, #nav li.support a:visited {
   width: 73px;
   background: transparent url(images/nav/support.jpg) top left no-repeat;
}

#nav li.support a:hover {
   background: transparent url(images/nav/support_over.jpg) top left no-repeat;
}

#nav li.contact, #nav li.contact a:link, #nav li.contact a:hover, #nav li.contact a:visited {
   width: 85px;
   background: transparent url(images/nav/contact.jpg) top left no-repeat;
}

#nav li.contact a:hover {
   background: transparent url(images/nav/contact_over.jpg) top left no-repeat;
}


/* Content Table */

.textwrap {
	display: block;
	position: relative;
	width: 870px;
	padding-top: 0px;
	margin: 0 0 0 35px
}

.narrow {
	width: 855px;
	margin: 0 0 0 50px;
}

td.title {
}

td.titleshort {
	width: 1000px;
	}

td.right {
	width: 177px;
	margin-top: 50px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 300;
	float: right;
}

#index	td.right {
width: 177px;
margin-top: 60px;
display: block;
position: relative;
text-align: center;
z-index: 300;
float: right;
}

.searchwrap {
	margin-left: 15px;
}

table.contenttable {
	margin: 0 0 10px 0;
	width: 850px;
}

table.contenttable td {
	padding: 12px 10px 10px 10px;
	vertical-align: top;
	}
table.contenttable td img {
	margin:0 0 0 -7px !important;
}


/* Index Form Table */

table.formtable {
	width: 100%;
	}

.formtable td {
	vertical-align: middle;
	}
	
.formtable td.right {
	text-align: right;
	margin: 0 0 0 auto;
	}
	
.contentwrap {
	margin-top: 10px;
	display: block;
	position: relative;
}

.indexcontentwrap {
	margin-top:95px;
	display: block;
	position: relative;
}

.tallcontentwrap {
	margin-top: 60px;
	display: block;
	position: relative;
}

.tallcontentwrap ol{
	margin-left:25px;
}

.tablecontentwrap {
	margin-top: 10px !important;
	display: block;
	position: relative;
}

.professionalcontentwrap {
	margin-top: 20px;
	display: block;
	position: relative;
}

table.nopad {
	padding: 10px 15px 0 0;
	width: 650px;
}

table.nopad td {
	padding: 10px 15px 0 0;
}

/* Image Styles */

.floatleft {
	display: block;
	position: relative;
	float: left;
	margin: 6 0 0 0;
	left: -10px;
	width: 260px;
	}
	
table.contenttable td img.hand {
	position: relative;
	display: block;
	margin: 65px 0 0 0 !important;
	float: right;
	z-index: 15;
}

img.donate {
	margin-left: 5px;
}

img.assemblies {
	margin: 10px 5px;
}

table.contenttable td img.indexdonate {
	margin: 0 0 10px 0px !important;
	display: block;
	position: relative;
}

/* Forms */

.joinform {
margin: 0 0 10px 5px;
width: 177px;
display: block;
position: relative;
}

div.professionalsearch .joinform {
margin: 50px 0 -20px 5px;
float: right;
display: block;
position: relative;
z-index: 300;
}

div.tallprofessionalsearch .joinform {
margin: 50px 0 10px 5px;
float: right;
display: block;
position: relative;
z-index: 300;
}

.joinform input.text, .joinform input.textbold {
	width: 130px;
	height: 14px;
	border: 1px solid #009543;
	background-color: #D7EFD7;
	color: #009543;
	padding-top: 0px;
	padding-left: 3px;
	margin-right: 5px;
	display: block;
	float: left;
}

.joinform input.textbold {
	font-weight: bold;
	width: 130px;
	}

.joinform input.arrow {
	display: block;
	margin-left: 5px;
	position: relative;
}

/* Headlines */

h3 {
	text-indent: -9999px;
	display: block;
	position: absolute;
	margin: 8px 0 0 -5px;
	background: transparent;
	z-index: 10;
	width: 100%;
}

h3.welcome {
	background: transparent url(images/headline/welcome.jpg) top left no-repeat;
	height: 66px;
	position: absolute;
	width: 411px;
	margin: 16px 0 15px 258px;
}

h3.assemblies {
	background: transparent url(images/headline/assemblies.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.workshopintro {
	background: transparent url(images/headline/artist-workshops.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.residencies {
	background: transparent url(images/headline/residencies.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.professional {
	background: transparent url(images/headline/professional.jpg) top left no-repeat;
	height: 35px;
	width: 458px;
}

h3.workshopsbycategory {
	background: transparent url(images/headline/workshopsbycategory.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.assembliesbycategory {
	background: transparent url(images/headline/assembliesbycategory.jpg) top left no-repeat;
	height: 70px;
	width: 100%;
}

h3.aboutus {
	background: transparent url(images/headline/aboutus.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.support {
	background: transparent url(images/headline/support.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.continuetheimpact {
	background: transparent url(images/headline/continuetheimpact.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.assemblydescriptions {
	background: transparent url(images/headline/assembliesdescriptions.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.workshopsdescriptions {
	background: transparent url(images/headline/workshopsdescriptions.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.residenciesdescriptions {
	background: transparent url(images/headline/residenciesdescriptions.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}

h3.professionaldescriptions {
	background: transparent url(images/headline/professionaldescriptions.jpg) top left no-repeat;
	height: 69px;
	width: 482px;
}

h3.contact {
	background: transparent url(images/headline/contactus.jpg) top left no-repeat;
	height: 35px;
	width: 504px;
}


h3.calendar {
	background: transparent url(images/headline/calendar.jpg) top left no-repeat;
	height: 35px;
	width: 100%;
}


/* Typography */

p, li, dd {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	}
	

/* Categories Table */

table.categorytable {
	width: 100%;
}

table.categorytable td {
	padding: 10px;
	width: 200px;
}

.categorytable dl {

}

.categorytable dt {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 7px 0;
}

.categorytable dd {
	margin: 0 0 .5em 7px;
	font-size: .9em;
	padding: 0;
}

/*.categorytable dd a:link, .categorytable dd a:visited {
	color: #009543;
	text-decoration: none;
}

.categorytable dd a:hover {
	color: #009543;
	text-decoration: underline;
}*/

.categorytable a:link, .categorytable a:visited {
	color: #009543;
	text-decoration: none;
}

.categorytable a:hover {
	color: #009543;
	text-decoration: underline;
}

/* Calendar */

.calendarwrap {
	display: block;
	position: relative;
	background: transparent url(images/calendar/calendar_bg.jpg) top left repeat-y;
	width: 812px;
}

.calendarheader {
	display: block;
	position: relative;
	
	padding-top: 5px;
	background: transparent url(images/calendar/calendar_header.jpg) top left no-repeat;
	width: 812px;
}

.calendarfooter {
	display: block;
	position: relative;
	background: transparent url(images/calendar/calendar_footer.jpg) bottom left no-repeat;
	height: 5px;
	width: 812px;
}

table.calendar {
	width: 794px;
	margin: 0 auto;
}

table.calendar td {
	padding: 5px;
	width: 25%;
}

.calendar thead {

}

.calendar thead td {
	font-weight: bold;
	color: #009543;
	border-bottom: 1px solid #009543;
}

.calendar tbody {

}

.calendar tbody td {
	padding-bottom: 10px;
}



/* Description Table */

table.descriptiontable {
	width: 100%;
}

table.descriptiontable td {
	vertical-align: top;
	padding: 5px;
}

td.headline {
	padding-left: 0;
	font-size: 1.3em;
	color: #009543;
	font-weight: bold;
}

td.description {
	padding-left:0;
	padding-bottom: 30px !important;
	display: block;
	position: relative;
	font: verdana, helvetica, arial, sans-serif;
}

td.description p {
	margin-bottom: 1.4em !important;
}

td.video {

}

.videowrap {
	/*background: #000;*/
	text-align: center;
	/*color: #fff;*/
}

.videowrap img {
	padding: 7px;
	}

.videowrap p {
	margin: 5px 0;
}

.videowrap a:link, .videowrap a:visited {
	color: #fff;
	text-decoration: none;
}

.videowrap a:hover {
	color: #fff;
	text-decoration: underline;
}

td.imagelink {
	height: 40px;
}

td.numberlink {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.numberlink {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
}

.numberlink a:link, .numberlink a:visited {
	text-decoration: none;
	color: #009543;}
	
.numberlink a:hover {
	text-decoration: underline;
	color: #009543;
}	

td.numberlink a:link, td.numberlink a:visited {
	text-decoration: none;
	color: #009543;
}

td.numberlink a:hover {
	text-decoration: underline;
	color: #009543;
}


/* Pale Green Boxes */

.box {
	width: 179px;
	display: block;
	position: relative;
	background: transparent url(images/box/bg.jpg) top left repeat-y;
}

.box li {
	list-style: none;
}

.box ol li{
	display:inline;
	margin-left:20px;
}
.boxcontent {
	width: 150px;
	padding: 10px 0 10px 15px;
	font-size: .85em;
	}
	
.boxcontent strong {
	/*color: #009543;*/
	}

.boxfooter {
	background: transparent url(images/box/footer.jpg) bottom left no-repeat;
	height: 10px;
	display: block;
	position: relative;
}

.box ul.links li {
	line-height: 1.3em !important;
	margin-bottom: .8em !important;
}

.box ul.links li a, .box ul.links li a:visited {
	color: #009543;
	text-decoration: none;
	font-size: .95em;
	font-weight: bold;
	}
	
.box ul.links li a:hover {
	color: #009543;
	text-decoration: underline;
	}
	
.box h2 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
	width: 179px;
	height: 41px;
}

h2.news {
	background: transparent url(images/box/news.jpg) top left no-repeat;	
}

h2.assemblies {
	background: transparent url(images/box/assemblies.jpg) top left no-repeat;	
}

h2.workshop {
	background: transparent url(images/box/workshops.jpg) top left no-repeat;	
}

h2.residencies {
	background: transparent url(images/box/residencies.jpg) top left no-repeat;	
}

h2.programs {
	background: transparent url(images/box/programs.jpg) top left no-repeat;	
}


/* Dark Green Boxes */

.darkbox {
	width: 179px;
	display: block;
	position: relative;
	background: transparent url(images/box/greenbg.jpg) top left repeat-y;
}

.darkboxcontent {
	width: 150px;
	padding: 10px 0 10px 15px;
	font-size: 0.85em;
	color: #FFFFFF;
	}
	
.darkboxcontent strong {
	color: #fff;
	}

.darkboxfooter {
	background: transparent url(images/box/greenfooter.jpg) bottom left no-repeat;
	height: 12px;
	display: block;
	position: relative;
}

.darkboxheader {
	background: transparent url(images/box/greenheader.jpg) top left no-repeat;
	height: 12px;
	display: block;
	position: relative;
}

.darkbox ul.links li a, .darkbox ul.links li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	}
	
.darkbox ul.links li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
  /*  formailer */
  
  
.mailwrapper {
	text-align: center;	
}

.fmset  {
	padding: 0 100px 200px 0;
	height: 100%;
}

.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;

}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 50px 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 100%;
	text-align: left;
	padding: 0 1px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;
	width:280px;
}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	/*margin: 0 20px 20px 20px;*/
	width:350px;
	height:450;	
}

.maildiv fmtextarea{
	/*margin: 0 20px 20px 20px;*/
	width:350px;
	height:450;	
}

.maildiv .ver_img {
	padding: 0 ;
	margin: 0 0 11px 20px;
/*	vertical-align:bottom;*/
	border: 1px solid #005ABE;
	display: inline;
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}
.maildiv .legendspacing {
	height: 20px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 6px;
}
.maildiv .fmsubmit {
	float: left;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 150%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 5px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
/*	background: #DABFBD;*/
	
table.impacttable {

}
	
.impacttable td {
	padding: 3px !important;
	margin: 0 !important;
}
