h1
{
	font-size: 3em;
	font-weight: 200;
}

h2
{
	color: #000;
	font-weight: 200;
}

h3
{
	color: red;
	font-weight: 200;
	margin-bottom: 15px;
	margin-top:    15px;
}

label
{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	margin-right: 10px;
}

div.events
{
	margin-top: 25px;
}

div.media-contact-info
{
	background-color: #cbeaff;
	float: right;
	height: 193px;
	margin-top: 50px;
	width: 434px;
}

div.media-contact-info p
{
	line-height: 10px;
}
	
div.panel-left
{
	background: url(/images/background-media-contact-left.png) no-repeat;
	float: left;
	height: 193px;
	padding-left: 10px;
	padding-top: 50px;
	width: 202px;
}

div.panel-left p
{
	font-weight: 300;
	text-align: left;
}

div.panel-right
{
	background: url(/images/background-media-contact-right.png) no-repeat;
	float: right;
	height: 193px;
	padding-top: 10px;
	width: 200px;
}

div.panel-right p
{
	font-weight: 300;
	padding-right: 10px;
	text-align: right;
}

div.panel-separator
{
	background: url(/images/background-media-contact-separator.png) no-repeat;
	float: left;
	height: 193px;
	width: 12px;
}

p.company-name
{
	font-size: 1.5em;
	padding-bottom: 20px;
	padding-top:    20px;
}

p.contact-info-title
{
	color: #666;
	font-size: 1.60em;
	margin-bottom: 30px;
}