@charset "UTF-8";
/* CSS Document */
#headContainer{background:#eeaf00;}
a, a.button span:hover, input#signInButton, #content h3 {color:#eeaf00;}
#topNavigation a.current, #topNavigation a:hover{color:#de9403;}
#topNavigation a:hover{	border-bottom:1px solid #de9403;}

.panel .subNav a:hover{color:#de9403}

.panelBody {background:#f9fcfd url(../img/linksTheme/links_panelGradient.jpg) bottom repeat-x;}

#headerStart{background:url(../img/linksTheme/links_leftGradient.jpg) repeat-y right;}
#headerEnd{background:url(../img/linksTheme/links_rightGradient.jpg) repeat-y left;}
#topNavigation ul {background:url(../img/linksTheme/links_transp.png) repeat;}
h2{background:url(../img/linksTheme/links_line.jpg) repeat-x bottom;}
ul.subNav li{background:url(../img/linksTheme/links_thinLine.gif) top repeat-x;}
a.smallArrow, a#signInButton{background:url(../img/linksTheme/links_arrow.png) center right no-repeat;}
.subNav a.current {background:url(../img/linksTheme/links_hand.png) right no-repeat;}
#leftColumn{border:none;}
input {
	border-top-color:#61b5d3;
	border-left-color:#61b5d3;
	border-right-color:#478ea7;
	border-bottom-color:#478ea7;
}

.AccordionPanelTab{
	color:#eeaf00;
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
}

.AccordionPanelContent {
	border-bottom: solid 0.1em #f2da99;
}
#content .AccordionPanelContent ul{
	margin-left:0.2em;
}
.AccordionPanelContent ul li{
	list-style-type:none;
	display:block;
	height:1.5em;
}
.AccordionPanelContent ul li a{
	color:#666;
	font-size:1em;
	padding:0;
	text-transform:capitalize;
}
.AccordionPanelContent ul li a:hover{
	color:#333;
}
