@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file styles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{
   	font-size:14px;
	font-weight:normal;
	line-height:1.5;
    color:#1e1e1e;
	font-family:Helvetica,Tahoma,Arial,sans-serif;
	}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6, #column1 #menu { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#2c2215; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 { margin:0; padding:0; line-height:0; color:#fff; text-indent:-7000px; }

h1 a {
	background:url(../img/laserlipo-institute.jpg) no-repeat 0 0;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:260px;
	height:184px;
	}

h2 {
	font-size:22px;
	margin:14px 0 14px 0; 
	padding:0;
	color:#271a14;
	line-height:1.2;
	}
	
h3 {
	font-size:18px;
	margin:6px 0; 
	padding:0;
	/*color:#5d818f;*/
	color:#271a14;
	line-height:1.2;
	}
	
#column1 h3, #home #column2 h2, #column3 h3 { position:relative; margin:0; padding:0; line-height:0; font-size:0; text-indent:-7000px; }

#testimonial h3 {
	background:url(/img/testimonial-home.gif) no-repeat 0 0;
	position:relative;
	display:block;
	width:260px;
	height:50px;
	margin:0; 
	padding:0;
	text-indent:-7000px;
	}
#testimonial p {
	margin:0 0 8px 0; 
	padding:0;
	}
.signature {
	position:relative;
	float:right;
	margin-top:0; 
	padding:0;
	}




/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.skip 		{ display: none; }

a:focus     { color: #000; }
a img { border: none; }

a:link, a:visited { color: #da5132; text-decoration: underline; }	
a:hover, a:active { color: #da5132; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }




/* Lists
-------------------------------------------------------------- */

/*li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }*/

ul          { list-style: none; }
ol          { list-style-type: decimal; }

ul 			{ list-style: none; padding: 0; margin: 0 0 1.5em 0px; }
ul li 		{ background: url(../img/bullet.gif) no-repeat 0 7px; padding:0 0 0 15px; margin: 0 0 7px 0; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




