@charset "UTF-8";
/* CSS Document */

body {
	margin:15px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
}
.clear {
	clear:both;
}

h1 {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:26px;
	color:#666;
	font-weight:400;
	margin-bottom:0px;
}
h2 {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#f9b500;
	margin-bottom:4px;
}

#shell {
	width:939px;
	height:688px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid red;*/
}
#header {
	position:relative;
	width:939px;
	height:210px;
	/*border:1px solid blue;*/
}
#headertext {
	margin:0px 30px 0px 30px;font-weight:normal;
}
#logo {
	float:left;
	width:303px;
	height:210px;
	padding-left:32px;
	background-image:url(../images/orange-corner.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#orangepanel {
	float:left;
	width:604px;
	height:210px;
	background-image:url(../images/new-top-right-swish.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#FAB500;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.pdfdownload {
	position:absolute;
	top:170px;
	left:355px;
	width:100px;
	height:52px;
	margin-left:10px;
	margin-top:0px;
	font-size:11px;
	text-align:center;
	border:1px solid #666;
	background-color:#FFF;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
}
#download-link {
	color:#666;
	line-height:13px;
	margin-left:5px;
	margin-top:5px;
	padding-right:3px;
	padding-top:10px;
	padding-bottom:10px;
}
#images {
	width:939px;
	height:186px;
	/*border:1px solid pink;*/
}
#images img {
	float:left;
}
#maincontent {
	position:relative;
	width:939px;
	height:283px;
	/*border:1px solid red;*/
}
#lhs {
	float:left;
	width:547px;
	height:243px;
	padding-right:20px;
}
#textblock1, #textblock2 {
	float:left;
	width:239px;
	padding-right:25px;
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}
#contactbox {
	width:517px;
	height:47px;
	font-size:20px;
	line-height:22px;
	padding:15px;
	padding-left:20px;
	margin-top:10px;
	background-color:#666;
	clear:both;
}
#infoformholder {
	float:right;
	width:238px;
	height:270px;
	margin-left:94px;
	margin-top:29px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/form-bg.jpg);
	background-repeat:repeat-x;
}
.formheader {
	margin-top:6px;
	color:#666;
	text-transform:uppercase;
}
#footer {
	width:939px;
	height:32px;
	margin-top:10px;
	background-color:#FAB500;
	/*border:1px solid red;*/
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
}
.footer-text {
	font-size:14px;
	color:#666;
	font-weight:bold;
	line-height:31px;
	margin-left:25px;
	text-transform:uppercase;
}

/* form styles --------- */
#infoform {
	margin-top:25px;
}
#infoform label {
	color:#FFF;
	font-size:12px;
}
.forminput {
	width:180px;
	height:20px;
	margin-bottom:8px;
	border:1px solid #CCC;
}
.captcha-input { width:40px;height:20px;border:1px solid #CCC; }
#submitbtn {
	float:right;
}
.fieldError {
	border:1px solid red;
}
