h3 {
			margin: 0;
			padding: 7px 0 0 0;
			font-size: 16px;
		}

		div#feature_list {
			height: 547px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: relative;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
		}

		ul#tabs li {
			font-size: 12px;
			list-style: none;
		}

		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #b7cde0;
			text-decoration: none;
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: none;
            color: #1B368D;
		}

		ul#tabs li a.current {
			color: #f2981e;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			left: 0;
			width: 100%;
			height: 500px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 895px;
			height: 547px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}

		ul#output li a:hover {
			background: #D33431;
		}

		.bodyimage {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: -1;
		}

		.HomeText {
			position: relative;
			left: 20px;
			z-index: 1;
			width: 450px;
		}

		.Text1 {
		font-size : 30px;
		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;
		}

		.Text3 {
		font-size : 14px;
		font-family : "Century Gothic", Arial, Helvetica, sans-serif;
		color: #333333;  /* Grey*/
    	text-decoration: none;
		}