/*control main elements*/
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height:130%;
	margin:0;
	background-color:#169679;
}

	/*control selectors*/
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 1.0em;
	text-align:justify;
	}
h1 {
	margin-top: 10px;
	font-size:1.2em;
	color:#009;
	text-align:left;
	}
h2 {
	font-size:1.0em;
	color:#009;
	text-align:left;
	}
h3 {
	font-size:1.0em;
	font-weight:normal;
	font-style:italic;
	color:#009;
	text-align:left;
	}
h4 {
	font-size:0.9em;
	color:#339;
	text-align:left;
	}
h5 {
	font-size:1.0em;
	font-weight:normal;
	font-style:italic;
	color:#339;
	text-align:left;
	}
h6 {
	font-size:1.0em;
	color:#339;
	}
video {
    position: absolute;
    left: 0;
    top: 20;
    width: 100%;
	max-width:1280px;
	height:auto;
}

.table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align:left;
	padding: 5px 15px;
	}
/*control various divs*/
#maincontent {
	width:970px;
	margin:0px auto;
	border: solid 1px #336699;
	border-radius:10px;
	background-color:white;
	}
#header {
	width:100%;
	margin:0px auto;
	height:150px;
	text-align:center;
	}
#headertext {
	font-family: 'Carter One', cursive;
	margin:0px auto;
	border: solid 1px #336699;
	border-radius:10px;
	}
#nav {
	width:940px;
	height:30px;
	padding-top:7px;
	padding-right:5px;
	margin:-20px auto 5px auto;
	background-color:#369;
	border: solid 0px #336699;
	border-radius:5px;
	}
.navtext {
	width:210px;
	height: 20px;
	font-size:1.3em;
	background-color:#C4CAF4;
	border: solid 1px #336699;
	border-radius:5px;
	padding:5px;
	text-align:center;
	margin:10px auto 20px auto;
	-webkit-box-shadow: 0 3px 6px 2px #444;
	   -moz-box-shadow: 0 3px 6px 2px #444;
	        box-shadow: 0 3px 6px 2px #444;
}
#content {
	margin:0px auto;
	padding:0px;
	width:950px;
	text-align:left;
	}
.left {
	padding: 0px;
	float: left;
	width: 635px;
	border:solid 1px blue;
	border-radius:5px;
	margin-left:2px;
	overflow:auto;
	background-image:url(images/globe.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.articlesleft {
	padding: 0px;
	float: left;
	width: 275px;
	border:solid 1px blue;
	border-radius:5px;
	margin:0px 0px 10px 25px;
	overflow:auto;	
	box-shadow: 2px 2px 5px 3px #ccc;
}
.right {
	padding: 10px;
	width: 275px;
	float: right;
	margin:0px 0px 0px 10px;
	border:solid 1px #369;
	border-radius:5px;
	text-align:center;
}
.articles {
	width:275px;
	height:265px;
	padding-top:5px;
	background-image:url(images/trading-icon.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.padding {
	margin:0px;
	padding:12px;
	}
.padding2 {
	margin:0px 15px;
	padding:5px 23px;
	}
/*control footer*/

#footer {
	width:940px;
	height:95px;
	margin:10px auto;
	padding:0px;
	border-top: 1px solid blue;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding-top:10px;
	margin:0px;
	font-size: 0.9em;
	}
/*control links*/
a:link {  color:blue;
	text-decoration:underline;
	}
a:visited {  color:blue;
	text-decoration:underline;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #FF0; 
	text-decoration:none;
	}
/*spacer div to clear floats*/

.spacer {
	clear:left;
	}
.image_float{
	float:left;
	margin:0px;
	}

/*floats*/

.floatform{
	float:right;
	margin:40px 15px 0px 25px;
	z-index:999;
	border:solid 1px green;
	}
.float_r2{
	float:right;
	margin:5px 15px 0px 25px;
	z-index:999;
	}
.float_r{
	float:right;
	margin:5px 5px 5px 15px;
	}
.float_articles{
	float:right;
	margin:0px;
	}
.float_left {
	float:left;
	margin:5px 10px 0px 0px;
	}
.float_leftfoot {
	float:left;
	padding:0px 0px 0px 15px;
	}
.border {
	border:1px solid #009;
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	color: blue;
	background-color: blue;
	height: 1px;
	border: 0;
	width: 99%;
	}
ul {	list-style-type:none;
 margin-left:-20px;}
.ul li{
 padding-left:20px;margin-top:5px;line-height:140%;
 font-size:1.0em;
 }
 .ul2{
	 list-style-type:circle;
	 line-height:150%;
	 margin-left:20px;
 }
dt {
	padding:5px 0px 0px 0px;
	margin:0px 15px 0px 15px;
	font-weight:bold;
}
.small {
	font-size:0.7em;
	}
.padleft {
	padding-left:5px;
	}
.paddinggal {
	padding:10px 0px;
	}
.window {
	margin:20px;
	border-bottom:1px solid #339;
	padding-bottom:10px;	
	}
.quotes {
	font-style:italic;
	color:#339;
	}
.red {
	color:#F00;
	} 
.blue {
	color:#009;
	} 
.img {
	border:0;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
.display {
	border: 1px solid blue;
	margin: 5px auto;
	padding-top:10px;
	margin-bottom:10px;
	width:600px;
	background-color:#EDEDFE;
	font-style:italic;
	border-radius:5px;
	box-shadow: 2px 2px 5px 3px #ccc;
}
.display2 {
	border: 1px solid blue;
	margin: 5px auto;
	padding:10px 0px;
	margin-bottom:10px;
	width:610px;
	background-color:#ffffff;
	font-style:italic;
	border-radius:5px;
	box-shadow: 2px 2px 5px 3px #ccc;
}
.display3 {
	border: 1px solid red;
	margin: 5px auto;
	padding-top:10px;
	margin-bottom:10px;
	width:630px;
	background-color:#EDEDFE;
	font-style:italic;
	border-radius:5px;
	box-shadow: 2px 2px 5px 3px #ccc;
	float:left;
}
.display4 {
	border: 1px solid blue;
	margin: 10px 0px 0px 10px;
	padding:10px;
	width:600px;
	border-radius:5px;
	box-shadow: 2px 2px 5px 3px #ccc;
}
.hide {
	visibility: hidden;
}
.tew-nav { 
	width: 255px;
	margin:5px auto;
	padding:5px;
	background-color:#EDEDFE;
	border-radius:5px;
	text-align:left; 	
	box-shadow: -1px -2px 5px 4px #ccc inset;
	}

.play {
	padding:5px;
	margin-top:5px;
}
.center {
	margin:3px auto;
	text-align:center;
}

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the FAQs */

.eg-bar{
font-weight: bold;
border: 1px solid black;
padding: 3px;
margin-left:15px;
}

div.eg-bar{
width: 600px;
}

.icongroup1{
width: 600px;
padding:5px;
}
#form-errors {	
	margin-top: 10px;
	margin-left:15px;
	font-size:1.2em;
	color:#009;
	background-color:#EDEDFE;
	border-radius:5px;
	text-align:left; 	
	box-shadow: -1px -2px 5px 4px #ccc inset;
	border:2px solid #F00;
	width:600px;
	padding:10px;
}