/* CSS Document */
a { position: relative; } 

.faqBox {
margin-top: 0px;
padding-top: 0px;
padding-bottom: 1px;
background: url(../images/faq_bkg.gif) repeat-y;
width: 540px;
}

.faqBox a:link {
color:#666666;
text-decoration: none;
border-bottom: none;
}

.faqBox a:visited {
color:#666666;
text-decoration: none;
border-bottom: none;
}

.faqBox a:hover {
color: #006699;
text-decoration: none;
border-bottom: none;
}

.faqBox a:active {
color:#666666;
text-decoration: none;
border-bottom: none;
}


.faqBox img {
position: relative;
top: 2px;
}

.faqBox h3 {
font-size: small;
font-weight: bold;
padding-left: 20px;
padding-right: 15px;
padding-top: 1px;
margin-top: 0px;
margin-left: 41px;
text-indent: -43px;
margin-bottom: 0px;
margin-top: 0px;
}

.switchcontent {
text-indent: -23px;
margin-left: 43px;
padding: 15px;
padding-right: 20px;
}

#events .switchcontent {
text-indent: 0px;
padding: 15px;
padding-right: 20px;
margin-left: 23px;
}

#jobs .switchcontent {
text-indent: 0px;
padding: 15px;
padding-right: 20px;
}

#jobs ul {
margin-top: 15px;
margin-bottom: 0px;
}

.faqBox_bottom {
margin-top: 0px;
height: 15px;
width: 540px;
background: url(../images/faq_bottom_corners.gif) top no-repeat;
}

/* START Holly Hack \*/
* html .faqBox_bottom{
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
/* END Holly Hack */

.faqBox_top {
margin-bottom: 0px;
height: 15px;
width: 540px;
background: url(../images/faq_top_corners.gif) bottom no-repeat;
}

/* START Holly Hack \*/
* html .faqBox_top{
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
/* END Holly Hack */


.faqQA {
font-size: medium;
font-family:Georgia, Times New Roman, Times, serif;
font-weight: bold;
color: #999966;
}
