/* General Page Structure */

body * {
	margin: 0px;
	padding: 0px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 800px;
}


#pageTop, #pageBottom {
	float: left;
	clear: both;
	height: 12px;
	width: 800px;
	overflow: hidden;
}

#pageHeader, #pageFooter {
	width: 760px;
	float: left;
	clear: both;
	position: relative;
	left: 20px;
}

#pageContent, #middle {
	width: 760px;
	float: left;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#pageContent, #middle * {
	float: left;
}

/* Header Structure */

#pageHeader {
	height: 72px;
}

#logoHomeLink {
	position: relative;
	top: 14px;
	float: left;
	width: 163px;
	height: 54px;
}

#menuWrapper {
	position: relative;
	top: 23px;
	left: 37px;
	width: 560px;
	float: left;
}

/* Footer Structure */

#pageFooter {
	overflow: hidden;
	height: 80px;
}

#pageFooter * {
	float: left;
	width: auto;
	overflow: hidden;
}

#footerLeft {
	position: relative;
	top: 10px;
	height: 80px;
	width: 195px;
}
#footerLeft p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#footerCenter {
	position: relative;
	top: 10px;
	height: 30px;
	width: 375px;
}

#footerCenter * {
	float: none;
}

#quickFindCode {
	height: 30px;
	float: right;
	width: 178px;
	position: relative;
	top: 10px;
}

#quickFindCode form{
	height: 30px;
	float: left;
	width: 178px;
}

#quickFindCode input {
	width: 48px;
	margin: 0px 4px 0px 4px;
}

#quickFindCode a {
	position: relative;
	top: 4px;
	left: 4px;
	width: 10px;
}

#quickFindCode label {
	position: relative;
	top: 1px;
	width: 108px;
}
