/* Design by Squander Two : www.squandertwo.net */

/* -- basic html elements -- */

* {
	padding:0;
	margin:0;
	border: none;
}

body {
	padding: 0;
	font: 100% Verdana, Helvetica, sans-serif; 
	color: #000; 
	background: #ccd4ff; 
	text-align: center;
	background-image: url('../im/bg1.gif');
}

a {
	color: #119; 
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #206;
}
a.boxl {
	color: #000;
	text-decoration: none;
}
a.boxl:hover {
	color: #206;
}
#rightbar a {
	text-decoration: none;
}
a.boxl .box {
	text-decoration: none;
}

a.boxl:hover .box {
	border-color: #115;
	background-color: #fff;
}
#rightbar a.boxl:hover .box {
	border-color: #115;
}
#rightbar a.boxl:hover .box p {
	background-color: #fff;
}
#rightbar a.boxl .box img {
	width: 123px;
}

h1 {
	font-size: 1.8em; 
	margin: 1em 0 0 0; 
	padding: 3px 20px 2px 53px;
	color: #115; 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
	font-weight: bold;
	background: url('../im/hdecor1.gif') no-repeat center left;
}
h1.top {
	margin: 0.6em 0 0 0; 
}
h1 a {
	text-decoration: none;
	color: #115; 
}

h2 {
	font-size: 1.3em; 
	margin: 2em 20px -0.3em 0;
	padding: 0 0 0 52px;
	color: #115; 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
	font-weight: bold;
	background: url('../im/hdecor2.gif') no-repeat top left;
}
h2.top {
	margin: 1.1em 20px 0 0;
}
h2 a {
	text-decoration: none;
	color: #115; 
}

h3 {
	font-size: 1em; 
	margin: 1.2em 14px -0.7em 30px;	
	color: #115; 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
	font-weight: bold;
}
h3 a {
	text-decoration: none;
	color: #115; 
}
#top1 h3 {
	margin: 1em 14px 1em 30px;	
}
.half h3 {
	font-size: 108%;
	margin: 66px 8px 0 8px;
}
.half p {
	font-size: 84%;
	margin: 0.5em 8px 0.5em 8px;
	line-height: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 4px 14px 2px 30px;
	color: #eef; 
	background-color: #115;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
}
h4 a {
	text-decoration: none;
	color: #eef; 
}

h5 {
	font-size: 1.2em; 
	margin: 1.2em 0 0 0;	
	color: #115; 
	font-weight: bold;
	font-style: italic;
}

#rightbar h6 {
	font-size: .95em;
	font-weight: bold;
	margin: 0;
	padding: 3px 4px 2px 4px;
	color: #115; 
	background-color: #cde;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;	
}
#rightbar p {
	margin: 0;
	padding: 2px 4px 4px 4px;
	font-size: 0.9em;
}

p {
	margin: 1em 34px 0.4em 30px;
	line-height: 1.3em;
}
#content p {
	font-size: 84%;
}
#content table {
	margin: 0 20px 0 30px;
/*	width: 514px;*/
	line-height: 1.3em;
	border: none;
	border-collapse: collapse;
/*	font-size: 0.85em;*/
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
}
#content table p {
	margin: 1em 14px 0.4em 0;
}
#content table p.close {
	margin: 0 14px 0.4em 0;
}
#content table.personnel {
	width: 300px;
}
#content table.personnel img {
	margin: 30px 0;
}
#content table.personnel p {
	margin: 1em 8px;
}
#content table.contactus {
	font-size: 120%;
}
table td.tl {
	text-align: left;
	vertical-align: top;
}
table td.tc {
	text-align: center;
	vertical-align: top;
}
table td.tr {
	text-align: right;
	vertical-align: top;
}
table td.ml {
	text-align: left;
	vertical-align: middle;
}
table td.mc {
	text-align: center;
	vertical-align: middle;
}
table td.mr {
	text-align: right;
	vertical-align: middle;
}
table td.bl {
	text-align: left;
	vertical-align: bottom;
}
table td.bc {
	text-align: center;
	vertical-align: bottom;
}
table td.br {
	text-align: right;
	vertical-align: bottom;
}

