h3 {
			margin: 0;
			padding: 0;
			font-size: 16px;
		}

		div#feature_list {
			height: 547px;
			overflow: visible;
			position: relative;
			z-index: -1;
		}

		div#feature_list ul {
			position: relative;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0 0 0 0;
		}

/* ----------------------------------------------
NEW HOME PAGE IMAGE TABS
---------------------------------------------- */
		/*ul#tabs {
			list-style: none;
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
			width: 343px;
			z-index: 2;			
		}*/
		
		table#tabs {
			background-image: url("/images/tabs_background.gif");
			background-repeat: no-repeat;
			margin: 0px 0px 0px 30px;
		}
		
		li#tabs {
			list-style: none;
			padding: 0px 10px 0px 10px;
			margin: 0px 0px 0px 0px;
			display: inline;
		}

		ul#tabs li img {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}
		
		li#tabs a {
			border: 2px solid #b7cde0;
			height: 40px;
			z-index: 3;
		}

		li#tabs a:hover {
			border: 2px solid #1B368D;
			height: 40px;
		}

		li#tabs a.current {
			border: 2px solid #f2981e;
			height: 40px;
		}

		li#tabs a.current:hover {
			text-decoration: none;
			cursor: default;
		}

/*		ul#tabs a {
			border: 1px solid #f2981e;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			-webkit-border-radius: 5px;
  			-moz-border-radius: 5px;
		}
*/
/* ----------------------------------------------
END NEW HOME PAGE IMAGE TABS
---------------------------------------------- */	

		ul#output {
			left: 0;
			width: 100%;
			height: 500px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			top: -77px;
			left: 0px;
			width: 895px;
			height: 547px;
		}

		ul#output li a {
			position: relative;
			text-decoration: none;
			padding: 0px 0px 0px 0px;
			font-size: 16px;
			font-style: italic;
			color: #f2981e;
			background: none;
			z-index: 3;
		}

		ul#output li a:hover {
			color: #1B368D;
			background: none;
			z-index: 3;
		}

		.bodyimage {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: -1;
		}

		.HomeText {
			position: relative;
			left: 20px;
			z-index: 2;
			width: 450px;
		}

		.Text1 {
		font-size : 20px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #f2981e;  /* Orange */
    		text-decoration: none;
		font-weight: bold;
		}

		.Text2 {
		font-size : 60px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #f2981e;  /* Orange */
    		text-decoration: none;
		font-weight: bold;
		line-height: 20px;
		}

		.Text3 {
		font-size : 18px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #1B368D;  /* Dark Blue */
    	text-decoration: none;
		}
		
		.StyleText1 {
		font-size : 30px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #b7cde0;  /* Light Blue */
    		text-decoration: none;
		font-weight: bold;
		font-style: italic;
		padding-left: 30px;
		line-height: 15px;
		}
		
		.StyleText2 {
		font-size : 30px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #b7cde0;  /* Light Blue */
    		text-decoration: none;
		font-weight: bold;
		font-style: italic;
		padding-left: 50px;
		line-height: 15px;
		}
		
		.StyleText3 {
		font-size : 30px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #b7cde0;  /* Light Blue */
    		text-decoration: none;
		font-weight: bold;
		font-style: italic;
		padding-left: 70px;
		line-height: 15px;
		}
