/* ############################################################## Tab navigation */

ul#tabNav {
	background: #fff url(../images/tabline.gif) repeat-x left top;
	color: #333;
	margin-bottom: 16px;
	margin:0;padding:0;
	list-style: none; width: 100%;
	overflow: auto;
}

#tabNav a {
	float: left;
	padding: 4px 10px;
	background: #fff url(../images/tabbg.gif) repeat-x left top;
	text-decoration: none;
	color: #ccc;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 1.2em;
	border: none;
	border-right: 1px solid #fff;
	cursor: pointer;
	width: 55px;
}

#tabNav a.active-tab {
	background: #fff url(../images/tabativebg.gif);
	color: #003399;
}

.tabContent {
	clear: both;
	position: relative;
	display: none;
	background-color: #fff;
	color: #333;
	height: 3em;
	padding:10px 10px 0 10px;
}

.tabContent.active-tab-body {display: block;}
#tabNav li {float: left;}

.tabContent a:link, #socialFooter a:link {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
	background: url(../css_img/underlineg.gif) repeat-x bottom left;
	padding: 0 0 1px 0;
}
.tabContent a:visited, #socialFooter a:visited {
	color: #333333;
	text-decoration:none;
	font-weight:normal;
	background: url(../css_img/underlineg.gif) repeat-x bottom left;
	padding: 0 0 1px 0;
}
.tabContent a:hover, #socialFooter a:hover { color: #fff; text-decoration:none; font-weight:normal; border-bottom: 1px solid #fff;padding: 0; background: none;}
.tabContent a:active, #socialFooter a:active { color: #fff; text-decoration:none; font-weight:normal; border-bottom: 1px solid #fff; padding:0; background: none;}

.tabContent p {font-size: 1.2em;  margin:0;}
.tabContent p span {font-size: .9em; position: absolute; top:10px; right: 12px;}

.tabContent ul {list-style: none;font-size: 1.2em; margin:0; padding:0;}
.tabContent ul li {display: inline;}

/* ############################################################## FOOTER */
