/* Begin YUI Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
hr {margin:0;padding:0;}

/* End YUI Reset */

/* Begin YUI Fonts */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px Verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% Verdana,arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/* End YUI Fonts */

/* General Type
---------------------------------
*/

p {
	margin:0 0 1em 0;
}

strong {
	font-weight:bold;
}

#rightColumnContainerSub p, #rightColumnContainerSub li {
	color:#626262;
	font-size:85%;
	line-height:1.85em;
	width:92%;
}

#contact {
	font-size:75%;
	color:#6a6a6a;
}
#contact p {
	line-height:1.5em;
}
#footer {
	font-size:75%;
	color:#999999;
}

.crackType {
	font-weight:bold;
	margin-bottom:0;
}
 
/* Structure 
---------------------------------
*/ 

body {
	margin:62px 0 0 0;
}
#container {
	margin:0 auto;
	width:750px;
}
#contentHome, #contentSub {
	background-position:0 11px;
	border-top:1px solid #e5e5e5;
	float:left;
	padding:0 0 52px 0;
	margin:0 0 12px 0;
	width:750px;
}
#contentHome {
	background-image:url(../images/bg_home.gif);
	background-repeat:no-repeat;
}
#contentSub {
	background-image:url(../images/bg_content.gif);
}
#nav {
	width:255px;
	height:112px;
	padding:11px 0 0 0;
	background-image:url(../images/bg_nav.gif);
	margin:0 0 24px 0;
}
#water {
	margin:-30px 0 0 0;
}
#leftColumnContainer {
	width:231px;
	float:left;
}
#contact {
	margin:0 0 0 45px;
}
#rightColumnContainerWater {
	width:519px;
	float:left;
}
#rightColumnContainerSub {
	width:461px;
	float:left;
	margin:0 0 0 52px;
}
#footer {
	clear:left;
	border-top:1px solid #e5e5e5;
	padding:12px 0 0 22px;
	margin:0 0 24px 0;
}

/* Nav
---------------------------------
*/

#nav li {
	text-indent:-2000px;
}
#nav li a {display:inline-block;}
#nav li a {display:block;}
.navProcedures a {
	width:101px;
	height:13px;
	background-image:url(../images/nav_procedures_off.gif);
}
.navProcedures a:hover {
	background-image:url(../images/nav_procedures_on.gif);
}
.navInstructions a {
	width:104px;
	height:18px;
	background-image:url(../images/nav_instructions_off.gif);
}
.navInstructions a:hover {
	background-image:url(../images/nav_instructions_on.gif);
}
.navRequestAppointment a {
	width:156px;
	height:18px;
	background-image:url(../images/nav_request-appointment_off.gif);
}
.navRequestAppointment a:hover {
	background-image:url(../images/nav_request-appointment_on.gif);
}
.navMeetTheDoctor a {
	width:127px;
	height:18px;
	background-image:url(../images/nav_meet-the-doctor_off.gif);
}
.navMeetTheDoctor a:hover {
	background-image:url(../images/nav_meet-the-doctor_on.gif);
}
.navOnlineForms a {
	width:111px;
	height:18px;
	background-image:url(../images/nav_online-forms_off.gif);
}
.navOnlineForms a:hover {
	background-image:url(../images/nav_online-forms_on.gif);
}
.navContactUs a {
	width:99px;
	height:14px;
	background-image:url(../images/nav_contact-us_off.gif);
}
.navContactUs a:hover {
	background-image:url(../images/nav_contact-us_on.gif);
}

/* Search 
---------------------------------
*/

/* Headings 
---------------------------------
*/

#endoLogo {
	text-indent:-2000px;
	background-image:url(../images/endo_logo.png);
	background-repeat:no-repeat;
	width:278px;
	height:103px;
	overflow:hidden;
	margin:-62px 0 0 0;
	position:relative;
}
h2 {
	color:#496464;
	font-size:144%;
	margin-bottom:.5em;
}
h3 {
	margin-bottom:1em;
	font-weight:bold;
}
h4 {
	margin-bottom:1em;
}

/* Lists 
---------------------------------
*/

.normalList ul {
	list-style-type:disc;
	margin:0 0 1em 0;
}
.normalList li {
	margin:0 0 0 36px;
}

#proList li {
	margin:0 0 0 20px;
}
#proList ul {
	margin:0 0 1em 0;
}

/* Forms 
---------------------------------
*/

/* Links 
---------------------------------
*/

	/* General */

a:link {
	color: #496464;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #496464;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #496464;
}

.backToTop {
	margin-top:-.75em;
}

	/* Nav */


	/* Header Logo */
	
#endoLogo a {
	display:block;
	height:103px;
	width:278px;
}

/* Misc 
---------------------------------
*/

div.horRule1 {
	clear:both;
	height: 1px;
	border-top: 1px solid #dbdbdb;
	margin:0 0 1em 0;
}
div.horRule1 hr {
	display: none;
}