#wrapper {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

#content {
	display: block;
	float: left;
	width: 640px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.openQuote {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../layout/open_quote_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.closeQuote p {
	display: block;
	float: left;
	min-width: 30px;
	min-height: 30px;
	padding-right: 30px;
	background-image: url(../layout/close_quote_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.link,
.download {
	display: block;
	padding-left: 25px;
	margin-left: -10px;
	background-repeat: no-repeat;
	background-position: left top;
}

.link a,
.download a {
	font-size: 13px;
	line-height: 25px;
}

.link {
	background-image: url(../layout/link_dot_2.png);
}

.download {
	background-image: url(../layout/download.png);
}

.image {
	display: block;
	height: 180px;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a:hover .image {
	background-position: 0px -190px;
}

.logo {
	display: block;
	margin-bottom: 10px;
}

#field1 {
	display: block;
	position: relative;
}

#field1 .sectionDivide {
	display: block;
	width: 640px;
	height: 30px;
	background-image: url(../layout/section_divide.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#field1 .section {
	display: block;
	width: 630px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#field1 .section h1 {
	display: block;
	width: 560px;
}

#field1 .section h2,
#field1 .section h3,
#field1 .section p {
	display: block;
	width: 400px;
}

#field1 .section .link,
#field1 .section .download {
	width: 385px;
}

#field1 .section .closeQuote p {
	width: 340px;
}

#field1 .section .image {
	width: 560px;
	background-image: url(../layout/image_bg.png);
}

#field1 .section .column2,
#field1 .section .column3 {
	display: block;
	float: left;
}

#field1 .section .column2 {
	margin-right: 30px;
	width: 270px;
}

#field1 .section .column2 h2,
#field1 .section .column2 h3,
#field1 .section .column2 p {
	display: block;
	width: 265px;
}

#field1 .section .column2 .link,
#field1 .section .column2 .download {
	width: 255px;
}

#field1 .section .column2 .closeQuote p {
	width: 210px;
}

#field1 .section .column2 .image {
	width: 270px;
	background-image: url(../layout/image_column2_bg.png);
}

#field1 .section .column3 {
	margin-right: 20px;
	width: 180px;
}

#field1 .section .column3 h2,
#field1 .section .column3 h3,
#field1 .section .column3 p {
	display: block;
	width: 175px;
}

#field1 .section .column3 .link,
#field1 .section .column3 .download {
	width: 165px;
}

#field1 .section .column3 .closeQuote p {
	width: 120px;
}

#field1 .section .column3 .image {
	width: 180px;
	background-image: url(../layout/image_column3_bg.png);
}

#field1 .section .slideshowContainer {
	display: block;
	width: 640px;
	height: 300px;
	padding: 10px;
	margin-left: -40px;
	margin-right: -10px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
	background-image: url(../layout/slideshow_generic_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#field1 .section .slideshow {
	display: block;
	width: 640px;
	height: 300px;
	overflow: hidden;
	position: relative;
}