/*
******************* BWI style sheet ******************
	Mike Wirsching  10/28/2000
	Francois Briand 11/18/2003
	Mike Wirsching  02/16/2007
	Francois Briand 02/21/2007

******************************************************
*/

BODY	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Black;
	font-size: 11pt;
	font-family: Verdana;
	white-space: normal;
	}


BODY.map	
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #ffffe0;
}
BODY.project	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffed;
	font-size: 10pt;
	font-family: Verdana;
}

/*      ********************  anchors *******************    */

A:link  {
	color: Teal;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	}
A:visited  {
	color: #808080;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	}
A:active   {
	color: Aquamarine;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	}

A.latinlegend:link {
	position: absolute;
	top: 192px;
	left: 350px;
	width: 500px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ddb0b0;
}
A.latinlegend:visited {
	position: absolute;
	top: 192px;
	left: 350px;
	width: 500px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ddb0b0;
}
A.latinlegend:active {
	position: absolute;
	top: 192px;
	left: 350px;
	width: 500px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Aquamarine;
}
	
/*      ********************  headings *******************    */

H1	{
	font-family: "Arial Black";
	font-size: 10pt;
	color: Black;
	}

H2	{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: Black;
	}

H3	{
	font-family: "Arial Narrow";
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	}

/*      ********************  images *******************    */


img.hotspot
{
	cursor: hand;
}

img.logo_title
{
	position: absolute;
	top: 150px;
	left: 275px;
	width: 62px;
	height: 45px;
	z-index: 3;
}
img.logo_main
{
	position: relative;
	z-index: 5;
}

/*      ********************  text blocks *******************    */

DIV.home_top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ff000000', startColorstr='#ffa0a0a0', gradientType='0');
}
DIV.home_banner
{
	position: absolute;
	top: 201px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
DIV.home_bottom
{
	position: absolute;
	top: 402px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffa0a0a0', startColorstr='#ff000000', gradientType='0');
}
DIV.home_lands
{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 176px;
	height: 100%;
	z-index: 2;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
DIV.home_info
{
	position: absolute;
	top: 225px;
	left: 275px;
	width: 500px;
	height: 350px;
	z-index: 3;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
DIV.home_bodycopy
{
	position: absolute;
	top: 350px;
	left: 275px;
	width: 500px;
	z-index: 3;
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
	font-family: Verdana;
	color: #99aaaa;
}
DIV.main_bkg
{
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 3;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffed;
}
DIV.mainHdr_bkg
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 4;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffffed', startColorstr='#ffffdcdc', gradientType='0');
}
DIV.main_bodycopy
{
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
	font-family: Verdana;
	color: #99aaaa;
}
DIV.banner
{
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99aaaa;
}

DIV.maintext
{
	text-align: left;
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	padding: 5px;
	background-color: White;
}

DIV.headertext
{
	text-align: left;
	margin-top: 150px;
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 90px;
	padding: 10px;
	background-color: White;
}

DIV.maphead {
	text-align: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	cursor: hand;
}

DIV.maptext
{
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

DIV.mapindent
{
	text-align: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 2px;
}

DIV.mapitemtext
{
	text-align: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #cceeee;
}

DIV.indenttext
{
	text-align: left;
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 10px;
	background-color: White;
}

DIV.graytext
{
	text-align: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #eeeeee;
}

DIV.grid
{
	margin: 25px; 
	padding: 25px;
	background-image: url('../BWI%20Test/images/grid.gif');
	background-color: AliceBlue;
	text-align: left
}

/*      ********************  default paragraph *******************    */

p	{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	}

P.bodycopy	{
	font-family: Verdana;
	font-size: 10pt;
	color: #bbcccc;
	}

P.bodycopydark	{
	font-family: Verdana;
	font-size: 10pt;
	color: #775555;
	}

P.bodycopyhdr	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: .5em;
	color: #ddb0b0;
	}
	
P.bodycopyhdrblack	{
	font-family: "Arial Black";
	font-size: 14pt;
	letter-spacing: .5em;
	color: #ddb0b0;
	}

td.bodycopy_table_left
{
	font-family: Verdana;
	font-size: 9pt;
	color: #775555;
}
	
td.bodyhdr_table_right
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	letter-spacing: .25em;
	color: #ddb0b0;
}

td.nav_table_right
{
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #775555;
}
	
li.bodycopylist	{
	font-family: Verdana;
	font-size: 10pt;
	color: #bbcccc;
	letter-spacing:.25em;
	line-height: .75;
	}

P.hlink {
	color: Teal;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}

P.bannertext {
	color: #dddddd;
	font-size: 10pt;
	font-family: "Arial Black";
	}

P.longcaption {
	color: #222222;
	font-family: Arial;
	font-size: 10pt;
	margin-left: 15px;
	}

P.notes {
	font-family: "Arial Narrow";
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 15px;
	color: Silver;
	}

/*      ********************  title block text styles *******************    */

p.bw_title {
	position: absolute;
	top: 152px;
	left: 350px;
	width: 500px;
	z-index: 3;
	font-family: "Arial Narrow";
	font-size: 11pt;
	color: #ffffff;
	font-style: italic;
	text-align: left;
	}
p.li_title {
	position: absolute;
	top: 168px;
	left: 350px;
	width: 500px;
	z-index: 3;
	font-family: "Arial Black";
	font-size: 15pt;
	color: #ffffff;
	text-align: left;
	}
p.title {
	font-family: "Arial Black";
	font-size: 11pt;
	color: Teal;
	font-style: italic;
	text-align: left;
	}

P.subtitle {
	font-family: Arial;
	font-size: 11pt;
	color: #808080;
	text-align: left;
	}

P.hdrlinks {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	margin-left: 10px;
	cursor: hand;
	}

P.hdrtext {
	font-family: Arial;
	font-size: 10pt;
	color: #808080;
	text-align: left;
	}

P.txthead {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	margin-left: 10px;
	}


/*      ********************  Motto text styles *******************    */

P.motto_black {
	font-family: "Arial Black";
	font-size: 9pt;
	letter-spacing: .25em;
	word-spacing: .75em;
	color: Black;
	}

P.motto_silver {
	font-family: "Arial Black";
	font-size: 9pt;
	letter-spacing: .25em;
	word-spacing: .75em;
	color: Silver;
	}

/*      ********************  Home Page text styles *******************  #bbcccc (graygreen)    #ee9999 - #ddb0b0 (salmon) **********    */

P.title_home {
	font-family: "Arial Black";
	font-size: 11pt;
	color: #ddb0b0;
	}

P.text_home {
	font-family: Arial;
	font-size: 9pt;
	color: #bbcccc;
	}

P.link_home {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .2em;
	color: #bbcccc;
	}

UL.home_home {
	list-style-position: outside;
	}

LI.home_home_square {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #bbcccc;
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.5em;
	cursor: hand
	}

/*      ********************  site map text styles *******************    */

P.mapttl {
	font-family: "Arial Black";
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	margin-left: 10px;
	cursor: hand;
	}

P.maphead {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	margin-left: 10px;
	cursor: hand;
	}

P.mapitem {
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	margin-left: 15px;
	cursor: hand;
	}

P.mapsubitem {
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	margin-left: 25px;
	cursor: hand;
	}