body {
	background: #fff;
	color: #3a2947;
	border-top: solid 7px #f5f0ed;
	font: 0.85em/1.2 Georgia, Times, Serif;
}

a:link, a:visited {
	color: #3a2947;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ab0079;
	text-decoration: underline;
}

div {
	position: relative;
}

em {
	font-style: italic;
}

h1 {
	padding: 0 0 0.7em;
	color: #ab0079;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
}

h2 {
	padding: 0 0 0.4em;
	font-size: 1.3em;
	font-weight: normal;
}

hr {
	display: none;
}

ol, ul {
	padding: 0 0 1.5em;
}

ol {
	margin: 0 0 0 1.5em;
	list-style: decimal;
}

ul {
}

ul li {
	padding-left: 1.5em;
	position: relative;
	background: url(../img/layout/bullet.gif) 3px 5px no-repeat;
}

p {
	padding: 0 0 1.5em;
}

strong {
	font-weight: bold;
}

.divide {
	clear: both;
	border-top: dotted 1px #3A2947;
	height: 1.2em;
}

.input {
	padding: 0 0 5px;
}

	.input label {
		display: block;
	}

.submit {
	padding: 5px 0 0;
}

#container {
	margin: 0 auto;
	width: 850px;
}

#header {
	padding: 23px 0 0;
}

	#header h1 {
		display: block;
		position: relative;
		width: 185px;
		height: 78px;
		overflow: hidden;
	}

		#header h1 a, #header h1 a span {
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#header h1 a span {
				background: url(../img/layout/logo.gif) no-repeat;
			}

#banner {
	margin: 3px 0 7px;
	width: 850px;
	height: 197px;
	overflow: hidden;
}

#middle {
	width: 850px;
	overflow: hidden;
	background: url(../img/layout/middle.gif) repeat-y;
}

	#middle-wrapper {
		width: 850px;
		overflow: hidden;
		background: url(../img/layout/column-bottom.gif) 0 100% repeat-x;
	}

		#middle #main {
			padding: 12px 12px 20px;
			width: 612px;
			float: left;
		}

		#middle #sub-sub-menu {
			margin: 0 0 12px;
			padding: 6px 12px 12px;
			width: 183px;
			float: right;
			background: #3A2947;
			color: #fff;
			border-bottom: solid 8px #fff;
		}

			#middle #sub-sub-menu ul {
				margin: 0;
				padding: 0;
			}

				#middle #sub-sub-menu ul li {
					background-image: url(../img/layout/bullet-alt.gif);
				}

					#middle #sub-sub-menu ul li a:link, #middle #sub-sub-menu ul li a:visited {
						color: #fff;
						text-decoration: none;
					}

					#middle #sub-sub-menu ul li a:hover, #middle #sub-sub-menu ul li a:focus {
						color: #fff;
						text-decoration: underline;
					}

		#middle #sidebar {
			padding: 6px 12px 30px;
			width: 183px;
			float: right;
		}

			#middle #sidebar h2 {
				color: #AB0079;
			}

#middle-3cols {
	width: 850px;
	overflow: hidden;
	background: url(../img/layout/middle-3cols.gif) repeat-y;
}

	#middle-3cols #main {
		padding: 12px 12px 0;
		width: 398px;
		float: left;
	}
	
	#middle-3cols #midbar {
		margin-left: 7px;
		padding: 6px 12px 26px;
		width: 183px;
		float: left;
		display: inline;
	}
	
	#middle-3cols #sidebar {
		padding: 6px 12px 26px;
		width: 183px;
		float: right;
	}

	#middle-3cols #midbar .view-all, #middle-3cols #sidebar .view-all {
		position: absolute;
		bottom: 6px;
		left: 12px;
		width: 183px;
	}

#middle-full {
	width: 850px;
	overflow: hidden;
	background: #f5f0ed url(../img/layout/column-bottom-repeat.gif) 0 100% repeat-x;
}

	#middle-full #main {
		padding: 12px 32px 20px;
	}

