/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(viagra911_images/viagra_bg.jpg)
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.viagra911_logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333FF;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #3333CC;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 55%;
	padding-top: 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #0000FF;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 200px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/*Menu top*/
#viagra_top_menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
/* Menu */


#menu {
	width: 1000px;
	height: 48px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 48px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 28px;
	margin-right: 3px;
	padding: 26px 30px 0px 0px;

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}



/* -- begin style --*/

/* -- global and main body styles --*/
body
{
    font: times;
}
a:hover
{
    color: #00a0e2;
    text-decoration: underline;
}
a:link
{
    color: #0077D4;
    text-decoration: underline;
}
a:visited
{
    color: #0077d4;
    text-decoration: underline;
}
.hide
{
    display: none;
}
.showBlock
{
    display: block;
}
.showInline
{
    display: inline;
}
.showPrint
{
    display: block;
}
.showScreen
{
    display: none;
}
.trackingCode
{
    display: none;
}
#mainContainer
{
    width: 765px !important;
    margin: 0 auto;
}
#targetPageContainer
{
    width: 757px;
    line-height: normal;
    color: #434343;
    text-align: left;
    padding-right: 5px;
    padding-top: 13px !important;
    padding-top: 4px;
    padding-left: 0px !important;
    padding-left: 4px;
    font-size: 15px;
    font-family: Times New Roman;
}
#contentHolder
{
    margin: 0px;
    padding: 0px;
}
.pageheader
{
    color: #000;
    font-size: 22px;
    padding-left: 4px;
    float: left;
    font-family: times, courier, serif;
    height: 60px;
    line-height: 50px;
}
#pageHolder
{
    background: #ffffff url(../images/shim.gif) repeat-y scroll top center;
}
/* -- header styles --*/
#headerContainer
{
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding: 0px;
    width: 765px;
    margin: 0 auto;
    height: 41px;
    padding-top: 16px !important;
}
#viagraLogo
{
    display: block;
    width: 192px;
    float: left;
    height: 41px;
}

