/* Global Site Style */
* {
	margin: 0;
	padding: 0;
}
body, table, td {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}
td {
	vertical-align:top;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.clear {
	clear: both;
}
/* Layout Options */
#pageContainer {
	width: 780px;
	margin: auto;
}
#header {
	position: relative;
	margin-bottom: 8px;
	padding-top: 8px;
}
#logo {
	margin-bottom: 8px;
	width:200px;
	height:75px;
}
#sitename {
	float: right;
	margin-top: 48px;
}
#servicesDescription {
	margin-bottom: 12px;
}
#location {
	margin-bottom: 12px;
}
#footer {
	padding: 8px 1px;
}
#footer a, #footer a:link, footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, footer a:active {
	color: #000;
	text-decoration: underline;
}