/* CSS Document */
html {
	height:100%;
}
body {
	margin:0;
	padding: 0;
	height:auto;
	font-family:Tahoma, sans-serif;
	font-size:12px;
}
div, form {
	padding:0;
	margin:0;
}
img {
	border:0;
	padding:0;
	margin:0;
}
br {
	clear: left;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* Div Styles */
/* ------------------------------------------------------------------------------------------------------------ */
#container {
	position:relative;
	margin:auto;
	padding:0;
	height:auto;
	width:100%;
}
#content {
	position:relative;
	padding:0;
	width:730px;
	margin:auto;
}
/**html #content {min-height:255px;}*/
#logo {
	float:left;
	height:250px;
	width:270px;
	margin:50px 0 0 0;
	background:url(images/connected-logo.gif) no-repeat top left;
}
div.login {
	padding:10px 0px 20px 0px;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
div.login a{
	padding:0px 0px 0px 20px;
	color:#0066CC;
	font-size:12px;
	font-weight:normal;
}
div.login a:hover{
	padding:0px 0px 0px 20px;
	color:#333333;
	text-decoration:none;
}
div.login input {
	margin:2px 5px 5px 0px;
	padding:2px;
	border:#666666 solid 1px;
}
#cta img {
	padding:0px 0 0 0px;
	font-weight:normal;
	position:relative;
	margin:30px 0 10px 0;
}

#cta h1 {
	color:#006699;
	font-size:18px;
	font-weight:normal;
	padding:0 0 0 0px;
	margin:0;
}
#cta p {
	margin:10px 0px 15px 0px;
	padding:0;
	font-size:13px;
	line-height:140%;
	color:#666;
}
#returning {
	position:absolute;
	right:40px;
	top:20px
}
#returning a {
	color:#0066CC;
	font-size:12px;
	text-decoration:underline;
}
#returning a:hover {
	color:#333333;
}
#body-copy, #body-copy2 {
	positon:relative;
	width:100%;
	color:#666;
	padding:0;
	margin:0;
}
#body-copy h1, #body-copy2 h1{
	border-bottom:#CCCCCC 1px solid;
	padding:2px 0px 3px 0px;
	margin:4px 0px 10px 0px;
	color:#006699;
	font-size:18px;
	font-weight:normal;
}
#body-copy p, #body-copy2 p {
	margin:10px 0px 15px 0px;
	padding:0;
	font-size:13px;
	line-height:140%;
}
#body-copy a, #body-copy2 a {
	text-decoration:none;
	color:#0077C0;
}
#body-copy a.copy, #body-copy2 a.copy {
	text-decoration:none;
	color:#0077C0;
	font-weight:bold;
}
#body-copy a:hover, #body-copy2 a:hover  {
	text-decoration:underline;
	color:#333333;
}
#body-copy a:hover.copy, #body-copy2 a:hover.copy {
	text-decoration:underline;
	color:#0077C0;
}
#body-copy ul {
	position: relative;
	padding: 0;
	margin: 0;
	height:95px;
}
#body-copy li {
	padding: 0 0 4px 10px;
	margin: 0 0 0 18px;
	background: url(images/arrow.gif) no-repeat 0px -2px;
	list-style-position: outside;
	list-style:none;
	float:left;
	width:205px;
	height:18px;
}
#body-copy h2, #body-copy2 h2 {
	margin:3px 0px 5px 0px;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}
