/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,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%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#f5f5f5 url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/22px Arial, Times New Roman, Times; 
	color:#414141;
	}
body#home { 
	background:#f5f5f5 url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bg-body-index.jpg") top repeat-x;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size: 20px; color:#097ec3; }
h2	{ font-size: 20px; color:#097ec3; }
h3	{ font-size: 16px; color:#097ec3; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#097ec3; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#000000; text-decoration:underline; outline:none; }

hr {
	background:#d1d1d1;
	height:1px;
	color:#d1d1d1;
	border:#d1d1d1;
	margin:25px 0;
	}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	/*background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bullet-back-to-top.jpg") right no-repeat;*/
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:232px;
	margin:10px 0 0px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #aaa9a9;
	color:#000;
	width:227px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
body#contact #contact-main { margin:20px 0 10px 75px; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:144px;
	height:24px;
	cursor:pointer; 
	padding:0 0 3px;
	color:#fff;
	font-size:18px;
	border:#5AD8FF; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/*input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	/*background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}*/
	
#quick-contact {
	margin-top:-20px;
	font-style:italic; }
	
	#quick-contact span { font-size:16px; font-style:normal; }
	
a.more { background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bullet-arrow.gif") no-repeat 2px 1px; padding-left: 20px; }

/* ----------------------------- BMI calc ------------------*/

#bmi_calc {width: 240px; margin-top: 10px;}

	 #column-left #bmi_calc p { 
		float: left;
		margin: 0 5px 10px 0;
		padding:0;
		font-size: 16px;
		color:#097ec3;
		}

	#column-left #bmi_calc p.result {width: 145px; color:#000; font-weight:bold;} 

	#column-left #bmi_calc p.bmi-bold {font-weight: bold; width: 60px; margin-bottom: -2px; color:#097ec3;}
	
	#column-left #bmi_calc p.bmi-result {font-weight: bold; width: 55px; margin-bottom: -2px; color:#000; clear:both; margin-top:9px;}

	#bmi_calc input { width: 45px;}

		#bmi_calc input.result-bmi_calc {width: 83px;}

		#bmi_calc input.submit-bmi_calc {
			float:left;
			font-size:18px;
			height:24px;
			margin:5px 0 10px 0;
			padding-bottom:3px;
			width:144px;
			border:#5ad8ff;
			color:#fff;
			cursor:pointer;
			}

	#weights {
		padding-right: 3px;
		padding-left: 0px;
		font-style:italic;
	}
	
	#column-left p #numbers {
		font-size: 11px;
		margin-left:0px;
		float:right;
		font-style:italic;
	}
	
	.gradient {
	    background-image: -moz-linear-gradient(top, #8EE2FB, #5ad8ff); /* Firefox 3.6 */
	    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5ad8ff),color-stop(1, #8EE2FB)); /* Safari & Chrome */
	    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8EE2FB', endColorstr='#5ad8ff'); /* IE6 & IE7 */
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8EE2FB', endColorstr='#5ad8ff')"; /* IE8 */
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:950px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	width:315px;
	height:103px;
	float:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:240px;
	float:left;
	clear: both;
	padding:0 40px 0 30px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:5px 0 10px 0px;
		}
		
		
		#column-left img.leftside { margin-left: -30px; }  

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	/*#column-left ul { padding-left:5px; }*/
		#column-left ul li { 
			background:transparent url("bullet.gif") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	/*#column-left ul { padding-left:5px; } */
		/*#column-left ul li { 
			background:transparent url("bullet.gif") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			/*padding-left:10px;  /* pushes text to the right to display bg img */
			/*float:left;
			}
			
			#column-left ul li li { width: 120px; }

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
.info {
	width: 180px;
	padding: 5px 0px 10px 20px;
	font-size: 11px;
}

#form { height: 130px; }
#contact { height: 572px; }


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:630px;
	margin-right:10px;
	float:right;
	}
	
		#content-right {
		margin: 35px 0px 10px 0px;
		}

		#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:20px 0px 10px 0px;
		}
		
		#column-right p.subhead-title {
		color:#265437;
		font-size:20px;
		margin: 28px 25px 0px 30px;
		}
		
		#column-right p.subhead-title-2 {
		color:#71ae26;
		font-size:18px;
		margin: 10px 25px 0px 30px;
		}
			
			blockquote { margin: 5px 15px 10px 40px; }

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; float:left; width: 280px; margin-right: 25px;  } 
		#column-right ul.multi li { 
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height:20px;
			width:265px;
			padding-bottom:18px;
			}
	#column-right ul.multi-right { padding-left:5px; float:left; margin-right: 0px; width: 300px;  } 
		#column-right ul.multi-right li { 
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height:20px;
			padding-bottom:18px;
			}
			
			#column-right ol { padding-left:25px; } 
				#column-right ol li { 
					padding-left:0px;  /* pushes text to the right to display bg img */
					list-style: decimal;
				}
	
	#column-right ul.multi span, #column-right ul.multi-right span { font-size:16px; }	

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#265437;
			}
		#column-right dl dd {
			background:transparent url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#benefits-bariatrics {
	background: url(http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/benefits-bariatric.jpg) no-repeat;
	width: 206px;
	height: 442px;
	margin: 25px 0 0 0;
	float: left;
}

#benefits-bariatrics ul {
	width: 180px;
	margin: 0;
	padding: 60px 0 0 15px;
	font-size: 11px;
}

#benefits-bariatrics ul li {
	margin: 7px 0 7px 0;
	line-height: 14px;
}

