/* 
	GWS: SITE NAME
	THIS STYLESHEET IS JUST A DEMO - CHANGE IT HOWEVER YOU NEED TO FOR YOUR SITE
	Title: screen.css
	Description: Screen Styles
	Author: JOSE LAUREANO, JANUS
	Last modified: 
	
	Notes:
		- To be able to work on IE, FF and Safari some of the css rules
		  are implemented with html>body and * html before the rule name.
		  
		  	html>body ...  will only be applied in FF and Safari browsers
		  	* html ... will only be applied in IE browsers
	
*/ /* - START SHARED STYLES ACROSS ALL PAGES - */

body {
	margin: 0px;
}

img {
	border: 0px;
}

.leftimage {
	float: left;
} 

/*INPUTS AND FORMS*/
input.header {
	width: 110px;
	height: 10px;
	border: 1px solid #818181;
	font-size: 9px;
}

input.headerButton {
	border: 1px solid #818181;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	}

#shadecontainer {
	width: 820px;
	left: 50%;
	position: relative;
	margin-left: -410px;
	background: url("../images/shadeBg.png") repeat-y;
}

* html #shadecontainer {
	width: 820px;
	left: 50%;
	position: relative;
	margin-left: -410px;
	background: none;
}

#container {
	width: 780px;
	left: 50%;
	position: relative;
	margin-left: -390px;
	background-color: #ffffff;
}

#header {
	width: 780px;
	height: 110px;
}

#topframe {
	width: 780px;
	height: 174px;
}

/*LEFT NAVIGATION STYLES*/
#sidebar {
	width: 224px;
	float: left;
}

#leftnavigation {
	width: 224px;
}

#leftnavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

#leftnavigation ul li {
	margin: 0;
}

#leftnavigation ul li a, #doctors_digest span a.italic {
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	width: 184px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right: 20px solid;
	font-family: Verdana;
	font-size: 11px;
}

#leftnavigation ul li.last a {
	border-bottom: none;
}

html>body #leftnavigation li a {
	width: auto;
}

/* Left Navigation Sub Menus */
#leftnavigation ul li ul {
	display: none;
	/*
	margin-top: -3px;
	margin-bottom: 6px;*/
}

#leftnavigation ul li ul li {
	font-family: Verdana;
	font-size: 10px;
}

#leftnavigation ul li ul li a, #doctors_digest span a.italic {
	margin-left: 20px;
	border-bottom: none;
	color: #6d6f71;
	text-decoration: none;
}

#fullprescribing ul {
	padding: 15px 5px 0px 20px;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: -0.1em;
	/*text-decoration: underline;*/
}

#fullprescribing ul li {
	font-family: Verdana;
	font-size: 9px;
	margin-left: 20px;
	letter-spacing: -0.01em;
}

#fullprescribing ul li a {
	text-decoration: none;
}

/*HEADER NAVIGATION STYLES*/
#headernavigation {
	float: left;
	left: 260px;
	top: 77px;
	position: relative;
	
}

html>body #headernavigation {
	float: left;
	left: 260px;
	top: 66px;
	position: relative;
	display: block;
}

#headernavigation ul li {
	list-style: none;
	float: left;
	width: 152px;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}

#headernavigation ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
}
/*HEADER NAVIGATION STYLES FOR FLASH PAGE*/
#headernavigation1 {
	float: left;
	left: 260px;
	_top:0px;
	top:0px;
	position: relative;
}

html>body #headernavigation1 {
	float: left;
	left: 260px;
	_top:0px;
	top:0px;
	position: relative;
}

#headernavigation1 ul li {
	list-style: none;
	float: left;
	width: 152px;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}

#headernavigation1 ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
}

.hnav_selected {
	height: 30px;
}

#owhu_logo {
	float: left;
	position: absolute;
	top: 10px;
	left: 15px;
}

html>body #headerlinks {
	display: block;
	position: absolute;
	top: 15px;
	left: 395px;
	_left: 380px;
	padding-right: 10px;

}

