/* --------------------  general  -------------------- */
#homeContainer
{
	display: inline;
	width: 988px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
}
/* --------------------  cols  ----------------------- */
#homeContainer #homeCol1
{
	display: inline;
	position: relative;
	float: left;
	width: 580px;
	margin: 11px 23px 11px 21px;
}
#homeContainer #homeCol2
{
	display: inline;
	position: relative;
	float: left;
	width: 340px;
	margin: 11px 0px 11px 0;
}
/* --------------------  one  ----------------------------- */
#one
{
	width: 573px;
	margin: 2px;
}
/* --------------------  two  ----------------------------- */
#two
{
	width: 573px;
	margin: 10px 0 10px 2px;
}
/* --------------------  three  --------------------------- */
#three
{
	border: 1px solid #cbccc3;
	background-color: #f4f5ec;
	padding: 9px;
	margin-bottom: 20px;
}
/* --------------------  four  ---------------------------- */
#four
{
	margin: 15px 0 10px 0;
	background-color: #f4f5ec;
}
/* --------------------  five  ---------------------------- */
#five
{
	margin: 15px 0 10px 0;
	background-color: #f4f5ec;
}
/* --------------------  one: slideshow  ------------------ */
/* --------------------  two: snippets  ------------------- */
#two div
{
	float: left;
	padding:  0 0 0 9px;
}
#two div.first
{
	padding:  0;
}
/* --------------------  three: body  --------------------- */
#three
{
	font-size: 1.1em;
}
#three a:link, #three a:visited
{
	text-decoration: none;
}
#three a:hover, #three a:active
{
	text-decoration: underline;
}
#three .headshot
{
	float: right;
	margin: 0 0 0 5px;
	padding: 0 0 7px 20px;
}
#three p
{
	margin: 0 0 12px 0;
}
#three p.tagline
{
	font-weight: bold;
	font-size: .95em;
}
#three p.tagline img
{
	margin: 0 0 0 5px;
}
#three p.signature
{
	font-size: .9em;
	margin: 0 0 20px 5px;
}
#three p.signature a.readmore
{
	font-size: .9em;
}
#vpimgleft
{
	padding: 0 10px 0 0;
}
#vpimgright
{
	padding: 0;
}

/* --------------------  four: custom links  -------------- */
#four #CustomLinks h3
{
	text-align: center;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	color: white;
	background-color: #374c7a;
}
#four #CustomLinks ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cbccc3;
}
#four #CustomLinks ul li
{
	padding: 4px 0 4px 25px;
	background-image: url(/~/media/Images/procurement/bgImages/bullet-quick-green.gif);
	background-repeat: no-repeat;
	background-position:  12px 0.7em;
}
#four #CustomLinks a:link, #four #CustomLinks a:visited
{
	color: black;
	text-decoration: none;
}
#four #CustomLinks a:hover, #four #CustomLinks a:active
{
	color: #003399;
	text-decoration: underline;
}
/* --------------------  five: quick links  --------------- */
#five .fakeQuickLink h3
{
	text-align: center;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	color: white;
	background-color: #374c7a;
}
#five .fakeQuickLink ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cbccc3;
}
#five .fakeQuickLink ul li
{
	padding: 4px 0 4px 25px;
	background-image: url(/~/media/Images/procurement/bgImages/bullet-quick-green.gif);
	background-repeat: no-repeat;
	background-position:  12px 0.7em;
}
#five .fakeQuickLink a:link, #five .fakeQuickLink a:visited
{
	color: black;
	text-decoration: none;
}
#five .fakeQuickLink a:hover, #five .fakeQuickLink a:active
{
	color: #003399;
	text-decoration: underline;
}