/***style sheet for Vasectomy Clinic pages***/

/*body style*/
body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/****link styles****/

/*links are not underlined until the cursor hovers over them*/
a:link {
	text-decoration: underline;
	color: #660033;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #6666CC;
}

/***heading styles***/
h1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:-5px;
}
h2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:-10px;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:-10px;
}
/***list styles***/
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	list-style-position: outside;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 5px;
}
ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right:5px;
	list-style-type:decimal;
}
/*paragraph style*/
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 155%;
}

/***table styles***/
table {margin-left: 0px;}
th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	color:#000000;
	background-color:#ffffff;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}
/*style for the class description on classDetails.cfm*/
td p {
	margin-left:0px;
	}
table#contact th {
	text-align:right;
	background-color:#ffffff;
	color:#333333;
	font-size: 12px;
	}
/*style for h1 in print table on directions page*/
table#print h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color:#000000;
	margin-left:0px;
	}
/*style for p in print table on directions page*/
table#print p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
/*style for print table*/
.print {
	font-size:80%;
	}

/*****div styles*****/

/* holds all content*/
#wrapInner {
	width: 640px;
	}
	
/*hides banner*/	
#banner {
	display:none;
	}

/*hides left column*/
#leftColumn {
	display:none;
	}
#rightColumn {
	width:100%;
	}
#printbtn {
	display:none;
	}
	
 /**left navigation css styles**/
/*hide leftPict*/
#leftPict {
display:none; 
	}
/*hide navigation*/
#navigation 	{
	display:none;
	}
/*hides lower banner*/	
#banner2 {
	display:none;
	}
#skyline {
	display:none;
	}

/*hide footers*/	
#footer { 
	display:none;
	}	
#footer p {	
	display:none;
	}
	
/***************************portal styles***************************/
#logo {
	background-color:#339999;
	}

/****************class styles****************/
select {
	z-index: 100;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.question {
	color:#666666;
	font-weight:bold;
	margin-bottom:-10px;
	}

/*style for highlights on contact us form*/
.formHighlight {color:#000000; background-color:#ffffff; font-weight:bold;}

/*show directions map*/
#directions img {
display:inline;
	}
/*hide images*/
img {
	display:none;
	}
/*style for registration mark next to Dr. Snip on home page*/
.regMark {font-size: x-small;}