@charset "utf-8";
body  {
	font: 100% Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	background:#000000 url(../i/site-background.jpg) center repeat-y;
}

h1, h2, h3, h4 {font-size:100%;}

p {
	font-size:14px;
}

img {border:none;}

h1 {color:#00a9ba; font-weight:400; font-size:120%;}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff url(../i/background.jpg) top left no-repeat; 
	padding: 0 10px 0 20px;
	height:108px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px;
	background: #fff;
	padding: 0px 10px;
}

*:first-child+html #sidebar1 {margin-top:-30px !important;}

.twoColFixRtHdr #sidebar2 {
	float: right;
	width: 220px;
	background: #bff9ff;
	padding: 15px 10px;
	margin:0;
	clear: right;
}

#sidebar2 h4 {margin:0; padding:0; font-size:14px;}

#sidebar2 ul {list-style:none; margin:0; padding:0;}

#sidebar2 li {margin:3px 0 3px 5px; padding:0;}

.twoColFixRtHdr #sidebar3 {
	float: right;
	width: 470px;
	background: #fff;
	padding: 15px 10px;
	margin:0;
	clear: right;
}

#sidebar3 h4, #sidebar3 h3 {margin:0; padding:0;}

#sidebar3 p {margin-top:3px;}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px 0 0; 
} 

#sidebar3 a, #sidebar2 a{ 
	color:#000000; 
	font-size:14px;
} 

#sidebar3 a:hover, #sidebar2 a:hover{ 
	colour:00a9ba;
} 

#sidebar3 a:visited, #sidebar2 a:visited{ 
	colour:00a9ba;
} 

.twoColFixRtHdr #mainContent2 {
	margin: 0 250px 0 0;
	padding: 0 20px 0 0;
	clear: left;
} 

#mainContent2 h3, #mainContent2 p{ 
	margin: 10px 0 0 20px; 
	padding: 0; 
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; 
	background: #fff url(../i/background.jpg) top left no-repeat; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align:center;
	color:#fff;
}

#footer a {color:#fff;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0;
	padding:0;
}

.twoColFixRtHdr #splitter { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(../i/splitter-bg.jpg) top left no-repeat; 
	height:45px;
	margin:0;
} 
.twoColFixRtHdr #splitter h3, .twoColFixRtHdr #footer h3 {
	margin: 0;
	padding: 10px 0; 
	color:#fff;
	font-weight:400;
	font-size:21px;
	text-align:center;
}

.form-index {
	border:#ff6600 1px solid;
	background:#ebebeb;
	padding:3px;
	margin:0;
}

.form-index h3 {background:#ff6600; color:#fff; text-align:center; font-size:26px; font-weight:400; padding:5px 0 0; margin:0; height:35px;}

.form-index p {text-align:left; padding:5px; margin:0; font-size:14px;}

.title {width:100%; margin:10px 0; padding:0;}

.title h1 {margin:0 20px;}

.guide {width:261px; margin:0; padding:0; float:left;}

.list {width:246px; margin:0; padding:0; float:left;}

.list {font-size:16px;}

.arrow {background:#fff url(../i/arrow.gif) top left no-repeat; height:40px; width:246px; padding:10px 0 0 10px; color:#fff; margin:0;}

p.arrow {font-size:16px;}

.list ul {list-style:none; margin:0; padding:0;}

.list li { background:#fff url(../i/tick.gif) top left no-repeat; padding:0 0 0 25px; margin:10px 0 15px;}

.invest {float:left; width:100%; margin:0; padding:0;}

.invest2 {float:left; width:261px; margin:0; padding:0;}

.invest h2, .invest p {margin:10px 20px;}

.invest p {font-size:14px;}

.invest img {padding-top:5px;}

.invest2 h2, .invest2 p {margin:10px 20px;}

.invest2 p {font-size:14px;}

.invest2 img {padding-top:5px;}

p.small {font-size:10px;}

select, input {
	width:200px;
}

.checkbox {
	width:20px;
	border:1px solid #FF6600;
	} 

.submit2 {
	margin:0 130px;
}

.dform {width:240px; margin:0 10px;}

.dform form, .dform p {margin-left:5px;}

.dform input {margin-left:0;}

#header span {
	margin:-70px 30px 0 0;
	padding:0;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	
}
#header span  strong{
	font-size: 30px;
}
