@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
* html, html, body, form {
	height: 100%;
}
body {
	font-size: 75%;
	color: #000;
	background: url(../_themes/blank/blbkgnd.gif) repeat top left #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 3em;
	line-height: 1;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
img {
	border: none;
}
a:focus, a:hover {
	color:#FF0000;
}
a {
	color: #009;
}
table {
	border-collapse:collapse;
}
#wrapper {
	position: relative;
	height: auto;
	width: 800px;
	margin: auto;
}
#wrapper #global_header {
	float: left;
	height: 150px;
	width: 780px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	overflow:hidden;
}
#wrapper #global_header #global_logo {
	float: left;
	height: 150px;
	width: 169px;
	position: relative;
}
#wrapper #global_header #global_tagline {
	position: relative;
	height: 150px;
	width: auto;
	float: left;
}
#wrapper #global_header #global_tagline table {
	height: 150px;
	width: 400px;
	text-align:center;
	margin: auto 26px auto 25px;
}
#wrapper #global_header #global_contact {
	position:relative;
	float:left;
	height: 150px;
	width:150px;
}
#wrapper #global_header #global_contact table {
	position: relative;
	height: 100%;
	width: auto;
	float: left;
}
#wrapper #global_header #global_contact td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper #global_content {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	margin-top: 25px;
	padding: 10px 0;
}

#wrapper #global_content .formTitle {
	width: 100%;
	position: relative;
}

#wrapper #global_content #requestForm table {
	position: relative;
	height: auto;
	margin: 10px 0;
}
#wrapper #global_content #requestForm td {
	text-indent: 5px;
	padding: 5px;
}
#wrapper #global_content #requestForm .formLabel {
	text-align: right;
	font-weight: bold;
}

#wrapper  #global_content  .linebreak  {
	background-color: #999999;
	position: relative;
	height: 2px;
	width: 100%;
	margin: 10px 0;
	
}