img {
	border: none; 
	margin: 0;
}

#content ul {
	margin: 0.7em 34px 0.7em 40px;
	font-size: 84%;
}
#content ul.close {
	margin: -0.2em 34px 0 40px;
}
#content .links {
	font-size: 0.85em;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
}
#content .linktitles {
	font-size: 1.1em;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif; 
}
#content li {
	margin: 0.2em 0 0.2em 30px;
}
#content table ul {
	margin: 0.7em 20px 0.7em 0;
}

#menu label,input {
	display: block;
	float: right;
	margin-bottom: 4px;
	margin-top: -1px;
	width: 166px; 
}
html > #menu label,input {
	width: 168px;
}
#menu br {
	clear: left;
}

#menu .searchform {
	margin: 0 0 1.0em 0;
}
#menu .searchbox {
	color: #000; 
	background-color: #eef; 
	border: #66a solid 1px;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	float: left;
	margin: 0;
}
#menu .searchbutton {
	color: #000; 
	background-color: transparent;
	border: none; 
	font-weight: bold; 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 1px;
	width: 4.5em;
}




/* -- layout -- */

#all {
	width: 790px;
	margin: 24px auto;
}

#menu {
	float: left;
	width: 185px;
	margin: 0px auto; 
	border: 1px solid #115; 
	text-align: left;
	font: 95% Trebuchet, 'Trebuchet MS', Verdana, Helvetica, sans-serif; 
	background-color: #f1faff;
	background-image: url('../im/bg2.gif');
}
#menu .padding-t {
	padding: 18px 6px 9px 6px;
}
#menu .padding-b {
	padding: 0px 6px 18px 6px;
}

#content {
	float: right;
/*	width: 583px; */
	width: 435px;
	margin: 0px auto; 
	border: 1px solid #115; 
	text-align: left;
	background-color: #f1faff;
	background-image: url('../im/bg2.gif');
}
#content .padding {
	padding: 2px 0px 12px 0px;
}
#rightbar {
	float: right;
	width: 140px;
	margin: 0px auto; 
	border: 1px solid #115; 
	text-align: left;
	background-color: #f1faff;
	background-image: url('../im/bg2.gif');
	font: 81% Trebuchet, 'Trebuchet MS', Verdana, Helvetica, sans-serif; 
}
#rightbar .box {
	margin: 7px 0 15px 0; 
	border: 2px #cde solid; 
}
.half .box {
	margin: 8px 4px 8px 4px;
	background-repeat: no-repeat;
	border: 2px #cde solid;
}
#im1j {
	background-image: url('../images/im1.jpg');
}
#im2j {
	background-image: url('../images/im2.jpg');
}
#im3j {
	background-image: url('../images/im3.jpg');
}
#im4j {
	background-image: url('../images/im4.jpg');
}
#im5j {
	background-image: url('../images/im5.jpg');
}
#im6j {
	background-image: url('../images/im6.jpg');
}
#im1g {
	background-image: url('../images/im1.gif');
}
#im2g {
	background-image: url('../images/im2.gif');
}
#im3g {
	background-image: url('../images/im3.gif');
}
#im4g {
	background-image: url('../images/im4.gif');
}
#im5g {
	background-image: url('../images/im5.gif');
}
#im6g {
	background-image: url('../images/im6.gif');
}
#top1 {
	margin: 4px 4px 0 4px;
	border: 2px #cde solid;
}
.half {
/*	width: 217px;*/
	width: 291px;
}
.ww {
	width: 127px;
	margin: 0 4px 0 6px;
}
#right1 {
	float: right;
}
#left1 {
	float: left;
}

.minheight {
	height: 420px;
	float: right;
	width: 1px;
}

#charityreg {
	float: right;
	margin: 40px 8px 8px 8px;
	padding: 3px 6px;
	font: 78% Helvetica, sans-serif;
	text-align: left;
	color: #335;
	background-color: transparent;
}
#decor1 {
	float: left;
	margin: 40px auto;
	background-color: #115;
	width: 7px;
	height: 190px;
}
#decor2 {
	float: right;
	margin: 52px auto;
	background-color: #115;
	width: 4px;
	height: 190px;
}
#decor3 {
	float: right;
	margin: 80px auto;
	background-color: #115;
	width: 7px;
	height: 190px;
}
#decor4 {
	float: right;
	margin: 70px auto;
	background-color: #115;
	width: 6px;
	height: 190px;
}

