/* Layout Stylesheet */

#envelope {
	margin: 11px auto 0 auto;
	position: relative;
	width: 769px;
	}
	
	h1#logo a {
		background: url(../../img/interface/logo.gif) 0 0 no-repeat;
		display: block;
		height: 49px;
		margin: 0 0 5px 13px;
		overflow: hidden;
		text-indent: -9000em;
		width: 331px;
	}
	
	#search {
		position: absolute;
			top: 31px;
			right: 14px;
		text-align: right;
		width: 400px;
		
	}
		#search fieldset {
			border: none;
		}
		#search label { display: none; }
		
		#search #searchField {
			border: 1px solid #a0d19c;
			margin: 0 6px 0 0;
			padding: 1px 3px;
			width: 156px; /* 164 */
		} 
		#search a#searchButton {
			color: #000;
		}
			
			
	#breadcrumbs {
		clear: both;
		float: left;
		margin: 0 0 23px 0;
		padding: 0 0 0 13px;
		position: relative;
		width: 756px; /* 769 */
	}
		#breadcrumbs a {
			color: #000;
		}
	
	#content {
		background: url(../../img/interface/bg-content.gif) 0 0 repeat-y;
		float: left;
		margin: 0 0 25px 0;
		width: 769px;
	}
	
		#subContent {
			background: url(../../img/interface/bg-subcontent.gif) 0 0 repeat-x;
			float: left;
			min-height: 400px;
				_height: 400px;
			width: 161px;
		}
			#subContent h2 {
				color: #a7cca4;
				margin: 0 0 13px 0;
				padding: 30px 0 0 22px;
			}
		
		
		.mainContent {
			float: left;
			line-height: 1.45em;
			margin: 0 -3px 0 0;
			padding: 34px 21px 10px 18px;
			width: 569px; /* 608 */
		}


/* Footer Styles */
#footer {
	background: #bcdeba;
	border: 1px solid #a0d19c;
	display: inline;
	float: left;
	margin: 0 0 5px 6px;
	padding: 3px;
	width: 750px; /* 758 */
}
	#footer div {
		background: #e5ede4;
		float: left;
		position: relative;
		width: 100%;
	}
		ul.navFooter {
			display: inline;
			float: left;
			margin: 0 1px 0 2px;
			padding: 0;
		}
			ul.navFooter li {
				background: none;
				float: left;
				padding: 0;
			}
				#footer ul.navFooter li a {
					background: url(../../img/interface/divider.gif) right 10px no-repeat;
					color: #000;
					display: block;
					float: left;
					padding: 7px 7px 7px 6px;
				}
				#footer ul.navFooter li.last a {
					background: none;
				}
		/* Right Nav */	
		ul.right {
			position: absolute;
				top: 0;
				right: 0;
		}
	
	#copyright {
		display: inline;
		float: right;
		margin: 0 17px 10px 0;
	}
