/* CSS Document */

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

body {
	margin: 0; padding: 0;
	background-color: #C8C4BA; color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
img { border: 0px; }

a:link, a:visited { 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: 3.6em; font-weight: normal;
	color: #86B300;
	margin-top: 0; margin-bottom: 0.3em;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em; font-weight: normal; line-height: 1.5em;
	color: #86B300;
	margin-top: 0; margin-bottom: 0.3em;
	text-transform: capitalize;
	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: 1.4em; font-weight: bold; line-height: 1.3em;
	color: #86B300;
	margin-top: 0; margin-bottom: 0.3em;
	text-transform: capitalize;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; font-weight: bold; line-height: 1.4em;
	color: #000000;
	margin-top: 0; margin-bottom: 0.2em;
	text-transform: capitalize;
	padding: 0;
}

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

p.backLink { font-size: 1em; }

.preloadImgs { display: none; }

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

/* ********************* HEADER ********************* */
#header {
	width: 950px; 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: 1em; 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;
	display: block;
}

/* ********************* NAVIGATION ********************* */
#nav {
	height: 20px;
	clear: both;
	padding: 0px 0px 0px 30px;
	background-color: #FFFFFF;
	background-image: url(../images/stone/stoneImg2_nav.gif);
	background-position: right top; background-repeat: no-repeat;
	display: block;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#nav li {
	display: inline;
	float: left;
	margin: 0;
}
#nav li a {
	line-height: 20px;
	border-left: 1px solid #CCCCCC;
	padding-left: 12px; padding-right: 12px;
	display: block;
}
#nav li a:link, #nav li a:visited { color: #000000; text-decoration: none; }
#nav li a:hover { color: #86B300; text-decoration: none; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #86B300; text-decoration: none; font-weight: bold; }

#nav li.donate a { border-left: 0px; }
#nav li.donate a:link, #nav li.donate a:visited {
	color: #FFFFFF; text-decoration: none; font-weight: bold;
	background-color: #86B300;
}
#nav li.donate a:hover { color: #FFFFFF; text-decoration: none; background-color: #ABCA4D; }
#nav li.donate a:active { color: #FFFFFF; text-decoration: none; background-color: #000000; }

/* ********************* TITLE PANEL ********************* */
#titlePanel {
	height: 225px; padding-left: 30px;
	clear: both;
	background-color: #86B300; color: #FFFFFF;
	text-align: left;
	display: block;
}
#titlePanel h1 { color: #FFFFFF; text-transform: lowercase; }
#titlePanel p {
	font-size: 2em; line-height: 1.3em;
	color: #FFFFFF;
	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, #titlePanel p.newsLink a:visited { 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; 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;
	background-color: #86B300;
	background-position: right;
	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: block;
}
#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: 640px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
#rhColumn {
	width: 240px; padding-left: 9px;
	float: right;
	border-left: 1px solid #86B300;
	margin-bottom: 20px;
}

#typeArea {
	clear: both;
	padding-top: 20px;
}

/* ********************* FOOTER ********************* */
#footer {
	height: 40px; padding-top: 5px;
	clear: both;
	background-color: #C8C4BA;
	font-size: 1em;
	display: block;
}
#footerNav { float: left; color: #333333; margin-bottom: 5px; }
#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: right; color: #FFFFFF; }
#footerCredit a:link, #footerCredit a:visited { color: #FFFFFF; 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, .newsStory p.newsLink a:visited { 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); }

/*.storyText {font-family:Arial, Helvetica, sans-serif; font-size:9pt;}*/

.storyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; font-weight: normal; line-height: 1.4em;
	color: #333333;
	margin-top: 0; margin-bottom: 1em;
	padding: 0;
}

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;
}

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; }
.sleepout {margin:0 0 0 140px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:#FFF;}
.sleepout a {text-decoration:underline;color:#FFF;}
.sleepout a:hover {text-decoration:underline;color:#FFF;}
.sleepout a:visited {text-decoration:underline;color:#FFF;}