@charset "utf-8";

/* reset */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
}
th,td { margin: 5px; padding: 5px;}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:disc;
	margin-left: 20px;
	margin-bottom: 15px;
	color:#666666;
}
ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
	color:#666666;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a:link, a:visited, a:active { text-decoration: underline; color:#008ca8;}
a:hover { text-decoration: none; color:#666666;}

q:before,q:after {content:'';}

abbr,acronym { border:0;}

.class {
  width:200px; /* All browsers */
  *width:250px; /* IE */
  _width:300px; /* IE6 */
  .width:200px; /* IE7 */
}

/* END reset */ 

/* text */ 

html {
	margin: 0;
	padding: 0;
	overflow:-moz-scrollbars-vertical; /* always show firefox scrollbar */
	}
	
body {
	font-family: normal Helvetica,Arial,Verdana,sans-serif;
	background: url('/images/ivs-background-top.gif') repeat-x top center;
	background-color: #f1f1f1;
	font-size: 14px;  /* sets the 1em font size */
	}
	
body, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: normal Helvetica,Arial,Verdana,sans-serif;
	/*font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;*/
	}

h1, h2, h3, h4, h5, h6 {
	color:#008ca8;
	margin-bottom: 5px;
	}
		
h1 { font-size: 2em; font-weight: bold; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.25em;	 }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: .875em; }
p  { font-size: 1em; margin-bottom: 8px; color:#666666;}
img { border: 0;  } /* Removes default border around linked images */

/*.patient-stories span { font-size: 1.3em; color:#008ca8}*/

.box h3 { color:#FFFFFF;}
.box p { color:#7eddf0;}

.company-name { color:#008ca8; font-weight: bold; }

#header-phone-number p { font-size: 1.4em; font-family: Garamond, Hoefler Text, Times New Roman, Times, serif; text-align: center; color: #008ca8; font-weight: bold;}
#header-phone-number p span { font-style: italic;}

li { margin-bottom:12px;}

/* END text */


/* navigation */ 

#left-column  li { color:#666666; margin-bottom: 10px; font-weight: bold; letter-spacing: .03em;}
#left-column ul ul { margin-left: 10px; }
#left-column ul ul li { margin-bottom: 4px; font-weight: normal;}
html.javascript #left-column ul li.subNav ul {
	display: none;
}
html.javascript #left-column ul li.subNav {
	cursor: pointer;
	cursor: hand;
}
#left-column ul ul { margin-bottom: 10px;}
#left-column ol, #left-column ul {list-style:none; }
#left-column a:link, #left-column a:visited, #left-column a:active { text-decoration: none; color:#666666;}
#left-column a:hover { text-decoration: underline; color:#008ca8;}

/* END navigation */ 

 

/* layout */ 

#wrapper-back {
	position: relative;	
	width: 1010px; 
	min-height: 900px;
	margin: 0 auto; 
	background: url('/images/ivs-background.jpg') no-repeat top center;
	} 
#wrapper {
	position: relative;	
	width: 975px; /* sets width of main container */
	margin: 0 auto; /* centers box */
	}
	
#go-to-home { display: block; position: relative; float:left; padding-top: 35px; left: 20px; width: 200px; height: 100px; }
	
#header-phone-number {
	position: relative;
	margin-left: 420px;
	padding-top:60px;
}
#locations-top {
	position: absolute;
	z-index: 50;
	margin-left: 300px;
	margin-top: 60px;
	background-color: #f1f1f1;
	height: 80px;
	color:#008CA8;
	font-family: Garamond, Hoefler Text, Times New Roman, Times, Serif;
	font-size: 18px;
	font-weight: bold;
}
.locations { margin: 5px; color:#008CA8;}
.locations-phone { color: #ad5f0d;}

#main {
	position: relative;
	width: 960px;
	margin-bottom: 20px;
}

#left-column {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 25px;
}
#middle-column {
	position: relative;
	float: left;
	width: 410px;
}
#middle-column-wide {
	position: relative;
	float: left;
	width: 722px;
}
#right-column {
	position: relative;
	float: right;
	width: 312px;
}
#footer {
	position: relative;	
	clear:both;
	width: 100%; /* sets width of main container */
	height: 50px;
	background-color:#008da9;
	margin: 0 auto; /* centers box */
	margin-bottom: -20px;
	font-size: .9em;

	/*position: relative;
	float: left;
	clear: both;
	margin-top: 30px;
	width: 960px;
	font-size: .7em;
	margin-bottom: 20px;
	background: url('/images/ivs-background-bottom.jpg') no-repeat top center;*/
}
#footer-inner {
	position: relative;
	width: 975px;
	margin: 0 auto; /* centers box */
	margin-top: 10px;
	padding-top: 10px;
	height: 30px;
	background: url('/images/ivs-background-bottom.jpg') repeat-x top center;
	}

.footer-left {position: relative; float: left; 	color:#014f5f; }
.footer-right {position: relative; float: right; color:#014f5f;}

#footer-inner a:link, #footer-inner a:visited, #footer-inner a:active { text-decoration: underline; color:#014f5f;}
#footer-inner a:hover { text-decoration: none; color:#ffffff;}

/* END layout */ 

/* Main Photo Controls */

#main-photo {
	position: relative;
	margin-top: 25px;
	margin-bottom: 30px;
	width: 960px;
	height: 271px;
}
	
.index #main-photo, .privacy-policy #main-photo {background: url('/images/photos-7.jpg') no-repeat top center;}

.about-us #main-photo, .dr-rivard #main-photo {background: url('/images/photos-2.jpg') no-repeat top center;}

.varicose-veins #main-photo, .vv-symptoms #main-photo, .vv-diagnosis #main-photo, .vv-treatment #main-photo, .vv-before-after-photos #main-photo, .vv-faqs #main-photo  {background: url('/images/photos-3.jpg') no-repeat top center;}

.spider-veins #main-photo, .sv-symptoms #main-photo, .sv-treatment #main-photo, .sv-sclerotherapy #main-photo, .sv-compression-stockings #main-photo, .sv-before-after-photos #main-photo, .sv-faqs #main-photo  {background: url('/images/photos-4.jpg') no-repeat top center;}

.treatment-plan #main-photo, .treatment-phases #main-photo {background: url('/images/photos-5.jpg') no-repeat top center;}

.patient-stories #main-photo {background: url('/images/photos-6.jpg') no-repeat top center;}

.patient-information #main-photo, .pi-qanda #main-photo, .pi-phases-of-treatment #main-photo, .pi-patient-history #main-photo, .pi-consent-form #main-photo, .pi-post-op-procedures #main-photo, .pi-refer-a-friend #main-photo {background: url('/images/photos-9.jpg') no-repeat top center;}

.ivs-training-institute #main-photo {background: url('/images/photos-8.jpg') no-repeat top center;}

.contact-us #main-photo, .contact-us-thanks #main-photo, .sign-up-thanks #main-photo {background: url('/images/photos-10.jpg') no-repeat top center;}

.main-photo-caption { text-indent: -9009px;}

/* END Main Photo Controls */

	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:271px;
			width:960px;
			overflow:hidden;
			}	
		/*#slider{ 
			margin-left:5px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}	*/						
	
	/* // slider */	
	
	#slider2 ul, #slider2 li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider2, #slider2 li{ 
			height:277px;
			width:200px;
			overflow:hidden;
			}	
