/* arobella_screen.css */

body,
div, span,
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dl, dt, dd
{
	margin: 0px;
	padding: 0px;
}

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

img
{
	border: none;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

div#main
{
    position: relative;
    width: 790px;
    margin: 20px auto;
}

div#pheader-shadow
{
    position: relative;
    width: 790px;
    height: 169px;
    background-image: url("images/shadow_top.png");
    background-repeat: no-repeat;
}

div#pheader
{
    position: relative;
    width: 750px;
    height: 146px;
    top: 9px;
    left: 13px;
    background-color: #fff;
    border: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

div#pheader img
{
    position: relative;
}

div#navigation
{
	position: relative;
	height: 20px;
	background-color: #777777;
	color: #fff;
  border-top: 2px solid #fff;
  z-index: 1000; /* IE: Layers drop-down menus above other content. */
}

/* see navigation.css */

div#pbody-shadow
{
    position: relative;
    width: 790px;
    background-image: url("images/shadow_middle.png");
    background-repeat: repeat-y;
}

div#pbody
{
    position: relative;
    width: 764px;
    left: 13px;
    background-color: #fff;
}

div#pcontent
{
    position: relative;
    width: 750px;
    left: 7px;
    background: #fff url("images/pbody_bg.gif") repeat-y;
}

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

div.column01 h1.column01
{
	font-family: "xTradeGothic LT CondEighteen", verdana, sans-serif;
	/*font-size: 30px;*/ /* TradeGothic LT CondEighteen */
	font-size: 20px;
	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 h2.column01
{
	font-family: verdana, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
}

div.column01 h2.title
{
	margin-bottom: 11px;
}

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

div.column01 p.first
{
	padding-top: 5px;

}


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
{
	
	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;*/
	background-color: rgb(231, 231, 231);
	/*background-color: #e8ede1;*/
	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;
}

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

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: 0px;
}

div.column02 p.column02 a
{
    color: #6b874e;
}

/* ------------------------------------- */
/* "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,
ul.column01 ul,
ol.column01,
ol.column01 ol,
ol.column01 ul
{
	padding: 0px;
	margin: 0px 7px 12px 40px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

ul.team
{
    margin: 11px 7px 11px 7px;
    list-style: none;
}

ul.team span.title
{
    font-style: italic;
}

ul.team a
{
    color: #6b874e;
}

/* ------------------------------------- */
/* "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: 15px;
	line-height: 18px;
}

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

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

ul.vCard a
{
	color: #000;
}

ul.vCard li.picture img
{
	border: 3px solid #cad5b8;
}




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;
}

div#pfooter-shadow
{
    position: relative;
    width: 790px;
    height: 23px;
    background-image: url("images/shadow_bottom.png");
    background-repeat: no-repeat;
}

div#pfooter
{
    position: relative;
    width: 764px;
    height: 10px;
    left: 13px;
    background-color: #fff;
}




table.arobella
{
    font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0px 7px 11px 7px;
    color: #333;
}

table.arobella th,
table.arobella td
{
    font-weight: normal;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

table.arobella tr.column-heading th
{
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #000;
}

table.arobella tr.sub-group th
{
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
}

table.arobella tr.data td
{
    background-color: #e8ede1;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}


table.footnote
{
    font-family: verdana, sans-serif;
	font-size: 11px;
    font-style: italic;
	line-height: 14px;
	padding: 0;
	margin: 0px 7px 11px 7px;
    color: #333;
}

table.footnote th,
table.footnote td
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
}


div#footer
{
	background-color: #fff;
	border-top: 6px solid #fff;
}

div#f1
{
	background-color: #fff;
	border-top: 1px solid #ccc;
}

div#f2
{
	background-color: #e8ede1;
	padding: 6px;
	border-top: 6px solid #fff;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666;
}

div#f2 div.box
{
	float: left;
	height: 50px;
		background-color: #e8ede1;

    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
}

div#f2 p,
div#f2 a
{
    font-size: 9px;
    line-height: 14px;
    font-style: normal;
    color: #666;
    margin: 0;
}

div#f2 div#copyright
{
	padding-left: 0;
	border: none;
}

/* EOF */
