
/* These settings will be specific to each site */

/************************************************************************/
/* Generic settings normally needed by every BasicSite-based site:      */
/* (some may eventually migrate to custstyles.js)			*/



	DIV.tnavtitle
	{
		margin: 0px 15px auto 20px;
		color: blue;
		background: transparent url("../pix/SP_logo.jpg") no-repeat;;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: normal;
		line-height: 110%;
		word-spacing: normal;
	}

	DIV.ttabsin	/* here set margins only - set other properties in custstyles.js */
	{
		margin: 3px auto auto 5px;
		background: blue;
	}


/*************************************************************************************/
/* These settings pertain to inside of tabsheets, so may vary wildly for each site:  */

	DIV#tabsheet0
	{
		background: white url("../pix/SP_biglogo.jpg") top center no-repeat;;	
	}
	DIV#tabsheet1
	{
		background: white;
	}
	

	DIV.content1	
	{
		height: 700px;
		padding: 40px 0px 0px 30px;
		font-size: 15pt;
		color: black;
		background: transparent;
	}
	DIV.content2
	{
		height: 700px;
		padding: 40px 0px 0px 30px;
		font-size: 20pt;
		color: red;
		background: white;
		line-height: 1.5em;
	}
	DIV.dirtwitch
	{
		height: 300px;
		width: 402px;
		background: transparent url("../pix/dirtwitch.jpg") top left no-repeat;
		float: right;
		margin: 20px 30px 0px 0px;
	}
	DIV.truck
	{
		height: 300px;
		width: 400px;
		background: transparent url("../pix/truck2.jpg") top left no-repeat;
		float: right;
		margin: 20px 30px 0px 0px;
	}
