
/*

	TIPS; Tips Styles
	-------------------------------------------------------------------------
	09/18/2008

*/

	.THomeImages
	{
		width:624px;
	}

	.THomeLeft
	{
		padding: 10px 24px 10px 0px;
		width: 185px;
		overflow: hidden;
	}
		.THomeLeft .Text
		{
			width: 180px;
		}

	.THomeCenter
	{
		padding: 10px 25px 10px 0px;
		width: 185px;
		overflow: hidden;
	}
	
		.THomeCenter .Text
		{
			width: 180px;
		}
	
	.THomeRight
	{
		padding: 10px 15px 10px 0px;
		width: 185px;
		overflow: hidden;
	}
	
		.THomeRight .Text
		{
			width: 200px;
		}
	
	.TipsHeader
	{
		position:absolute;
		top: 171px;
		left: 372px;
		

	}
	

/*

	TIPS; Tab Styles
	-------------------------------------------------------------------------
	Author: Mr. Mangan
	10/22/2009

*/







<!--

/* universal reset */

* {
	margin: 0;
	padding: 0;
	}
	
/*  body */
	

	
	
	
#TabHolder	
	{
	
	width: 625px;
	
	
	}
	
h1,
h2 {
	font-size: 120%;
	margin-bottom: 20px;
	}
	
h2 {
	font-size: 100%;
	}

p {
	margin-bottom: 10px;
	}
	
ol {
	background: #F3F3F3;
	padding: 10px;
	border-left: 5px solid #CCCCCC;
	margin-bottom: 30px;
	}
	
ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
	color: #999999;
	font-size: 85%;
	}
	
ol li code {
	color: #333333;
	font-size: 120%;
	}
	
	


/* tabs */

#TabHolder	ul
	{
	padding:0px!important;
	}

#tab-1 ,#tab-2,  #tab-3 , #tab-4
	{
	border:solid 1px #990000;
	margin:0px;
	}


#tabs 
	{
	font-family:arial;
	font-size: 90%;
	margin:0px;
 	}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-image: url(/Images/tips/InactiveTabBG.jpg);
	width: 625px;

	
	}
	
#tabs li {
	color:#ffffff;
	/*margin-left: 8px;*/
	list-style: none;
	background-image: url(/Images/tips/InactiveTabBG.jpg);
	border-right:1px solid #fabd2c;
	
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #ffffff;

	font:bold 11px arial;
	
	}
	
#tabs ul li.active {
	background-image: url(/Images/tips/activeTabBg.jpg);
	
	}
	
#tabs ul li.active a {
	color: #fabd2c;
	font-weight:bold;
	background-color: repeat-left;
	background-image: url(/Images/tips/activeTabBg.jpg);
	background-repeat: repeat-x;
	}
	
#tabs div {
	background: #fdfaf0;
	clear: both;
	padding: 20px;
	min-height: 200px;
	}
	
#tabs div h3 {
	/*text-transform: uppercase;*/
	margin-top:0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font:24px Palatino;
	color:#a71612;
	}
	
#tabs div p {
	line-height: 150%;
	}

.tabContentImage

	{
	float:right;
	border:solid 1px #990000;
	margin:0px 10px 80px 20px;
	}
	
	
#tabs ul li.hovered
	{
	background-image: url(/Images/tips/activeTabBg.jpg);
	
	}

.ClearFix
	{
	clear:both;
	}
	
.left
	{
	float:left;
	}
	
.right
	{
	
	float:right;
	}
	
li
	{

padding:0 0 0!important;
}
	
.whiteBG
	{
	
	background-color:#ffffff;
	margin:0px 10px;
	 padding:0px 20px;
	}
	
.ImageHeader
	{
	width:325px;
	left:375px;
	}
		
.FauxHeaders
{
	color: #990000;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
	font-weight: normal;
}


/* TIPS LANDING PAGE - SBA Edit 9/22/2010 */
/*------------------------------------------------------------------*/
#landing-planner {
	margin-top: 30px;}
	
	#landing-planner h2 {
	display: block;
	width: 601px; height: 337px;
	background: url(../Images/planner/bg-landing.jpg) left top no-repeat;
	text-indent: -123456px;
	padding: 0 !important;}
	
	#landing-planner p a {
	display: block;
	width: 601px; height: 82px;
	background: url(../Images/planner/btn-landing-start.jpg) left top no-repeat;
	text-indent: -123456px;}


