@charset "utf-8";
/* CSS Document */


/* SIDE-NAV
========================================================================================= */
#side_nav {
	float: left;
	width: 129px;
	padding: 10px 10px 40px 10px;
	margin-right: 24px;
	border: 1px solid #ccc;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

#side_nav li {
	font-size: 12px;
	color: #1c1c1c;
	line-height: 1.4;

}

#side_nav li#this {
	font-weight: bold;
}


/* CONTENT (This refers to box right of SIDE-NAV)
========================================================================================= */
#content {
	float: left;
	width: 590px;
	padding-bottom: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1.1;
	color: #1c1c1c;
}

h1,
p.pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 36px;
}

p.subtitle {
	font-size: 15px;
	font-weight: bold;
}

p.body {
	margin-top: 1px;
	margin-bottom: 3px;
}

p.name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

p.qtn {
	font-style: normal;
	font-weight: bold;
}

p.ans {
	font-style: normal;
	margin-bottom: 12px;
}

div.section {
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 21px;
	width: 844px;
}

div.sectionLast {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

div.person {
	float: left;
	width: 670px;
	padding-bottom: 17px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 17px;
}

div.personLast {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

div.person .image {
	width: 150px;
	float: left;
	margin-right: 14px;
}

div.person .info {
	float: left;
	width: 466px;
}

div.paraMain {
	margin-bottom: 14px;
}

#content #about_banner {
	/*position: relative;
	left: 0px;*/
	width: 844px;
	height: 396px;
	background: url(/images/index/block_big/handstand.jpg) no-repeat;
	margin-bottom: 4px;
	padding: 0;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
#content #about_banner .logo {
	position: absolute;
	top: 19px;
	right: 29px;
}
#content #about_banner h1 {
	position: relative;
	top: 24px;
	text-align: center;
	letter-spacing: 1.5px;
	color: black;
}

#content #body_newsletter {
	margin-top: -4px
}

#content #body_newsletter .formArea {
	margin: 0;
	padding: 0;
}

#content #body_newsletter .label {
	float: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
	/*color: #969696;*/
	color: #080808;
	margin: 12px 0 0;
}

#content #body_newsletter .field {
	float: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #6e6e6e;
	background-color: #d1d1d1;
	padding: 3px 0 0 5px;
	margin: 7px 8px 0;
	width: 128px;
	height: 19px;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content #body_newsletter .button {
	float: left;
	margin-top: 8px;
}
