/* 'Element' styles */
a {
	color:#839DB4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body, td {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	overflow-y:scroll;
}
h1 {
	font-size:1.7em;
	font-weight:bold;
	margin-right:17px;
	margin-left:17px;
}
h2 {
	font-size:1.4em;
	margin-right:17px;
	margin-left:17px;
}
p, form, #emailreturn {
	margin-top:0px;
	margin-right:17px;
	margin-left:17px;
}
sup {
	font-size:0.85em;
}

/* -- Layout -- */
#container { /* top level div containing all other layout */
	margin:0 auto;
	width:815px;
}
#header {
	height:116px;
	clear:both;
}
#leftColumn {
	float:left;
	width:200px;
	min-height:405px;
	margin-top:18px;
}
#rightColumn {
	float:right;
	width:615px;
	min-height:405px;
}
.rightColumnPad {	
	padding-top:18px;
}
#footer .screen{
	clear:both;
	text-align:center;
	padding:7px 0px 7px 0px;
}
#footer .print {
	display:none;
}
.innerColumn {
	margin-top:15px;
	width:297px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* -- Body object styling (classes) -- */
.bigImage {
	padding-left: 18px;
}
.bodyBox, .sidebarBox {
	padding: 18px;
}
.bodyBox img {
	padding-left: 16px;
	padding-bottom: 10px;
}
.bold {
	font-weight:bold;
}
.blockHeading {
	font-size:1.4em;
	font-weight:bold;
}
.bodyBoxHeading, .sidebarHeading {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.7em;
	clear:both;
}
.bodyBoxLink, .sidebarLink {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.3em;
	clear:both;
}
.bodyBoxLink {
	position:relative;
	top:-7px;
}
.clientLogosHeader {
	font-size:1.1em;
	font-weight:bold;
	margin-left:17px;
	margin-right:17px;
}
#stopwatchDisplay {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	position: relative;
	top:-175px;
	left:122px;
	letter-spacing:-2px;
}
.required {
	color:#FF0000;
	font-size:1.3em;
	padding-left:3px;
}
.readonly {
	font-style:italic;
	color:#999999;
}

.dppAnswer {
	clear:both;
	display:none;
}
.question {
	float:left;
	margin-left:18px;
	font-weight:bold;
	clear:both;
}
.answers {
	float:right;
	margin-right:18px;
}
.answers a {
	font-weight:bold;
	clear:right;
}
#delicious {
	list-style-image:url(../_gfx/del.icio.us.png);
}
#digg {
	list-style-image:url(../_gfx/digg.png);
}
#reddit {
	list-style-image:url(../_gfx/reddit.png);
}
#stumble {
	list-style-image:url(../_gfx/StumbleUpon.png);
}
#bookmarking ul {
	margin-top:3px;
	margin-bottom:3px;
}
#bookmarking a {
	position:relative;
	top:-4px;
}
/* -- Colo(u)rs -- */
.BGGreen {
	background-color:#3CC882;
}
.BGLightBlue {
	background-color:#3399CC;
}
.BGMidBlue {
	background-color:#0066CC;
}
.BGPurple {
	background-color:#55728C;
}
.BGPurple2 {
	background-color:#6583A3;
}
.BGTeal {
	background-color:#2999A3;
}
.BGWhite {
	background-color:#FFFFFF;
}
.FGDarkGrey {
	color:#333333;
}
.FGMidGrey {
	color:#666666;
}
.FGLightBlue {
	color:#3399CC;
}
.FGMidBlue {
	color:#479CB8;
}
.FGWhite, a.FGWhite {
	color:#FFFFFF;
}
.FGPurple {
	color:#55728C;
}

/* -- Masthead -- */
.greyBar {
	background-color:#ebf0f6;
}

/* -- Navigation -- */
#nav-menu {
	height:25px;
	background-image:url(../_gfx/navigation-background.gif);
	background-repeat:repeat;	
}
#nav-menu ul {
	list-style:none;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#nav-menu li {
	float: left;
}
#nav-menu li a {
	background:url(../_gfx/navigation-background.gif);
	background-repeat:repeat;
	height:22px;
	float:left;
	width:133px;
	/* width:161px; *//* If 'About Us' page is NOT included*/
	/* width:133px; *//* If 'About Us' page is included */
	display:block;
	border-right:1px solid #788389;
	border-left:1px solid #CCCCCC;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	font-size:0.9em;
	letter-spacing:0.125em;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float:none;
}
/* End hide */
.bodyBoxHeading1 {
	clear:both; 
	padding-bottom:19px;
}