* {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}

body {
	background-color: #cadfaa;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

div {
	width: 100%;
}

a, a:visited {
	color: #b73830;
}

a:hover, a:active {
	color: #ffffff;
	background-color: #b73830;
}

input {
	border: 1px solid black;
}

textarea {
	border: 1px solid black;
	vertical-align: baseline;
}

select {
	border: 1px solid black;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

	#logo {
		border: 1px solid #b73830;
		height: 231px;
                background-image:url('/Images/header2.jpg');
	}

/*
		#logo img {
			width: 1000px;
		}
*/
	
	#menu {
		background-color: #b3d1ff;
		text-align: center;
		padding: 8px 0px;
		border: 1px solid #b73830;
	}
		#menu a, #menu a:visited {
			color: #000000;
			text-shadow: 1px 1px #d9e8ff;
			background-color: inherit;
			padding: 3px 8px;
		}
		
		#menu a:hover, #menu a:active {
			color: #ffffff;
			background-color: #000000;
			text-shadow: 1px 1px #333333;
		}

	.cycle-slideshow {
		border: 1px solid #b73830;
	}
	
		.cycle-slideshow img {
/*			height: 563px; */
			height: 250px;
			width: 1000px;
		}

	#image_controls {
		position: relative;
		float: right;
		left: 796px;
		top: 742px;
		z-index:10000;
	}
	
	.image_control {
		cursor: pointer;
	}
		
	#adv-custom-pager {
		background-color: #ffffff;
		border: 1px solid #b73830;
	}
		
	#content {
		background-color: #ffffff;
		border: 1px solid #b73830;
	}

		#content .column {
			padding: 10px 0px;
			width: 320px;
			display: inline-block;
			vertical-align: top;
			margin: 0px 5px;
		}
		
		#content ul {
			margin-left: 20px;
		}

		.formRow td:first-child {
			text-align: right;
		}

		.formCenter {
			text-align: center;
		}
		
		#content p.large {
			font-size: 1.2em;
		}
		
	#footer {
		background-color: #EDE3D0;
		padding: 8px 0px;
		border: 1px solid #b73830;
		text-align: center;
	}

		#footer span {
			font-size: .7em;
			padding: 0px 8px;
		}