#main-menu {
	width: 100%;
	background: #f5f0ed;
	color: #3a2947;
	font-size: 1.2em;
	line-height: 1.7em;
}

	#main-menu ul {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
		list-style: none;
	}

		#main-menu ul li {
			padding: 0.2em 10px 0.1em 11px;
			float: left;
			background: url(../img/layout/menu-divide.gif) 0 100% no-repeat;
		}

		#main-menu ul li.first {
			padding-left: 10px;
			background: transparent;
		}

			#main-menu ul li a:link, #main-menu ul li a:visited {
				color: #3a2947;
				text-decoration: none;
			}

			#main-menu ul li a:hover, #main-menu ul li a:focus {
				color: #3a2947;
				text-decoration: underline;
			}

		#main-menu ul li.current {
			background: #3a2947;
		}

			#main-menu ul li.current a:link, #main-menu ul li.current a:visited,
			#main-menu ul li.current a:hover, #main-menu ul li.current a:focus {
				color: #fff;
				text-decoration: none;
			}

#sub-menu {
	padding: 0.4em 10px;
	background: #3a2947;
	color: #fff;
	min-height: 1.2em;
}

* html #sub-menu {
	height: 1.2em;
}

	#sub-menu ul {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
		list-style: none;
	}

		#sub-menu ul li {
			padding: 0 15px 0 0;
			float: left;
			background: transparent;
		}

			#sub-menu ul li a:link, #sub-menu ul li a:visited {
				color: #fff;
				text-decoration: none;
			}

			#sub-menu ul li a:hover, #sub-menu ul li a:focus {
				color: #fff;
				text-decoration: underline;
			}

#top-menu {
	position: absolute;
	top: 5px;
	right: -5px;
}

	#top-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#top-menu ul li {
			padding: 0 5px;
			display: inline;
			border-left: solid 1px #6c6c6c;
			background: transparent;
		}

		#top-menu ul li.first {
			border-left: none;
		}

			#top-menu ul li a:link, #top-menu ul li a:visited {
				color: #6c6c6c;
				text-decoration: none;
			}

			#top-menu ul li a:hover, #top-menu ul li a:focus {
				color: #6c6c6c;
				text-decoration: underline;
			}

#footer-menu {
	padding: 25px 0 20px;
	text-align: center;
}

	#footer-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#footer-menu ul li {
			padding: 0 5px;
			display: inline;
			border-left: solid 1px #6c6c6c;
			background: transparent;
		}

		#footer-menu ul li.first {
			border-left: none;
		}

			#footer-menu ul li a:link, #footer-menu ul li a:visited {
				color: #443450;
				text-decoration: none;
			}

			#footer-menu ul li a:hover, #footer-menu ul li a:focus {
				color: #443450;
				text-decoration: underline;
			}

.performance {
}

	.performance a:link, .performance a:visited {
		color: #3a2947;
		text-decoration: none;
	}

	.performance a:hover, .performance a:focus {
		color: #3a2947;
		text-decoration: underline;
	}

	.performance .date {
		color: #806e8d;
	}

.view-all {
	padding: 10px 0 0;
	text-align: right;
}

#homepage-bottom {
	margin: 7px 0 0;
	width: 850px;
	overflow: hidden;
}

	#photo-gallery {
		padding: 12px 12px 12px 115px;
		width: 295px;
		float: left;
		background: url(../img/layout/photo-gallery-bg.gif) 0 100% no-repeat;
	}

		#photo-gallery h1 {
			padding-left: 20px;
			padding-bottom: 2px;
		}

	#newsletter-signup {
		padding: 12px 12px 12px 90px;
		width: 319px;
		float: right;
		background: url(../img/layout/email-newsletter-bg.gif) 0 100% no-repeat;
	}

		#newsletter-signup h1 {
			padding-bottom: 2px;
		}

		#newsletter-signup p {
			padding-bottom: 10px;
		}

