
body 
{
font-family:arial;
font-size:12px;
color:#555555;
background-image: url('TiledHeaderClouds.jpg');
background-repeat: repeat-x;
background-position: top center;
text-align:center;
}

p.PageTitle 
{
color:#5555FF;
font-weight:bold;
}

ul.std_bullet_list
{
margin-top:0px;
list-style-type:square;
}

ul.menu_bullet_list
{
position:relative;
left:-20px;
list-style-type:none;
font-size:11px;
text-align:left;
}


/*-----------------Top level panes--------------------*/
div.TopLevelPage
{
width:900px;
height:950px;
border:0;
/*border:thin solid black;*/
margin: 0 auto; 
}

div.TopHeaderPane
{
position:relative;
width:900px;
height:110px;
/*border:thin dotted red;*/
}

div.TopLevelBodyPane
{
padding-top:10px;
width:900px;
height:780px;
text-align:justify;
background-color:white;
/*border:thin dotted blue;*/
}

img.TopHeaderImage
{
	/*position:absolute;
	top:0px;*/
}

div.TopHeaderMenu
{
	display:block;
	position:absolute;
	top:84px;
	right:30px;*/
	height:24px;
}

div.TopHeaderMenu_Home
{
	float:left;
	width:60px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_Home.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.TopHeaderMenu_About
{
	float:left;
	width:82px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_About.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.TopHeaderMenu_Services
{
	float:left;
	width:82px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_Services.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.TopHeaderMenu_Products
{
	float:left;
	width:86px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_Products.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.TopHeaderMenu_Operating
{
	float:left;
	width:190px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_Operating.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.TopHeaderMenu_Contact
{
	float:left;
	width:96px;
	height:24px;
	margin-right:1px;
	background-image: url('NSSLogoHeaderMenu_Contact.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

div.Footer
{
width:900px;
height:30px;
text-align:center;
/*border:thin dotted green;*/
}



div.QuickLinks
{
position:absolute;
left:10px;
top:400px;
width:450px;
height:150px;
font-size:12px;
}

a.QuickLinkItem:visited {color: #8888DD}

div.CorporateClients
{
/*position:absolute;
left:10px;
bottom:60px;*/
font-size:15px;
font-weight:bold;
margin-left:10px;
}

/*------------------------Tab Subpanel Elements---------------------*/
div.MenuTitle 
{
/*position:absolute;
top:0px;
left:0px;*/
width:880px;
color:#5555FF;
font-size:13px;
font-weight:bold;
font-style:italic;
margin-left:10px;
text-align:left;
}

div.HomeBody
{
/*position:absolute;
left:10px;
top:30px;*/
margin-left:10px;
width:870px;
height:600px;
}

div.LeftMenuPane 
{
float:left;
width:150px;
height:600px;
font-size:12px;
margin-left:10px;
}

div.LeftMenuPane a
{
text-decoration:none;
position:absolute;
margin-left:10px;
margin-top:5px;
margin-bottom:10px;
}

/*This is the pane to the right of the Left Menu Pane that 
contains the details of each menu item*/
div.SubpagePane
{
/*position:absolute;
left:190px;
top:35px;
bottom:10px;*/
margin-right:10px;
width:700px;
/*border:thin dotted yellow;*/
float:right;
}

h5 
{
	font-size:13px;
	font-weight:bold;
}

img.BBBImage {position:absolute;left:35px;top:350px;z-index:-2}

a.top_header_link{color:#FFFFFF;text-decoration:none}
a.top_header_link:hover {color:#b3ceff}

a.top_header_link_active{color:#b3ceff;text-decoration:none}
a.top_header_link_active:hover {color:#b3ceff}

a.white_link {color:#333333;text-decoration:none}
a.white_link:hover {color:#AAAAAA}

a.white_linkbold {color:#333333;text-decoration:none;font-weight:bold;}
