/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
a:focus { outline: 0; }
#page-wrap {
	width: 1149px;
	margin: 0px auto;
	text-align: left;
	}

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }





/* Specific to example two */

#example-two .list-wrap { background: #000000; padding: 20px; margin: 0 0 15px 0; text-align: justify; }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { 
	overflow: hidden;
	}
#example-two .nav li { 
	width: 383px;
	float: left;
	margin: 0;
	}
#example-two .nav li.last {
	margin-right: 0;
	}
#example-two .nav li a { 
	display: block;
	padding: 5px;
	padding-top:  10px;
	background: #064a97;
	color: white;
	font-family: "Myriad Web Pro", Arial;
	font-size:18px;
	text-align:	center;
	text-decoration: none;
	height: 30px;
	border: 0;
	}

#example-two li a.current,#example-two li a.current:hover { background-color: #ff9600 !important; color: #000000; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #999;}

.TabTxt {
	font-family: "Myriad Web Pro", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bababa;
	text-decoration: none;
}








