﻿/* CSS Document */
body 
{
	background-color: #5D87A1;
}

#topLogo 
{
	background-image: url(../images/locations_top.gif);
	background-repeat: no-repeat;
}

#pgHeader {
	width: 160px;
	height: 40px;
	line-height: 18px;
	float: left;
	padding-left: 15px;
	margin-top: 37px;
	text-align: left;
}

#inside_footer {
	background-image: url(../images/locations_bottom.gif);
	background-repeat: no-repeat;
}

#column_right {
	width: 300px;
	padding-left: 20px;
	margin-top: 195px;
	text-align: left;
}

#column_left {
	width: 190px;
	background-image: url(../images/white_bg_rsc.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#pgContent 
{
	background-image: url(../images/white_bg_rsc.gif);
	background-repeat: repeat-y;
}

.inside_pg_ovr #pgHeader, .inside_pg_3dg #pgHeader { margin-top: 16px; height: 60px; line-height: 22px; }
.inside_pg_3dg #column_left { background-image: none !important; width: 150px; }
.inside_pg_hub #column_left { width: 175px; }
