/* CSS Document */

/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	background-color: #FFFFFF; color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

img { border: 0px; }

a:link { color: #86B300; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: underline; }
a:active { color: #C8C4BA; text-decoration: underline; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt; font-weight: normal;
	color: #86B300;
	margin-top: 0; margin-bottom: 10px;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; font-weight: normal; line-height: 16pt;
	color: #86B300;
	margin-top: 0; margin-bottom: 1pt;
	padding: 0;
}
h2 a { text-decoration: none; }
h2 a:link, h2 a:visited { color: #86B300; }
h2 a:hover { color: #666666; }
h2 a:active { color: #C8C4BA; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; font-weight: bold; line-height: 15pt;
	color: #86B300;
	margin-top: 0; margin-bottom: 0.3em;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; font-weight: bold; line-height: 14pt;
	color: #000000;
	margin-top: 0; margin-bottom: 8pt;
	padding: 0;
}

p, ul, ol, hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; font-weight: normal; line-height: 13pt;
	color: #333333;
	margin-top: 0; margin-bottom: 6pt;
	padding: 0;
}
ul, ol {
	list-style-position: outside;
	margin-left: 14px;
}
ul li { list-style-image: url(../images/bullet.gif); margin-bottom: 5px; }
ul li.level2 { margin-left: 15px;  }
ul li.level3 { margin-left: 30px;  }

p.backLink, p.notes { font-size: 8pt; }

.preloadImgs { display: none; }

/* ********************* WRAPPER ********************* */
#wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF; color: #000000;
}

/* ********************* HEADER ********************* */
#header {
	width: 100%; height: 100px;
	background-image: url(../images/navshadow.gif);
	background-position: bottom; background-repeat: repeat-x;
	background-color: #FFFFFF;
	display: block;
}

#logo {
	width: 260px; height: 100px;
	float: left;
	background-image: url(../images/stonepillowlogo.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
#logo a.spLink {
	width: 230px; height: 41px;
	margin: 24px 0px 7px 30px;
	display: block;
}
#logo span.sp_name { display: none; }
#logo h1 {
	font-size: 7.5pt; color: #000000;
	text-align: right;
	clear: both;
}

h2.strapline {
	height: 70px; padding-top: 30px; padding-right: 20px;
	margin: 0;
	font-size: 1.2em; font-weight: bold;
	text-align: right;
	color: #5F5C5C;
	float: right;
	/*background-image: url(../images/stone/stoneImg1_hdr.gif);
	background-position: right bottom; background-repeat: no-repeat;*/
	text-transform: none;
	display: block;
}

/* ********************* NAVIGATION ********************* */
#nav { display: none; }

/* ********************* TITLE PANEL ********************* */
#titlePanel {
	clear: both;
	background-color: #FFFFFF; color: #86B300;
	text-align: left;
	display: block;
	margin-left: -30px;
}
#titlePanel h1 { color: #86B300; text-transform: lowercase; }
#titlePanel p {
	font-size: 14pt; line-height: 17pt;
	color: #86B300;
	margin-bottom: 0.5em;
}
#titlePanel p.normalType {
	font-size: 1.2em;
	line-height: 1.4em;
}

#titlePanel p.newsLink {
	font-size: 12px; line-height: 14px;
}

#titlePanel p.newsLink a {
	font-weight: bold; text-decoration: none;
	padding-right: 10px;
	background-position: right 2px; background-repeat: no-repeat;
	display: block;
	float: left;
}
* html #titlePanel p.newsLink a { background-position: right 5px; }
* + html #titlePanel p.newsLink a { background-position: right 5px; }

#titlePanel p.newsLink a:link { color: #FFFFFF; background-image: url(../images/arrowondkgrn_link.gif); }
#titlePanel p.newsLink a:visited { color: #000000; background-image: url(../images/arrowondkgrn_visited.gif); }
#titlePanel p.newsLink a:hover { color: #E2ECC2; background-image: url(../images/arrowondkgrn_hover.gif); }
#titlePanel p.newsLink a:active { color: #55730A; background-image: url(../images/arrowondkgrn_active.gif); }

#titleContent {
	/*width: 290px;*/ width: 100%; padding-top: 20px;
	float: left;
}

#titleContent h2 { color: #FFFFFF; font-size: 2em; }
#titleContent h2 a { text-decoration: none; }
#titleContent h2 a:link, #titleContent h2 a:visited { color: #FFFFFF; }
#titleContent h2 a:hover { color: #E2ECC2; }
#titleContent h2 a:active { color: #55730A; }


#titleImg {
	width: 380px; height: 225px;
	float: left; clear: both;
	background-color: #FFFFFF;
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
#titleLinks {
	width: 240px; height: 205px; padding: 20px 0px 0px 10px;
	float: right;
	background-color: #E2ECC2; color: #000000;
	/*background-image: url(../images/stone/stoneImg3_paleGreen.gif);
	background-position: right top; background-repeat: no-repeat;*/
	display: none;
}
#titleLinks ul.quicklinks {
	margin: 0; padding: 0;
	font-size: 1.1em;
}
#titleLinks ul.quicklinks li {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 5px;
}
#titleLinks ul.quicklinks a {
	width: 140px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 2px;
	color: #555555;
	background-image: url(../images/downarrow_link.gif);
	background-position: right; background-repeat: no-repeat;
	display: block;
}
#titleLinks ul.quicklinks a:hover {
	color: #000000; text-decoration: none;
	background-image: url(../images/downarrow_visited.gif);
}