#headerlinks {
	display: block;
	position: absolute;
	top: 20px;
	left: 380px;
	text-align: right;
	_padding-right: 10px;
}

#headerlinks ul {
	list-style: none;
}

#headerlinks ul li {
	float: right;
	padding-left: 12px;
}



#headerlinks1 {
	display: block;
	position: absolute;
	float:left;	top: 20px;
	width: 350px;
	left: 520px;	
	text-align: right;
	padding-right: 20px;
	  padding-top: 18px;
	_padding-top: 32px;

	
}
#headerlinks1 ul {
	list-style: none;
}

#headerlinks1 ul li {
	float: right;
	padding-left: 15px;
}

html>body #headerlinks2 {
	clear:both;
	display: block;
	position: absolute;
	top: 5px;
	right:300px;
	padding-right: 10px;

}

#headerlinks2 {
	display: block;
	position: absolute;
	top: 20px;
	top: 15px;
	right:300px;
	padding-right: 10px;
}

#headerlinks2 ul {
	list-style: none;
}

#headerlinks2 ul li {
	float: right;
	padding-left: 5px;
}

.forgot {
	
}

/*PAGE CONTENT*/
#content {
	margin-left: 225px;
	margin-right: 0px;
	padding-right: 30px;
	_padding-right:25px;
	padding-left: 40px;
	padding-top: 20px;
	line-height: 16px;
	/*width: 480px;*/
}

#content ul {
	margin-left: 0px;
}

#content ul li {
	margin-left: 20px;
	*margin-left: 62px;
	_margin-left:25px;
}

.headershade {
	position: absolute;
	top: 289px;
	left: 0px;
}

#content #medical_news {
	width: 477px;
	height: 35px;
	position: relative;
	top: -26px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	display: none;
}

.bold {
	font-weight: bold;
}
.bold1 {
	font-weight: bold;
	text-align: right;
	float: right;
}

.normal {
	font-weight: normal;
	color: #000000;
	}

.title, a.title {
	line-height: normal;
	}
	
.title, a.title, #faqs ol li {
	font-weight: bold;
}

#faqs ol li {
	padding-bottom: 15px;
	}

.titleBig {
	font-weight: bold;
	font-size: 10pt;
	}

.italic {
	font-style: italic;
	font-size: 10pt;
}

.italic1 {
	font-style: italic;
	font-size: 10pt;
	margin: 0 0 10px 0;
}

.left20percent {
	float: left;
	margin: 9px 11px 9px 8px;
	_margin: 9px 12px 9px 9px;
	width: 140px;
}

.left30percent {
	float: left;
	margin: 9px 7px 9px 7px;
	_margin: 9px 5px 9px 5px;
	width: 140px;
	height: auto;
}
.left30percent{
	display: block;
}
.left40percent {
	float: left;
	padding: 7px 0 0 15px;
	width: 35%;
}


.30percent {
	padding: 5px;
	width: 30%;
	display: block;
	position: relative;
	}

.welcomeImageText {
	padding-left: 5px;
	padding-right: 0px;	
	text-decoration: none !important;
	}

.left {
	float: left;
	padding: 0;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.thumbimages {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	display: block;
}

.clear {
	clear: both;
	font: 0px Arial !important;
}

.footnote {
	font-size: 9px;
}

#references {
	font-size: 9px;
	font-weight: bold;
	margin-left: 0px;
	*margin-left: 10px !important;
}

html>body #references,html>body #content ul {
	margin-left: -37px;
}

#references  li {
	font-weight: normal;
	margin-left: 25px;
}

#tabheader {
	text-align: center;
	cursor: hand;
	padding-bottom: 7px;
}

html>body #tabheader {
	text-align: center;
	cursor: hand;
	padding-bottom: 9px;
}

html>body #tabheader2 {
	text-align: center;
	cursor: hand;
	padding-bottom: 9px;
}

#tabcontent div.tab {
	display: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tabcontent div.selected {
	display: block;
}

