body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-image: url(images/company_bg.gif);
	background-repeat: no-repeat;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:400;
	color:#999999;
	}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC3399;
	left: 12px;
	position: relative;
	width: 400;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	left: 12px;
	position: relative;
	width: 400;
	}
.logo_position {
	left: 300px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#CC3399;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
a:link {color:#000000;}
a:visited {color:#666666;}
a:hover {
	color: #CC3399;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:320px;
	min-width:120px;
	background-color:white;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	left: 182px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 20px;
	margin-left: 170px;
	top: 30px;
	}
  

/* All the content boxes belong to the content class. */
.content2 {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:320px;
	min-width:120px;
	background-color:white;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	left: 536px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 20px;
	margin-left: 170px;
	top: 240px;
	}

#navAlpha {
	position:absolute;
	width:198px;
	top:120px;
	left:70px;
	padding:10px;
	z-index:3;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
	}

#navLogo {
	position:absolute;
	width:150px;
	top:40px;
	left:20px;
	padding:10px;
	z-index:4;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
#navMotif {
	position:absolute;
	width:128px;
	top:310px;
	left:82px;
	padding:10px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}
#navBeta {
	position:absolute;
	width:128px;
	top:8px;
	left:73px;
	padding:10px;
	z-index:3;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:50px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:104px; height:20px; text-align:left; border-bottom:1px solid #ccc; xxborder-width:1px 1px 0 0; background:#fefefe; line-height:19px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */

/* 1st level rollover */
.menu ul li:hover a { color:#cc33cc; background:#fff; xxborder-bottom:1px solid #ccc; }

/* 2nd level */
.menu ul li:hover ul {display:block; position:absolute; top:0; left:104px; width:105px;}
.menu ul li:hover ul li a.hide {background:#fff; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
/* 2nd level normal link */
.menu ul li:hover ul li a {display:block; background:#fff; color:#000; width:150px;  border-bottom: 1px solid #fff; padding-left: 4px; }
/* 2nd level rollover link */
.menu ul li:hover ul li a:hover {background:#fff; color:#cc33cc; }

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}


/*
pink:	cc33cc
*/
pSmall {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding: 0px;
	left: 12px;
}

