/**********************************************************
**
**  Filename: contact_us.css
**  Desc: All styles relating to Contact Us pages
**  Version: 1.0
**  Last Updated: September 22, 2008
**
**********************************************************/

/*=Contact Us Sub Navigation
--------------------*/
ul#contact_usNav { list-style: none; width: 900px; height: 33px; }
#contact_usNav li { position: absolute;	height: 33px;	cursor: pointer; top:143px;}
#contact_usNav li a { display: block; text-decoration: none;	height: 33px;	text-indent: -9999px;}

#contact_usNav li#navOverview { width: 120px; left: 30px; }
#contact_usNav li#navOverview a { width: 120px; background: url(../_images/_banners/support-overview-tab.png) 0 0 no-repeat; }
#contact_usNav li#navOverview a:hover, #contact_usNav li:hover#navOverview a, #contact_usNav li.hover#navOverview a { background-position: 0 -33px; }
#contact_usNav li#navOverview a.current { background-position: 0 -66px; }

#support_categories { padding:20px 20px 20px 20px; margin:10px;border:dashed 1px #cccccc;width:520px; }
#support_categories div { margin-bottom:10px; }
#support_categories label { cursor:pointer; }
#support_categories input { #margin:0; }

.othertopic_wrapper { margin: 15px 0 0 5px; }
#contact_form p { font-weight:bold; }

h2, h3, p { width:auto; }
p { margin:0; padding:0;  }