#photo-gallery-scroller {
	width: 257px;
	height: 65px;
	overflow: hidden;
	float: left;
}

#photo-gallery-scroller.wide {
	width: 692px;
	height: 75px;
}

	#photo-gallery-scroller .scroller-item {
		margin: 0 4px 0 0;
		width: 83px;
		height: 64px;
		float: left;
		overflow: hidden;
	}

		#photo-gallery-scroller .scroller-item a {
			display: block;
			position: relative;
			width: 77px;
			height: 59px;
			border: solid 3px #fff;
		}

	#photo-gallery-scroller.wide .scroller-item {
		padding-bottom: 10px;
	}

	#photo-gallery-scroller.wide .current {
		background: url(../img/layout/arrow-marker.gif) 50% 100% no-repeat;
	}

#photo-gallery-left, #photo-gallery-right {
	padding: 40px 0 0;
	width: 17px;
	float: left;
}

#photo-gallery-right {
	text-align: right;
}

.news-story {
	width: 100%;
	overflow: hidden;
}

	.news-story-copy {
		width: 550px;
		float: right;
	}

	.news-story-date {
		padding: 0 0 1.4em;
		width: 40px;
		float: left;
		text-align: center;
	}

		.news-story-date .day {
			font-size: 2em;
			line-height: 1em;
		}

		.news-story-date .month {
			font-size: 1.2em;
			line-height: 1em;
		}

		.news-story-date .year {
			font-size: 0.8em;
			line-height: 1em;
		}

.paginate {
	padding: 0 0 1.5em;
	text-align: center;
}

	.paginate div {
		display: inline;
	}

p.date {
	margin: -1em 0 0 0;
}

#main-photo {
	margin: 0 0 20px;
	padding: 30px 0;
	background: #fff url(../img/layout/ajax-loader.gif) 50% 50% no-repeat;
	border: solid 1px #ccc;
	text-align: center;
}

#photos {
	margin: 0 30px;
	padding: 0 0 20px;
	width: 726px;
	overflow: hidden;
}

#signup-copy {
	float: left;
	width: 380px;
}

#signup-form {
	padding: 15px;
	float: right;
	width: 180px;
	background: #fff;
	border: solid 1px #ccc;
}

.photo {
	margin: 0 10px 0 0;
	float: left;
}

	.photo img {
		border: solid 2px #fff;
	}

.gallery-preview {
	width: 100%;
	overflow: hidden;
}

	.gallery-preview .gallery-preview-photo {
		margin: 0 4px 0 0;
		width: 83px;
		height: 64px;
		float: left;
		overflow: hidden;
	}

		.gallery-preview .gallery-preview-photo a {
			display: block;
			position: relative;
			width: 77px;
			height: 59px;
			border: solid 3px #fff;
		}

#design-by {
	padding: 0 0 2em;
	text-align: center;
	font-size: 0.8em;
}

	#design-by a:link, #design-by a:visited {
		color: #999;
		text-decoration: none;	
	}

	#design-by a:hover, #design-by a:focus {
		color: #443450;
		text-decoration: underline;	
	}

#search {
	position: absolute;
	width: 169px;
	height: 25px;
	top: 80px;
	right: 0;
	background: url(../img/layout/search-box.gif) no-repeat;
}

	#search .input {
		padding: 0 10px;
	}

		#search .input label {
			padding: 6px 0;
			float: left;
			vertical-align: middle;
		}

		#search .input input {
			margin: 6px 0 0 8px;
			padding: 0;
			width: 120px;
			background: #fff;
			color: #9e969f;
			border: none;
			font: 1em/1em Georgia, Times, Serif;
		}

#error-container {
	margin: 0 auto;
	width: 400px;
}

	#error-container #header {
		margin: 0 0 20px;
		border-bottom: solid 5px #3a2947;
	}

	#error-container #main {
		padding: 0 0 20px;
		border-bottom: solid 2px #3a2947;
	}