@charset "utf-8";
/* CSS Document */

/***************************************************************
                      LAYOUT ELEMENTS
***************************************************************/

body {
	width:100%;
	height: 100%;
	background-color:#3b546f;
	background-image:url(/images/p2phelpdesk/bkgd.jpg);
}

#pagecontainer {
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	border: 5px ridge red;
}

#centercolumn {
	width: 800px;
	float: right;
	height: 100%;
	margin: 0px 0px -5000px;
	padding: 0px 0px 5000px;
	text-align: center;
	background: black;
}
#header {
	width: 100%;
	padding: 12px 0px 1px;
	margin: 0px;
	background: black;
}

#contentblock {
	padding: 10px;
	margin-left: 10px;
	text-align:left;
}


#sidebar {
	float:left;
	width: 200px;
	height: 100%;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	background: url(/images/p2phelpdesk/sidebar.jpg) black repeat-y;
}

#pagefooter {
	padding:5px 0px;
	display:inline-block;
	margin-top: 5px;
	width: 100%;
	text-align:center;
	color: white;
	background: url(/images/p2phelpdesk/footer.jpg) #000 repeat-x top;
	z-index:100;
	font: 10px Verdana, Arial, sans-serif;
}

.clear {
	clear:both;
}

/***************************************************************
                   CONTENT STYLING / THEME
***************************************************************/


a {
	text-decoration:none;
	color:#00F;
}
a:hover {text-decoration:underline}
#contentblock {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentblock h1, #contentblock h2, #contentblock h3 { 
	font: Arial, Helvetica, Verdana, sans-serif bold; 
	color:#000000;
	margin-top:15px; 
	margin-bottom:10px; 
}
#contentblock h1 {font-size:15px}
#contentblock h2 {font-size:14px}
#contentblock h3 {font-size:13px}
#contentblock h4 {font-size:10px}

.TabbedPanelsTab {font-size:11px;}

#welcome {
	display:table-row;
	*display:block;  /*fix for IE */
}
#welcomeleft {
	 display: table-cell;
	 width: 240px;
	 border: 1px solid black;
	 margin-right: 10px;
	 padding: 0px 10px 10px;
	 height:100%;
	 background: url(/images/p2phelpdesk/welcome-left.gif) white bottom;
	 *float:left;  /*fix for IE */
	 *display:block;   /*fix for IE */
}
#welcomeright {
	 display: table-cell;
	 width: 465px;
	 border: 1px solid black;	
	 padding: 0px 10px 10px;
	 height: 100%;
	 background: url(/images/p2phelpdesk/welcome-right.gif) white bottom;
	 *margin-top:-12px;  /*fix for IE */
	 *display:block;   /*fix for IE */
}
#welcome h3 {
	background: url(/images/p2phelpdesk/welcome-left-head.png) no-repeat;
	padding: 8px;
	text-align:center;
	margin: -2px -10px 5px;
	color: #039;
}
#welcomeright h3 {background: url(/images/p2phelpdesk/welcome-right-head.png) no-repeat;}

.pricing {
	background:url(/images/p2phelpdesk/orange-button.png) no-repeat scroll top right;
	padding-right: 85px;
	float:right;
	line-height: 20px;
}


/***************************************************************
                     SUPPORT ACCESS BUTTONS
***************************************************************/
.access {
	height:60px;
	width: 60px;
	margin: 2px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position:center bottom;
	line-height: 100px;
	color: #FFF;
	text-decoration: none;
}
a.access:hover {text-decoration:none}
a#helpdesk {background-image:url(/images/p2phelpdesk/Globe-off.png)}
a#helpdesk:hover {background-image:url(/images/p2phelpdesk/Globe.png)}
a#im {background-image:url(/images/p2phelpdesk/MobileChat-off.png)}
a#im:hover {background-image:url(/images/p2phelpdesk/MobileChat.png)}
a#phone {background-image:url(/images/p2phelpdesk/Phone-off.png)}
a#phone:hover {background-image:url(/images/p2phelpdesk/Phone.png)}
a#email {background-image:url(/images/p2phelpdesk/Mail-off.png)}
a#email:hover {background-image:url(/images/p2phelpdesk/Mail.png)}
a#find {background-image:url(/images/p2phelpdesk/Search-off.png)}
a#find:hover {background-image:url(/images/p2phelpdesk/Search.png)}
a#schedule {background-image:url(/images/p2phelpdesk/Clock1-off.png)}
a#schedule:hover {background-image:url(/images/p2phelpdesk/Clock1.png)}


/***************************************************************
                         HIDE SIDEBAR
(Comment out the following section to make the sidebar reappear)
***************************************************************/

#pagecontainer {width:800px}
#sidebar {display:none}