/**********************************************************
**
**  Filename: resources.css
**  Desc: All styles relating to the Resources pages
**  Version: 1.0
**  Last Updated: September 22, 2008
**
**********************************************************/

h2 { width:375px; }
h3 { margin: 20px 0 10px; width:300px }
p { width: 375px; }

/*=Resource Sub Navigation
--------------------*/
ul#resourcesNav { list-style: none;	width: 900px; height: 33px; }
#resourcesNav li {	position: absolute;	height: 33px;	cursor: pointer; top:143px;}
#resourcesNav li a {	display: block;	text-decoration: none;	height: 33px;	text-indent: -9999px;}

#resourcesNav li#navOverview { width: 120px; left: 30px; }
#resourcesNav li#navOverview a { width: 120px; background: url(../_images/_banners/resources-overview-tab.png) 0 0 no-repeat; }
#resourcesNav li#navOverview a:hover, #resourcesNav li:hover#navOverview a, #resourcesNav li.hover#navOverview a { background-position: 0 -33px; }
#resourcesNav li#navOverview a.current { background-position: 0 -66px; }

#resourcesNav li#navFAQs { width: 120px; left: 160px; }
#resourcesNav li#navFAQs a { width: 120px; background: url(../_images/_banners/sixent-faqs-tab.png) 0 0 no-repeat; }
#resourcesNav li#navFAQs a:hover, #resourcesNav li:hover#navFAQs a, #resourcesNav li.hover#navFAQs a { background-position: 0 -33px; }
#resourcesNav li#navFAQs a.current { background-position: 0 -66px; }

.faq-answers a:hover { text-decoration:none; }

.warning { border: dashed 1px #ccc; padding:10px; background:#ebebeb;	margin: 5px 0; width:480px;}
.alert { border: solid 2px #c00; color: #c00;	padding: 10px;	background: #fbe3e6;	text-align:left;	margin: 10px 0;	width:480px; }

.more-link { _left:-185px !important; }