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

#content_left {
	width: 470px;
	float: left;
	height: 434px;
	margin-bottom: 12px;
	margin-top: 20px;
}
#brochure_heading {
	width: 290px;
	height: 28px;
	float: left;
	margin-left: 83px;
	margin-top: 10px;
}
h1.request_heading {
  background: url(images/brochure_heading.jpg) no-repeat;
  height: 28px;
  width: 290px;
  text-indent:-9999px;
}
h2.header_brochure_text{
	text-align: center;
	font-size: 16px;
	
}
#download_heading {
	width: 294px;
	height: 28px;
	float: left;
	margin-left: 70px;
	margin-top: 9px;
}
h1.down_heading {
  background: url(images/brochure_heading2.jpg) no-repeat;
  height: 28px;
  width: 294px;
  text-indent:-9999px;
}
#content_right {
	width: 470px;
	float: left;
	height: 434px;
	margin-left: 20px;
	margin-bottom: 12px;
	margin-top: 20px;
}
#left_left {
	float: left;
	width: 10px;
	height: 434px;
	background: url(images/contact_ledge.png) no-repeat;
}
#left_centre {
	float: left;
	width: 450px;
	height: 434px;
	background: url(images/contact_background.png) repeat-x;
}
#left_right {
	float: left;
	width: 10px;
	height: 434px;
	background: url(images/contact_redge.png) no-repeat;
}
#right_left {
	float: left;
	width: 10px;
	height: 434px;
	background: url(images/contact_ledge.png) no-repeat;
}
#right_centre {
	float: left;
	width: 450px;
	height: 434px;
	background: url(images/contact_background.png) repeat-x;
}
#right_right {
	float: left;
	width: 10px;
	height: 434px;
	background: url(images/contact_redge.png) no-repeat;
}
#form{
	margin-top: 48px;
}
label {
width: 150px;
float: left;
text-align: right;
color: #3B7882;
margin: 0 10px 10px 0;
clear: both;
}

.input-box {
width: 160px;
height: 20px;
margin-bottom: 10px;
border: #3B7882 solid 1px;
}
.select_box {
width: 160px;
height: 20px;
margin-bottom: 10px;
border: #3B7882 solid 1px;
}
.submit-button {
margin-left: -20px;
margin-top: 18px;
clear: both;
background: url(images/submit_button.png);
text-indent: -9999px;
width: 204px;
height: 31px;
} 
.submit-button:hover {
margin-left: -20px;
margin-top: 18px;
clear: both;
background: url(images/submit_button_roll.png);
text-indent: -9999px;
width: 204px;
height: 31px;
cursor: hand;
} 
.download-button {
margin-left: 141px;
margin-top: 8px;
clear: both;
background: url(images/view_button.png);
text-indent: -9999px;
width: 204px;
height: 31px;
} 
.download-button:hover {
margin-left: 141px;
margin-top: 8px;
clear: both;
background: url(images/view_button_roll.png);
text-indent: -9999px;
width: 204px;
height: 31px;
cursor: hand;
}
#text_lines {
	float: left;
	width: 440px;
	height: 200px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	margin-top: 18px;
	color: #3b606a;
}

