/* CSS Document */

/* this stylesheet is for chathamarts.org*/
/* by Susan Strozier, bantam designs */
* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FEFEFE;
	background-repeat: repeat-x;
	font-size: 11px;
}
p {
	font: 12px/17px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#151C1B;
	padding-left: 32px;
	padding-right: 24px;
	padding-bottom: 12px;
}	
h1 {
	font: italic normal 22px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	padding: 6px 8px 6px 4px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	margin-right: 12px;
	background-color: #f3733a;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-top: 12px;
	text-decoration: none;
	display: block;
}
.green {
	background-color: #436f52;
}
.turq {
	background-color: #00b7ce;
}
.rose {
	background-color: #e45588;
}
.red {
	background-color: #d13d25;
}
.blue2 {
	background-color: #5ca9dd;
}
.blue1 {
	background-color: #645fab;
}
.lightgreen {
	background-color: #79aa88;
}
.purple{
	background-color: #a878b5;
}
.yellow {
	background-color: #fdb813;
}
h2 {
	font: bold 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CB3C22;
	margin-bottom: 6px;
	padding-left: 32px;
	padding-top: 18px;
	padding-right: 0px;
}
h3 {
	font: bold 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	padding-bottom: 2px;
	padding-left: 32px;
	margin-top: 12px;
}
h5 {
	font: bold 13px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	border-top: 1px solid #069;
	margin: 8px 24px 4px 32px;
	padding-top: 4px;
}
a img { 
	border: none;
	text-decoration: none;
}
#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 920px;
}
/*navigation bar styles */
#navigation {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #c82e2f;
	margin-top: 4px;
	position: relative;
}
#navigation ul {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 7px;
	
}
#navigation li {
	font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	letter-spacing: 2px;
}
#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #ffe600;
}
#navigation .current a:link, #navigation .current a:visited {
	color: #ffe600;
}
#navigation .images {
	float: left;
	width: 52px;
	margin-left: 2px;
}
#navigation .images img {
	margin-right: 2px;
	float: left;
}
#navigation .images a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#navigation ul ul {
	position: absolute;
	visibility: hidden;
	top: 19px;
	left: 500px;
	width: 380px;
	text-align: center;
	z-index: 5;
	background-color: #fff;
	border: 1px solid red;
}
#navigation ul li:hover ul {
	visibility: visible;
}
#navigation ul ul li a:link, #navigation ul ul a:visited  {
	color: #C82E2F;
	font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	display: inline;
	margin: 0;
	border-right: 1px solid red;
	padding: 0;
	letter-spacing: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
#navigation ul ul li a:hover  {
	color: #000;	
}



/*left sidebar, all pages */
#sidebar {
	float: left;
	width: 240px;
	margin-bottom: 6px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	margin-top: 6px;
	min-height: 350px;
	text-align: center;
}
#sidebar p {
	text-align: right;
	padding: 0px 0px 12px 0px;
	border-bottom: 2px solid #fdb813;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-right: 12px;
	margin-bottom: 12px;
}
#sidebar p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2c77bc;
	font-size: 14px;
	line-height: 20px;
	border-bottom: none;
	padding: 8px 0px 0px 12px;
	margin-bottom: 6px;
}
#sidebar h6 {
	font-size: 13px;
	text-align: right;
	margin-right: 12px;
	margin: 16px 12px 0px 0px;
	color: #CB3C22;
	padding: 0;
}
#sidebar .buttons {
	margin-bottom: 3px;
}

#sidebar img {
	margin-bottom: 3px;
}
#sidebar .videospace {
	color: #666;
	margin-bottom: 2px;
	font: Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