#tabcontent ul {
	
}

#tabcontent ul li {
	
}

#rssFeedArrows {
	position: relative;
	top: -22px;
	margin-left: 430px;
}

.notes {
	font-size: 7pt;
	}

/* Styles for Pause Scroller RSS News Ticker */
#rss_scroller {
	margin: 0px 0 0 110px;
	padding-bottom: 8px;
	padding-top: 2px;
	height: 20px;
	line-height: 30px;
	vertical-align: middle;
}

#rss_scroller a {
	text-decoration: none;
}

* html #rss_scroller a {
	text-decoration: none;
	display: block;
	width: 325px;
	height: 30px;
}

.rss_scroller_class {
	
}

#doctors_digest_list {
	list-style-type:none;
	list-style-image: none;
	list-style-position: outside;
	
	}

#doctors_digest_issues {
	
	padding: 5px;
	margin-bottom: 5px;
	}

#doctors_digest_list {
	margin-left: 20px;
	}
	
#doctors_digest_list li a  {
	margin-left: 0pt;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}


#popup_content {
	padding: 15px;
	}


/* SITE MAP */

#sitemap ul {
		list-style: none;
	}

#sitemap ul li {
	padding-bottom: 10px;
	}

#sitemap ul li a {
	text-decoration: none;
	font-weight: bold;
	
	}

#sitemap ul li ul {
		margin-left: 15px;
		list-style: disc;
		padding-top: 6px;
		padding-left: 6px;
	}

#sitemap ul li ul li {
	padding-bottom: 3px;
	
	}

#sitemap ul li ul li a {
		font-weight: normal;
		color: #000000;
	}

.error {
	border: 1px solid #666666;
	padding: 15px;	
	background-color: #ffa;
}

/*FOOTER*/
#footer {
	margin:0 20px 0 20px;
	_margin:0px 18px 0 20px;
	padding-top: 10px;
	/* margin-left: 225px; */
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	clear: left;
}

#footer.popup {
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}




hr {
	height: 1px;
	color: #ffffff;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	border-top-width: 1px;
	border-top-style: solid ! important;
	border-top-color: #cccccc;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	width: 100% ! important;
}

.bold-isi {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.bold-head {
	font-weight: bold;
	font-size: 9pt;
}

.lolink {
	color: #660066;
}

.elmironlink {
	color: #00b5cc;
}

.legal {
	color: #000000;
}

.evralink {
	color: #006699;
}


sup {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:.92em; 
	line-height:90%;
	text-decoration:none;
}


/* Sept 25 start*/


#wrapper {
    background-image: url(../images/BackGround.gif);
	background-repeat: repeat-y;
	width: 983px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#container_speakAssociate{
	_width: 797px;
	width: 796px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#header_speakAssociate{
    background-image: url(../images/Header_Bgnd.gif);
	background-repeat: repeat-x;
	width: 796px;
	_width: 797px;
	height: 346px;
	margin: 0 auto;
	text-align: left;
	margin-top: 33px;
	_margin-top: 0px;
	
}
#header1_speakAssociate{
	background-image: url(../images/Header_Bgnd.gif);
	background-repeat: repeat-x;
	_width: 797px;
	width: 796px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
	
}
#ohmu_speak_associate{
	padding-top: 24px;
	_margin-top: 12px;
	_margin-left:1px;
}

#headerimg {
	margin: 11px 0 0px 0;
	float: left;

	
}

#headercontent {
	width: 340px;
	height: 344px;
	float: right;
}


#topbar{
background:url(../images/Top_Bar_Bgnd.gif) no-repeat; 
width: 218px;
height: 34px;
float: right;

}

#style0{
font:  bold 14pt Myriad Pro;
_font: bold 13pt Myriad Pro;
color: #00ADCE;
margin: 0 0 0 3px;
}

#style1{

font:  10pt Arial;
color: #ffffff;
margin: 0 0 0 3px;
}

#style2{

font:  10pt Arial;
color: #ffffff;
margin: 0  0 0 170px;
text-decoration: none;
}

