﻿@charset "utf-8";
/* CSS Document */

#synopsis #words #h1Background {
	background:#b6d389 url(images/topRightContactUs.gif) right top no-repeat;
}
#synopsis #words #descriptionBackground {
	background:#8fbc49 url(images/botLeftContactUs.gif) left bottom no-repeat;
}
#mainContent table.contactList {
	width:100%;
	border:none;
	margin:0.5em 0 1em 12px;
}
#mainContent table.contactList tr.alt {
	background-color:#eeeeee;
}
#mainContent table.contactList td {
	vertical-align:top;
	padding:.25em 0 .25em .5em;
	border-bottom:#cccccc 1px dotted;
}
#mainContent table.contactList td.contactInfo{
	width:170px;
}
#mainContent table.contactList td p {
	font-size:80%;
	padding:0;
}
#mainContent table.contactList td p.position,
#mainContent table.contactList td p.locationName {
	font-size:90%;
	font-weight:bold;
}

#mainContent table.contactList td.contactInfo p {
	padding-top:1.2em;
}
#mainContent div.contactUsHeading {
	overflow:auto;	/* contain and clear floats */
}
#mainContent div.contactUsHeading h2 {
	color:#e17000;
	float:left;
}
#mainContent div.contactUsHeading a.backToTop {
	float:right;
	font-size:70%;
	margin-right:100px;
	text-transform:lowercase;
	padding:.5em 15px 0 0;
	color:#6c6f70;
	background:url(images/backToTop.gif) right 70% no-repeat;
}
#mainContent div.contactUsHeading a.backToTop:hover {
	color:#e17000;
}
/* Contact Us doesn't share a subnav, so special CSS goes right here */
#contactUsPage #subnav img {
	border:none;
	padding:0 1px;
}