#titleLinks h2, #titleLinks p { margin: 0 110px 0 0; }
#titleLinks h2 {
	font-size: 1.6em; line-height: 1.3em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0.5em;
}
#titleLinks p {
	font-size: 1.2em;
	color: #000000;
}
#titleLinks h2 a { text-decoration: none; }
#titleLinks p a { font-weight: bold; }

/* ********************* COLUMNS ********************* */
#mainColumn {
	width: 100%;
	float: left;
	/*margin-left: 30px;*/
	margin-bottom: 20px;
}
#rhColumn {
	width: 240px; padding-left: 9px;
	float: right;
	border-left: 1px solid #86B300;
	margin-bottom: 20px;
	
	display: none;
}

#typeArea {
	clear: both;
	padding-top: 20px;
	margin-left: -30px;
}
#typeArea p { margin-right: 30px; }

/* ********************* FOOTER ********************* */
#footer {
	height: 40px; padding-top: 5px;
	clear: both;
	background-color: #FFFFFF;
	font-size: 8pt;
	display: block;
	margin-left: 30px;
}
#footerNav { float: left; color: #333333; margin-bottom: 8px; display: none; }
#footerNav a:link, #footerNav a:visited { color: #333333; text-decoration: none; }
#footerNav a:hover { color: #000000; text-decoration: underline; }
span.footerDivider {
	white-space: pre;
	color: #FFFFFF;
}
#footerCredit { float: left; color: #000000; }
#footerCredit a:link, #footerCredit a:visited { color: #000000; text-decoration: none; }
#footerCredit a:hover { color: #000000; text-decoration: underline; }

#footerDetails {
	clear: both;
	padding-top: 7px; padding-bottom: 20px;
	border-top: 1px solid #DEDCD6;
	display: block;
}
#footerDetails p {
	font-size: 0.9em; color: #6B6863;
	margin: 0;
}

/* ********************* LATEST NEWS ********************* */
.newsStory {
	clear: both;
	display: block;
	padding-right: 10px;
}
.newsStory h2 {
	font-size: 1.6em; line-height: 1.2em;
	margin-bottom: 0.5em;
}
.newsStory p { margin-bottom: 0.5em; color: #666666; }
.newsStory a, .newsStory a:link, .newsStory a:visited, .newsStory a:hover { text-decoration: none; }
.newsStory p.newsLink a {
	font-weight: bold;
	font-size: 12px; line-height: 14px;
	padding-right: 10px;
	background-position: right 3px; background-repeat: no-repeat;
	display: block;
	float: left;
	margin-bottom: 2em;
}

.newsStory p.newsLink a:link { background-image: url(../images/arrow_link.gif); }
.newsStory p.newsLink a:visited { background-image: url(../images/arrow_visited.gif); }
.newsStory p.newsLink a:hover { background-image: url(../images/arrow_hover.gif); }
.newsStory p.newsLink a:active { background-image: url(../images/arrow_active.gif); }

hr.newsBreak {
	clear: both;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
}

ul.listLinks { list-style: none; margin-left: 0; margin-right: 30px; }
ul.listLinks li { list-style: none; list-style-image: none; }

ul.listLinks a {
	text-decoration: none;
	background-position: right 3px; background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-top: 5px;
	display: block;
}
ul.listLinks a:link, ul.listLinks a:visited { color: #86B300; background-image: url(../images/arrow_link.gif); text-decoration: none; }
ul.listLinks a:hover { color: #666666; background-image: url(../images/arrow_hover.gif); text-decoration: none; }
ul.listLinks a:active { color: #C8C4BA; background-image: url(../images/arrow_active.gif); text-decoration: none; }

.newsImg {
	float: left;
	margin-bottom: 1.2em;
	margin-right: 15px;
	width: 150px;
	height: 107px;
	background-position: left top;
	background-repeat: no-repeat;
}

p.newsBackLinks {
	border-top: 1px solid #CCCCCC;
	padding-top: 7px;
}
p.newsBackLinks a { font-weight: bold; text-decoration: none; }
p.newsBackLinks a.newsBackLink {
	padding-left: 10px;
	background-position: left 3px; background-repeat: no-repeat;
	display: block;
	float: left;
}
* html p.newsBackLinks a.newsBackLink { background-position: left 5px; }
* + html p.newsBackLinks a.newsBackLink { background-position: left 5px; }

p.newsBackLinks a.newsBackLink:link, p.newsBackLinks a.newsBackLink:visited { color: #86B300; background-image: url(../images/backarrow_link.gif); }
p.newsBackLinks a.newsBackLink:hover { color: #666666; background-image: url(../images/backarrow_hover.gif); }
p.newsBackLinks a.newsBackLink:active { color: #C8C4BA; background-image: url(../images/backarrow_active.gif); }

ul.donateList {
	width: 190px;
	float: left;
	margin-right: 3px;
	display: block;
}
.clear { clear: both; }

.storyText {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}
/*
.storyText,body#edit br { margin-bottom: 10px; }
.storyText,body#edit h2 { font-size: 1.5em; }
*/
/*.storyText br,*/ body#edit br { margin-bottom: 10px; }
.storyText h2 { margin-top: 10px; }

p.chartPara {
	clear: both;
	padding: 10px 0px 10px 50px;
	border-top: 1px solid #C8C4BA;
	border-bottom: 1px solid #C8C4BA;
	display: block;
	margin-bottom: 10px;
}

table.linksTable {
	width: 460px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.linksTable th, table.linksTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 7px; padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #C8C4BA;
}

p.download {
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
	background-image: url(../images/bullet.gif);
	background-position: left 16px; background-repeat: no-repeat;
	display: block;
	text-indent: 12px;
}

a.thumbnailImgLink {
	display: block;
	height: 105px;
}