#style3{
color: #000000;
text-decoration: none;
}

#flashheading{
width: 336px;
height: 51px;
text-align: center;
margin-top: 27px;


}

#flashcontent{

width: 335px;
height: 245px;
text-align: center;


}




#logocontainer{
background:url(../images/Logo_Bgnd.gif) repeat-x;
width: 797px;
height: 149px;
float: right;
}

#tricyclen{

width: 185px;
height: 89px;
margin: 34px 0 0 62px;
_margin: 34px 0 0 31px;
float: left;

}
#orthoevra{

width: 171px;
height: 89px;
margin: 34px 0 0 76px;
_margin: 34px 0 0 38px;
float: left;

}
#elmiron{

width: 180px;
height: 89px;
margin: 34px 0 0 60px;
_margin: 34px 0 0 30px;
float: left;

}

#footer_speakAssociate{
	margin-top: 40px;
	text-align: left;
	margin-right:50px;
	padding-right: 40px;
	padding-left: 40px;
    padding-bottom: 20px;
}

#footer_speakAssociate a{
	color:#00b5cc;
	text-decoration: none;
}
#footer_speakAssociate a:hover{
	text-decoration: underline;
}

#footertext_speakAssociate{

font-family: Verdana;
font-size: 10px;
margin: 0 8px 0 8px;
}

/* Sept 25 end*/

/* Oct 10*/

.spk_associate_evra{
	color:#0d6c68;
}

.spk_associate_elmiron{
	color:#0c92ab;
}

.spk_associate_tricycle{
	color:#611263;
}
#footer_speakAssociate #isi_tricyclen hr{
	height: 1px;
	color: #ffffff;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	border-top-width: 1px;
	border-top-style: solid ! important;
	border-top-color: #cccccc;
	margin-top: 20px;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 0pt;
	width: 100% ! important;
}


/*** START 10312008 - Content & Left Nav Update***/


.leftpadding10 {
	float:left;
	padding-top:10px;
}

.welcome-podcast {	
	text-align: left;
	white-space: nowrap;
	position:relative;
	left:183px;
	top:-200px;
}

.welcome-podcast-otc {	
	text-align: left;
	white-space: nowrap;
	position:relative;
	left:183px;	
	top:-200px;
}


.welcome-podcast-otc2 {	
	text-align: left;
	margin: 10px 0 0 20px;
	position:relative;
	float: left;
}

.welcome-podcast-evra {	
	text-align: left;
	white-space: nowrap;
	position:relative;
	left:181px;
	top:-210px;
}

html>body .welcome-podcast-otc {	
	text-align: left;
	white-space: nowrap;
	position:relative;
	left:162px;	
	top:-200px;
}
.indent-welcome {
	display:block;
	padding-left:25px;
}

.materials-table {
	width:95%;
	border:none;
}

.table-col1 {
	width:25%;
	float:left;
}

.table-col2 {
	width:75%;
	float:left;
}

table-colspan2 {
	width:95%;
	float:left;
}

p.testimonial-indent {
	text-indent: 47px;
}

p.indent {
	display:block;
	padding-left:94px;
}

.podcast-image {
float:left;
padding-left:0 15px 0 15px;
}
.podcast-image1 {
float:left;
margin:0 0px 0 70px;
}

.itunes-icon {
	float:left;
	padding-top:5px;	
	padding-right:25px;	
	padding-bottom:100px;	
}

.itunes-download {
	float:left;
/*	padding-top:5px; */	
	padding-right:50px;	
	padding-bottom:100px;	
}

.itunes-download-2 {
	float:left;
/*	padding-top:5px; */	
	padding-right:50px;	
	padding-bottom:25px;	
}

.itunes-icon-2 {
	float:left;
	padding-top:5px;	
	padding-right:26px;
	padding-bottom:20px;		
}

.podcast-icon {
	float:left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:100px;	
}

.podcast-icon-2 {
	float:left;
	padding-top:5px;
	padding-right:10px;
	padding-left:112px;	
	padding-bottom:20px;
}

