﻿div#Content div#PlaceHolder
{
	background-image: url(../images/lady.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #999;
	height: 280px;
	width: 760px;
}
div#Content div#Blurb
{
	color: #333;
	font-size: 0.95em;
	margin-left: 354px;
	padding-left: 10px;
	position: absolute;
	top: 112px;
	width: 220px;
}
div#Content div#Blurb h1
{
	color: #718D00;
	font-size: 1.4em;
	margin: 5px 0;
}
div#Content div#Blurb p
{
	margin: 10px 0;
}
div#Content div#TranslatorControl
{
	background-image: url(../images/control_bg.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	height: 265px;
	margin-left: 10px;
	padding: 10px;
	position: absolute; 
	top: 112px; 
	width: 344px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 245px;
	width: 324px;
}
div#Content div#TranslatorControl p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
div#Content div#TranslatorControl select
{
	font-size: 0.9em;
	width: 100px;
}
div#Content div#TranslatorControl textarea
{
	color: #333;
	font-size: inherit;
	font-family: Arial;
	height: 135px;
	margin-bottom: 5px;
	padding: 5px;
	position: absolute;
	width: 306px;
}
div#Content div#TranslatorControl div.Control
{
	top: 235px;
	position: absolute;
	width: 316px;
}
div#Content div#TranslatorControl div.Control p
{
	line-height: 0.8em;
	position: absolute;
}
div#Content div#TranslatorControl div.Control a
{
	height: 20px;
	margin-left: 145px;
	position: absolute;
	width: 173px;
}
div#Content div#TranslatorControl div.Control .Quote
{
	background-image: url(../images/translate_btn.gif);
}
div#Content div#TranslatorControl div.Control .Quote:hover
{
	background-image: url(../images/translate_btn_over.gif); 
}

div#Content img#TempPOC
{
	position: absolute;
	top: 280px;
}

div#Content table#Information
{
}
div#Content table#Information table
{
	border: solid 1px #999;
	height: 240px;
}
div#Content table#Information thead td
{
	background-color: #A5CE00;
	border-bottom: solid 1px #999;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	height: 23px;
	padding-left: 5px;
	vertical-align: bottom;
}
div#Content table#Information table tbody td
{
	background-color: #f0f0f0;
	padding: 5px;
}
div#Content table#Information table tbody td ul
{
	list-style-image: url(../images/star.gif);
	padding-left: 20px;
	_margin-left: 0; /* IE hack */
	margin-bottom: 0;
}
div#Content table#Information table tbody td li
{
	padding-bottom: 10px;
}

