﻿/* General page declarations */
body 
{
	font-family: Arial, Sans-Serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#main 
{
	border-top: 1px solid #333366;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* pop-out menu declarations */

#menu 
{
	float: left;
	width: 180px;
	background-color: #ffffff;
	background-image: url('main-bkgd.png');
	background-repeat: repeat-x;
	text-align: center;
}

#menu p a 
{
	border: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background-color: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
text-decoration: none;
}

#menu a:hover {
text-decoration: underline;
}

#menu li a:hover 
{
	text-decoration: none;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul, li.over ul
{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu li a {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
background-image: url('menu-bkgd.png');
}

#menu h2, #menu li h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
background-image: url('h2-bkgd.png');
text-align: left;
}

/* postini-demo declarations */

.postinih1 
{
	display: none;
}


/* navigation div declarations */

#leftnav ul ul {
	position: absolute;
	display: none;
	z-index: 99;
	top: 0;
	left: 100%;
	width: 100%;
}

#leftnav {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	font-size: .9em;
}

#leftinfo a {
	font-weight: bold;
	color: #6666aa;
	text-decoration: none;
}

#leftinfo a:hover {
	color: #ffffff;
}

#leftinfo 
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* sophos pane declarations */

#sophos {
	float: right;
	width: 180px;
	margin-left: 100px;
	position: relative;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	font-size: .9em;
}

#sophos td {
	padding: 1px;
	margin: 0px;
	background-color: #ededed;
	font-size: .9em;
	color: #333366;
}

#sophos a 
{
	color: #333366;
}

#sophos table 
{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	border-collapse: collapse;
}
/* main content pane declarations */


#content {
	margin-left: 180px;
	margin-right: 180px;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
	background-color: #ffffff;
	background-image: url('main-bkgd.png');
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#content h1 {
	background-image: url('banner75.png');
	background-repeat: no-repeat;
	background-color: #ededed;
	margin: 0px 0px 5px 0px;
	padding-left: 25px;
	color: #333366;
	border-bottom: solid 1px #333366;
}

#content h2 
{
	margin-left: 15px;
	color: #663333;
}

#content p 
{
	margin-left: 15px;
	margin-right: 10px;
	text-align: justify;
}

#content ul 
{
	margin-left: 10px;
	padding-left: 40px;
	margin-right: 10px;
}

#content table
{
	margin-left: 10px;
	margin-right: 10px;
}

/* inset content pane (content2) declarations */

#content2 {
	float: right;
	margin: 15px;
	margin-top: 20px;
	margin-left
	font-size: .9em;
	width: 41%;
	border: 1px solid #336666;
}

#content2 h2 {
	font-size: .9em;
	background-color: #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: solid 1px #333366;
}

/* header and footer declarations */

#footer 
{
	background-color: #f5f5f5;
	text-align: center;
	margin-top: 0px;
	clear: both;
}

#header {
	margin: 1px;
	padding: 0px;
	background-color: #ffffff;
	/*border-bottom: 1px solid #333366;*/
	text-align: center;
}

.validated {
	text-align: center;
}

.validated img {
	border: 0px;
}

/* Whitepaper listing declarations */

.wptable th {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	border: solid 0px white;
}

.wptable td {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: normal;
	border: solid 0px white;
}

.wptable a {
	text-decoration: none;
	color: #333366;
}

.wptable a:hover {
	text-decoration: underline;
}

.wptable 
{
	width: 90%;
	border: solid 0px white;
}