/* start: gogol map styles */
#map {
	width: 400px;
	height: 400px;
	border: solid 1px #666;
        margin-top: 15px;
}

#infowin {
	font-size: 10pt;
	width: 200px;
}

#infowin #form_link, #infowin #form_div {
	margin-top: 0.5em;
}

#infowin #form_div {
	display: none;
}

#infowin form {
	margin: 0;
	padding: 0;
}

#infowin input_txt {
	width: 200px;
}
/* end: google map styles */

/* begin: user profiles */
#profile div {
}

#profile table.people {
	border: 1px solid #ccc;
}

#profile table.people th {
	text-align: left;
	background-color: #e5e5e5;
}

#profile table.people tr {
	vertical-align: top;
	
}

#profile table.people td {
	border-top: 1px solid #ccc;
	
}

#profile h1, #profile h2, #profile h3, #profile h4 {
	line-height: 1em;
        margin: .5em 0 1em 0;                                                     
}

#profile h1 img {
	border: none;
	float: right;
}

#profile ul {
	margin: 1em 1.5em;
	padding: 0;
}

#profile .column_left {
	width: 160px;
	float: left;
	margin: 0 10px 0 10px;
}

#profile .column_left .school_color {
	border: solid 1px #666;
	height: 32px;
	width: 32px;
	vertical-align: middle;
	margin-bottom: 2px;
}

#profile .column_left .photo {
	text-align: center;
	font-size: 90%;
}

#profile .column_left .photo img {
	border: solid 1px #99c;
}

#profile .column_left .quote {
	margin: -1em 0 1em 0;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

#profile .column_right {
	float: left;
	position: relative;
}

#profile .column_right h1 {
	margin: 0 0 1em 0;
}


#profile .column_right h2 {
	margin: 1em 0 1em 0;
}

.profile_photo {
	border: solid 1px #99c;
}

.school_logo {
	border: none;
}
/* end: user profiles */

h1 span.subtitle {
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}

h2.centered {text-align: center; margin: 1em 0; }