#header {
	width: 790px;
	height: 50px;
}
#footer {
	width: 596px;
	height: 26px;
	float: right;
	margin-bottom: 25px;
}

#idindexb {
	width: 419px;
	margin: 5.2em 8px 0 8px;
	font-size: 0.7em;
}
#idindexb a {
	background-color: #cde;
	color: #001;
	text-decoration: none;
	padding: 1px 6px;
	border: 1px solid;
	border-color: #fff #000 #000 #fff;
}
#idindexb a:hover {
	background-color: #115;
	color: #efe;
	border-color: #000 #fff #fff #000;
}
#idindexb table {
	width: 419px;
	margin: 0;
}
#idindexb table td {
	padding: 3px;
}
#idindexb table td.idl {
	text-align: left;
	width: 110px;
}
#idindexb table td.idc {
	text-align: center;
}
#idindexb table td.idr {
	text-align: right;
	width: 110px;
}









/* Turn off list bullets */
/* Hide from IE-Mac \*/
ul.aqtree3clickable li { 
	list-style: none; 
}
/* End hide from IE-Mac */



ul.aqtree3clickable {
	margin: 17px; 
	padding: 0;
}
ul.aqtree3clickable ul, ul.aqtree3clickable li {
	margin: 0; 
	padding: 0;
}
/* Hide from IE-Mac \*/
ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
	margin: 0 0 0 0; 
	padding: 0;
}
/* End hide from IE-Mac */




/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
	padding-left: 22px;
}


/* Provide 27px of space for our own "bullet" inside the link,
plus some top-padding to make the rollovers look neater.  */
ul.aqtree3clickable li a { 
	padding: 4px 0px 0px 0px; 
	width: 143px;
	display: block;
}
ul.aqtree3clickable li ul li a { 
	width: 121px;
}
ul.aqtree3clickable li ul li ul li a { 
	width: 99px;
}
/* Hide from IE-Mac \*/
ul.aqtree3clickable li a { 
	padding: 4px 0px 0px 27px; 
}
/* End hide from IE-Mac */




/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.aqtree3clickable li.aq3open a {
	background: url(../im/minus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
	background: url(../im/plus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
	background: url(../im/bullet.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3open a:hover {
	background: #ccd4ff url(../im/minus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a:hover {
	background: #ccd4ff url(../im/plus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a:hover {
	background: #ccd4ff url(../im/bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { 
	display: block; 
}
ul.aqtree3clickable li.aq3closed ul { 
	display: none; 
}


#menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
/* CSS 2 Outline definition */ 
	outline: none;
/* IE Outline definition */
	ie-dummy: expression(this.hideFocus = true);
/* Moz Outline definition */
	-moz-outline: none; 
}
#menu a:hover {
	color: #000;
}
#menu a:active {
	color: #c25;
}
#menu ul {
	line-height: 1.4em;
}
#menu ul.aqtree3clickable li.aq3closed a.current {
	color: #301;
	background-color: #bbd;
}
#menu ul.aqtree3clickable li.aq3bullet a.current {
	color: #301;
	background-color: #bbd;
}
	






#content .jnlform {
	margin: 0 0 1.0em 0;
}
#content .jnlbox {
	color: #000; 
	background-color: #eef; 
	border: #66a solid 1px;
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	float: left;
	margin: 1em 14px 0.4em 0;
	width: 170px;
}
#content .jnlradio {
	color: #000; 
	background-color: #fff; 
	border: #66a solid 1px;
	float: left;
	margin: 3px 10px 0 0;
	width: 13px;
}
#content .jnlbutton {
	color: #fff; 
	background-color: #779;
	border: #000 outset 1px; 
	font-weight: bold; 
	font-family: Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 1em 14px 0.4em 0;
	width: 6.5em;
	float: left;
}


