@charset "utf-8";
/* CSS Document */

img {
	behavior: url('/iepngfix.htc');
	border: 0px;
}

a {
	behavior: url('/iepngfix.htc');
	color: #666;
}

a:hover {
	color: #333;
}


body {
	behavior: url('/iepngfix.htc');
	margin: 0px; 
	padding: 0px;		
	text-align: center;
	background-color: #e4e4e4;	
	font-family: Arial;
	font-size: 13px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width:1000px;
	overflow: auto;
	text-align: left;
	background-color: #3B485A;
	border: 1px solid #000;
}

div#innerContainer {
	height: 1500px;
	overflow: hidden;
}

div#headerContainer {
	float: left;
	clear: left;
	width: 1000px;
	height: 252px;
}

div#flashBanner {
	width: 1000px;
	height: 252px;
}

div#menuContainer {
	float: left;
	clear: left;
	width: 1000px;
	height: 45px;
}

div#menuLeft {
	float: left;
	margin-top: 2px;
	margin-left: 32px;
}

div#menuLeft a img {
	width: 280px;
	height: 50px;
}

div#menuRight {
	float: left;
	margin-left: 60px;
	margin-top: 5px;
}

div#menuRight a {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 41px;
	text-decoration: none;
}

a#menuItem1 {
	width: 72px;
	background-image: url('../images/v3/menu_home.png');
}

a#menuItem1:hover {
	background-image: url('../images/v3/menu_home_over.png');
}

a#menuItem2 {
	width: 120px;
	background-image: url('../images/v3/menu_newstart.png');
}

a#menuItem2:hover {
	background-image: url('../images/v3/menu_newstart_over.png');
}

a#menuItem3 {
	width: 141px;
	background-image: url('../images/v3/menu_successes.png');
}

a#menuItem3:hover {
	background-image: url('../images/v3/menu_successes_over.png');
}

a#menuItem4 {
	width: 136px;
	background-image: url('../images/v3/menu_contact.png');
}

a#menuItem4:hover {
	background-image: url('../images/v3/menu_contact_over.png');
}

a#menuItem5 {
	width: 99px;
	background-image: url('../images/v3/menu_brokers.png');
}

a#menuItem5:hover {
	background-image: url('../images/v3/menu_brokers_over.png');
}

div#lowerContainer {
	float: left;
	clear: left;
	width: 1000px;
	height: 500px;
}

div#lowerContentLeft {
	position: relative;
	float: left;
	clear: none;
	width: 310px;
	height: 461px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 30px;
	background-image: url('../images/v3/leftHandBgBig.png');
}

img#leftHandLogo {
	float: left; 
	clear: both; 
	margin-top: 5px; 
	margin-left: 18px;
	width: 159px;
	height: 75px;
}

div.leftHandBox {
	position: relative;
	float: left;
	clear: both;
	width: 275px;
	height: 97px;
	padding: 12px;
	margin-left: 4px;
	margin-top: -5px;
	background-image: url('../images/v3/leftHandBox.png');
}

div.leftHandBox h2 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-family: Arial;
	font-weight: 600;
	color: #3B485A;
}

div.leftHandBox p {
	width: 270px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: 500;
}

a#ratesLink {
	 font-size: 15px;
	 font-weight: 600; 
	 color: #33A91D; 
	 text-decoration: none; 
	 padding-right: 5px;
}

a#ratesLink:hover {
	color: #5dc64a;
}

div.leftHandBox a {
	color: #666;
}

div.leftHandBox a:hover {
	color: #333;
}

div.leftHandBox p span.bigRedText {
	font-size: 15px;
	font-weight: 600;
	color: red;
	padding-left: 2px;
}

div.readmore {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

div.readmore a {
	display: block;
	width: 80px;
	height: 25px;
	padding-left: 27px;
	background-image: url('../images/v3/leftHandReadMore.png');
	background-repeat: no-repeat;	
	text-decoration: none;
	font-family: Arial;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	color: #666;
}

div.readmore a:hover {
	background-image: url('../images/v3/leftHandReadMoreOver.png');
	color: #333;
}

div#lowerContentRight {
	float: left;
	clear: none;
	width: 630px;
	height: 500px;
	background-image: url('../images/v3/rightHandBgBig.png');
}

