/*
 * Style sheet for contactus.php
 */

#postal, #phone, #email
{
	margin-bottom: 25px;
	/*margin-left: 10px;*/
	text-align: left;
}

#postal h2, #phone h2, #email h2
{
	margin-bottom: 5px;
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
}

#postal ul, #phone ul, #email ul
{
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#postal li, #phone li, #email li
{
	display: block;
	list-style-type: none;
	padding-right: 2px;
	padding-bottom: 2px;
}

#postal a, #phone a, #email a, #staff a
{
	color: #000;
	text-decoration: none;
}

#postal a:hover, #phone a:hover, #email a:hover, #staff a:hover
{
	color: #cd3528;
	text-decoration: underline;
}

#postal ul
{
	color: #000;
	font-size: 15px;
}

#phone h3
{
	color: #000;
	margin: 0;
	padding-right: 10px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#prospective-talent
{
	/*margin-left: 10px;*/
	border: 1px solid #000;
	text-align: left;
}

#prospective-talent h2
{
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
	margin: 10px;
}

#prospective-talent h3
{
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 13px;
}

#staff
{
	border: 1px solid #000;
	text-align: left;
}

#staff h2
{
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
	margin: 10px;
}

.staff-memeber
{
	padding: 1em;
}

.staff-member ul
{
	margin: 10px;
	padding-left: 0;
}

.staff-member li
{
	display: block;
	list-style-type: none;
	padding-right: 2px;
	padding-bottom: 2px;
}

.staff-name
{
	color: #000;
	font-size: 15px;
	border-bottom: 1px dashed #cd3528;
}

.staff-member h3
{
	color: #000;
	margin: 0;
	padding-right: 10px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
