/* Style for PCT - Broadbeam site */

body
{
	height: 100%;
	font-family: Arial;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background: #336666 url('../images/bgpattern.jpg') repeat-x;
}
a
{
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #FD0000;
	text-decoration: none;
}
/* container of everything */
#container
{
	width: 800px;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #000;
	
}
/* container of header */
#header
{
	width: 790px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#header #pctheader
{
	width: 796px;
	height: 125px;
}
/* container of all content (not footer) */
#content
{
	width: 800px;
	height: 100%;
	margin-top: 20px;
	padding: 0px;
	background-color: Transparent;
}
/* left content */
#leftcontent
{
	float: left;
	width: 150px;
	height: 100%;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#leftcontent #special
{
	border-right: 1px dotted #336666;
}
#leftcontent #special h4
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 2px;
	font-size: small;
	color: #BB0000;
}
#leftcontent #special p
{
	font-size: smaller;
	padding-left: 5px;
	padding-right: 5px;
}
#leftcontent hr
{
	width: 80%;
	height: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #808080;
	display:block;
	border: 1px inset #808080;
}
/* right content */
#rightcontent
{
	width: 610px;
	height: 100%;
	margin-top: 0px;
	margin-left: 150px;
	padding-left: 25px;
	padding-right: 10px;
}
#rightcontent h2.pagetitle
{
	font-size: 16px;
}
#rightcontent h3.pagetitle
{
	font-size: 12px;
}
#rightcontent .pagetitle
{
	color: #BB0000;
	font-weight: bold;
}
#rightcontent .indentli
{
	margin-left: 20px;
	}
/* container of footer */
#footer
{
	clear: both;
	width: 796px;
	height: 50px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 2px solid #fff;
	background: #fff url('../images/footer.jpg') no-repeat;
}
#footer #footertext
{
	color: #fff;
	font-size: xx-small;
	padding-left: 5px;
	padding-top: 5px;
}


/* MENU common styling */
#menubar
{
	background: transparent url('../images/menubar.jpg') no-repeat;
	width: 796px;
	height: 25px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
* html #menubar
{
	margin-top: -3px;
}
.menucontainer
{
	/*background: #fff url(../images/bgOFF.gif) no-repeat bottom left;*/
	background-color: Transparent;
	width: 100%;
	height: 25px;
	margin-top: 0px;
	margin-left: 1px;
	z-index: 25;
}
/* common styling */
.menu {float: left; font-family: arial, sans-serif; width:auto; position:relative; margin:0; font-size:11px; margin:2px 0 0 0; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:140px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:Transparent; line-height:20px; font-size:11px; overflow:hidden;}
.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 */
.menu ul li:hover a {color:#fff; background:#4D0101;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#BB0000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#4D0101; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#BB0000; color:#fff;}
.menu ul li:hover ul li a:hover {background:#4D0101; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:141px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-141px;}

/* CSS Document */