/* Layout Stylesheet */


#container {
	min-width: 960px; /* 948 */
}


	h1#logo {}
		h1#logo a {
			background: url(../../img/interface/logo.gif) 0 0 no-repeat;
			display: block;
			height: 70px;
			margin: 0 0 0 21px;
			overflow: hidden;
			position: absolute;
				top: 78px;
			width: 387px;
			z-index: 20;
		}
			h1#logo a span {
				display: none;
			}
	
	
#header {
	height: 60px;
	margin: 0 auto;
	width: 948px;
}

	#constants {
		float: right;
		margin: 34px 12px 0 0;
	}
	
	#search {
		
		background: url(../../img/interface/search-bg.gif) 0 0 no-repeat;
		float: right;
		height: 30px; /* 43 */
		margin: 17px 22px 0 0;
		padding: 13px 0 0 14px;
		width: 172px; /* 186 */
	}
		#search fieldset {
			border: 0;
		}
		#search input#searchField {
			background: #DCE7EC;
			border: 0;
			padding: 2px 2px 3px 7px;
			width: 123px; /* 134 */
		}
		#search #searchButton {
			margin: 0 0 0 2px;
			position: relative;
				top: -1px;
				_top: -3px;
			vertical-align: middle;
		}
	
	
#wrapper {
	background: #5E686E;
	float: left;
	padding: 0 0 43px 0;
	width: 100%;
}
#envelopeContainer {
	background: #fff url(../../img/interface/content-bg.gif) 0 bottom no-repeat;
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 948px; /* 948 */
	}
#envelope {
	background: #fff url(../../img/interface/content-bg.gif) 0 0 no-repeat;
	_float: left;
	min-height: 377px;
	overflow: hidden;
	padding: 91px 0 0 0;
	width: 948px;
	}
	#envelope.l1 {
		background-image: url(../../img/content/content-bg-l1.gif);
	}
	
	#envelope .column {
		display: inline;
		float: left;
		position: relative;
	}
	
	#envelope #content {
		margin: 0px 0 0 252px;
		min-height: 250px;
		padding: 16px 0 43px 12px;
		width: 660px; /* 703 - 31px margin = 418 - 12px padding = 406 */
	}
		#envelope.l1 #content {
			padding: 18px 0 0 21px;
			width: 651px;
		}
		#envelope.wFocusArea #content {
			width: 406px; /* 449 - 31px margin = 418 - 12px padding = 406 */
		}
	
	#envelope #colSecondary {
		display: inline;
		margin-left: -924px;
		width: 221px;
	}
		#envelope.wFocusArea #colSecondary {
			margin-left: -948px;
		}
		#envelope.l1 #colSecondary {
			margin-top: -86px;
		}
		#colSecondary div#contact {
			margin: 37px auto 0 auto;
			width: 178px;
		}
	
	#envelope #focusAreas {
		margin: 33px 0 0 0;
		padding: 0 0 0 62px;
		width: 216px; /* 278 */
	}	
		#envelope.l1 #focusAreas {
			margin-top: 40px;
		}
		#envelope #focusAreas.wImage {
			margin-top: -84px;
		}
			#envelope.l1 #focusAreas.wImage {
				margin-top: 120px;
			}
	
	
	
	

/* Footer Styles */
#footer {
	clear: both;
	color: #9BA4A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 auto;
	padding: 10px 0 50px 8px;
	width: 936px; /* 948 */
}
	#footer a {
		font-size: 1em;
		font-weight: normal;
	}

	#copyright {
		float: left;
		margin: 0 13px 0 0;
	}

    #socialmediaicons {
        float: right;
    }
	
	ul#navFooter {
		float: left;
	}
		#navFooter li {
			float: left;
			margin: 0 9px 0 0;
		}
			#navFooter li a {
				background: url(../../img/interface/nav-pipe-divider.gif) right 2px no-repeat;
				padding: 0 9px 0 0;
			}
				#navFooter li.selected a {
					text-decoration: underline;
				}
				#navFooter li a.last {
					background: none;
				}

	#credit {
		float: right;
	}