/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

/* Global */

* {
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: URL(bg_main.gif);
	background-repeat: repeat;
}
form, ul, ol, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a, a:hover {
	text-decoration: none;
}

/* Text */
.nav{
 font-size: 11px;
 line-height:12px;
}
.nav a{
 color: #825B30;
}
.nav a:hover{
 color: #377E82;
}
.nav td.on{
 color: #825B30;
 font-weight: bold;
}
.subnav{
 font-size: 11px;
 line-height:12px;
}
.subnav a{
 color: #977F65;
}
.subnav a:hover{
 color: #825B30;
}
.subnav td {
 background-image: url(div1_bg.gif);
 background-position: bottom left;
 background-repeat: repeat-x;
 padding: 2px 0 6px 10px;
}
.subnav td.on{
 color: #377E82;
 font-weight: bold;
/*
 background-image: url(arrow.gif);
 background-position: top left;
 background-repeat: no-repeat;
 padding: 0 0 5px 10px;*/
}
.subnav td.donate{
 background: none;
 padding: 20px 0 0 0;
}
.subnav td.sublevel {
 background-image: url(spacer.gif);
 background-position: top left;
 background-repeat: no-repeat;
 padding: 4px 0 2px 20px;
}
.subnav td.sublevelon{
 color: #377E82;
 font-weight: bold;
 background-image: url(arrow.gif);
 background-position: 10px 4px;
 background-repeat: no-repeat;
 padding: 4px 0 2px 20px;
}
.text_grey1{
 color: #777777;
 font-size:11px;
 line-height:13px;
}
.text_grey2{
 color: #333333;
 font-size:11px;
 line-height:13px;
}
.text_brown1{
 color: #6F524E;
 font-size:11px;
}
.text_brown2{
 color: #79503D;
 font-size:12px;
}
.text_brown3{
 color: #A68B6C;
 font-size:11px;
 line-height:13px;
}
.text_green1{
 color: #46868A;
 font-size:18px;
 line-height:22px;
}
.text_green2{
 color: #46868A;
 font-size:14px;
 line-height:17px;
}
.text_green3{
 color: #377E82;
 font-size:12px;
 font-weight: bold;
}
.text_green4{
 color: #377E82;
 font-size:11px;
}
a{
 color: #AA995F;
}
a:hover{
 color: #46868A;
}
.div1{
 background-image:url(div1_bg.gif);
 background-repeat:repeat-x;
}
.div2{
 background-image:url(div2_bg.gif);
 background-position: top right;
 background-repeat:repeat-y;
}
.footer {
	color: #777777;
	font-size: 10px;
	padding: 6px 0 7px 16px;
	vertical-align: middle;
}
.news{
 background-image: url(arrow.gif);
 background-position: top left;
 background-repeat: no-repeat;
 padding: 0 0 8px 10px;
}
.pdf{
 background-image: url(ico_pdf.gif);
 background-position: 6px 0;
 background-repeat: no-repeat;
 padding: 0 0 8px 25px;
 font-size: 11px;
}
ul.list1 li {
 color: #377E82;
 font-size: 11px;
 line-height: 12px;
 list-style-type: none;
 background-image: url(arrow2.gif);
 background-position: top left;
 background-repeat: no-repeat;
 padding: 0 0 5px 10px;
}
ul.list2 li {
 color: #777777;
 font-size: 11px;
 line-height: 12px;
 list-style-type: none;
 background-image: url(arrow3.gif);
 background-position: 5px 0;
 background-repeat: no-repeat;
 padding: 0 0 3px 15px;
}
ul.list4 li {
 color: #A68B6C;
 font-size: 11px;
 line-height: 12px;
 list-style-type: none;
 background-image: url(arrow2.gif);
 background-position: 5px 0;
 background-repeat: no-repeat;
 padding: 0 0 5px 15px;
}
ol li{
 margin-left:15px;
 padding:3px 0 3px 3px;
}
ol.list3 li{
 margin-left:15px;
 padding:2px 0 0 3px;
}
.table_photo td.image {
 padding: 0 12px 0 0;
}
.table_photo td.caption{
 color: #777777;
 font-size:11px;
 line-height:11px;
 padding: 6px 12px 15px 0;
}
.img{
 border:1px solid #CCCCCC;
}	


 
.wysiwyg {
	color: #777777;
	font-size:11px;
	line-height:13px;
}
.wysiwyg p {
	margin: 0 0 9px 0;
}
.wysiwyg .subheading {
	color: #377E82;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.wysiwyg ol {
	margin: 0 0 5px 25px;
	padding: 0;
}
.wysiwyg ol li {
	margin: 0;
	padding: 0 0 3px 0;
}
.wysiwyg ol li ul {
	margin: 0 0 5px 0;
	padding: 0;
}
.wysiwyg ol li ul li {
	list-style-type: none;
	background-image: url(arrow3.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
	padding: 0 0 3px 15px;
}

h4 {margin-bottom:5px;font-size:12px;}
h5 {font-weight:bold; font-size:11px; margin:3px 0}
p {margin-top:0}

.about{padding:0 0 10px 20px}
