@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 940px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/home/home_bkg_r2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 821px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #999;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding-top: 0;
	padding-right: 236px;
	padding-bottom: 0;
	padding-left: 236px;
	text-align: left;
}
.oneColFixCtr #mainContent thumbnails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtr #mainContent title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #999;
	padding-top: 0;
	padding-right: 250px;
	padding-bottom: 0;
	padding-left: 250px;
	text-align: center;
	top: 230px;
}
img.thumbnail  {
	border: 1px solid #CCC;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	margin-left: 6px;
}
img.thunmbnailLARGE {
	border: 1px solid #CCC;
	width: 70px;
	height: 70px;
}

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.TooltipContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-align: left;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}