#sidebar .box {
	background-color: #a878b5;
	padding-top: 6px;
	padding-bottom: 9px;
}
#sidebar .box p {
	border: none;
	font: 14px/20px Georgia;
	padding-left: 12px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	color: #333;
	margin-top: 4px;
}
#sidebar p.who {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}
#sidebar ul {
	text-align: right;
	margin-right: 12px;
	list-style: none;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#sidebar li {
	margin-bottom: 4px;
}
#sidebar li a:link, #sidebar li a:visited {
	border-bottom: 1px solid #C3DEDA;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 15px;
}
#sidebar li a:hover  {
	color: #F90;
	border-bottom: solid 1px #f90;
}
#sidebar .product {
	border: none;
	float: right;
	width: 100px;
	margin-right: 9px;
	margin-bottom: 16px;
	margin-top: 8px;
}
/*home page blocks */
#homenews {
	text-align: center;
	float: right;
}
#homenews p {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px 17px 9px 17px;
}
#homenews .left {
	background-color: #fdb813;
	float: left;
	width: 210px;
	height: 400px;
	position: relative;
	margin-right: 15px;
}
#homenews .middle {
	background-color: #5ca9dd;
	float: left;
	width: 210px;
	height: 400px;
	position: relative;
	margin-right: 15px;
}
#homenews .right {
	background-color: #f3733a;
	float: left;
	width: 210px;
	height: 400px;
	position: relative;
}
#homenews h4 {
	font: bold 18px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin-top: 8px;
}
#homenews img {
	border: 3px solid #fff;
	margin-top: 12px;
	margin-bottom: 14px;
}
#homenews .moreinfo {
	text-align: center;
	position: absolute;
	top: 363px;
	right: 16px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	width: 180px;
}
#homenews a:link, #homenews a:visited  {
	color: #FFF;
	text-decoration: none;
}

#homenews a:hover {
	text-decoration: underline;
	}

/*conent, inner pages */
#content {
	float: right;
	min-height: 400px;
	width: 680px;
	margin-top: 12px;
	margin-bottom: 8px;
	z-index: 2;
}
#content h3 {
	font-size: 14px;
	color: #C82E2F;
	line-height: 17px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 54px;
	margin-bottom: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#content li {
	margin-bottom: 7px;
}
#content  ul.listnob  {
	list-style-type: none;
	margin-left: 32px;
}

ol {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-left: 54px;
	margin-right: 44px;
}
ol li {
	margin-bottom: 6px;
}

#galleryside {
	width: 220px;
	float: right;
	margin-left: 12px;
	min-height: 380px;
	text-align: right;
}
#galleryside img {
	margin-left: 8px;
	margin-bottom: 8px;
}
#galleryside .contactinfo {
	margin-top: 18px;
}	
#galleryside p {
	text-align: left;
	padding: 0px 12px 12px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}



