/* @override http://iris/css/main.css */

@charset "UTF-8";
html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #F8F4E8 url(../images/pageTop.jpg) center top no-repeat;
	border-top: 10px solid #553328;
	margin: 0;
}
div#container {
	width: 970px;
	margin: 0 auto;
	background: url(../images/pageBottom.jpg) center bottom no-repeat;
	font-family: Helvetica, sans-serif;
}
	div#header {
		width: 960px;
		height: 140px;
		position: relative;
		margin: 0 5px;
		background: #F8F4E8 url(../images/pageTop.jpg) center top no-repeat;
	}
		ul#navigation {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			right: 0;
			background: url(../images/navigationDelimiter.png) right top no-repeat;
		}
			ul#navigation li {
				float: left;
				display: block;
				height: 34px;
				background: url(../images/navigationDelimiter.png) left top no-repeat;
			}
				ul#navigation li a {
					display: block;
					padding: 0 10px 0 10px;
					float: left;
					text-transform: uppercase;
					color:  #553328;
					text-decoration: none;
					font-size: 12px;
					line-height: 34px;
				}
					ul#navigation li a:hover {
						text-decoration: underline;
					}
				ul#navigation li.active a {
					background: url(../images/navigationActive.png) center top no-repeat;
				}
		a#logo img {
			position: absolute;
			top: 50px;
			left: 5px;
			border: 0;
		}
	div#content {
		margin: 25px 0 0 0;
		padding: 25px 0 -25px 0;
		width: 970px;
		position: relative;
		background: url(../images/contentBackground.jpg) right top repeat-y;
	}
		div#contentHeader {
			position: absolute;
			top: -25px;
			left: 0;
			width: 970px;
			height: 25px;
			background: url(../images/contentHeader.jpg) left top no-repeat;
		}
		div#content div.row {
			position: relative;
			padding: 25px 0 0 0;
			margin: -25px 5px 25px 5px;
			width: 960px;
			clear: both;
			background: url(../images/rowHeader.jpg) left top no-repeat;
			overflow: hidden;
		}
			div#content div.noHeader {
				background: none;
				padding: 0;
			}
			div#content div.top {
				padding: 0;
				overflow: visible;
				background: none;
			}
			div#content div.bottom {
				margin-bottom: 0;
				overflow: hidden;
			}
			div#content div.single {
				margin-bottom: 0;
				padding-top: 0;
				overflow: visible;
			}
				div#content div.single div.rowFooter {
					display: block;
				}
			div#content div.column {
				position: relative;
				width: 289px;
				float: left;
				padding: 15px 15px 0 15px;
				background: white;
/*				border-right: 1px solid #AAAD98;	*/
			}
				div#content div.accent div.column, div#content div.accent div.wideColumn {
					border-right: 1px solid #553328
				}
			div#content div.wideColumn {
				position: relative;
				width: 639px;
				float: left;
				padding: 0px;
				background: white;
/*				border-right: 1px solid #AAAD98;	*/
			}
				div.fullColumn {
				}
				div#content div.right {
/*					border-left: 1px solid #AAAD98;	*/
					margin-left: -1px;
					width: 290px;
					border-right: none;
				}
				div#content div.accent div.wideColumn {
					border-left: none;
					width: 640px;
				}
					div#content div.row div.right h2 {
						border-left: 1px solid white;
						left: -1px;
					}
					div#content div.accent div.right {
						border-left: none;
					}
			div#content div.subColumn {
				float: left;
				width: 289px;
				padding: 15px;
			}
			div#content div.wideSubColumn {
				width: 600px;
				padding: 15px;
			}
			div#content div.row ul {
				margin-top: 0;
				font-size: 13px;
				padding: ;
				margin: 0 0 0 17px;
			}
			div#content p, div#content li {
				margin-top: 0;
				font-size: 13px;
			}
			div#content div.row h2 {
				position: absolute;
				top: -25px;
				left: 0px;
				height: 25px;
				margin: 0;
				padding: 0 0 0 15px;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: normal;
				color: #545416;
				line-height: 25px;
			}
			div#content div.row a, div.columnContainer a {
				color: #545616;
			}
			div#content div.row h3, div.columnContainer h3 {
				font-size: 15px;
				margin: 0 0 1em 0;
				color: #545416;
			}
				h3 a {
					color: #545416;
				}
			div#content div.row h4, div.columnContainer h4 {
				font-size: 13px;
				margin: 0 0 1em 0;
				color: black;
			}
				div#content div.row h4 a, div.columnContainer h4 a {
					color: black;
					text-decoration: none;
					border-bottom: 1px solid #CCCCCC;
				}
			div#content div.allLink a {
				position:  absolute;
				top: -25px;
				line-height: 25px;
				right: 15px;
				color: #545616;
				font-size:  13px;
				text-decoration: none;
			}
			div#content blockquote {
				font-style: italic;
				margin-bottom: 0;
				padding: 0;
			}
				div#content blockquote p.quote {
					margin: 0;
					padding: 0;
				}
				div#content blockquote p.attribution {
					font-weight: bold;
					text-align: right;
					margin: 0;
					padding: 0;
				}
			div#content div.row div.columnFooter {
				display: inline;
				clear: both;
				height: 0;
				line-height: 0px;
				font-size: 1px;
			}
			div#content div.accent {
				background: #553328;
			}
				div#content div.row div.accent {
					color: white;
				}
				div#content div.row div.accent h3 {
					color: white;
				}
				div#content div.row div.accent a {
					color: white;
				}
			div#content div.news h3 {
				padding: 0;
				margin: 0;
			}
			div#content div.news h4 {
				padding: 0;
				margin: 0;
				font-size: 11px;
				text-transform: uppercase;
				color:  #553328;
				font-weight: normal;
			}
		div.rowFooter {
			display: inline;
			clear: both;
			width: 100%;
			height: 0;
			font-size: 1px;
			line-height: 0px;
		}
	div.columnContainer {
		background-color: #553328;
		width: 960px;
		margin: -25px 5px 0 5px;
	}
		div.columnContainer h2 {
			position: absolute;
			top: -25px;
			left: 0px;
			height: 25px;
			margin: 0;
			padding: 0 0 0 15px;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: normal;
			color: #545416;
			line-height: 25px;
		}
		div.leftNarrowColumn {
			width: 280px;
			padding: 15px;
			float: left;
			background-color: #553328;
			color: #DDDDD0;
			font-size: 11px;
		}
		div.rightWideColumn {
			float: left;
			background-color: white;
			width: 620px;
			padding: 15px;
			position: relative;
		}
			div.rightWideColumn h2 {
				border-left: 1px solid white;
				padding-left: 13px;
			}
	
	a.document {
		padding-left: 13px;
		background: url(../images/icons/document.gif) left center no-repeat;
	}
		
	div#footer {
		height: 135px;
		width: 960px;
		padding: 25px 5px 0 5px;
		background: url(../images/contentFooter.jpg) left top no-repeat;
	}
		div#footer p {
			margin-top: 0px;
			padding-top: 1em;
			margin-bottom: 0;
			padding-bottom: 1em;
			font-size: 11px;
		}
			div#footer p a {
				color: #545416;
			}
