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

body {
	margin:0;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	behavior:url( csshover2.htc );
} /* DONT NOT REMOVE, NEEDED FOR IE6 */
/* Top Navigation */

#topNavWrapper {
	border-bottom: 3px solid #4bc8e8;
	background-color:#FFFFFF;
}
#topNavContainer {
	width:980px;
	height:102px;
	margin: 0 auto;
	text-align: left;
	padding-top:16px;
}
#logoNav {
	float: left;
	margin-top: 13px;
	margin-left:16px
}


#shareStoryBTN {
	width: 738px;
	height:25px;
	text-align: right;
}

#topNavRight {
	position: relative;
	float:right;
	width:750px;
	height: 90px;
}
#topNav {
	position: absolute;
	padding:0px;
	width:750px;
	margin-top:22px;
}
/*
#topNav ul {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}
#topNav ul li {
	display:inline;
}
#topNav ul li img {
	padding:9px;
} */

/* topNav Images */
#topNav div {float:left; padding:0px; margin-right:3px}

.aboutBTN {background:url(../images/topNav/i-portBTN.gif) no-repeat top center;}
.aboutBTN:hover{background-position: bottom center;}
.supportBTN{background:url(../images/topNav/iportSupportBTN.gif) no-repeat;}
.supportBTN:hover{background-position: bottom center;}
.patientBTN{background:url(../images/topNav/patient_storiesBTN.gif) no-repeat;}
.patientBTN:hover{background-position: bottom center;}
.professionalBTN{background: url(../images/topNav/healthcare_proBTN.gif) no-repeat;}
.professionalBTN:hover{background-position: bottom center;}
.communityBTN{background: url(../images/topNav/communityBTN.gif) no-repeat;}
.communityBTN:hover{background-position: bottom center;}
.newsBTN{background: url(../images/topNav/inthenewsBTN.gif) no-repeat;}
.newsBTN:hover{background-position: bottom center;}
.contactBTN{background: url(../images/topNav/contactBTN.gif) no-repeat;
}
.contactBTN:hover{background-position: bottom center;}


#searchBox {
	display:block;
	text-align:right;
	padding:0px;
	margin:0px 12px 0 0;
} /* Change once search complete */
#searchInput {
	background-color:#CCCCCC;
	border:0px;
	font-size:1em;
	margin:0px;
	height:11px;
	padding:2px;
	vertical-align:middle;
}
#searchBTN {
	margin:0px;
	vertical-align:middle;
}
/* footer */
#footerWrapper {
	background-color:#3390D6;
	padding:15px;
	display:block;
	height:16px
}

#footerContainer {
	width:960px;
	margin: 0 auto 0 auto;
	font-size:1.2em;
}

#footerContainer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerContainer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#sendFriend {
	list-style:none;
	float:right;
	vertical-align:middle;
	margin:0px;
	padding:0px
}
#sendFriend li {
	display:inline;
	color: #FFFFFF;
}


#sendInput {
	background-color:#CEECF7;
	border:0px;
	font-size:.8em;
	margin:0px;
	height:11px;
	padding:2px;
	vertical-align:middle;
	color:#475A64
}
#sendBTN {
	margin:0px;
	vertical-align:middle;
	width:60px;
	height:15px;
}

.sendtocontainer{
	position: relative;
	width: 0;
	height: 0;
}

.sendtofriendbox{
	position: absolute;
	top: -275px;
	left: -270px;
	width: 595px;
	height: 272px;
	background: transparent url(../images/sendtofriendbgb.gif) no-repeat scroll;
	padding: 10px;
	z-index: 3;
}

.msgsentOK{
	position: absolute;
	top: -160px;
	left: -120px;
	width: 335px;
	height: 52px;
	background: transparent url(../images/msgsentok.gif) no-repeat scroll;
	z-index: 3;
}

.sendTitleBlue{
	color: #01A4E5;
	font-weight: bold;
	font-size: 14px;
}

.textField{
		border:1px solid #999999;
margin:0;
padding:1px 3px;
width:200px;
font-family:Tahoma,Arial,sans-serif;
font-size:100%;
}

.closebox{
	float: right;
	height: 15px;
	width: 30px;
	cursor: pointer;
	padding-right: 5px;
}

.sendtofriendform{
	background-color: transparent;
}

.123steps{
	font-family:Arial,Helvetica,sans-serif;
	color:#454545;
	font-size:14px;
}


/* styling elements */
.grey {
	width:100%;
	background-color:#E7E7E7;
}
.greyContainer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#E7E7E7;
}
sup, sub {
	vertical-align: 0;
	position: relative;
}
sup {
	bottom: 0.6em;
	font-size:.5em;
}

