/**********************************************************
**
**  Filename: support.css
**  Desc: All styles relating to support pages
**  Version: 1.0
**  Last Updated: September 22, 2008
**
**********************************************************/

h2, p { width:480px !important; }
h3 { margin:20px 0 10px -14px; }

/*=Company Sub Navigation
--------------------*/
ul#supportNav { list-style: none; width: 900px; height: 33px; }
#supportNav li { position: absolute; height: 33px; cursor: pointer; top:143px;}
#supportNav li a { display: block; text-decoration: none; height: 33px;	text-indent: -9999px;}

#supportNav li#navOverview { width: 120px; left: 30px; }
#supportNav li#navOverview a { width: 120px; background: url(../_images/_banners/support-overview-tab.png) 0 0 no-repeat; }
#supportNav li#navOverview a:hover, #supportNav li:hover#navOverview a, #supportNav li.hover#navOverview a { background-position: 0 -33px; }
#supportNav li#navOverview a.current { background-position: 0 -66px; }

#support-questions p { width:100px !important; }
#sixent-enterprise-community p { width:250px !important; }

.more-link { _left:-95px !important; }