/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #F0EEDF url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9C611F;
	line-height: 18px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #9C611F;
	text-decoration: underline;
}
a:hover, a:active {
	color: #9C9D3C;
	text-decoration: underline;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 790px;
	margin: 0 auto;
	background: url(../images/bg-main-index.jpg) left top repeat-y;
	text-align: left;
}


/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */

#menu {
	position: relative;
	background: url(../images/menu.jpg) top left no-repeat;					
	width: 241px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 250px;		/* Height of entire image */
	float:right;
	}

#menu li span { display: none; }

#menu li {
	float: right;
	list-style: none;
    position: relative;
	}

#menu li, #menu a { 
	height: 29px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* Fix IE5.01Win jumping bug - Hide from IE Mac \*/
* html #menu li {
	height:1%;
	text-align: left;
}
/* End */

/* Increments of each button height defined above */
#menu-01 { margin-top:  15px }

/* width set here should be same width set in #menu */
#menu-01, #menu-02, #menu-03, #menu-04, #menu-05, #menu-06, #menu-07, #menu-08 { left: 0px; width: 241px; }

/* Changed values should match "top" numbers specified above */
#menu-01 a:hover { background: transparent url(../images/menu.jpg) -241px  -15px no-repeat; }
#menu-02 a:hover { background: transparent url(../images/menu.jpg) -241px  -44px no-repeat; }
#menu-03 a:hover { background: transparent url(../images/menu.jpg) -241px  -73px no-repeat; }
#menu-04 a:hover { background: transparent url(../images/menu.jpg) -241px -102px no-repeat; }
#menu-05 a:hover { background: transparent url(../images/menu.jpg) -241px -131px no-repeat; }
#menu-06 a:hover { background: transparent url(../images/menu.jpg) -241px -160px no-repeat; }
#menu-07 a:hover { background: transparent url(../images/menu.jpg) -241px -189px no-repeat; }
#menu-08 a:hover { background: transparent url(../images/menu.jpg) -241px -218px no-repeat; }



/* Sucker Sprite - Left Flyout 
 * ------------------------------------------------------------------------------------- */
#menu li ul {
	position: absolute;
	right: -9999px;
	border-right: 1px solid #FCFCF8;
	background-color: #D4A452;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	margin-left: -220px;			/* Set to same width as in #menu */
	margin-top: -29px;			/* Set to each button height, same as used above */
	text-align: right;
	display: none;
	}

#menu li ul li {
	height: 20px;
	background-color: #D4A452;
	text-align: left;
	}

#menu li ul li a {
	width:225px;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu li ul li a span {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	}

/* Drop down link styles */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu li:hover ul, #menu li.sfHover ul	{ right: 239px; display: block; }

/* Link styles for drop down items */
#menu-04 ul a:link, #menu-03 ul a:link, #menu-04 ul a:visited, #menu-03 ul a:visited { 
	background-image: none;
	background-color: #D4A452;
	text-decoration: none;
	}

/* Hover styles for drop down items */
#menu-04 ul a:hover, #menu-03 ul a:hover, #menu-04 ul a:active, #menu-03 ul a:active { 
	background-image: none;
	background-color: #D4A452;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-04 ul, #menu-04 li { width: 200px; }		
#menu-03 ul, #menu-03 li { width: 200px; }


/* image replacement
 * ------------------------------------------------------------------------------------- */
#header {
	position: relative;
}

#header #link {
	background: url(../images/header.jpg) left top no-repeat;
	width: 790px;
	height: 40px;
}
	#link a {
		position: absolute;
		width: 147px;
		height: 15px;
		top: 18px;
		left: 633px;
	}

#banner {
	position: relative;
}

#banner #logo {
	width: 790px;
	height: 162px;
}

	#logo a {
		position: absolute;
		width: 208px;
		height: 54px;
		top: 54px;
		left: 565px;
	}

.about {
	background: url(../images/banner/about.jpg) left top no-repeat;
}