ul li.dash  { 
	list-style-image: url(../images/elmiron/dash.jpg) 
}

#left ul li {
	margin-left: 20px;
}

.space{
	height: 3px;
	width: 300px;
}
/*** END 10312008 - Content & Left Nav Update ***/
#bluestyle{
	color:#208AAF;
}
#tablestyle1{
	width: 325px;
}
#tablestyle2{
	width: 208px;
	_width: 208px;
}

.required {
	color: red;
}

img.starterkit{
width:96px; 
height:75px; 
border:thin solid turquoise;
}

#enhancecalloutimg{
	width: 400px;
	height: 400px;
	text-align: center;

}
.left35percentleft {
	float: left;
	padding: 20px;
	width: 30%;
	margin: 0 0 0 20px;
}
.left35percentright {
	float: right;
	padding: 20px;
	width: 40%;
	_width: 35%;
}
.bold1 {
	font-weight: bold;
	text-align: center;	
}
.bold2 {
	font-weight: bold;
	text-align: center;	
	margin: 0 0 0 18px;
}


#isi_evra, #isi_tricyclen, #isi_elmiron {
	/* clear: both;
	 padding-top: 30px; */
}

//modifired for registration updates

#contentwrapper {
	position: relative;

}

#contentbanner1,
#contentbanner2,
#contentbanner3 {
	height: 51px;
	width: 555px;
	text-decoration: none;
	cursor: pointer;
	margin: -23px 0 0 -41px;
	_margin-left:-44px;
	position: absolute;
	float:right;
	border: none;
}

#contentbanner1 {
	  background: url(../images/registerhere-banner1.jpg)  no-repeat;
}

#contentbanner2{
	  background: url(../images/registerhere-banner2.jpg)  no-repeat;
}

#contentbanner3{
	  background: url(../images/registerhere-banner3.jpg)  no-repeat;
}
a#contentbanner1:hover,
a#contentbanner2:hover,
a#contentbanner3:hover
{
    background-position: -555px 0;
}




#marginclear{
	margin: 0 0 0 0;
}

#signinbtn{
	background: url(../images/signin-btn.jpg)  no-repeat;
    height: 30px;
    width: 174px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: block;       
}

#signinbtn1{    
    background: url(../images/signin-btn.jpg)  no-repeat;
    background-position: -174px 0;
    height: 30px;
    width: 174px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: none;
}



.resitertxt {
	color: #848383;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	line-height: 25px;
 
}
 .resitertxt:link {
	color: #848383;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	line-height: 25px;
 
}
.resitertxt:visited {
	color: #848383;
	text-decoration: none;
	margin: 15px 0px 0px 0px;
	line-height: 25px;
 
}
.resitertxt:hover{
	color: #848383;
	text-decoration: underline;
	margin: 15px 0px 0px 0px;
	line-height: 25px;
}

.resitertxt:visited:hover{
	color: #848383;
	text-decoration: underline;
	margin: 15px 0px 0px 0px;
	line-height: 25px;
}
#headerwrapper {
	position: relative;
	
}

#headerwrapper1 {
	width:900px;
	height:auto;
	position: relative;
	
}
#headercontainer {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 500;
	margin: 28px 0px 0 -93px;
	_margin: 28px 0px 0 -75px;
	display: none;
}


#headersignin{
	background-color: #ffffff;
	width:460px;
	height: auto;
	border-left: 1px solid #2fabd7;
	border-right: 1px solid #2fabd7;
	border-top: 1px solid #2fabd7;		
	
}
#headersigninbottom{
	background: url(../images/signinbot.gif)  no-repeat;
    height: 10px;
    width: 461px;
    
}

