/*  

Developer: Jason Messinger (jmessinger@pptshare.com.com)

*/

/* Global Styles */


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	background: #e0e0e0;
	}

 
p {
	margin: 0 0 .5em 0;
	line-height: 1.65em;
	}

img {
	border: 0px;
	}

#wrap {
	width: 1000px;
	text-align: left;
	background: url(images/background_body.gif) repeat-y;
	}
	
#wrapLIVE {
	width: 818px;
	text-align: left;
	background: url(images/background_bodyLIVE.gif) repeat-y;
	padding-left:9px;
	padding-right:9px;
	}


#top_banner {
	margin: 0;
	padding: 0;
	height:94px;
	text-align: center;
	background: #e0e0e0 url(images/top_banner.gif) no-repeat top left;
	}
	
#top_bannerLIVE {
	width: 800px;
	background: url(images/background_smLIVE.gif) repeat-x;
	}
  
#top_header {
	padding-left:21px;
	padding-right:21px;
	}

#top_banner_LIVE {
	margin: 0;
	padding: 0;
	height:94px;
	text-align: center;
	background: #e0e0e0 url(images/pptshare_LIVE_topbanner.gif) no-repeat top left;
	}
	
#navigation2 {
	color: #ffffff;
	padding-left: 0px;
	padding-top: 1px;
	text-align:center;
	align:center;
	}

#navigation2 a {
	color: #ffffff;
	text-decoration: none;
	}

#content {
	padding-left:21px;
	padding-right:21px;
	}

#moreContent {
	padding-left:30px;
	padding-right:30px;
	}
	
#lessContent {
	padding-left:100px;
	padding-right:100px;
	}
  
#footer {
	clear: all;
	width: 1000px;
 	padding-top:5px;
	color: #FFFFFF;
	height:94px;
	font-size: .8em;
	line-height: 2em;
	text-align: center;
	background: #e0e0e0 url(images/footer_bkgrd.gif) repeat-y;
	}

#footer a {
	color: #FFFFFF;
	}
	
#highlight {
	font-weight: bold;
	}

#buttons {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	}

#imageleft {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	}

/***********************************************************************

                            Site Navigation
		         Root = Horizontal, Secondary = Vertical 
************************************************************************/

ul#navmenu {
 	margin: 0;
 	border: 0 none;
 	padding: 0;
 	width: 650px; /*For KHTML*/
 	list-style: none;
 	height: 22px;
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 22px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
 	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border: 0;
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: url(images/nav_button.gif);
	color: #225384;
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	width:102px; /*For IE6*/
	text-align:center;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: url(images/nav_button.gif) 0 -22px;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	border: 1px solid #FFF;
	/*border-right-color: #CCC;*/
	/*border-bottom-color: #CCC;*/
	float: none;
  	/*background: #EEE;*/
	background: url(images/nav_sub_button.gif);
  	color: #666;
	width:150px;
	font-size:10px;    
	text-align:left;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	/*background: #CCC;*/
	background: url(images/nav_sub_button.gif) 0 -22px;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  	background: #EEE;
  	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  	background: #CCC;
  	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  	background: #EEE;
  	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  	background: #CCC;
  	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  	display: none;
  	position: absolute;
  	top: 0;
  	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  	display: block;
	}

/* ***********************************************************

                 End of Site Navigation 
				 
**************************************************************/

a:visited {
	color: #0000CC;
	}

.separator {
	margin-bottom: -3px;
	}

h1 {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #336699;
	margin: 1em 0px 5px 0px;
	}

h2 {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #336699;
	margin: 1.1em 0px 1.1em 0px;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0px .15em 0px;
	line-height: 1.5em;
	}
 
.undertitle		{
	font-size:18px; 
	color: #000000; 
	font-weight: normal;
	}


