﻿@charset "utf-8";
/* CSS Document */
body {
        background-color:#d2d2d4;
	    margin:30px 0px;
	    padding:0px;
	    text-align:center;
	    font-family: Arial, Helvetica, sans-serif;
	    }
h1 {
	    font-size:17px;
	    margin:0px;
	    padding:0px;	    
	    }
	    
h2 {
	font-size:22px;
	line-height:25px;
	margin:0px;
	padding:0;
	color:#405398;
	    }
	    
h3 {
	    font-size:16px;
	    margin:0px;
	    padding:10px;	 
	    }
	    
p {
	font-size:14px;
	line-height:18px;
	margin:0px;
	color: #404040;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	    }
	    
ul {
	width:250px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	    }
	    
li {
	width:400px;
	font-size:14px;
	line-height: 1.5em;
	color: #404040;
	    }
img {border: 0;}
#Content {
	    width:804px;
	    margin:0px auto;
	    text-align:left;
	    background-color:#fff;
	    }

#Content .logo {
	height: 79px;
	width: 804px;
	background-image: url(../images/header_gray.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Content .header {
	height: 99px;
	width: 804px;
	background-image: url(../images/header_green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header p {
	color: #FFF;
	float: left;
	font-size: 24px;
	font-weight: lighter;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.header h1  {
	font-size: 24px;
	color: #FFF;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
	    
	    .left {
	float:left;
	width: 475px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	    }
.action_call {
	height: 35px;
	width: 475px;
	background-color: #283b80;
	margin-top: 5px;
	margin-bottom: 5px;
}

.action_call p {
	font-size:14px;
	color: #fff;
	padding-top: 10px;
	padding-left: 20px;
}
.conference_call {
	float: left;
	height: 160px;
	width: 430px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8dc63f;
	border-right-color: #8dc63f;
	border-bottom-color: #8dc63f;
	border-left-color: #8dc63f;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #e4e3e3;
}
.conference_call h3 {
	color: #67a133;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.conference_call p {
	padding-top: 0px;
	color: #171515;
	font-weight: bold;
}

	    
	    .right {
	float:right;
	width: 250px;
	padding-right: 20px;
	position: relative;
	    } 
.chart {
	overflow: visible;
	height: 220px;
	width: 250px;
	position: absolute;
	top: -70px;
}
.chart img {
	z-index: 10;
}
.footer {
	width: 764px;
	background-color: #484848;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.footer p {
	color: #d5d5d5;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.footer a {
	color: #d5d5d5;
	text-decoration: none;
}

p.font {font-size: 11px;}
.form {
	border: 1px solid #bcbdc0;
	margin-top: 25px;
	margin-right: 16px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	position: relative;
}

		    .form-input-submit 
		    {
		        background-image: url(http://media.gate39media.com/Images/triton/managedfutures/button.png);
		        background-repeat:no-repeat; 
		        height:33px; 
		        width:202px; 
		        margin: 10px 0px 10px 10px;
		        border: 0px solid #FFFFFF;
		        }
