﻿body 
{
	margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	background-color:white;
	color:#000000;
	font-family:Verdana;
	font-size:small;
	position:absolute;
}

hr
{
    color:#9CBFF9;
}

img.ContentImage
{
    padding:5px 5px 5px 5px;
}

#PlansPane,#Spotlight,#LinksPane,#PromotionsPane,#EtopicPane, #ContentPane, #SearchPane, #WebMailPane, #NewsReaderPane, #ContactPane, #UsagePane
{border:1px solid #9CBFF9;}
td.PlansHeader,td.ContactHeader,td.SpotlightHeader,td.LinksHeader,td.ContentHeader,td.PromotionsHeader,td.EtopicHeader,td.NewsReaderHeader,td.SearchHeader, td.WebMailHeader
{background-color:#9CBFF9}

/* Section Header Fonts */
td.PlansHeader,td.ContactHeader,td.SpotlightHeader,td.ContentHeader,td.LinksHeader, td.WebMailHeader, td.PromotionsHeader, td.EtopicHeader, td.SearchHeader, td.NewsReaderHeader, td.PromotionsHeader, td.WeatherHeader
{
	font-weight:bold;
	font-size:small;
}

/* Section content Alignment */
td.SearchContent
{
	text-align:center;
}

td.SpotlightContent
{
    font-style:italic;
    font-weight:bold;
}

/* SpotLight White Background */
#Spotlight, #ContentPane
{
    background-color:#FFFFFF;
    vertical-align:top;
    margin:0px 0px 0px 0px;
	padding:0px;
}

/* Set the Background colour and Text Alignment of each Section*/
#ContactPane, #LinksPane, #PromotionsPane, #SearchPane, #WebMailPane, #NewsReaderPane, #EtopicPane, #WeatherPane, #UsagePane
{
	background-color:#EEEEEE;
	vertical-align:top;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Section Headers Positioning*/
#EtopicPane
{
    position:relative;
	width:310px;
}
#UsagePane
{
    position:relative;
	width:310px;
}
#PromotionsPane
{
    position:relative;   
}

#ContactPane
{
    position:relative;
}

#LinksPane
{
    position:relative;
}

#ContentPane
{
    position:relative;
}

#WebMailPane
{
	float:left;
	width:150px;
    min-height:165px;
}
/* Applying the hack */
* html #WebMailPane {		 
	height: 165px; 
}


#WeatherPane
{
	top:0px;
	right:0px;
	width:150px;
	position:absolute;
}

#NewsReaderPane
{
	position:static;
	width:310px;
}

#SearchPane
{
	position:absolute;
	width:150px;
	top:0px;
	right:0px;
    min-height:165px;
}
/* Applying the hack */
* html #SearchPane {		 
	height: 165px; 
}

#Clear
{
    clear:both;
}

#Spotlight
{
    position:static;
    width:310px;
}

/* Search Radio Button Font */
span.SearchRadio
{   
    float:left;
	font-size:8pt;
}

td.WebMailContent
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Paragraph */
p {
	font-size:small;
	font-family:Verdana;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#LeftPane>p {margin:0px;}
#LeftPane>p+p {text-indent:30px;}

p.quote
{
    font-style:italic;
}

/* Links */
a {
	color:#09c;
	text-decoration:none;
	font-family:verdana;
	font-weight:600;
	}
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {text-decoration:underline;}

#Header 
{
	position:absolute;
	left:0px;
	z-index:3;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:150px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#ffffff;
	display:inline-block;
	width:100%;

/* 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;
	height:150px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#LeftPane 
{
	position:relative;
	margin:0px 340px 50px 10px;
	padding:10px;
	/*display:inline-block;*/
	top:153px;
	}
	
	#TopSideBySide
	{
		position:relative;
		width:100%;	
	}
#sidebyside
{
	position:relative;
	width:310px;	
}

#RightPane {
	position:absolute;
	top:163px;
	right:20px;
	width:310px;
	padding:0px;
	background-color:#ffffff;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:310px;
	}
/* Again, "be nice to Opera 5". */
body>#RightPane {width:310px;}

td.Expandable{position:relative; z-index:2; background-color:#ffffff; height:120px;}
td.Button{ z-index:1; background-color:#0054E3; height:30px;}
td.menu{background:#0054E3; width:96px;}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
background:#0054E3;
z-index:2;
color:#ffffff;
}
table.outer{position:relative;}
h1
{
	font-family:Verdana;
	font-size:14pt;	
}

#SiteMap{background-color:#0054E3; height:30px;	font-family:Trebuchet MS;	 font-size:10pt;	 color:#ffffff;	 vertical-align:top; }


a.submenu{font-family:Trebuchet MS;	font-size:10pt;	color:#FFFFFF;	text-align:center;	text-decoration:none;}
a.submenu:link {color:#FFFFFF;}
a.submenu:visited {color:#FFFFFF;}
a.submenu:hover {text-decoration:none;}

a.topmenu{	font-family:Trebuchet MS; height:30px;	font-size:11pt;	color:#ffffff; text-align:center;	text-decoration:none;}
a.topmenu:link {color:#ffffff;}
a.topmenu:visited {color:#ffffff;}
a.topmenu:hover {text-decoration:none;}

span.Feeds
{
 font-size:smaller;
 font-family:Verdana;	
}

  span.LinksHeaderMainline,span.SpotlightHeaderMainline,span.EtopicHeaderMainline, span.ContentHeaderMainline, span.PromotionsHeaderMainline, span.NewsReaderHeaderMainline, span.WebMailHeaderMainline, span.SearchHeaderMainline, span.ContactHeaderMainline, span.PlansHeaderMainline
  {
	font-size:medium;
  }
  
  span.SpotlightHeaderByline,span.EtopicHeaderByline, span.ContentHeaderByline, span.PromotionsHeaderByline, span.NewsReaderHeaderByline, span.WebMailHeaderByline, span.SearchHeaderByline, span.ContactHeaderByline, span.PlansHeaderbyline
  {
  }

  #PhotoBox{	position:relative;	width:770px;	height:120px;	z-index:2;	vertical-align:top;	color:#000000;}

 #PhotoBox img { display: block; }
 
 /* New Navigation */
 #NavigationPane
 {
    position:relative;
 }
 
 #NavigationBar
 {
    position:relative;
    width:100%;
    background-color:#0054E3;
    text-align:center;
    height:30px;
 }
 
#LeftPad,#RightPad
{
    width:2%;
    position:relative;
    float:left;
}

#HomeNav,#SoftwareNav,#HardwareNav,#InternetNav,#NetworkingNav,#SupportNav,#AboutNav,#ETopicNav
{
    position:relative;
    float:left;
    width:12%;
    height:30px;
}

#SoftwareNavMenu, #HardwareNavMenu, #InternetNavMenu, #SupportNavMenu, #AboutNavMenu, #NetworkingNavMenu
{
    position:absolute;
    left:0px;
    top:30px;
    background-color:#0054E3;
    visibility:hidden;
    width:100%;
    text-align:left;
}

#AboutNavMenu0,#AboutNavMenu1,#AboutNavMenu2,#AboutNavMenu3,#AboutNavMenu4,#AboutNavMenu5,#AboutNavMenu6,#AboutNavMenu7,
#SupportNavMenu0,#SupportNavMenu1,#SupportNavMenu2,#SupportNavMenu3,#SupportNavMenu4,
#SoftwareNavMenu0,#SoftwareNavMenu1,#SoftwareNavMenu2,#SoftwareNavMenu3,
#HardwareNavMenu0,#HardwareNavMenu1,#HardwareNavMenu2,#HardwareNavMenu3,#HardwareNavMenu4,#HardwareNavMenu5,#HardwareNavMenu6,#HardwareNavMenu7,#HardwareNavMenu8,
#InternetNavMenu0,#InternetNavMenu1,#InternetNavMenu2,#InternetNavMenu3,#InternetNavMenu4,#InternetNavMenu5,
#NetworkingNavMenu0
{
    position:relative;
    width:100%;
    height:20px;
}

#SoftwareNavMenu0,#SoftwareNavMenu1,#SoftwareNavMenu2,#SoftwareNavMenu3,
#InternetNavMenu0,#InternetNavMenu1,#InternetNavMenu2,#InternetNavMenu3,#InternetNavMenu4,#InternetNavMenu5,
#SupportNavMenu0,#SupportNavMenu1,#SupportNavMenu2,#SupportNavMenu3,#SupportNavMenu4,
#HardwareNavMenu0,#HardwareNavMenu1,#HardwareNavMenu2,#HardwareNavMenu3,#HardwareNavMenu4,#HardwareNavMenu5,#HardwareNavMenu6,#HardwareNavMenu7,#HardwareNavMenu8
{		 
	width:125%;
}

#SupportNavMenu0
{height:30px;}

td.ContentBodyTable{	color:#000000;	text-align:left;}
td.ContentBodyHeader{	color:#000000;	text-align:center;}
tr.ContentBodyOddRow{	background-color:#EEEEEE;}
tr.ContentBodyEvenRow{	background-color:#787D79;}

p.menuPara{ vertical-align:middle;}
