	body, html {
		height: 100%;
	}
	
/********************

1. HEADER
2. LOGO
3. SEARCH-WRAPPER
4. QUOTE
5. SEARCHBOX
6. NAVIGATION 
7. BREADCRUMB
8. INTRO
9. BOX-WRAPPER
10. LEFT-LINK
11. CENTER-LINK
12. RIGHT-LINK
13. .PADS
14. DOWNLOADS
15. ADOPTION
16. DONATIONS
17. CONTENT-WRAPPER
18. LEFT-COL
19. CAMPAIGN-BOX
20. CAMPAIGN-BUTTON
21. RIGHT-COL
22. .NEWS
23. FOOTER-WRAPPER
24. FOOTER
25. CONTACT
26. COPYRIGHT

********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	background: url(images/body_tile_x.jpg) 0 0 repeat-x;
}

	#notice {
		position: absolute;
		left: 0; top: 0;
		z-index: 100;
		width: 100%;
		background: #FFC;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity=80);
	}
	
	#notice p {
		text-align: center;
		font-size: 12px;
		color: #999;
		padding: 10px; margin: 0;
	}

/******** WRAPPER code here ********/

#wrapper {
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 950px;
	min-height: 100%;
}
	
*html #wrapper {
	height: 100%;
}

/******** GLOBAL PROPERTIES code here ********/

p, li{
	color: #666;
	font-size: 75%;
	line-height: 1.5em;
}
	