.xtrasTitle		{
	text-decoration: none;
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle		{
	text-decoration: none;
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle:visited {
	text-decoration: none; 
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle:active   { 
	text-decoration: underline; 
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
 	}

a.xtrasTitle:hover  {
 	text-decoration: underline; 
 	font-size:12px; 
 	color: #999999; 
 	font-weight: bold;
 	}

.xtrasSubtitle		{
 	font-size:9px;  
 	color: #000000; 
 	font-weight: normal;
	}

a.xtrasSubtitle		{
	text-decoration:none;
	color: #000000;
	}

a.xtrasSubtitle:visited		{
	text-decoration:none;
	color:#000000
	}
	
a.xtrasSubtitle:active 		{
	text-decoration: underline;
	color:#000000
	}
	
a.xtrasSubtitle:hover 		{
	text-decoration: underline;
	color:#000000
	}

/* Top Navigation Styles */
.topNAV		{
	text-decoration: none; 
 	color: #FFFFFF; 
	font-weight: normal;
	}

a.topNAV	{
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: normal;
	}

a.topNAV:visited {
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: normal;
	}

a.topNAV:active   { 
	text-decoration: underline; 
	color: #FFFFFF; 
	font-weight: normal;
	}

a.topNAV:hover  {
	text-decoration: underline; 
	color: #FFFFFF; 
	font-weight: normal;
	}

/* press release formats */
.PressTitle	{font-size: 1.25em; font-weight: bold; color: #336699;}


/* misc element styles */
.BorderRight 			{border-right: 1px solid #999999;}
.BorderBottom 			{border-bottom: 1px solid #999999;}
.BorderLRB 			{border-right: 1px solid #555555; border-left: 1px solid #555555; border-bottom: 1px solid #555555;}
.spacerleft			{padding-left: 5px; }
.spacerleftnav			{padding-left: 15px; border-right: 1px solid #555555;}
.spacerright			{padding-right: 5px; }
.spacerboth			{padding-right: 5px;padding-left: 5px;}

a.services	{
	font-size: 12px; 
	text-decoration: none; 
	color: #336699; 
	font-weight: bold;
	}

a.smLinks {
	font-size: 9px; 
	text-decoration: none; 
	color: #336699; 
	font-weight: normal;
	}

a.help	{
	text-decoration: none; 
	color: #336699; 
	font-weight: normal;
	}

a.help:visited {
	text-decoration: none; 
	color: #336699;
	font-weight: normal;
	}

a.help:active   {
	text-decoration: underline; 
	color: #336699;
	font-weight: normal;
	}

a.help:hover  {
	text-decoration: underline; 
	color: #336699; 
	font-weight: normal;
	}

.bullettext_small {
	font-size:10px;
	}

.bullettext LI {
	list-style-image:url(images/bullet1.gif);
	font-size: 16px;
	margin: 1em 0px 5px 0px;
	}

.bullettext2 LI {
	list-style-image:url(images/bullet1.gif);
	font-size: 12px;
	margin: 1em 0px 5px 0px;
	}

.storebox {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 15px; 
	BACKGROUND: url(images/background_rounded_box.gif) no-repeat; 
	PADDING-BOTTOM: 10px; 
	MARGIN: 10px 0px; 
	WIDTH: 354px; 
/*	PADDING-TOP: 5px; */
	HEIGHT: 260px
	}

.featuresList LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	list-style-image:url(images/bullet_doublearrow.gif); 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: #666666; 
	PADDING-TOP: 0px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}

.home_tab_title {
	font-family: Arial Narrow, Trebuchet MS, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#336699;
	text-decoration:none;
	}

a.home_tab_title {
	color:#336699;
	text-decoration:none;
	}
		
.home_tab_subtitle {
	font-size:10px;
	color:#999999;
	}
	
a.home_tab_subtitle {
	color:#999999;
	text-decoration:none;
	}
	
		
.SB_Header{
	font-family: Arial Narrow, Trebuchet MS, Verdana, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	background: url(images/panel_header.gif) repeat-x;
	background-color:#e07320;
	padding:5px;
	font-size:20px; 
	}
 .red	{
 	color:#FF0000
	}
	
.orange {
	color:#e07320
	}

.smallWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65em;
	color: #FFFFFF;
	font-size:10px; 
	}

a.smallWhite{
	color: #FFFFFF; 
	}
	
.undertitle		{
	font-size:18px; 
	color: #000000; 
	font-weight: normal;
	}


.xtrasTitle		{
	text-decoration: none;
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle		{
	text-decoration: none;
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle:visited {
	text-decoration: none; 
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
	}

a.xtrasTitle:active   { 
	text-decoration: underline; 
	font-size:12px; 
	color: #999999; 
	font-weight: bold;
 	}

a.xtrasTitle:hover  {
 	text-decoration: underline; 
 	font-size:12px; 
 	color: #999999; 
 	font-weight: bold;
 	}

.xtrasSubtitle		{
 	font-size:9px;  
 	color: #000000; 
 	font-weight: normal;
	}

a.xtrasSubtitle		{
	text-decoration:none;
	color: #000000;
	}

a.xtrasSubtitle:visited		{
	text-decoration:none;
	color:#000000
	}
	
a.xtrasSubtitle:active 		{
	text-decoration: underline;
	color:#000000
	}
	
a.xtrasSubtitle:hover 		{
	text-decoration: underline;
	color:#000000
	}
	
.level1
{
    color: White;
    background-color: Black;
    font-variant: small-caps;
    font-size: large;
}

.level2
{
    color: Blue;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: medium;
    background-color: Gray;
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
}  

/* Sider Bar **********************************************************************************************/
#sideBar {
	background-color:#336699;
	background-image:url(images/bk_sidebar.gif); 
	background-repeat:repeat-x;
	width:175px;
	padding:10px 5px 10px 5px;
	}

.SB_Outline{
	border-top:#999999 1px solid;
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	}
	
.SB_Header{
	color:#FFFFFF;
	font-weight:bold;
	background: url(images/panel_header.gif) repeat-x;
	background-color:#e07320;
	padding:5px;
	
	}
	
a.SB_Header{
	color:#FFFFFF;
	font-weight:bold;
	background: url(images/panel_header.gif) repeat-x;
	background-color:#e07320;
	padding:5px;
	text-decoration:none;
	
	}
	
a.SB_Header:hover{
	color:#FFFFFF;
	font-weight:bold;
	background: url(images/panel_header.gif) repeat-x;
	background-color:#e07320;
	padding:5px;
	
	}

.SB_Panel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0e0e0;
	line-height: 1.65em;
	color: #666666;
	font-size:10px; 
	font-align:left; 
	}
	
a.SB_Panel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0e0e0;
	line-height: 1.65em;
	color: #666666;
	font-size:10px; 
	font-weight: bold;
	text-decoration:none;
	}
	
a.SB_Panel:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0e0e0;
	line-height: 1.65em;
	color: #e07320;
	font-size:10px; 
	font-weight: bold;
	}
	
a.SB_Panel:visited {
	color: #666666;
	}
	
.smallWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65em;
	background-color:#336699;
	color: #ffffff;
	font-size:10px; 
	}

a.smallWhite{
	color: #FFFFFF; 
	}
	

/*********************************************************************************************************************/
		
