/* structure */
#page {
	margin: 0 auto;
	background: #f1f2f2;
}

/* header */
#branding {
	z-index: 1;
	position: relative;
}
	#branding img.headerImage {
		height: auto;
		margin-bottom: -7px;
		width: 100%;
	}
	
	#branding #title {
		z-index: 1;
		position: absolute;
		top: 9%;
		left: 20%;
		width: 22%;
	}
		#branding #title a {
			height: 100%;
		}

		#branding #title img {
			height: auto;
			width: 100%;
			max-width: 265px;
		}
			#branding #title img.ieOld {
				display: none;
			}
			
			#ie7 #branding #title img.regular ,
			#ie8 #branding #title img.regular {
				display: none;
			}
			
			#ie7 #branding #title img.ieOld ,
			#ie8 #branding #title img.ieOld {
				display: block;
			}
		
/* content cols */
#main {
	clear: both;
	z-index: 10;
	position: relative;
	padding: 0;
}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
		max-width: 740px;
	}
		#primary #content {
			margin: -28% 0 0 2%;
			padding: 5% 5% 2% 5%;
			width: 85%;
			min-height: 530px;
			background-color: #ffffff;

			-moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 10px;
			-webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 10px;
			box-shadow: rgba(0, 0, 0, .2) 0 1px 10px;
		}
	

#secondary {
	float: left;
	width: 19%;
	margin: 1% 0 0 0;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	overflow: hidden;
	padding: 0 8.9% 1.625em 0;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}

	.error404 #main .widget ul {
		list-style: none;
	}
	
.error404 #main .widget_tag_cloud {
	margin-right: 0;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	padding: 1em 26% 1.625em 18.5%;
	overflow: hidden;
}

/* Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 2%;
	/* width: 22%; */
}

	#supplementary.three .widget-area  .widget_text {
		min-height: 100%;
		margin: 0 0 1em 0;
	}
	
	#supplementary.three #third {
		margin-right: 2%;
	}
	
	#supplementary.three .widget-area h3 {
		padding: 0;
		font-size: 11px;
		font-weight: bold;
		font-family: arial, sans-serif;
		background-color: transparent;
		color: #99a0aa;
	}
	
	#supplementary.three .widget-area p {
		font-size: 11px;
		font-weight: normal;
		line-height: 1.5em;
		color: #99a0aa;
	}
.image-area {
	display: block;
	margin: 10px 0 0 0;
}
	.image-area ul {
		width: 100%;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}
		.image-area ul li {
			list-style: none;
			float: left;
			margin: 0 0 0 20px;
		}
		.image-area ul li:first-child {
			margin: 0 0 0 0;
		}
