/* ======================================== */
/* bacoustics_screen.css                    */
/* ======================================== */


body
{
	margin: 0px;
	padding: 0px;
	background-color: #91815e;
	background-image: url("../images/body_bg.gif");
	color: #fff;
}

img
{
	border: none;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

/* ======================================== */
/* Main                                     */
/* ======================================== */
div#Main
{
	position: relative;
	width: 762px; /* -2px from total width to account for 1px border to fix margin collapsing */
	padding: 0px 0px 7px 0px;
	margin: 20px auto;
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	text-align: left;
}


/* ======================================== */
/* Page Header                              */
/* ======================================== */
div#PageHeader
{
	position: relative;
	margin: 6px 6px 0px 6px;
	background-color: #fff;
	color: #000;
	z-index: 1000; /* IE: Layers drop-down menus above other content. */
}

div#PageHeader h1.pageHeader
{
	display: none;
}

div#PageHeader object#HeaderAnimation
{
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- */
/* navigation                            */
/* ------------------------------------- */
div#NavigationDiv
{
	position: relative;
	height: 20px;
	margin: 10px 0px 0px 0px;
	background-color: #777777;
	color: #fff;
}

/* see navigation.css */


/* ======================================== */
/* Page Body                                */
/* ======================================== */
div#PageBody
{
	position: relative;
	margin: 7px 6px 0px 6px;
	/*background: #fff;*/
	background-image: url("../images/page_body_bg.gif");
	background-repeat: repeat-y;
	color: #000;
}

/* ------------------------------------- */
/* left colum                            */
/* ------------------------------------- */
div.column01
{
	/*float: left;*/
	width: 510px;
	background-color: #fff;
	color: #333;
}

/* live text heading, image border */
/*
div.column01 h2.column01
{
	font-family: "TradeGothic LT CondEighteen", verdana, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	padding: 0px 7px 6px 7px;
	margin: 0px 0px 11px 0px;
	background: #fff;
	background-image: url("../images/page_body_h2_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
*/

/* live text heading, css border */
div.column01 h2.column01
{
	font-family: "xTradeGothic LT CondEighteen", verdana, sans-serif;
	/*font-size: 30px;*/ /* TradeGothic LT CondEighteen */
	font-size: 22px;
	text-transform: uppercase;
	color: #333;
	/*
	padding: 15px 7px 6px 7px;
	*/
	padding: 5px 7px 6px 7px;
	border-bottom: 3px double #ccc;
	margin: 0px 0px 12px 0px;
	background: #fff;
	/*
	background-image: url("../images/heading_01.gif");
	background-repeat: no-repeat;
	background-position: 7px 5px;
	*/
}

div.column01 h3.column01
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 11px 7px 11px 7px;
	margin: 0px 0px 0px 0px;
}

div.column01 h3.title
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 7px 11px 7px;
	margin: 0px;
}

div.column01 p.column01
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 7px 11px 7px;
	margin: 0px;
}


div.column01 p.beforeFootnote /* Extends "div.column01 p.column01" */
{
	padding: 0px 7px 11px 7px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
}

div.column01 p.column01 a
{
	color: #3eb0af;
	text-decoration: none;
}

/* ------------------------------------- */
/* footnote box and columns              */
/* ------------------------------------- */
div.footnote
{
	background-color: #e6f7f7;
	color: #333;
}

div.footnote h3.footnote
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
}

div.footnote p.footnote
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 7px 11px 7px;
	margin: 0px 0px 0px 0px;
}

div.footnote p.last
{
	padding: 0px 7px 0px 7px;
}

div.footnote p.footnote a
{
	color: #3eb0af;
	text-decoration: none;
}

div.footnote div.full
{
	background-color: #e6f7f7;
	padding: 7px 0px 7px 0px;
}

div.footnote div.left
{
	float: left;
	width: 50%;
	background-color: #e6f7f7;
	padding: 7px 0px 7px 0px;
}

div.footnote div.right
{
	float: right;
	width: 50%;
	background-color: #e6f7f7;
	padding: 7px 0px 7px 0px;
}

div.footnote div.rightborder h3.footnote,
div.footnote div.rightborder p.footnote
{
	border-right: 1px solid #ccc;
}

div.footnote div.leftborder h3.footnote,
div.footnote div.leftborder p.footnote
{
	border-left: 1px solid #ccc;
}

/* ------------------------------------- */
/* right colum                           */
/* ------------------------------------- */
div.column02
{
	/*float: right;*/
	width: 230px;
	background-color: #ebe8e0;
	color: #333;
	/*
	background-image: url("../images/subtopics.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 20px 0px 0px 0px;
	*/
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
}

div.column02 h2.column02
{
	display: none;
}

div.column02 h3.column02
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div.column02 p.column02
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 10px 11px 10px;
	margin: 0 0 0 0;
}

div.column02 p.column02 a
{
	text-decoration: none;
	color: #3eb0af;
}


/* ------------------------------------- */
/* "specificationsList" list             */
/* ------------------------------------- */
dl.specificationsList
{
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;

	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

dl.specificationsList dt
{
	font-weight: bold;
	margin: 11px 0px 0px 0px;
}

dl.specificationsList dd
{
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------- */
/* "column01" list                       */
/* ------------------------------------- */
ul.column01
{
	padding: 0px;
	margin: 0px 40px 12px 40px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}


/* ------------------------------------- */
/* "educationList" list                  */
/* ------------------------------------- */
ul.educationList
{
	margin: 10px 0px 10px 0px;
	padding: 0px 40px 0px 40px;
	list-style-type: none;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

ul.educationList li
{
	margin: 0px 0px 10px 0px;
}

ul.educationList li span.certification
{
	font-weight: bold;
}


/* ------------------------------------- */
/* "vCard" list                          */
/* ------------------------------------- */
ul.vCard
{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	list-style-type: none;
}

ul.vCard li.name,
ul.vCard li.title,
ul.vCard li.detail,
ul.vCard li.vCardLink
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

ul.vCard li.name
{
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

ul.vCard li.title
{
	margin-bottom: 12px;
}

ul.vCard li.vCardLink
{
	margin-top: 12px;
}

ul.vCard a
{
	color: #3eb0af;
	text-decoration: none;
}





form.standard,
textarea
{	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

form.standard
{
	margin: 0px;
	padding: 0px 7px 11px 7px;
}

form.standard fieldset
{
	padding: 0px;
	border: none;
	margin: 0px;
}

form.standard legend
{
	display: none;
	padding: 0px;
	margin: 0px;
}

form.standard label,
form.standard input
{
	display: block;
}

form.standard label
{
	margin: 11px 0px 2px 0px;
	font-weight: bold;
}

form.standard p.error
{
	margin: 0px 0px 11px 0px;
	color: #900;
}

.required
{
	font-weight: bold;
	color: #900;
}


/* EOF */