#body-copy2 ul  {
	position: relative;
	padding: 0 15px 0 0px;
	margin: 0;
}
#body-copy2 li {
	padding: 0 0 4px 10px;
	margin: 0 0 0 18px;
	background: url(images/arrow.gif) no-repeat 0px -2px;
	list-style-position: outside;
	list-style:none;
	height:18px;
}
#footer {
	position:relative;
	width:100%;
	font-size:12px;
	margin:20px 0px 10px 0px;
	text-align:center;
	z-index:100;
	color:#666666;
	padding:12px 0px 0 0;
	border-top:#CCCCCC 1px solid;
}
#footer p {
	margin:5px 5px 0 0;
}
#footer a {
	color:#333333;
	text-decoration:none;
	margin:0 8px 0 8px;
}
#footer a:hover {
	text-decoration:underline;
}
ul.sitemap {
	position: relative;
	padding: 0 15px 0 0px;
	margin: 0;
}
li.sitemap {
	padding: 0 0 4px 10px;
	margin: 0 0 0 18px;
	background: url(images/arrow.gif) no-repeat 0px -2px;
	list-style-position: outside;
	list-style:none;
	height:18px;
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* Login Box Styles */
/* ------------------------------------------------------------------------------------------------------------------------- */
div.addybox {
	float:left;
	width:720px;
	height:90px;
	position:relative;
	margin:5px 0 5px 0;
	padding:0 0 0 10px;
	background:url(images/address-bg.gif) no-repeat top left;
}
div.addybox form, div.addybox input {
	padding:0;
	margin:0;
}
div.addybox form {
	height:64px;
	width:715px;
	display:block;
	z-index:1000;
}
div.howto {
	width:695px;
}
div.addybox input {
	margin:0;
}
div.addybox #zipcode, div.addybox #apartmentNumber, div.addybox #streetAddress {
	font-size:15px;
	color:#333333;
	padding:4px;
	top: 30px;
	position:absolute;
	border: 1px solid #666666;
	height:18px;
}
div.addybox #streetAddress {
	width:200px;
	left:20px;
	padding-left: 18px;
}
div.addybox #zipcode, div.addybox #apartmentNumber {
	width:150px;
}
div.addybox #apartmentNumber {
	left:260px;
}
div.addybox #zipcode {
	left:435px;
}
div.howto #streetAddress {
	left: 291px;
}
div.howto #apartmentNumber {
	right: 203px;
}
div.howto #zipcode {
	right: 115px;
}
div.addybox input.submit {
	top:-1px;
	float:right;
	position:relative;
	margin:0;
	height:90px;
	background:url(images/go_btn.jpg) no-repeat top left;
}
div.addybox input.submit:hover {
	float:right;
	margin:0;
	height:90px;
	background:url(images/go_btn.jpg) no-repeat top left;
	background-position: 0 -92px;
}
div.howto input.submit {
	right: 10px;
}
div.addybox img.rightedge, div.addybox img.leftedge {
	position:absolute;
	top: 0;
	right: 0;
	padding:0;
	margin:0;
}
div.addybox img.leftedge {
	left:0;
}
div.addybox div.text {
	position:absolute;
	top:0;
	left:0;
	background:url(images/background-light.png) repeat-x top left;
	height:64px;
	z-index:1;
}
div.addybox div.text span {
	background:url(images/leftedge.png) no-repeat top left;
	display:block;
	height:inherit;
}
/* Login Box Styles 'Bundles' */
div.bundles div.addybox {
	position:absolute;
	bottom:0;
	left:0;
}
div.bundles div.addybox form {
	height:64px;
	width:595px;
	display:block;
	z-index:1000;
}
div.bundles div.addybox #streetAddress {
	width:240px;
}
div.addybox input.streetaddress {
	background: #fff url(images/streetaddress2.gif) 0px 0px no-repeat;
}
div.addybox input.street {
	background: #fff url(images/streetaddress.gif) 0px 0px no-repeat;
	height:17px;
}
div.addybox input.apt {
	background: #fff url(images/apt.gif) 0px 0px no-repeat;
	height:17px;
}
div.addybox input.zip {
	background: #fff url(images/zip.gif) 0px 0px no-repeat;
	height:17px;
}
label.overlabel {
	display: none;
	position:absolute;
	top: 6px;
	left: 5px;
	z-index:1;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	cursor: text;
}
/* ------------------------------------------------------------------------------------------------------ */
/* Contact Form Styles */
/* ------------------------------------------------------------------------------------------------------ */
.provider-hilight {
	position:relative;
	left:0px;
	margin:0;
	padding: 0;
	width: 456px;
	color:#666666;
}
form.contact {
	font-size : 10px;
	padding : 0px;
	margin : 0;
	width : 225px;
	color:#333333;
}
.textfield, .textfield3 {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 3px;
	margin : 0 0 2px 0;
	width : 190px;
}
.textfield3 {
	width : 200px;
	font-weight : normal;
	border:1px solid #666666;
	margin:2px 0px 2px 0px;
}
textarea.textfield3 {
	width : 430px;
}
.row3-old {
	padding : 0;
	margin : 0 0 5px 0;
	font-size : 12px;
	color : #666666;
	font-weight : bold;
	left: 0;
}
.row1 {
	padding : 0;
	margin : 0 0 5px 0;
	font-size : 12px;
	color:#666666;
	font-weight : bold;
	left: 0;
	width:200px;
}
.row2 {
	position:absolute;
	padding : 0;
	margin : 0 0 5px 0;
	top:0px;
	font-size : 12px;
	color:#666666;
	font-weight : bold;
	left: 230px;
	width:200px;
}
.row3 {
	position:relative;
	padding : 0;
	margin : 0 0 5px 0;
	font-size : 12px;
	color:#666666;
	font-weight : bold;
	left: 0px;
	width:200px;
}
.row4 {
	position:absolute;
	padding : 0;
	margin : 0 0 5px 0;
	top:45px;
	font-size : 12px;
	color:#666666;
	font-weight : bold;
	left: 230px;
	width:200px;
}
div.contact-error {
	position:relative;
	background:#FFFF66;
	color:#FF0000;
	margin:10px 0px 5px 0px;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
.copy-plain {
	padding : 0;
	margin : 0 0 5px 0;
	font-size : 12px;
	color : #666666;
	font-weight : bold;
	left: 0;
	width:500px;
}
div.text-box2 {
	width:450px; 
	position:absolute;
}