#about-title {
	background: url(../images/page_titles/about.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.primary {
	background: url(../images/banner/primary.jpg) left top no-repeat;
}

#primary-title {
	background: url(../images/page_titles/primary.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.revision {
	background: url(../images/banner/revision.jpg) left top no-repeat;
}

#revision-title {
	background: url(../images/page_titles/revision.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.consult {
	background: url(../images/banner/consultation.jpg) left top no-repeat;
}

#consultation-title {
	background: url(../images/page_titles/consultation.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.publications {
	background: url(../images/banner/publications.jpg) left top no-repeat;
}

#publications-title {
	background: url(../images/page_titles/publications.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.hospital {
	background: url(../images/banner/hospital.jpg) left top no-repeat;
}

#hospital-title {
	background: url(../images/page_titles/hospital.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.contact {
	background: url(../images/banner/contact.jpg) left top no-repeat;
}

#contact-title {
	background: url(../images/page_titles/contact.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

.sitemap {
	background: url(../images/banner/sitemap.jpg) left top no-repeat;
}

#sitemap-title {
	background: url(../images/page_titles/sitemap.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

#correcting-title {
	background: url(../images/page_titles/correcting-title.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

#avoiding-title {
	background: url(../images/page_titles/avoid-title.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

#thankyou-title {
	background: url(../images/page_titles/thankyou-title.jpg) left top no-repeat;
	width: 542px;
	height: 45px;
}

#dr-hamra {
	width: 137px;
	height: 151px;
	float: right;
	margin: 10px 10px 0px 0px;
	background: url(../images/sub/dr_hamra.jpg) left top no-repeat;
}



/* content
 * ------------------------------------------------------------------------------------- */

#content-container-inside {
	width: 790px;
	float: left;
	background: url(../images/sub/inside_page_bg.jpg) left top repeat-y;
}

#content-left-inside {
	width: 542px;
	float: right;
	background: url(../images/sub/inside_body_bg.jpg) left top repeat-x;
}
	#content-left-inside p {
		margin: 10px 25px 15px 25px;
	}
	
	#content-left-inside .h1 {
		margin: 15px 25px 0px 30px;
		font-size: 15px;
	}
	
	#content-left-inside .h2 {
		margin: 15px 25px 0px 30px;
		font-size: 15px;
		color: #9C9D3C;
	}
	
	#content-left-inside .h3 {
		margin: 15px 25px 0px 30px;
		font-size: 15px;
		color: #9C9D3C;
	}
	
	#content-left-inside .h4 {
		margin: 15px 25px 0px 30px;
		font-size: 15px;
		color: #D4A452;
	}
	
	#content-left-inside ul {
		margin: 10px 25px 15px 40px;
	}
	
#primary {
	width: 542px;
}
	#primary1 {
		width: 268px;
		float: left;
		background: url(../images/sub/primary.jpg) left top no-repeat;
	}
		#primary1 p {
			padding-top: 250px;
		}
		
	#primary2 {
		width: 274px;
		float: left;
		background: url(../images/sub/primary2.jpg) left top no-repeat;
	}
		#primary2 p {
			padding-top: 250px;
		}
		
#fading-01-02 {
	width: 541px;
	height: 241px;
	background: url(../images/sub/fading-01-02.jpg) left top no-repeat;
}

#fading-03-04 {
	width: 541px;
	height: 281px;
	background: url(../images/sub/fading-03-04.jpg) left top no-repeat;
}

#eyelid {
	width: 542px;
}

	#eyelid1 {
		width: 268px;
		float: left;
		background: url(../images/sub/eyelid1.jpg) left top no-repeat;
	}
		#eyelid1 p {
			padding-top: 250px;
		}
		
	#eyelid2 {
		width: 274px;
		float: left;
		background: url(../images/sub/eyelid2.jpg) left top no-repeat;
	}
		#eyelid2 p {
			padding-top: 250px;
		}


#content-right-inside {
	width: 241px;
	float: right;
}

	#content-right-inside input.submit {
		margin-left: 10px;
	}
			
	#content-right-inside p {
		margin: 10px 10px 10px 31px;
		font-size: 12px;
		color: #FFFFFF;
	}

	#content-right-inside a:link, #content-right-inside a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#content-right-inside a:hover, #content-right-inside a:active {
		color: #9C611F;
		text-decoration: underline;
	}
	
#fading {
	width: 542px;
}

	#fading01 {
		width: 268px;
		float: left;
	}
		#fading01 p {
			padding-top: 5px;
		}
		#fading01 h4 {
			color: #D4A452;
			font-weight: bold;
			font-size: 12px;
		}
	#fading02 {
		width: 272px;
		float: left;
	}
		#fading02 p {
			padding-top: 5px;
		}
	#fading03 {
		width: 270px;
		float: left;
	}
		#fading03 p {
			padding-top: 5px;
		}
	#fading04 {
		width: 272px;
		float: left;
	}
		#fading04 p {
			padding-top: 5px;
		}
		


/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url(../images/page_footer.jpg) left top no-repeat;
	width: 790px;
	height: 53px;
	clear: both;
}
	#page-footer-content p {
		width: 525px;
		float: left;
		text-align: right;
		color: #FFFFFF;
		padding-top: 18px;
		font-weight: bold;
	}

	#page-footer-content a:link, #page-footer-content a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#page-footer-content a:hover, #page-footer-content a:active {
		color: #9C611F;
		text-decoration: underline;
	}

	
