/*-----EXTRAS-----*/
/*------TABS------*/
#tabsAndContent ul, #tabsAndContent li{
	padding: 0
}
#tabsAndContent { height: 380px; }
ul#tabsNav{ float: left; width: 180px; margin-top: 17px; list-style: none; }

ul#tabsNav li{ background-color: #757575; background-repeat: no-repeat; background-attachment: scroll; background-position: center; }

ul#tabsNav li:hover{ color: #fff0b5; }

ul#tabsNav li.active{  }

ul#tabsNav li.active a{ color: #fff0b5; background-color: #474747; }

ul#tabsNav li a{ padding: 1em 15px; margin: 0 0 0.5em; display: block; width: 170px; text-decoration: none; color: #ffbd4c; font-size: 14px; font-family: "Times New Roman", Georgia, Times, serif; font-style: normal; font-variant: normal; line-height: 20px; text-transform: uppercase; }

ul#tabsNav a:hover{
	color: #fff0b5
}

ul#tabContent{
	margin: 1em 0 0;
	background: #fff url(images/tabContent.png) no-repeat right top;
	min-height: 360px;
	width: 560px;
	float: left;
	list-style: none;
	padding: 0 25px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#tabContent>li{
	width: 560px;
	list-style: none;
	padding: 12px 25px 20px 0;
}

#tabContent li ul li{
	list-style: none;
}

#tabContent li ul li a{ font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; width: 290px; display: block; border-bottom: 1px solid #e7e7e7; padding: 6px 0; }

#tabContent li ul li a:hover{
	background: url(images/tabContentHover.png) no-repeat center bottom;
}
#searchSubmit{
	border-left: 0;
	border-right: 2px solid #cbc6c9;
	margin-left: 0;
	position: relative;
	left: -3px;
	color: #00416c;
}

#searchSubmit:hover{
	background: url(images/tabContentHover.png) no-repeat center;
	color: #003459;
	cursor: pointer;
}