#about_drs {
	background: url(http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/about_drs.jpg) top left no-repeat;
	float: left;
	width: 489px;
	height: 300px;
	margin: 20px 0 0 0;
}

#about_drs p {
	padding: 40px 0 0 35px;
}

#about_drs img {
	margin: 0 10px 0 0;
	float: left;
}

#personal_care {
	background: url(http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/personal_care.jpg) top left no-repeat;
	float: left;
	width: 489px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#personal_care p {
	padding: 40px 0 0 35px;
}

/*#index-content {
	margin-left: 30px;
}*/

/* ------------------------ header framework ------------------------ */

#header { height:341px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header-bottom.jpg") no-repeat left bottom; position:relative; clear:both;  }
body#home #header{ height: 538px; }
#header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header1-sub.jpg") no-repeat;  }
	body.bariatric-surgery-class #header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header2-sub.jpg") no-repeat;  }
	body.about-us-class #header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header3-sub.jpg") no-repeat;  }
	body.general-surgery-class #header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header4-sub.jpg") no-repeat;  }
	body.gallery-class #header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header5-sub.jpg") no-repeat;  }
	body.medical-weight-loss-class #header-bg { height:205px; width:950px; background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/header6-sub.jpg") no-repeat;  }
#header p { color: #ace0ff; float:right; font-size:20px; padding:18px;}
#header p.gradient a { color:#fff; }


.shadow {
   -moz-box-shadow: 3px 3px 15px #111;
  -webkit-box-shadow: 3px 3px 15px #111;
   box-shadow: 3px 3px 15px #111;
   /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#111')";
 /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#111');
}



/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/title-contact.jpg") ;
	}
	
body#contact #title-contact {
	height:55px;
	background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/title-locate.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/title-our-procedures.jpg") ;
	}




/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/bottom-wrap.jpg") repeat-x left bottom;
	width:100%; /* fix for Safari */
	height:30px;
	clear:both; /* important - do not remove */
	margin: 0 auto;
	}
	

/* ------------------------footer framework ------------------------ */
#footer-wrap {
	background: url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/footer-bg.jpg") repeat;
	width:100%;
}

#footer {
	width:950px;
	margin:0 auto;
	text-align:center;
	line-height: 20px;
	color: #fff;
	clear: both;
	padding: 20px 0;
	}

#footer h2 { color:#fff; }
#footer p {
	padding-bottom:10px;
	}
#footer hr {
	background:#235776;
	height:1px;
	color:#235776;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 15px 0 15px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		}
	#footer li.first { border: none; }
	
	#footer li ul { display:inline;}

#footer ul li ul { margin:0px;}

#footer ul#footer-icons li {padding: 25px 25px 25px 50px; }
#footer ul li.photogallery { background: url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/photogallery.png") no-repeat 10px center; }
#footer ul li.shop { background: url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/shop-cart.png") no-repeat 10px center; }
#footer ul li.make-appointment { background: url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/make-appointment.png") no-repeat 10px center; }
#footer ul li.send-email { background: url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/send-email.png") no-repeat 10px center; }
#footer ul#footer-icons li span { font-size:14px; font-weight:bold; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* Vertical Sprite nav-procedures
 * ------------------------------------------------------------------------- */
#nav { 
	width:635px; 
	height:103px; 
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	}

	#nav li {
		background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/nav-divider.jpg")no-repeat right top;
		width:90px;
		height:103px;
		}

	#nav li.home { width:80px;}
	#nav li.medical-weight-loss { width:100px;}
	#nav li.contact { width:95px;}		
	
	#nav li.home a,
	#nav li.contact a,
	#nav li.about-us a,
	#nav li.gallery a { padding-top:38px; }


	#nav li a {
		text-decoration: none;
		font-size: 14px;
		line-height:18px;
		font-weight:bold;
		border-left:none;
		border-top:none;
		padding: 30px 0px 0px;
		height:73px;
		text-align:center;
		}
		
#nav li, #nav a { display:block; z-index:2; } /* change height here also */		
#nav li { float:left; list-style:none; _display:inline; position:relative; }




#nav a:link, #nav  a:visited { color:#f6f6f6; text-decoration:none; }
#nav  li:hover, #nav  li:active, #nav  li.active { background:url("http://eiiwebassets.s3.amazonaws.com/c/cedarparkbariatrics.com/images/nav-hover.jpg") repeat; }





/* ------------------------ GALLERY API ------------------------ */



#gallery-wrap {margin:20px 25px 20px 0px;}

#gallery-wrap a { margin-right:12px;}



/* ------------------------ Sub-NAVIGATION FRAMEWORK ------------------------ */

#subnav-left { position:relative;}
#subnav{
	width:220px;
	padding:10px;
	margin-bottom:35px;
	    background-image: -moz-linear-gradient(top, #076c9f, #004874); /* Firefox 3.6 */
	    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #004874),color-stop(1, #076c9f)); /* Safari & Chrome */
	    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#076c9f', endColorstr='#004874'); /* IE6 & IE7 */
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#076c9f', endColorstr='#004874')"; /* IE8 */
	}
	
	#subnav ul { position:relative; }
				
	#subnav h2 { font-size:18px; padding:0 5px 10px; color:#fff; }
	
	#column-left #subnav li {
		border-bottom:1px dotted #271908;
		background:#F5F5F5;
		margin-left:0px;
		list-style-type:none;
		display:block;
		}
		
		#column-left #subnav li:hover {
			background:#5AD8FF;
			}
		
		#column-left #subnav li:hover a:hover{
			color:#fff;
			
			}
		
			 
	#column-left #subnav li a { color:#271908; text-decoration:none; display:block; padding:10px 5px; height:100%; }

