/*=main content
----------------*/
#contentWrapper #mainContent {
	float: right;
	width: 454px;
	padding: 0px 0 5px;
	margin-right: 35px;
	display: inline;
}

html>body #contentWrapper #mainContent {
	float: right;
	width: 454px;
	padding: 35px 0 13px;
	margin-right: 35px;
	display: inline;
}

/*=contact information
-----------------------*/
#mainContent #contactInfo {
	background: #ffffff;
	padding: 103px 27px;
}

html>body #mainContent #contactInfo {
	background: #ffffff;
	padding: 23px 27px;
}

#contactInfo h1 {
	text-indent: -9999px;
	margin: 0;
	width: 178px;
	height: 9px;
	background: url(../images/h1_contact.gif) no-repeat;
	font-size: 10px;
	line-height: 1.0;
}

/*=contact table
----------------*/
#contactInfo table#contactTable {
	font-size: 11px;
	margin: 70px 0 0 45px;
	width: 340px;
	text-align: center;
	color: #464646;
}
#contactTable th {
	vertical-align: top;
	padding-bottom: 15px;
	
	width: 170px;
	text-align: left;
}
#contactTable th .membership { font-size: 10px; }
#contactTable th .title { font-size: 10px; }

#contactTable #emailAddresses td { padding-top: 13px;}

#contactTable a { color: #464646; text-decoration: none; }
#contactTable a:hover { color: #000; }

address {
	color: #464646;
	line-height: 1.3;
	margin: 60px 0 5px;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

html>body address {
	color: #464646;
	line-height: 1.3;
	margin: 60px 0 37px;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}