a {
	color: #4C0C74;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}
	
h1 {
	color: #666666;
	font-size: 140%;
}

h2, h3 {
	color: #4C0C74;
	font-weight: 100;
}

	/******** HEADER code here ********/

	#header {
		padding: 0;
		margin: 10px 0 0 0;
		height: 140px;
		display: block;
	}

	
		/******** LOGO code here ********/	

		#logo {
			position: relative;
			top: 15px;
			padding: 0;
			margin: 0;
			width: 395px;
			height: 114px;
			float: left;
		}
		
			#logo h1 {
				margin: 0; padding: 0;
				position: relative;
				width: 395px; height: 115px; 
				overflow: hidden;
			}

			#logo h1 a {
				display: block;
				cursor: pointer;
			}
		 
			#logo h1 span {
				display: block;
				position: absolute; left: 0; top: 0; z-index:1;
				width: 395px; height: 115px; 
				margin: 0; padding: 0;
				background: url(images/bg_logo_fixed1.jpg) top left no-repeat; 
			}
			
		/******** SEARCH WRAPPER code here ********/	

		#search-wrapper {
			padding: 0;
			margin: 10px 0 0 0;
			float: right;
			width: 338px;
			height: 110px;
			text-align: right;
		}
		
			/******** QUOTE code here ********/	

			#quote {
				padding: 0;
				margin: 0;
				width: 338px;
				height: 60px;
			}
				
				#quote p {
					padding: 0;
					margin: 0;
					color: #AE92BC;
					font-size: 140%;
				}
								
				#quote span {
					font-size: 75%;
					color: #AE92BC;
					margin: 0;
					padding: 0;
				}
				
			/******** SEARCHBOX code here ********/	
			
			#searchbox {
				padding: 0;
				margin: 20px 0 0 0;
				width: 338px;
				height: 25px;
			}
					
				#searchbox img {
					padding: 0;
					margin: 0;
				}
				
	/******** NAVIGATION code here ********/	
	
	#navigation {
		clear: both;
		position: relative;
		padding: 0;
		margin: 1px 0 0 0;
		height: 53px;
		width: 950px;
	}
			
		#navigation ul {
			margin: 0; padding: 0;
			list-style: none;
			float: left;
			height: 53px;
		}
		
		#navigation ul li {
			float: left;
			margin: 0; padding: 0;
		}
		
		#navigation ul li a {
			text-decoration: none;
			height: 53px;
			display: block;
		}
		
		#navigation li.bt1 a {
			background: url(images/btn1.jpg) 0 0 no-repeat;
			width: 70px;
		}
		
		#navigation li.bt2 a {
			background: url(images/btn2.jpg) 0 0 no-repeat;
			width: 87px;
		}
		
		#navigation li.bt3 a {
			background: url(images/btn3.jpg) 0 0 no-repeat;
			width: 89px;
		}
		
		#navigation li.bt4 a {
			background: url(images/btn4.jpg) 0 0 no-repeat;
			width: 140px;
		}
		
		#navigation li.bt5 a {
			background: url(images/btn5.jpg) 0 0 no-repeat;
			width: 120px;
		}
		
		#navigation li.bt6 a {
			background: url(images/btn6.jpg) 0 0 no-repeat;
			width: 104px;
		}
		
		#navigation li.bt7 a {
			background: url(images/btn7.jpg) 0 0 no-repeat;
			width: 105px;
		}
		
		#navigation li.bt8 a {
			background: url(images/btn8.jpg) 0 0 no-repeat;
			width: 100px;
		}
		
		#navigation li.bt9 a {
			background: url(images/btn9.jpg) 0 0 no-repeat;
			width: 100px;
		}

		#navigation li a:hover {
			background-position: 0 -53px;
		}

		#navigation li a span,
		#navigation li span span {
			display:none;
		}

			
	/******** BREADCRUMB code here ********/
	
	#breadcrumb {
		clear: both;
		display: block;
		margin: 10px 10px 0 10px;
		padding: 0;
		width: 950px;
		height: 10px;
	}
				
		#breadcrumb p {
			margin: 0;
			padding: 0;
			font-size: 65%;
		}
	
	/******** INTRO code here ********/
	
	#intro {
		display: block;
		padding: 0;
		margin: 15px 10px 0 10px;
		width: 950px;
		height: 120px;
	}
				
		#intro p {
			padding: 0;
			margin: 0;
			font-weight: 600;
			font-size: 150%;
			color: #999;
		}
		
	/******** BOX-WRAPPER code here ********/
	
	#box-wrapper {
		display: block;
		padding: 0;
		margin: 20px 10px 0 10px;
		width: 950px;
		height: 300px;
		background: url(images/bg_box_links_fixed.jpg) 0 0 no-repeat;
	}
	
		/******** LEFT-LINK code here ********/
		
		#left-link {
			padding: 0;
			margin: 0;
			width: 300px;
			height: 300px;
			float: left;
			
		}
		
		/******** CENTER-LINK code here ********/
		
		#center-link {
			padding: 0;
			margin: 0;
			width: 330px;
			height: 300px;
			float: left;
		}
		
		/******** RIGHT-LINK code here ********/
				
		#right-link {
			padding: 0;
			margin: 0;
			width: 300px;
			height: 300px;
			float: left;
		}
		
			/******** .PADS code here ********/
			
			.pads {
				padding: 0 0 10px 0;
				margin: 0;
				text-align: center;
			}
				
			 /******** DOWNLOADS code here ********/
			 
			 #downloads img {
					padding: 0;
					margin: 65px 0 0 10px;
			 }
					 
				 #downloads p {
					 padding: 0;
					 margin: 20px 0 0 0;
					 font-size: 130%;
				 }
						 
				 #downloads p a {
					 padding: 5px 45px;
					 margin: 0;
					 border: 1px solid #fff;
					 text-decoration: none;
					 color: #fff;
				 }
				 				 
			 /******** ADOPTION code here ********/
			 
			 #adoption img {
					padding: 0;
					margin: 31px 0 0 0;
			 }
					 
				 #adoption p {
					 padding: 0;
					 margin: 20px 0 0 0;
					 font-size: 130%;
				 }
				 
				 #adoption p a {
					 padding: 5px;
					 margin: 0;
					 border: 1px solid #fff;
					 text-decoration: none;
					 color: #fff;
				 }
				 
			 /******** DONATIONS code here ********/
			 
			 #donations img {
					padding: 0;
					margin: 65px 0 0 0;
			 }
						 
				 #donations p {
					 padding: 0;
					 margin: 20px 0 0 0;
					 font-size: 130%;
				 }
				 
				 #donations p a {
					 padding: 5px 45px 5px 45px;
					 margin: 0;
					 border: 1px solid #fff;
					 text-decoration: none;
					 color: #fff;
				 }
				 
	/******** CONTENT code here ********/

	#content-wrapper {
		clear: both;
		padding: 0;
		margin: 0 10px 20px 10px;
		width: 950px;
		min-height: 100%;
		float: left;
		overflow: auto;
	}
	
	/******** IE HACK code here ********/
	
	*html #content-wrapper {
		height: 100%;
	}
		
		/******** LEFT-COL code here ********/
		
		#left-col {
			padding: 0;
			margin: 0;
			width: 605px;
			height: 100%;
			float: left;
		}
		
			#left-col h1 {
				font-weight: 100;
				border-bottom: 1px solid #999;
			}
			
			#left-col ul {
				margin: 0; padding: 0;
				list-style: none;
				overflow: hidden;
			}
	
			#left-col ul li {
				margin: 0;
				padding: 0 0 20px 30px;
				background: url(images/bullet.png) 0 5px no-repeat;
			}
			
			#left-col ul li.download {
				margin: 0;
				padding: 0 0 20px 30px;
				background: url(images/pdf-document.jpg) 0 5px no-repeat;
			}
				
				/******** CAMPAIGN-BOX code here ********/
				
				#campaign-box {
					padding: 20px 20px;
					margin: auto;
					width: 560px;
					height: 260px;
					background: #EACFFA;
					border: 1px solid #ccc;
				}
						
					#campaign-box h2 {
						padding: 0;
						margin: 0;
						color: #4C0C73;
						font-weight: 100;
					}
					
					#campaign-box p {
						padding: 0;
						margin: 10px 0 20px 0;
						color: #4C0C73;
						line-height: 2em;
					}
					
					#campaign-box hr {
						clear: both;
						margin: 5px 0;
						border-color:#CCC;
					}
							
					#campaign-box p a {
						color: #4C0C73;
						text-decoration: underline;
						padding: 0 0 10px 0;
					}
					
					#campaign-box a:hover {
						text-decoration: none;
					}
					
				/******** CAMPAIGN-BUTTON code here ********/
				
				#campaign-button p {
					margin: 0; padding: 0;
					position: relative;
					width: 173px; height: 34px;
					border: none;
					overflow: hidden;
				}
				
					#campaign-button p a {
						display: block;
						cursor: pointer;
					}
							 
					#campaign-button p span {
						display: block;
						position: absolute; left: 0; top: 0; z-index:1;
						width: 173px; height: 34px; 
						margin: 0; padding: 0;
						background: url(images/bg_campaign_box_button_fixed.jpg) bottom left no-repeat; 
					}
						
		/******** RIGHT-COL code here ********/	
		
		#right-col {
			padding: 0;
			margin: 15px 0 0 0;
			width: 290px;
			height: 100%;
			float: right;
		}
									
			#right-col h1 {
				padding: 0;
				margin: 0;
				font-weight: 100;
				border-bottom: 1px solid #999;
			}
			
			#right-col h1 span {
				float: right;
			}
			
			#right-col h1 span img {
				border: none;
				padding: 0; margin: 0;
			}
			
					/********** SubMenu Code here ***********/
	
					.submenu {
						float: right;
						width: 290px;
					}
					
					.submenu-list-wrapper {
						width: 290px;
						/*background: url(images/bg_submenu_footer.jpg) left bottom no-repeat;*/
						padding-bottom: 30px;
					}
					
					.submenu-list {
						width: 290px;
						/*background: url(images/bg_submenu_body.jpg) 0 0 repeat-y;*/
					}
					
					.submenu-list h3 {
						display: block;
						width: 270px; height: 15px;
						padding: 10px;
						overflow: hidden;
						color: #4C0C73;
						font-weight: 100;
						/*background: url(images/bg_submenu_heading.jpg) 0 0 no-repeat;*/
					}
					
					.submenu-list ul {
						margin: 0;
						padding: 0;
						/*margin-left: 10px;
						margin-right: 10px;*/
						list-style: none;
					}
					
					.submenu-list li {
						line-height: normal;
						padding: 10px 0 15px 20px;
						margin-bottom: 5px;
						/*background: url(images/bullet_submenu.jpg) 0 0.9em no-repeat;*/
						border-bottom: 1px dotted #ccc;
					}
					
					.submenu-list li.first {
						margin-top: 5px;
					}
					
					.submenu-list li.last {
						margin-bottom: 0;
					}
					
					.submenu-list li a {
						text-decoration: underline;
						color: #4C0C74;
					}
					
					.submenu-list li a:hover {
						text-decoration: none;
						color: #4C0C74;
					}
					
					.submenu-list li.selected a {
						color: #FF6600;
					}
					
			#right-col img{
						clear: both;
						margin: 10px 35px 10px 34px;
					}
				/******** .NEWS code here ********/
				
				.news {
					padding: 0;
					margin: 15px 0;
				}
								
					.news h3 {
						padding: 0;
						margin: 0;
						font-size: 80%;
						color: #4C0C73;
					}
									
					.news p {
						padding: 0;
						margin: 0;
					}
					
					.news p a {
						padding: 0;
						margin: 0;
						font-size: 100%;
						color: #666;
					}
						
	/******** FOOTER-WRAPPER code here ********/
	
	#footer-wrapper {
		clear: both;
		margin: 0;
		padding: 0;
		min-height: 137px;
		width: 100%;
		background: url(images/bg_footer_tile_x.jpg) 0 0 repeat-x;
	}
	
	/******** IE HACK code here ********/
	
	*html #footer-wrapper {
		height: 137px;
	}
	
		/******** FOOTER code here ********/
		
		#footer {
			margin: 0 auto 0 auto;
			padding: 0;
			width: 950px;
			min-height: 100%;
		}
		
		/******** IE HACK code here ********/
		
		*html #footer {
			height: 100%;
		}
		
			/******** CONTACT code here ********/
			
			#contact {
				padding: 0;
				margin: 30px 0 0 0;
				width: 500px;
				text-align: left;
				float: left;
			}
			
				#contact p {
					padding: 0;
					margin: 0;
					color: #fff;
				}
				
				#contact p span {
					font-weight: bold;
					margin: 0;
					font-size: 100%;
				}
			
			/******** COPYRIGHT code here ********/
			
			#copyright {
				padding: 0;
				margin: 30px 0 0 0;
				width: 400px;
				text-align: right;
				float: right;
			}
										
				#copyright p {
					padding: 0;
					margin: 0;
					color: #fff;
					font-weight: bold;
				}
				
				#copyright p span {
					color: #999;
					margin: 0;
					font-weight: 100;
					font-size: 90%;
				}
				
				#copyright p a {
					text-decoration: underline;
					color: #999;
					font-size: 100%;
				}
				
				#copyright a:hover {
					text-decoration: none;
				}
	
	.invalid,
	.required {
		color: red;
	}
	
	.articles,
	.prevnext {
		font-size: 67.5%;
	}
	
	.skip {
		display: none;
	}
	
	.noborder{
		border: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid darkred;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.clearer {
		clear: both;
		height: 1px;
	}
	
	/********* CMS STYLES ********/
	
	.errors {
		font-size: 75%;
		color: #CC0000;
	}
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}
	
	
		.searchTerms {
		font-size: 75%;
		padding: 10px 0;
	}
	
	.ajaxSearch_highlight1,
	.ajaxSearch_highlight2,
	.ajaxSearch_highlight3,
	.ajaxSearch_highlight4,
	.ajaxSearch_highlight5 {
	}
	
	.ajaxSearch_result,
	.ajaxSearch_resultDescription {
		font-size: 100%;
	}
	
	.ajaxSearch_paging {
		font-size: 75%;
		margin: 15px 0;
	}
	
		.ajaxSearch_paging a, .ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #4C0C74;
	}
	
	.ajaxSearch_paging a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.ajaxSearch_output {
		border: 1px solid black;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	/******** AJAX SEARCH V1.8.4************/
		
	#ajaxSearch_form {
			display:inline;
	}

	#ajaxSearch_form fieldset {
			border: 0;
	}

	#ajaxSearch_input {
			width: auto;
			display: inline;
			height: 17px;
			border: 1px solid #ddd;
			border-left-color: #c3c3c3;
			border-top-color: #7c7c7c;
			background: #fff url(images/input-bg.gif) repeat-x top left;
			margin: 0 3px 0 0;
			padding: 3px 0 0;
			vertical-align: top;
	}
	#ajaxSearch_submit {
			display: inline;
			height: 22px;
			line-height: 22px;
	}
	
	#ajaxSearch_output {
			border: 1px solid #444;
			padding: 10px;
			background: #fff;
			display: block;
			height: auto;
			vertical-align: top;
	}
	.ajaxSearch_paging {
		margin:0;
		display: block;
		padding-bottom: 10px;
	}
	.AS_ajax_result {
			color: #444;
			margin-bottom: 3px;
	}
	.AS_ajax_resultLink {
			text-decoration: underline;
	}
	.AS_ajax_resultDescription{
			color: #555;
	}
	.AS_ajax_more {
			color: #555;
	}
	
	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}
