body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-x;
	background-position: 0px 282px;
	}

table {
	border-spacing: 0; 
	border-collapse:collapse;
	}

td { 
	padding: 0; 
	vertical-align: top;
	}
	
img { 
	border: 0px;
	}

form {
	padding: 0px;
	margin: 0px;
	}
	
#topbar {
	background-image: url(images/bg-topbar.gif);
	background-repeat: repeat-x;
	height: 9px;
	display: block;
	overflow: hidden;
	}
	
#header {
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
	height: 159px;
	}
	
	#header-holder {
		width: 1004px;
		height: 159px;
		margin: 0px auto 0px auto;
		}
		
		#header-nav {
			width: 375px;
			height: 159px;
			float: left;
			display: inline;
			}
			
			#header-nav-block {
				width: 375px;
				height: 72px;
				}
				
		#header-logo {
			width: 254px;
			height: 159px;
			float: left;
			display: inline;
			}
			
#feature {
	height: 114px;
	background-image: url(images/bg-feature.gif);
	background-repeat: repeat-x;
	}
	
	#feature2 {
		height: 114px;
		background-image: url(images/bg-feature2.gif);
		background-repeat: no-repeat;
		background-position: right;
		}
		
		#feature3 {
			width: 1004px;
			height: 114px;
			}
		
/*
-----Page content-----
----------------------*/
.content {
	width: 1004px;
	}
	
	.content-left {
		width: 190px;
		background-image: url(images/bg-content-left.gif);
		background-repeat: repeat-y;
		}
		
		/*
		-----Sub navigation-----
		------------------------*/
		#subnav-holder {
			width: 184px;
			min-height: 280px;
			background-image: url(images/bg-subnav.gif);
			background-repeat: no-repeat;
			padding: 11px 0px 0px 6px;
			}
			
			#subnav-holder ul, #slideshow-holder ul {
				list-style-type: none;
				width: 177px;
				margin: 0px;
				padding: 0px;
				background-image: url(images/bg-subnav-ul.gif);
				background-repeat: repeat-y;
				}
				
				#subnav-holder ul li, #slideshow-holder ul li {
					width: 167px;
					margin: 0px 2px;
					padding: 3px;
					background-image: url(images/bg-subnav-li.gif);
					background-repeat: repeat-x;
					border-bottom: solid 1px #b4bbc0;
					}
					
					#subnav-holder ul li a:link, #subnav-holder ul li a:visited {
						display: block;
						padding: 0px 0px 0px 8px;
						background-image: url(images/li-arrow.gif);
						background-repeat: no-repeat;
						background-position: 0px 4px;
						color: #616161;
						text-decoration: none;
						}
						
					#subnav-holder ul li a:hover, #subnav-holder ul li a:active {
						display: block;
						padding: 0px 0px 0px 8px;
						background-image: url(images/li-arrow.gif);
						background-repeat: no-repeat;
						background-position: 0px 4px;
						color: #616161;
						text-decoration: underline;
						}
						
			/*
			-----Accessibility-----
			-----------------------*/
			#access-cont {
				margin: 10px 0px 0px 0px;
				width: 177px;
				background-image: url(images/bg-access.gif);
				background-repeat: repeat-y;
				}
				
				#access-row {
					background-color: #dfe6eb;
					margin: 1px 8px 0px 8px;
					padding: 2px;
					text-align: right;
					font-size: 11px;
					}
					
					#access-text {
						float: left;
						display: inline;
						padding: 4px 5px 0px 4px;
						color: #616161;
						}
			
	.content-holder {
		width: 624px;
		background-color: #ffffff;
		}
		
		#page-title {
			height: 54px;
			background-image: url(images/bg-page-title.gif);
			background-repeat: repeat-x;
			}
			
			#page-title img {
				float: right;
				}
				
			#page-title h1 {
				font-family: arial narrow, arial, sans-serif;
				font-size: 21px;
				color: #ffffff;
				padding: 4px 0px 0px 10px;
				margin: 0px;
				}

			#page-title h2 {
				font-family: arial, sans-serif;
				font-size: 14px;
				color: #ff5b00;
				margin: 0px 0px 0px 10px;
				}
		
		#content-left {
			width: 420px;
			min-height: 200px;
			padding: 12px 10px;
			display: inline;
			float: left;
			}
			
			#content-left p {
				margin: 0px 0px 15px 0px;
				}
				
		#content-left-alt {
			width: 604px;
			min-height: 200px;
			padding: 12px 10px;
			display: inline;
			float: left;
			}
			
			#content-left-alt p {
				margin: 0px 0px 15px 0px;
				}
				
			#content-left-alt ul {
				margin: 0px 0px 10px 13px;
				padding: 0px;
				}
				
			/*
			-----Forms-----
			---------------*/
			#frm-error {
				width: 432px;
				background-color: #ff0000;
				padding: 3px 5px 5px 5px;
				color: #ffffff;
				font-weight: bold;
				font-size:11px;
				margin: 0px 0px 5px 80px;
				border: solid 1px #a80000;
				}
				
			.frm-text {
				width: 80px;
				padding: 4px 0px 0px 0px;
				}
				
			.frm-text-error {
				width: 80px;
				padding: 4px 0px 0px 0px;
				font-weight: bold;
				color: #ff0000;
				}
				
			.frm-field {
				padding: 0px;
				}
				
				.frm-field input {
					width: 442px;
					height: 17px;
					padding: 0px;
					border: solid 1px #000000;
					margin: 0px;
					}

				.frm-field textarea {
					width: 442px;
					height: 100px;
					padding: 0px;
					border: solid 1px #000000;
					margin: 0px;
					font-family: arial, sans-serif;
					}
					
			.frm-field-error {
				padding: 0px;
				}
				
				.frm-field-error input {
					width: 442px;
					height: 17px;
					padding: 0px;
					border: solid 1px #ff0000;
					margin: 0px;
					}

				.frm-field-error textarea {
					width: 442px;
					height: 100px;
					padding: 0px;
					border: solid 1px #ff0000;
					margin: 0px;
					font-family: arial, sans-serif;
					}
				
			/*
			-----Newsletters-----
			---------------------*/
			#newsletters {
				background-color: #e9f0f4;
				padding: 3px 5px 5px 5px;
				margin: 1px 0px 0px 0px;
				}
				
				#newsletters a:link, #newsletters a:visited, #newsletters a:hover, #newsletters a:active {
					color: #ff4800;
					}
			
		#content-news {
			width: 158px;
			min-height: 200px;
			padding: 12px 13px;
			background-image: url(images/bg-news.gif);
			background-repeat: repeat-x;
			background-position: 0px 1px;
			display: inline;
			float: left;
			color: #616161;
			}
			
			#content-news h1 {
				margin: 0px;
				font-weight: normal;
				background-image: url(images/dots1.gif);
				background-repeat: repeat-x;
				background-position: bottom;
				padding: 0px 0px 5px 0px;
				}
				
				#content-news a:link, #content-news a:visited, #content-news a:hover, #content-news a:active {
					color: #ff4800;
					}
					
			#content-news p {
				margin: 3px 0px 20px 0px;
				}
				
			#news-date {
				font-weight: bold;
				margin: 2px 0px 3px 0px;
				padding: 0px;
				color: #4a4646;
				}
								
	.content-right {
		width: 190px;
		background-image: url(images/bg-content-right.gif);
		background-repeat: repeat-y;
		}
		
		#slideshow-holder {
			width: 183px;
			min-height: 300x;
			background-image: url(images/bg-slideshows.gif);
			background-repeat: no-repeat;
			padding: 11px 0px 0px 7px;
			}
			
			/*
			-----Slide shows-----
			---------------------*/
			#slideshow-holder-arrow {
				margin: 0px 0px 0px 1px;
				padding: 0px 0px 0px 10px;
				background-image: url(images/li-arrow2.gif);
				background-repeat: no-repeat;
				color: #616161;
				text-decoration: none;
				}
				
			#slideshow-box {
				width: 171px;
				height: 145px;
				background-color: #000000;
				border: solid 1px #ffffff;
				display: block;
				overflow: hidden;
				}	
				