div#rightHandBigBox {
	position: relative;
	width: 565px;
	height: 445px;
	padding: 20px;
	padding-left: 30px;
	padding-right: 35px;
	overflow: hidden;
}

div#rightHandBigBox h2 {
	margin-top: 10px;
	font-size: 22px;	
	color: #333;
	text-align: center;
}

div#rightHandBigBox h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 0px;
}

a#contactUsLink {
	display: block;
	position: relative;
	width: 160px;
	margin: 20px auto;
	padding: 10px;
	background-color: #e4e4e4;
	border: 2px solid #666;
	border-left-width: 7px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a#contactUsLink:hover {
	background-color:#EEEEEE;
	border-color:#2FAE17;
	color:#2FAE17;
}

div#rightHandVeryBigBoxTop {
	width: 600px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	height: 1098px;
	background-image: url('../images/v3/rightHandBgVeryBigTop.png');
	background-repeat: no-repeat;
	background-color: ##F5F6F7;
}

div#rightHandVeryBigBoxTop input {
	width: 300px;
}

div#rightHandVeryBigBoxTop input#spamprevention {
	width: 100px;
}

div#rightHandVeryBigBoxTop label.assetLabel {
	float: left;
	margin-left: 1px;
	margin-right: 5px;
}

.extraLabel{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

div#rightHandVeryBigBoxTop input.SingleLine {
	float: left;
	margin-bottom: 3px;
	width: 70px;
}

div#rightHandVeryBigBoxTop input.bgField {
	width: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

.radioLabel {
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 20px;
}

div#rightHandVeryBigBoxTop input.mysubmit2, div#rightHandVeryBigBoxTop input.mySubmit {
	width: 75px;
}

div#rightHandVeryBigBoxBottom {
	width: 630px;
	height: 82px;
	background-image: url('../images/v3/rightHandBgVeryBigBot.png');
}

div.rightHandSmallBox {
	position: relative;
	width: 583px;
	height: 87px;
	margin-left: 8px;
	padding: 15px;
	padding-top: 12px;
	/*background-image: url('../images/v3/rightHandSmallBox.png');*/
	border-bottom: 1px dashed #333;
}

div.rightHandSmallBox h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 600;
	color: #3B485A;
}

div.rightHandSmallBox p {
	width: 500px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
}

div#successStoriesBox ul li p {
	width: 100%;
}

div.rightHandSmallBox ul {
	list-style-position: inside;
	margin-top: 5px;
	padding-left: 25px;
}

div.rightHandSmallBox li {
	width: 200px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: 500;
}

div#successStoriesBox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

div#successStoriesBox ul li {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: none;
}

div#footerContainer p {
	font-size: 12px;
}

#contactUsForm {
	position: relative;
	float: none;
	clear: none;
}

#contactUsForm input {
	float: left;
	clear: none;
}

input.formBtn {
	margin: 0px;
	margin-left: 5px;
}

#contactUsForm input.textBox {
	width: 300px;
	margin-bottom: 3px;
	border: 1px solid #666;
	height: 15px;
}

#contactUsForm label, #contactUsForm span.labelSpan {
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	width: 175px;
	clear: left;
}

#contactUsForm label.noFloat {
	width: auto;
	padding-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
	clear: none;
}

textarea#cComment {
	width: 300px;
	height: 80px;
	border: 1px solid #666;
}

#newStartLinks {
	list-style-type: none;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	position: relative;
	width: 100%;
}

#newStartLinks li {
	width: 355px;
	margin: 0 auto;
	margin-top: 15px;
}

#newStartLinks li a {
	display: block;
	width: 350px;
	height: 23px;
	padding-top: 3px;
	border: 2px solid #666;
	border-left: 7px solid #666;
	background-color: #e4e4e4;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	color: #333;
}

#newStartLinks li a:hover {
	color: #2FAE17;
	border-color: #2FAE17;
	background-color: #eee;
}

#brokerLoginForm {
	float: none;
	overflow: auto;
	padding: 20px;
	width: 300px;
}

#brokerLoginForm label {
	float: left;
	clear: left;
	width: 100px;
}

#brokerLoginForm input {
	float: left;
	width: 150px;
}

input#loginButton {
	clear: both;
	width: auto;
	margin-top: 10px;
}

/*
span#brokerLogout {
	position: absolute;
	right: 30px;
	top: 20px;
}
*/

span#brokerLogout a {
	text-decoration: none;
}
	