* {
	margin: 0;
	padding: 0;
}
img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: #663B78;
}
a:hover
{
	color: #B1AA67;
	/*font-weight: bold;*/
}
/* ================================================================= */
body
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 62.5%;    /* !! DO NOT CHANGE !! */
	color: #000;
/*	padding-top: 15px;	*/
	padding-top: 0;
	padding-bottom: 15px;
	text-align: center;

	background-image: url('../images/siteBackgroundTile.png');
}
#siteContainer
{
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
}
#pageContainer
{
	width: 800px;
/*	border: 1px solid black;	*/
	background: white;
	/*background: orange;*/
}
/* ================================================================= */
div#middleContainer
{
	border-top: 1px solid white;
}
div#leftColumnContainer
{
	float: left;
	width: 167px;
	background-color: white;
}
div#rightColumnContainer
{
	margin-left: 190px;
	margin-right: 40px;
	/*background-color: yellow;*/
	background-color: none;
}
/* ================================================================= */
/* ===( Crumbtrail - Include )====================================== */
/* ================================================================= */

div#crumbtrailContainer
{
	height: 30px;
	/*border-bottom: 1px solid red;*/
}
p#crumbtrailPara
{
	font-size: 1.1em;
	
	margin-top: 5px;
	margin-left: 25px;
}
a.crumbtrailLink
{
	font-size: 1.0em;
	font-weight: bold;
	/*color: #163651;*/ /* Peacock Blue */
	text-decoration: none;
}
a.crumbtrailLink:hover
{
	/*color: #B1AA67;*/ /* Peacock Pea Green */
	font-weight: bold;
	/*text-decoration: none;*/
}
span.crumbtrailText
{

}
span.crumbCarrot
{
	margin-left: 8px;	
	margin-right: 8px;
}

/* ================================================================= */
/* ===( Body Copy Styles )========================================== */
/* ================================================================= */
img.pageBannerImage
{
	margin-top: 11px;
	margin-bottom: 10px;
}
p.bubble_header
{
	color: white;
	font-size: 2.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	
	padding-top: 5px;
	padding-left: 10px;

	height: 35px;
	background-image: url('../images/header_bubble.png');
	background-repeat: no-repeat;
}
p.headline
{
	color: #163651; /* Peacock Blue */
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
p.subhead01
{
	color: #163651; /* Peacock Blue */
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

p.bodyCopy01
{
	color: #163651; /* Peacock Blue */
	font-size: 1.1em;
	line-height: 1.6em;
	width: 385px;
	margin-bottom: 5px;
}

ul.bodyList01
{
	color: #163651; /* Peacock Blue */
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left: 13px;
}
p.headerFiller
{
	height: 84px;
	font-weight: bold;
	font-style: italic;
}
/* ================================================================= */
/* ===( Facilities Table )========================================== */
/* ================================================================= */

table#corp
{
	margin-bottom: 15px;
}

table#facilities
{
	background-color: yellow;
	background-color: white;
	width: 570px;
	/*text-align: center;*/
}
table#facilities p.city,
table#corp p.city
{
	/*font-size: 1.4em;*/
	font-size: 1.3em;
	font-weight: bold;
	color: #163651; /* Peacock Blue */
	margin-top: 5px;
}
table#facilities p.floorspace,
table#corp p.floorspace
{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
}
table#facilities p.linkHolder,
table#corp p.linkHolder
{
	margin-top: 4px;
}
table#facilities a.loc_link,
table#corp a.loc_link
{
	font-size: 1.0em;
	font-weight: bold;
	/*color: #163651;*/ /* Peacock Blue */
	text-decoration: none;
}
table#facilities a.loc_link:hover,
table#corp a.loc_link:hover
{
	color: #B1AA67;
}

table#corp p
{
	margin-left: 15px;
}
/* ================================================================= */
/* ===( Home Page Specific )======================================== */
/* ================================================================= */
div#home_callout
{
	height: 27px; /* 43 - 16 = 27*/
	background-image: url('../images/homepage_callout_bg.png');
	background-repeat: no-repeat;
	
	margin-top: 20px;
	margin-left: 20px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	
}
div#home_callout p
{
	margin-bottom: 4px;

}
div#home_callout a
{
	font-size: 1.1em;
	font-weight: bold;

	background-image:url(../images/linkArrow_green.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color: #163751; /* Peacock Blue */
	padding-right:13px;
}
/* ================================================================= */
/* ===( Site Map )================================================== */
/* ================================================================= */
ul.siteMap,
ul.siteMap a
{
	font-size: 1.1em;
	/*color: #163751;*/ /* Peacock Blue */
	/*margin-left: 5px;*/
}
ul.siteMap ul.L2
{
	margin-left: 12px;
}
ul.siteMap ul.L3
{
	margin-left: 12px;
}
/*
ul.siteMap a
{
	color: red;
}
*/
/* ================================================================= */
/* ===( Clients )=================================================== */
/* ================================================================= */
table#clientLogos
{
	width: 600px;
	background-color: white;
	text-align: center;
}
/* ================================================================= */
/* ===( Clients )=================================================== */
/* ================================================================= */
div.bio
{
	display: none;
}
/* ================================================================= */
/* ================================================================= */
table#timelineTable
{
	width: 385px;
	/*background-color: lightgray;*/
	color: #163651; /* Peacock Blue */
	font-size: 1.1em;
	line-height: 1.6em;
}
table#timelineTable td
{
	vertical-align: top;
	padding-bottom: 5px;
}
table#timelineTable td.firstColumn
{
	padding-right: 5px;
}