@charset "utf-8";
/* CSS Document */

* { outline: none;
}
body {
	background-color: #0089b0;
	background-image: url(../images/patientkit_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/patientkit_image.jpg);
	background-repeat: no-repeat;
	height: 470px;
	width: 750px;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 27px;
	padding-left: 70px;
}

#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}#contentcopy {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 70px;
	width: 390px;
	padding-right: 10px;
	line-height: 16px;
	float: left;
}
#contentcallout {
	float: right;
	width: 275px;
}
#footer {
	clear: both;
	width: 690px;
	padding-top: 10px;
	padding-left: 60px;
}
#partners {
	float: left;
	width: 235px;
	padding-right: 10px;
	height: 30px;
	padding-top: 10px;
}
#legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 400px;
	float: right;
	padding-right: 35px;
	height: 60px;
}
#contactheader {
	background-repeat: no-repeat;
	height: 500px;
	width: 750px;
}
#contactinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #016684;
}
#contactinfo a:link, #contactinfo a:visited {
	color: #016684;
	text-decoration: underline;
}
#contactinfo a:hover, #contactinfo a:active {
	color: #016684;
	text-decoration: underline;
}


#contactsample {
	float: right;
	width: 300px;
	padding-top: 70px;
}
.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 200px;
}
.submitbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #037899;
	background-color: #006488;
}

