.bold {
	font-weight: bold;
}

.teamphotoblank {
	float: left;
	width: 300px;
	height: 140px;
	margin: 16px 0 0 16px; /*gap around cards*/
	padding: 0;
	background-color: transparent;
	display: inline; /*required for IE6 else floated left margin doubled when float left is used!*/
}

.teamphoto {
	float: left;
	width: 300px;
	height: 140px;
	margin: 16px 0 0 16px; /*gap around cards*/
	padding: 0;
	background: transparent url('../team/TeamHeron.jpg') top left no-repeat;
	display: inline; /*required for IE6 else floated left margin doubled when float left is used!*/

}

.teamphoto img {
	float: left;
	border: 1px solid;
	border-color: #555555;
	margin: 10px 10px 0 10px;
}

.teamphoto h4, h5 {
	color: #222222;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.teamphoto p {
	padding-top: 2px;
	padding-left: 3px;
	clear: left;
	text-align: right;
	color: #222222;
	overflow: hidden; /*needed for IE else paragraph too far down */
}

#membershipandrulescontainer {
	padding-top: 5px; /*move away from heading text*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; /*move away from heading text*/
}

#membership {
	padding-top: 1px; /*else ship and rule boxes not vert aligned*/
	width: 450px;
	margin-bottom: 35px;
	float: left;
	margin-left: 15px;
	display: inline; /*required for IE6 else floated left margin doubled when float left is used!*/
}

#membershipphoto1 {
	border: 3px solid #ffffff;
	margin: 10px 0 0 0;
	background-color: #003399;
}

#membershipphoto2 {
	border: 3px solid #ffffff;
	margin: 25px 0 0 0;
	background-color: #003399;
}

#memberrules {
	padding-top: 1px; /*else ship and rule boxes not vert aligned*/
	width: 442px;
	margin-left: 498px;
	padding-bottom: 10px;
}

a.emailcards {
	font: 14px arial, sans-serif, helvetica;
	color: #000000;
	text-decoration: none;
}

#memberrules p {
	text-align: justify;
	padding-bottom: 2px;
}