#headersignincontent{
	background-color: #ffffff;
	width:460px;
	height: auto;
	margin: 15px 0px 0 0px;

}
#headersignincontentleft{
	width:245px;
	height: auto;
	margin: 0px 0px 0 0px;
	float: left;
	border-right: 1px solid #2fabd7;

}
#headersignincontentright{
	width:210px;
	height: auto;
	float: right;
	margin: 0px 0px 0 0px;

}
.signintxt{
	font: 11.5pt Arial;
	font-weight:bold;
	color: #125cab;
	line-height:15px;
	text-decoration: none;
	text-align: left;
	margin:  0 0 7px 20px;

}

.signintxt1{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: none;
	text-align: left;
	margin:  0 0px 5px 20px;

}

.signintxt2{
	clear:both;
	font: 8.5pt Arial;
	font-weight:normal;
	color: #125cab;
	line-height:15px;
	text-decoration: none;
	text-align: left;
	margin:  0 20px 0 20px;

}
.signintxt3{
	clear:both;
	font: 8.5pt Arial;
	font-weight:bold;
	color: #125cab;
	line-height:15px;
	text-decoration: none;
	text-align: left;
	margin:  0 3px 0 10px;

}

.signintxt4{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: underline;
	text-align:left;

}
.signintxt4:link{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: underline;
	text-align:left;

}
.signintxt4:visited{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: underline;
	text-align:left;

}
.signintxt4:hover{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: none;
	text-align:left;

}
.signintxt4:visited:hover{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #00acca;
	line-height:15px;
	text-decoration: none;
	text-align:left;

}

.register{
	margin-bottom: 10px;
	vertical-align: top;
	font-size: 6.5pt;
}
.registerbtn{
	width: 109px;
	height: 30px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.signnbtn{
	width: 75px;
	height: 30px;
	margin: 0 12px 0 0;
	cursor: pointer;
}
input.header1 {
	width: 170px;
	height: 15px;
	font-size: 9px;
	float: left;
	margin: 5px 0 5px 20px;
}

.logincallout{
	clear:both;
	width:210px;
	height: 30px;
}
.logincalloutleft{
	width:100px;
	height: 30px;
	float:left;
	padding: 0 0 0 20px;
}
.logincalloutright{
	width:88px;
	height: 30px;
	float:right;
}

#topheaderlinks {
	display: block;
	position: absolute;
	clear: both;
	width: 450px;
	height: 35px;
	float: right;
	margin: -30px 0 0 460px;

}
#topheaderlinks ul {
	list-style: none;
	margin:0 0 0 0;
	padding: 0 0 0 0px;
}

#topheaderlinks ul li{
	list-style: none;
	display: block;
	float: right;
	margin:0 0 0 0;
	padding: 0 0 0 10px;
	height: 35px;

}

#headercontainer1 {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 500;
	margin: 28px 0px 0 -15px;
	display: none;
}
.logintxt{
	color: #208AAF;
	font: 10.5pt Arial;
	font-weight:normal;
	line-height:11pt;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 20px 0px;	

}

#logintxt1 li {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	color: #208AAF;
}

 .logintxt2{
	font: 10pt Arial;
	font-weight:normal;
	color: #000000;
	line-height:12pt;
	text-decoration: none;
	text-align: left;
 
}

.ictoolstxt{
	font: 8.5pt Arial;
	font-weight:normal;
	color: #000000;
	line-height:12pt;
	text-decoration: none;
	text-align: left;
}
.ictoolstxt1{
	font: 10pt Arial;
	font-weight:normal;
	color: #000000;
	line-height:12pt;
	text-decoration: none;
	text-align: left;
	margin:  0 0 5px 0;
}
.ictoolstxt2{
	font: 7.5pt Arial;
	font-weight:normal;
	color: #000000;
	line-height:12pt;
	text-decoration: none;
	text-align: left;
}

#flashcontainer{
	clear: both;
	width: 400px;
	height: 200px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentbannerimage{
	height: 30px;
}

.setCalloutWidth{
	width: 140px;
	height: auto;
	display: block;
}

.underlineRemover{
	text-decoration: none !important;
}

.blacktext{

	color: #000000;
}
p{
line-height: 1.5em;
font-size: 1em;
}


