@import url("replacements.css"); /* text replacement */

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:25px 0;
	color:#588073;
}

a {
	color:#588073;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h4 {
	margin-bottom:10px;
}

h2 {
	margin-bottom:15px;
}

h3 {
	margin-bottom:20px;
}

p {
	line-height:1.3em;
	margin-bottom:1em;
}

ul li {
	line-height:1.3em;
	margin-bottom:2px;
}

h1, h2, h3 {
	text-indent:-9999px;
}

.clear_ {
	zoom:1;
}

.clear_:after {
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}

.noshow {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.main {
	width:690px;
	height:600px;
	margin:0 auto;
	border:1px solid #c8c7c7;
	position:relative;
}

#overlay {
	position:absolute;
	width:690px;
	height:600px;
	top:0;
	left:0;
	background:transparent url(i/layout-bg.png) repeat 0 0;
	z-index:1;
	text-align:left;
}

#overlay .close {
	position:absolute;
	top:20px;
	right:20px;
	background:transparent url(i/close.gif) no-repeat 0 0;
	width:49px;
	height:11px;
	cursor:pointer;
}

#header {
	margin:30px 50px 0 30px;
	padding-bottom:20px;
	position:relative;
}

#header img {
	position:absolute;
	top:0;
	left:0
}

#header h1 {
	height:36px;
	background:transparent url(i/ge-healthcare.gif) no-repeat right 20px;
	margin-bottom:10px;
}

#header ul {
	float:right;
}

#header ul li {
	font-size:11px;
	float:left;
	padding:0 15px;
	height:12px;
	line-height:12px;
	border-right:1px solid #588073;
}

#header ul li.last {
	padding:0 0 0 15px;
	border-right:0;
}

#header ul li.current {
	font-weight:bold;
	color:#3D5A50;
}

#header ul li a:hover {
	color:#3D5A50;
	text-decoration:none;
}

#content {
	margin-left:30px;
}

#content ul li {
	background:transparent url(i/bullet.gif) no-repeat 0 1px;
	padding-left:12px;
}

#content .closer-look {
	position:absolute;
	bottom:50px;
	left:30px;
}

#content .closer-look ul li {
	background:transparent url(i/arrow.gif) no-repeat 0 3px;
	padding-left:12px;
}

#footer {
	width:690px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}

#footer a {
	color:#666;
	padding:0 5px;
}

#footer p {
	margin-bottom:5px;
	color:#999;
}

label {
	display:block;
	margin-bottom:5px;
}

input,select,textarea {
	margin-bottom:20px;
	width:100%;
}

select {
	background:#fff;
}

input,textarea {
	border:1px solid #999;
	border-right-color:#dfdfdf;
	border-bottom-color:#dfdfdf;
}

form h4 {
	margin-bottom:20px;
	font-size:11px;	
}

form p.legend {
	float:left;
}

form .invalidInput {
	background:#ffc;
}

form .btnsubmit {
	float:right;
	width:auto;
	margin-right:30px;
	text-indent:-9999px;
	border:none;
	width:59px;
	height:17px;
	background:#fff url(i/submit.gif) no-repeat 0 0;
	cursor:pointer;
}

form .agreement {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 0;
	margin:20px 30px 20px 0;
}

form .agreement p {
	margin:0;
	text-align:center;
}

form .col1 {
	width:305px;
	float:left;
	margin-right:20px;
}

form .col2 {
	width:195px;
	float:left;
	margin-right:20px;
}

form .col3 {
	width:55px;
	float:left;
	margin-right:20px;
}

form .col4 {
	width:120px;
	float:left;
	margin-right:20px;
}

form .col5 {
	width:415px;
	float:left;
	margin-right:20px;
}

sup {
	vertical-align:top;
}