#footer {
	width: 790px;
	height: 100px;
	margin: 0px auto;	
}

	#footer p {
		font-size: 11px;
		line-height: 14px;
		margin: 10px 15px 0px 15px;
		padding-bottom: 15px;
	}
	
	#footer-left {
		width: 549px;
		height: 100px;
		float: left;
		background: url(../images/footer-left.jpg) left top no-repeat;
	}
		
		#footer-left ul {
			margin: 0px 0px 0px 15px;
			text-align: left;
		}
		
		#footer-left ul.first {
			margin-top: 20px;
		}

		#footer-left ul.second {
			margin-top: 10px;
		}

		#footer-left li { 
			margin: 0px;
			padding: 0px;
			display: inline;
			text-align: left;
			font-size: 11px;
			line-height: 14px;
		}

	#footer-right {
		width: 241px;
		height: 100px;
		float: left;
		background: url(../images/footer-right.jpg) left top no-repeat;
	}
		#footer-right p {
			margin: 20px 10px 0px 10px;
			line-height: 20px;
		}
			
	#footer a:link, #footer a:visited {
		color: #9C611F;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #ECECD8;
		text-decoration: underline;
	}

/* Quick Contact elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C611F;
	border: 1px solid #D4A452;
	background-color: #FFFFFF;
	margin: 0 0 4px 0;
}

.quickcontact {
	width: 150px;
	margin-left: 31px;
	cursor: pointer;
}

/* Main Contact elements 
 * ------------------------------------------------------------------------------------- */

#contact-main input, #contact-main textarea, #contact-main select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C611F;
	border: 1px solid #D4A452;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
	clear: both;
	vertical-align: middle;
}

#contact-main-wrapper {
	width: 490px;
	margin-left: 30px;
	font-size: 13px;
}

input.button, #contact-main label input.button	{ width: 70px; cursor: pointer;}

input.button-digital {margin: 0px 0px 20px 0px;}

input submit a:hover {text-decoration: underline; }

#contact #quickcontact-wrapper	{ display: none; }

#contact-main	{ margin-top: 25px;	}
	
	#contact-main br	{ clear: both; } 
	
	#contact-main p, #contact-main h1 {
		text-align: left;
		margin: 10px 0 10px 0;
		font-size: 13px;
		}
	
	#contact-main p.clear-textarea	{ margin-top:80px; }
	
	#contact-main p.clear-textarea2 { margin-top: 2px; }

	#contact-main .radio { 
		width: 14px; 
		background: transparent; 
		border: none; 
	}
	
	#contact-main label input, #contact-main label select {
		position: absolute; 
		left: 110%; 
		width: 150px;
		}
	
	#contact-main label {
		position: relative; 
		width: 260px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
		}
	
	#contact-main label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		width: 160px; 
		height: 100px;
		}
	
	#contact-main label.print {
		margin-top: 40px;
	}
	
	#contact-main input.button  { 
		margin-top: 10px;
	}
	
	#contact-main label input.small-box {
		clear: none;
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	#contact-main .checkbox {
		width: 14px; 
		background: transparent; 
		border: none;
		float: inherit;
	}
	.table-text {
		text-align: right;
		font-size: 13px;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */

img.readmore {
	float: right;
	display: block;
	margin-top: 10px;
	padding-bottom: 14px;
}

div.clear {
	clear: both;
}

.top {
	display: block;
	text-align: right;
	font-size: 11px;
}


#photosubmit	{ position:relative; }

#photosubmit #button {
	width: 241px;
	height: 60px;
	background: url(../images/sub/photosubmit.jpg) left top no-repeat;
}
	
	#button a {
		position: absolute;
		width: 196px;
		height: 30px;
		top: 0px;
		left: 0px;
	}
	#button a:hover {
		width: 241px;
		height: 60px;
		background: url(../images/sub/photosubmit_over.jpg) left top no-repeat;
	}

#photosubmit2	{ position:relative; }

#photosubmit2 #button2 {
	width: 241px;
	height: 60px;
	background: url(../images/sub/photosubmit.jpg) left top no-repeat;
}
	
	#button2 a {
		position: absolute;
		width: 196px;
		height: 30px;
		top: 0px;
		left: 0px;
	}
	#button2 a:hover {
		width: 241px;
		height: 60px;
		background: url(../images/sub/photosubmit_over.jpg) left top no-repeat;
	}

img.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.pic-discription {
	font-size: 12px;
	color: #878236;
}

p.bottom-spacer {
	padding-bottom: 500px;
}
