@charset "UTF-8";
/* Colors
Red:	#E00012;
Blue:	#0054a6;

*/

 * {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 280px;
	margin-top: 20px;
	background: url(img/background-header.jpg) no-repeat center top;
}
#content {
	background: url(img/faux.jpg) repeat-y center top;
	overflow:hidden; /* Acts as a float clear by containing floated elements*/
	padding-bottom: 1px; /* Extends faux col to the bottom */
}
#nav {
	list-style-type: none;
	float:left;
	margin: 0 100px;
	height:5em;
}
#nav li {
	float:left;
}
#nav a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	text-transform:uppercase;
	float:left;
	display:block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #0054a6;
	background-color: transparent;
	border-bottom: 1px transparent;
}
#nav a.first {
	padding-left: 0;
}
#nav a:hover {
	color: #E00012;
}
#footer {
	margin: 20px 100px;
}
#contentEnd {
	height: 52px;
	background: url(img/end.jpg) no-repeat center top;
}
.box {
	margin: 1em 100px;
	clear:both;
}
.right {
	float: right;
	width: 350px;
	margin-left: 0;
	margin-top: 0;
	display: inline;
	clear: none;
}
.left {
	float: left;
	width: 400px;
	margin-right: 0;
	margin-top: 0;
	display: inline;
	clear: none;
}
.alignRight {
	text-align:right;
}

.box .floatRight {
	float: right;
	margin:0;
	margin-left: 20px;
	display: inline;
}

p, ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color:#444;
	margin: 0 0 1em 0;
}
td, th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
}



h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color:#E00012;
	font-size: .8em;
	text-transform:uppercase;
	margin: 1em 0 0 0;
}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color:#444;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
}
.embededContent {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
}
.embed {
	padding-left: 44px;
}
#media {
	background: url(../ooketf.com/img/bubble.jpg) no-repeat left center;
}
#holdings {
	background: url(../ooketf.com/img/folder.jpg) no-repeat left center;
}


/* =Misc. Unique Elements*/
#etf-basics {
	clear: both;
}
#etf-basics p {
	display:block;
	width: 255px;
	margin: 0 10px;
	font-size: .5em;
}

/* =Misc. Unique elements */
#etf-extended {
	width: 320px;
	clear: both;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#etf-extended p {
	padding-left:0;
}

.box p {
	font-size: .8em;	
}
.box ul {
	font-size: .8em;
	margin-left: 1em;
}
.box img, .box embed {
	margin: 1em 0;
}
#footer p {
	font-size: .6em;
}
a {
	color: #0054a6;
	text-decoration:none;
	padding: .2em;
	border-bottom: 1px dotted #0054a6;
}
a:hover {
	color: #FFF;
	background-color: #0054a6;
}
a.prospectusLink {
	color: #E00012;
	border-bottom: 1px dotted #ED1C24;
}
a.prospectusLink:hover {
	color: #FFF;
	background-color: #ED1C24;
}

span.txf {
	color: #0054a6;
}
.aside {
	font-size: .875em;
	font-style:italic;
	font-weight: normal;
}
ul.noBullet {
	list-style-type:none;
	margin-left:0;
}



/* =Literature */
#artUL {
	margin-left: 0;
	list-style-type: none;
}
#artUL li{
	padding-left: 40px;
	line-height: 3em;
}
#item-prospectus {
	background: url(img/graph.jpg) no-repeat left center;
}
#item-sai {
	background: url(img/paper_clip.jpg) no-repeat left center;
}
#item-ed {
	background: url(img/ed.jpg) no-repeat left center;
}
#item-media {
	background: url(img/bubble.jpg) no-repeat left center;
}
#item-faq {
	background: url(img/question_mark.jpg) no-repeat left center;
}
#item-holdings {
	background: url(img/folder.jpg) no-repeat left center;
}
#item-pricing {
	background: url(img/dollar_sign.jpg) no-repeat left center;
}

/* =Fund Details =Tables */
table {
	margin: 0 0 1em 0;
	border: 2px solid #e8e8e8;
}

.left table {
	width:400px;
}
.right table {
	width:350px;
}



td {
	padding: .5em;
}
th {
	padding: .5em;
	font-size: .675em;
	color: #444;
	background: #ccc;
	text-align:left;
}
tbody tr {
	background: url(img/background_tr.gif) repeat-x;
	border-bottom: 1px solid #f30;
}
tbody tr:hover {
	background: #0054a6;
	color: #fff;
}
caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 2em;
	color:#444;
	font-size: .8em;
	font-weight: bold;
	background: #e8e8e8 ;
	margin: 1em 0 0 0;
}

/* =Current Page Selectors */

#home #homeLink,
#literature #literatureLink,
#holdings #holdingsLink,
#fund #fundLink,
#performance #performanceLink {
	color: #E00012;
}
.tm {
	font-size: 0.7em;
	font-style: normal;
}
.italics {
	font-style: italic;
}
.texas {
	font-style: italic;
	font-weight: bold;
	color: #1753A4;
}
.trademark {
	font-size: .7em;
}