/*
-----Footers-----
-----------------*/
#content-footer {
	width: 1004px;
	height: 60px;
	margin: 0px auto 0px auto;
	}
	
	#content-footer-left {
		width: 190px;
		height: 38px;
		float: left;
		display: inline;
		padding: 17px 0px 0px 0px;
		background-image: url(images/bg-content-left.gif);
		background-repeat: repeat-y;
		}
		
	#content-footer-mid {
		width: 616px;
		height: 55px;
		float: left;
		display: inline;
		padding: 0px 0px 5px 8px;
		background-color: #ffffff;
		}
		
	#content-footer-right {
		width: 190px;
		height: 38px;
		float: left;
		display: inline;
		padding: 17px 0px 0px 0px;
		background-image: url(images/bg-content-right.gif);
		background-repeat: repeat-y;
		}
		
#footer {
	height: 38px;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #616161
	}
	
	#footer-holder {
		width: 996px;
		height: 25px;
		padding: 13px 3px 0px 5px;
		margin: 0px auto 0px auto;
		}
	
		#footer-left {
			float: left;
			display: inline;
			width: 497px;
			}
			
		#footer-right {
			float: left;
			display: inline;
			width: 499px;
			text-align: right;
			}
			
			#footer-right a:link, #footer-right a:visited, #footer-right a:hover, #footer-right a:active {
				color: #ff4800;
				}
				
/*
-----Text only version-----
---------------------------*/

#text-only {
	margin: 10px auto 0px auto;
	text-align: center;
	width: 800px;
	}
	
	#text-only h1 {
		margin: 0px 0px 5px 0px;
		color: #ff7529;
		font-family: arial narrow, sans-serif;
		}
		
	#text-only h2 {
		margin: 0px 0px 5px 0px;
		color: #ff7529;
		font-family: arial narrow, sans-serif;
		}

	#text-only h3 {
		margin: 0px 0px 5px 0px;
		color: #ff7529;
		}
		
	#text-only p {
		margin: 0px 0px 10px 0px;
		}