#TopNavCont
{
    display: none;
}
.txtBG
{
    background-color: #F6F6F6;
    padding-right: 15px;
    font-size: 8.65pt;
}
/*
#topSearch
{
    height: 49px;
    line-height: 49px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    padding-right: 10px;
}
#topSearch IMG
{
    vertical-align: middle;
    margin-bottom: .25em;
}
#topSearch input
{
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    border: solid 1px #A5B2BD;
    margin: 5px;
}
*/
#contTopheaderUtil
{
    display: block;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0px;
}
#printerUtil
{
    float: right;
    padding-top: 1px;
}
#printerUtil a:hover, #printerUtil a:visited:hover, #printerUtil a:hover, #printerUtil a:visited:hover, #printerLinks a:hover
{
    color: #00a0e2;
}
/*
#mediaContent
{
    margin: 0px;
    margin-bottom: 25px;
    text-align: center;
}

#rollOverImgCont
{
    display: block;
    clear: both;
    text-align: center;
    margin: 0 5px 0 0px;
}
.rollOverImg
{
    display: inline;
    padding-right: 3px;
}
*/
/* -- footer styles --*/
#footerContainer
{
    background-color: #FFFFFF;
    width: 765px;
    margin: 0px;
    clear: both;
    padding-top: 0px;
}
#footerHomedivider1
{
    background-image: url(../images/footer_divider.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 9px;
    padding: 0px;
    font-weight: bold;
    width: 762px;
    font-size: 90%;
    text-align: left;
    padding-top: 30px;
    clear: both;
}
#footerDividerTop
{
    background-image: url(../images/footer-divider-tab.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 34px;
    padding: 0px;
    width: 762px;
    text-align: left;
    padding-top: 0px;
    clear: both;
}
#footerDividerBottom
{
    background-image: url(../images/footer-divider-full.gif);
    background-repeat: repeat-x;
    height: 7px;
    padding: 0px;
    width: 762px;
    text-align: left;
    padding: 0px;
    clear: both;
}
#footerlinkContainer
{
    height: 62px;
    line-height: 62px;
}

#bannerContent
{
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
#footerTxt
{
    text-align: left;
    color: #434343;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-family: Times, Courier, Serif;
    font-size: 16px;
    padding-right: 0px;
    padding-top: 15px;
    padding-left: 3px;
}
/*
#helpfulanswers
{
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 0px 4px;
    width: 561px;
    background-color: #fff;
}

#adobedisclaimer, #exitdisclaimer
{
    padding: 10px 0px 10px 0px;
}
*/
#next, .next
{
    color: #0077D4;
    font-size: 110%;
    font-weight: bold;
    clear: both;
}
input, select
{
    font-family: arial, verdana, helvetica, sans-serif;
    color: #434343;
    font-size: 100%;
}
/*
img.trustelogo
{
    vertical-align: middle;
    padding: 0px 0px 0px 13px;
}
*/
img.adobereader
{
    padding-right: 15px;
}
/*
#searchPanePrinter
{
    width: 99%;
    clear: both;
    padding-left: 0px;
    padding-top: 0px;
}

#searchPane
{
    width: 99%;
    clear: both;
    padding-left: 5px;
    padding-top: 5px;
}
*/
#ResultPages .SearchSummary
{
    width: 99%;
    clear: both;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    height: 20px;
    font-size: 90%;
}
#ResultPages .SearchDesp
{
    float: left;
    color: #333333;
    padding-left: 5px;
    padding-top: 0px;
    margin-left: -6px;
    font-size: 110%;
    font-family: Times New Roman;
}
.SearchResultCount
{
    float: right;
    color: #333333;
    padding-right: 10px;
}
#ResultPages
{
    padding: 0px;
    color: #333333;
    text-align: left;
    padding-left: 5px;
}
#ResultPages a:link
{
    color: #0077d4;
    text-decoration: underline;
    padding: 5px;
}
.SearchTopPager
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    clear: both;
    padding-bottom: 13px;
}
.SearchTopPager a:link
{
    color: #0077d4;
    text-decoration: underline;
    padding: 5px;
}
.SearchResultLink
{
    clear: both;
    margin-top: 15px;
}
.SearchBottomPager
{
    text-align: center;
    margin-top: 15px;
}
.SearchBottomPager a:link
{
    color: #0077d4;
    text-decoration: underline;
    padding: 3px !important;
    padding: 3px;
}
.SearchBottomPager a
{
    padding: 3px !important;
    padding: 3px;
}
#homecontent
{
    width: 535px;
    padding: 8px 5px 15px 6px;
}


#homefooter
{
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff url(../images/home_footer.gif) no-repeat scroll top left;
    font-weight: bold;
    width: 896px;
    font-size: 90%;
    height:70px;
    clear:both;
}
#homeflashcontent
{
    vertical-align: middle;
    text-align: center;
    margin-top: 8px;
}
#printbg
{
    background-color: #fff;
}
#printcontainer
{
    font-family: times, courier, serif;
    font-size: 1em;
    text-align: left;
    width: 764px;
    vertical-align: top;
    padding: 20px 0px 0px 0px;
    margin: 0 auto;
}
#printerfriendly
{
    background: transparent url(../images/icon_printer_friendly.gif) no-repeat scroll top left;
    padding: 2px 0px 2px 30px;
    margin: 0px 0px 0px 10px;
    text-align: right;
    float: right;
    vertical-align: middle;
}
#returnpage
{
    background: transparent url(../images/icon_return.gif) no-repeat scroll top left;
    padding: 0px 0px 0px 25px;
}
#printpage
{
    background: transparent url(../images/icon_print_page.gif) no-repeat scroll top left;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
}
#printcontent
{
    width: 100%;
    padding: 20px 0px 0px 4px;
    clear: both;
}

#printfooter
{
    width: 760px;
    padding: 20px 0px 24px 4px;
    margin: 0px 0px 0px 0px;
}
.subheader
{
    color: #000000;
    font-size: 110%;
    font-weight: bold;
    line-height: 110%;
}
.cqdivider
{
    background-image: url(../images/cq_divider.gif);
    background-repeat: repeat-x;
    background-position: scroll 2px left;
    height: 3px;
    border: 0px;
    margin: 2px 0px 2px 0px;
    padding-top: 1px;
}
.cqheader
{
    color: #434343;
    font-size: 130%;
    font-weight: bold;
}
#search
{
    display: none;
}
#search form, #search input
{
    display: inline;
    vertical-align: middle;
}
#search img
{
    padding-left: 9px;
    vertical-align: middle;
}

#content .pageheader, #content .subheader
{
    line-height: normal;
}
.homefooter
{
    margin-top: -24px;
}
#printpage
{
    background: transparent url(/images/icon_print_page.gif) no-repeat scroll top left;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
}
#printHeader #printerLinks
{
    text-align: left;
    display: block;
    font-family: Times New Roman;
    font-size: 16px;
    width: 150px;
}
#printerfooterLinks #printerLinks
{
    text-align: left;
    display: block;
    font-family: Times New Roman;
    font-size: 16px;
    width: 150px;
}

#printerUtil #printerLinks
{
    display: none;
}
#PrintLinks
{
    display: none;
}
#printerfooterLinks
{
    text-align: left;
    float: right;
    display: block;
    padding-right: 52px;
    margin-top: 5px;
}
#printerfooterLinks IMG
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}
#globalbg
{
    background: #FFFFFF repeat-y center top;
}
#globalcontainer
{
    width: 100%;
    background: white;
    text-align: center;
}

#leftnav
{
    display: none;
}
#nav
{
    display: none;
}
.contentArea
{
    padding-left: 0px;
}

.printContent
{
    display: block;
}
#mainContent
{
    color: #434343;
    display: block;
    padding: 0px 0px 0px 4px;
    width: 760px;
    font-family: times, courier, serif;
    font-size: 16px;
}
.printContent IMG
{
    padding-left: 10px;
    padding-bottom: 5px;
}
#divOverflow
{
    margin-right: 0px;
}
.spacer10px
{
    height: 10px;
}
.printHeader
{
    padding: 0px;
    margin: 0px;
    float: right;
    display: block;
    text-align: left;
    padding-right: 82px;
    margin-top: -5px !important;
    margin-top: -8px;
    font-family: times, courier, serif;
    font-size: 16px;
}
.printHeader IMG
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}
#SearchPrint
{
    border-bottom-color: #434343;
    border-color: #434343;
    border-left-color: #434343;
    border-right-color: #434343;
    border-top-color: #434343;
    color: #434343;
    display: block;
    padding: 0px 0px 0px 4px;
    width: 760px;
    font-family: times, courier, serif;
    font-size: 16px;
}
.logocontact
{
    width: 137px;
    padding-right: 15px;
}
hr.contactdivider
{
    color: #dbdbdb;
    background-color: #dbdbdb;
    height: 1px;
    border: 0px;
    margin: 10px 0px 10px 0px;
}
.footnote
{
    font-size: 85%;
}
.insetImg
{
    float: right;
}
.aligntop
{
    vertical-align: top;
}
.aligntop IMG
{
    padding: 0px;
}
.aligncenter
{
    text-align: center;
}
ol.shim
{
    margin: 20px 0px 0px 24px;
}
ol.shim ul
{
    margin: -10px 0px 10px 20px;
    list-style: none outside none;
}
#sitemap
{
    display: none;
}
#printsitemap ul
{
    margin: 0px;
    margin-top: 3px;
    margin-left: 10px;
}
#printsitemap li
{
    padding: 2px;
    padding-left: 1px;
    list-style-type: none;
    line-height: 18px;
    font-weight: bold;
}
#printsitemap li ul li
{
    padding: 3px;
    padding-left: 5px;
    list-style-type: none;
    line-height: 16px;
    font-weight: normal;
}
/*-- also in this section layout --*/
#alsoBox 
{
    width:666px;
}
#alsoTop 
{
    display:none;
}
#alsoTopPrint 
{
    display:block;
}
#alsoBodyOuter 
{
    background:none;
}
#alsoBodyInner 
{
    background:none;
}
#alsoBottom
{
    display:none;
}
.alsoArt
{
    display:none;
}
.alsoText
{
    float:left;
    margin-bottom:8px;
}
.alsoLink
{
    clear: both;
}
.alsoText3
{
    float:left;
    margin-bottom:8px;
}
.alsoLink3
{
    clear: both;
}
.alsoText a:link, .alsoText a:hover, .alsoText a:visited, .alsoText a:visited:hover,
.alsoText3 a:link, .alsoText3 a:hover, .alsoText3 a:visited, .alsoText3 a:visited:hover
{
    color: #464646;
    text-decoration:none;
}
.alsoArrow 
{
    position:relative;
    bottom: -1px;
}
.alsoVertical 
{
    background-image: url(../images/alsoVertical.gif);
    background-position:center top;
    background-repeat: repeat-y;
}
/*-- polls and myths --*/
#poll 
{
    float:right;
    width:179px;
    height:236px;
    margin-left:5px;
    margin-bottom:3px;
}
#pollHome 
{
    float:right;
    width:197px;
    height:285px;
    margin:0px;
    padding:0px;
}
#quiz 
{
    float:right;
    width:176px;
    height:236px;
    margin-left:5px;
    margin-bottom:3px;
}
#pollContent 
{
    float:left;
    width: 450px;
}
#myth 
{
    float:right;
    width:179px;
    height: 236px;
    margin-left:5px;
    margin-bottom:3px;
    display:block;
}
#fact 
{
    float:right;
    width:175px;
    margin-left:5px;
    margin-bottom:3px;
    display:none;
}
#poll table, #myth table, #fact table
{
    border-top: none;
    border-bottom: 1px solid #464646;
    border-right: none;
    border-left: 1px solid #464646;
}
/*-- testimonial stories --*/
#storyCallout 
{
    display:none;
}
#storyFlash 
{
    display:none;
}
.storyText 
{
    width: 80%;
    text-align:left;
}
#realPatients 
{
    text-align: left;
}
/*-- moa layout --*/
.moaBoxTop 
{
    height: 15px;
    background-image: url(../images/moa-box-top.gif);
    background-position: top center;
    background-repeat: no-repeat;
}
.moaBoxBody 
{
    height: 15px;
    background-image: url(../images/moa-box-tile.gif);
    background-position: center;
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.moaBoxBottom
{
    height: 15px;
    background-image: url(../images/moa-box-bottom.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}
/*-- misc --*/
.nowrap 
{
    white-space:nowrap;
}
.fakeLeft 
{
    float:left;
    width:332px;
}
.fakeRight 
{
    float:right;
    width:325px;
}
.questions 
{
    text-align:left;
    width:95%
}
.larger1 
{
    font-size:115%;
}
.error
{
    color: #bd1f00;
    font-size"90%;
}
.error-bold
{
    color: #bd1f00;
    font-weight: bold;
    font-size"90%;
}
.formTop 
{
    background-image: url(../images/form-outline-top.gif);
    background-position:bottom left;
    background-repeat: no-repeat;
    padding-left:65px;
}

.formBody
{
    background-image: url(../images/form-outline-sides.gif);
    background-position:left;
    background-repeat: repeat-y;
    padding-left:65px;
    width:540px;
}
.formBody form 
{
    margin:0;
    padding:0;
}
table.formPadding1 tr td 
{
    padding-bottom:12px;
}
td.formPadding1
{
    padding-bottom:12px;
}
.formBottom 
{
    background-image: url(../images/form-outline-bottom.gif);
    background-position:bottom left;
    background-repeat: no-repeat;
    padding-left:65px;
    height:16px;
    width:540px;
}

.formSpacer1 
{
    width:10px;
}
.formDivider 
{
    background-image: url(../images/form-divider-line.gif);
    background-position:left;
    background-repeat: repeat-x;
    padding-top:8px;
    padding-bottom:8px;
}