.imgright {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 12px;
}
.imgright1 {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}
.imgleft {
	float: left;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-top: 4px;
	
}
.imgborder {
	border: 1px solid #ccc;
}
.indent {
	padding-left: 44px;
}
.divright {
	float: right;
	width: 200px;
	margin: 6px 0px 18px 16px;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
/*new divright, no width specified */
.divright2{
	float: right;
	margin: 4px 0px 6px 14px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	width: 430px;
}
.divright3 {
	float: right;
	margin: 4px 0px 12px 22px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	width: 240px;
}
.divright-narrow {
	float: right;
	width: 140px;
	margin: 6px 12px 8px 8px;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px;
}
.divright-narrow img {
	margin-bottom: 2px;
	border: 1px solid #ccc;
	margin-top: 2px;
	
}
.divright-border {
	width: 190px;
	float: right;
	text-align: center;
	border: 3px solid #c82e2f;
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 8px;
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding: 6px 6px 18px 6px;
}
.divleft {
	float: left;
	width: 182px;
	margin: 6px 14px 12px 36px;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	clear: both;
}
.divleft img {
	margin-bottom: 2px;
	border: 1px solid #C03;	
}
.gallerytable {
	width: 660px;
	border-collapse: collapse;
}
.gallerytable td {
	width: 33%;
	vertical-align: top;
}
.gallerytable p {
	padding: 0px 8px 12px 32px;	
}
.alphab  {
	margin-bottom: 6px;
	width: 500px;
	text-align: left;
	margin-top: 18px;
}
.alphab ul {
	list-style-type: none;
}
.alphab li {
	line-height: 13px;
	padding: 0px 2px 0px 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c82e2f;
	display: inline;
	border-right: 1px solid #663;
	list-style-type: none;
}
/*table used for grants page, membership */
#tablelist  {
	width: 600px;
	margin-left: 64px;
	margin-bottom: 18px;
}
#tablelist td {
	font: 11px/14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	color: #666;
	padding: 6px 4px 8px;
}
#tablelist .rightborder {
	border-right: 1px solid #ccc;
}
#tablelist td.morepad {
	padding-left: 12px;
}
#sponsors {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
#sponsors td {
	width: 25%;
	text-align: center;
	font: 10px/11px Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align: middle;
	padding: 8px 0px;
	border-bottom: 1px solid #ccc;
}
#sponsors img {
	margin-bottom: 2px;
	border: 1px solid #ccc;
}
#sponsors img.noborder {
	
	border: none;
}
#clyde {
	margin-left: 36px;
	width: 92%;
}
#clyde td {
	border-bottom: 1px solid red;
	padding-top: 4px;
	padding-bottom: 4px;
}
#clyde td.link {
	padding-left: 8px;
	font-size: 10px;
}
#box-border {
	border: 8px solid #E3AB1C;
	background-color:#FDFFFF;
	margin-left: 16px;
	margin-right: 16px;
	clear: both;
	margin-top: 14px;
}
/*default links unless otherwise defined */
a:link, a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #e96733;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
#footer {
	width: 100%;
	clear: both;
}
#footer .footerleft {
	float: left;
	width: 480px;
}
#footer .logos {
	float: left;
}
#footer .logos img {
	margin-right: 6px;
}
#footer .address {
	float: left;
	width: 210px;
	margin-top: 17px;
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #1D1B1C;
	margin-left: 24px;
}
#footer .footerright {
	float: right;
	width: 436px;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
	margin-top: 14px;
}
#footer .copy {
	float: left;
	width: 360px;
	margin-top: 17px;
}
#footer2 {
	border: 1px solid #ccc;
	clear: both;
	margin-top: 12px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer2 .left {
	width: 200px;
	text-align: right;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	margin-left: 26px;
	margin-top: 28px;
}
#footer2 img {
	margin-left: 36px;
	margin-top: 6px;
	margin-bottom: 3px;
}	
	
/*signup box */

.signup {
	padding: 12px;
	width: 600px;
	border: 2px solid #216F7D;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-left: 34px;
	margin-top: 16px;
}
.box380 {
	border: 2px solid #99CC66;
	margin-left: 32px;
	margin-top: 16px;
	padding: 12px;
	width: 370px;
}
.signup input {
	padding: 4px;
}
.signup h3 {
	margin-left: 0px;
	margin-top: 2px;
	text-align: center;
	padding-bottom: 6px;
}
.search {
	margin: 0px 40px 12px 32px;
}
#content .product {
	border: none;
	width: 100px;
	margin-left: 32px;
	margin-bottom: 16px;
	margin-top: 6px;
}

.donationform {
	margin-left: 32px;
}

/*for mailing list form */
#contactinfo {
	border: 2px solid #216F7D;
	width: 420px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 12px;
	margin-top: 0px;
	border-collapse: collapse;
	margin-left: 34px;
}
#contactinfo input, #contactinfo textarea {
	background-color: #f9f8ea;
}
#contactinfo input.button {
	padding: 6px 8px;
	margin-left: 36px;
	background-color: #f9f8ea;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}
#contactinfo td {
	padding: 8px 4px 4px;
	color: #C82E2F;
}
#contactinfo td.label {
	width: 98px;
	text-align: right;
}
#contactinfo td.lineabove {
	border-top: 1px solid #ccc;
}
#contactinfo td.linebelow {
	border-bottom: 1px solid #ccc;
}
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}

