/*
	This CSS file contains the css for the tab layout a the top of the page. It
	is inlcuded in the SSC regular style sheet, but has been separated in order
	to support the WordPress page that contains the heading information too.
	
	
	Green background : # 455900  hunter green
	Light gray body text: #EBE6E3		 
	Light Yellow: #FED772			was used on headings and places
	orange: #F6973F
	brown: #D2691E
	light-green #7B9418
	blue: #4B7EC2
	deep blue: #1E5099
	purple: 	#800080
	dark orchid
	thistle: #D8BFD8
*/

#tablinks {
	background: #d50000 url('images/tab-bg.gif') repeat-x top;
}

#tablinks div {
	float: left;
	/*border-right:1px solid #d50000; */
	width:770px;
}

#tablinks ul, #tablinks li {
	padding:0;
	margin:0;
	list-style:none;
}

#tablinks li {
	float:left;
	border-right:1px solid #d50000;
}

#tablinks a {
	display:block;
	padding: 2px 9px;
}

#tablinks a:link,
#tablinks a:visited,
#tablinks a:hover,
#tablinks a:active {
	color:white;
	text-decoration:none;
}

body.home a.home,
body.admin a.admin,
body.practitioner a.practitioner,
body.calendar a.calendar,
body.survey a.survey,
body.shaeg a.shaeg,
body.archive a.archive,
body.astrology a.astrology,
body.links a.links,
#tablinks a.current {
	background:	#d50000 url(images/tab-bg-hover.gif) repeat-x top;
}


