/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0px; padding:0px; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

a {outline:none;}
/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#F9F1E9 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#635547;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:13px; color:#635547; }
h2	{ font-size:12px; color:#2F759E; }
h3	{ font-size:11px; color:#635547; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#855625; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#855625; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.img-right-procedures-thumbs {
	float:right; 
	margin:0px 40px 0px 10px; 
	}

img.img-left-procedures-thumbs {
	float:left; 
	margin:0px 40px 0px 10px; 
	}


img.tn-bna {
	float:left;
	}
	
.gallery-thumbs { 
	margin:0px 0px 0px 27px; 
	}


/*div.btn-read {
	background:url("../images/btn-read.jpg");
	width:75px;
	height:25px;
	float:right;
	margin-top:-35px;
	padding-right:20px;
	}*/

	
/* ----- global form elements ----- */ 

form {
	width:175px;
	margin:10px 0 15px 0;
	}
	


form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#E9DCD0 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #F0EEE7;
	color:#2F759E;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:10px; /* horizontally position text in input/textarea field */
	font-family:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#F0EEE7 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #635547;
	color:#635547;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:10px; /* horizontally position text in input/textarea field */
	font-family:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:175px; padding:0; } /* same width as form - !important */

textarea { height:60px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	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:183px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

/* ----- body contouring form ----- */ 
#lipo-form {
	width:410px;
	
	
}
#lipo-form table {
	width:350px;
	padding-left:26px;
	margin-left:26px;
	clear: both;
}


#lipo-form input.box-input {
	width:12px;
	height:12px;
	border:none;
	background:none;
	margin-left:0px;
	
	}

#lipo-form input, #lipo-form textarea, #lipo-form select { 
	background-color:#F0EEE7 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #635547;
	color:#635547;
	width:300px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:10px; /* horizontally position text in input/textarea field */
	font-family:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	
	}
	
#lipo-form textarea { height:100px; overflow:auto; }

/* ----- subhead titles on lipo form ----- */ 


/* ----- submit button form elements ----- */ 



input.submit, #contact-main  input.submit-contact-main, #lipo-form input.submit, #lipo-form input.reset { 
	width:60px;
	height:25px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 220px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:  url("../images/header-index.jpg");
	height:436px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

#gallery-drop-down	{
	margin-right:35px;
	color:#333333;
	float:right;
	}
/* ----- column-left ----- */

#column-left {
	width:304px;
	float:left;
	position:relative;
	}
	
	body#index #column-left h1, body#index #column-left h3 {
		margin:0;
		}
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 15px 20px 90px;
		}
		
#column-left .home-logo a {
	position:absolute;
	width:171px;
	height:61px;
	top:91px;
	left:75px;
	z-index:1;
	}
	#column-left #mc-launcher {height:250px; margin-left:75px;}
	#column-left .home-logo a span { display:none; }
		
	#contact-info {
		color:#2F759E;
		margin-top:-27px;
		}
	#btn-3d {
		position:relative;
		background:url("../images/btn-3d.png") no-repeat;
		height:140px;
		}

		#btn-3d a {	
			position:absolute;
			left:90px;
			width:180px;
			top:3px;
			height:140px; 
			}
		#btn-3d a span {
			display:none;
			}	
				
	#btn-ptt {
		position:relative;
		background:url("../images/btn-ptt.jpg");
		height:73px;
		}

		#btn-ptt a {	
			position:absolute;
			left:90px;
			width:180px;
			top:3px;
			height:56px; 
			}
		#btn-ptt a span {
			display:none;
			}		
	
	#btn-blog {
		position:relative;
		background:url("../images/btn-blog.jpg");
		height:73px;
		}

		#btn-blog a {	
			position:absolute;
			left:90px;
			width:180px;
			top:3px;
			height:56px; 
			}
		#btn-blog a span {
			display:none;
			}		

	.pdf-icon {
		background:url("../images/img-pdficon.jpg");
		width:120px;
		height:80px;
		float:right;
		margin-top:-5px;
		position:relative;
		}
		
		.pdf-icon a {
			position:absolute;
			width:68px;
			height:69px;
			top:6px;
			left:16px;
			}
		
		.pdf-icon span { display:none; }
		
		.pdf-icon-img {
		background:url("../images/img-pdficon.jpg");
		width:120px;
		height:80px;
		float:right;
		margin-top:-5px;
		position:relative;
		}
		
		.pdf-icon-img a {
			position:absolute;
			width:68px;
			height:69px;
			top:6px;
			left:16px;
			}
		
		.pdf-icon-img span { display:none; }

	#book-total {
		background:url("../images/img-book-total.jpg");
		width:120px;
		height:153px;
		float:right;
		margin:-5px 40px 0px 0px;
		position:relative;
		}
		
		#book-total a {
			position:absolute;
			width:58px;
			height:19px;
			top:126px;
			left:14px;
			}
		
		#book-total span { display:none; }
		
	#chase-total {
		background:url("../images/img-chase-total.jpg");
		width:120px;
		height:153px;
		float:right;
		margin:-5px 40px 0px 0px;
		position:relative;
		}
		
	#chase-total a {
			position:absolute;
			width:58px;
			height:19px;
			top:126px;
			left:14px;
			}
		
		#chase-total span { display:none; }
		
	#column-left form { margin-left:90px; }
	
	#medicalmysteries {
		background:url("../images/abc_special.jpg");
		width:304px;
		height:91px;
		position:relative;
		}
		#medicalmysteries a {
			position:absolute;
			width:185px;
			height:73px;
			top:9px;
			left:88px;
			}
		
	#specialthermage {
		background:url("../images/wtae-tv4_special.jpg");
		width:304px;
		height:91px;
		position:relative;
		}
		#specialthermage a {
			position:absolute;
			width:198px;
			height:76px;
			top:8px;
			left:94px;
			}
				
/* ----- column-right ----- */

#column-right {
	width:456px;
	float:left;
	}
		
	#bg-gradient {
		background:url("../images/bg-column-right.jpg") no-repeat;
		}
		
	body#thankyou #bg-gradient {
		height:600px;
		}

	#column-right img.btn {
		vertical-align: middle;
		}
		
	#column-right p, #column-right ul, #column-right dl {
		margin:0 37px 20px 26px;
		}
				
		
	#column-right-breast ul	{margin:0 10px 20px 0px;}
	
	#column-right h1, #column-right h2, #column-right h3 {
		margin:0 37px 0 26px;
		}
		
	body#sitemap #column-right h1 {
		margin:0 37px 20px 26px;
		}
		
	body#index #column-right h1, body#index #column-right h2, body#index #column-right h3 {
		margin:0;
		}	
		
	body#index #column-right h3.title {
	margin:0px 0px 10px 26px;
	}	
	
	#section-dr {
		background:url("../images/bg-dr.jpg");
		width:456px;
		}
		
	#section-hurwitz {
		width:222px;
		float:left;
		}
		
		#section-hurwitz p {
		margin:0 22px 20px 26px;
		}
		
	#section-mohammadi {
		width:234px;
		float:left;
		}
		
		#section-mohammadi p {
		margin:0 37px 20px 13px;
		}
	
	#mc-laucher {width:456px;
			height:119px;
		}
	
	#top-dr {
		background:url("../images/img-top-dr.jpg");
		width:456px;
		height:99px;
		}
		
		#top-dr span { display:none; }
		
			
	#top-dr-may {
		background:url("../images/img-top-dr-may.jpg");
		width:456px;
		height:99px;
		}
		
	#top-dr-may span { display:none; }
		
	#section-video {
		background:url("../images/bg-media-ctr.jpg");
		font-size:10px;
		line-height:13px;
		}
	
	#img-media {
		background:url("../images/img-media.jpg");
		width:160px;
		height:132px;
		float:right;
		margin-top:-23px;
		}
		
	#discoveryhealth {
		background:url("../images/discoveryhealth-logo.jpg");
		width:160px;
		height:77px;
		float:right;
		margin-top:-40px;
		}
		
	#abc-logo {
		background:url("../images/abc-logo.jpg");
		width:160px;
		height:135px;
		position:relative;
		float:right;
		margin-top:-57px;
		}
		#abc-logo a {
			position:absolute;
			width:78px;
			height:78px;
			top:33px;
			left:21px;
			}
		
	#video-row1 {
		background:url("../images/img-nbc.jpg") no-repeat;
		padding:5px 0 0 0;
		height:57px;
		position:relative;
		}
		#video-row1 a.nbc {position:absolute; top:0; left:5px; width:213px;height:62px;display:block}
		#video-row1 a.wtae {position:absolute; top:0; left:218px; width:213px;height:62px;display:block}
	
	#video-row2 {
		background:url("../images/img-inside.jpg") no-repeat;
		padding:5px 0 0 0;
		height:57px;
		position:relative;
		}
		#video-row2 a.inside {position:absolute; top:0; left:5px; width:213px;height:62px;display:block}
		#video-row2 a.today {position:absolute; top:0; left:218px; width:213px;height:62px;display:block}

		
	#video-row3 {
		background:url("../images/img-montel2.jpg") no-repeat;
		padding:5px 0 0 0;
		height:57px;
		position:relative;
		}
		#video-row3 a.montel {position:absolute; top:0; left:5px; width:213px;height:62px;display:block}
		#video-row3 a.discovery {position:absolute; top:0; left:218px; width:213px;height:62px;display:block}
		
	#video-row4 {
		background:url("../images/img-medical-thermage.jpg") no-repeat;
		padding:5px 0 0 0;
		height:57px;
		position:relative;
		}
		#video-row4 a.mysteries {position:absolute; top:0; left:5px; width:213px;height:62px;display:block}
		#video-row4 a.thermage {position:absolute; top:0; left:218px; width:213px;height:62px;display:block}
		
	#video-row5 {
		background:url("../images/img--radiesse-webinar.jpg") no-repeat;
		padding:5px 0 0 0;
		height:57px;
		position:relative;
		}
		#video-row5 a.radiesse {position:absolute; top:0; left:5px; width:213px;height:62px;display:block}
		#video-row5 a.webinar {position:absolute; top:0; left:218px; width:213px;height:62px;display:block}

	
	
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
		#column-right ul li ul { 
			margin-bottom:0px;
			}
			
	/* multi column list */
	#column-right ul#multi-column { padding-left:5px; margin:10px 0px 10px 30px; } 
		#column-right ul#multi-column li { 
			background:transparent url("../images/bullet.gif") 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 */
			float:left;
			width:150px;
			line-height:20px; 
			}
#blog-indent  {
	padding-left:25px;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:34px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

body#index #header-graphic { background:url("../images/flash-bkgrnd.jpg"); height: 436px; }
	
	#header-graphic { background:url("../images/header-sub.jpg"); height: 180px; }
	
	#header-graphic span { display:none; }
	
	#header-graphic-about{ background:url("../images/header-about-1.jpg"); height: 180px; }
		
	#header-graphic-lipo { background:url("../images/header-lipo-2.jpg"); height: 180px; }
	#header-graphic-tuck { background:url("../images/header-tuck-3.jpg"); height: 180px; }
	#header-graphic-after { background:url("../images/header-surgery-after-4.jpg"); height: 180px; }
	#header-graphic-contouring { background:url("../images/header-body-contouring-5.jpg"); height: 180px; }
	#header-graphic-innovative { background:url("../images/header-innovative-6.jpg"); height: 180px; }
	#header-graphic-breast{ background:url("../images/header-breast-7.jpg"); height: 180px; }
	#header-graphic-non-surgical { background:url("../images/header-non-surgical-8.jpg"); height: 180px; }
	#header-graphic-online { background:url("../images/header-online-9.jpg"); height: 180px; }
	#header-graphic-contact { background:url("../images/header-contact-10.jpg"); height: 180px; }


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:68px; } /* sets height for all subheads */
	
	#subhead span { display:none; }
	
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#liposuction #subhead { background:url("../images/subhead-lipo.jpg"); }
	body#tummy #subhead { background:url("../images/subhead-tummy.jpg"); }
	body#surgery #subhead { background:url("../images/subhead-surgery.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#innovative #subhead { background:url("../images/subhead-innovative.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#nonsurgical #subhead { background:url("../images/subhead-nonsurgical.jpg"); }
	body#online #subhead { background:url("../images/subhead-online.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thank.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }


/* ----- subhead framework with varying heights ----- */

body#index #subhead-quick-contact {
	height:472px;
	background:url("../images/subhead-quick-contact.jpg") ;
	}
	
#subhead-quick-contact {
	height:472px;
	background:url("../images/subhead-quick-contact-sub.jpg") ;
	}

#subhead-total {
	height:78px;
	background:url("../images/subhead-total.jpg") ;
	}
	
#subhead-plastic {
	height:59px;
	background:url("../images/subhead-plastic.jpg") ;
	}
	
#subhead-travel {
	height:85px;
	background:url("../images/subhead-pdf.jpg") ;
	}

#subhead-gagnon {
	height:59px;
	background:url("../images/subhead-gagnon.jpg") ;
	}
#subhead-lewis {
	height:59px;
	background:url("../images/subhead-lewis.jpg") ;
	}
#subhead-obese {
	height:59px;
	background:url("../images/subhead-obese.jpg") ;
	}
	
#subhead-upcoming {
	height:59px;
	background:url("../images/subhead-upcoming.jpg") ;
	}
	
#subhead-latest-advances {
	height:59px;
	background:url("../images/subhead-latest-advances.jpg") ;
	}


	
body#index h2#subhead-hurwitz {
	height:174px;
	background:url("../images/subhead-hurwitz.jpg");
	margin: 0 0 -121px 0;
	}
	
#subhead-mohammadi {
	height:53px;
	background:url("../images/subhead-mohammadi.jpg");
	margin:0;
	}
	
#subhead-specializing {
	height:60px;
	background:url("../images/subhead-specializing.jpg");
	}
	
#subhead-media {
	height:57px;
	background:url("../images/subhead-media.jpg");
	}

#subhead-spotlight {
	height:57px;
	background:url("../images/subhead-featurespotlight.jpg");
	}

#subhead-video {
	height:32px;
	background:url("../images/subhead-video.jpg");
	}

#subhead-results {
	height:72px;
	background:url("../images/subhead-results.jpg");
	}
#subhead-literature {
height:72px;
background:url("../images/subhead-literature.jpg");
}
		
	#subhead-quick-contact span, #subhead-total span, #subhead-hurwitz span, #subhead-mohammadi span, #subhead-specializing span, #subhead-media span, #subhead-video span, #subhead-results span, #subhead-literature span { display:none; }


#subhead-step1	{
	height:28px;
	width:456px;
	background:url("../images/subhead-step1.jpg");
	margin:0 0 7px 0;
	}

#subhead-step2	{
	height:28px;
	width:456px;
	background:url("../images/subhead-step2.jpg");
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	}

#subhead-step3	{
	height:28px;
	width:456px;
	background:url("../images/subhead-step3.jpg");
	margin:0 0 7px 0;
	}

#subhead-step4	{
	height:28px;
	width:456px;
	background:url("../images/subhead-step4.jpg");
	margin:0 0 7px 0;
	}
	
#column-right #about-hurwitz {
	background:url("../images/subhead-about-hurwitz.jpg"); 
	height:57px;
	width:456px;
	margin:0 0 7px 0;
	}

#column-right #about-siamak {
	background:url("../images/subhead-about-siamak.jpg"); 
	height:57px;
	width:456px;
	margin:0 0 7px 0;
	}
	
#column-right #about-tiffany {
	background:url("../images/subhead-about-tiffany.jpg"); 
	height:57px;
	width:456px;
	margin:0 0 7px 0;
	}

.divider	{
	height:7px;
	width:456px;
	background:url("../images/divider.gif") no-repeat;
	margin:0 0 7px 0;
	}

.divider2	{
	height:7px;
	width:456px;
	background:url("../images/divider2.gif") no-repeat;
	margin:0 0 7px 0;
	}
	
#vms-lightwindow-link { display: none; }	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	}

#footer p {
	color:#2F759E;
	margin:5px 0;
	}

#footer a:link, #footer a:visited { color:#2F759E; text-decoration:none; }

#footer a:hover, #footer a:active { color:#2F759E; text-decoration: underline; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2F759E;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

body#index #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:304px;		/* Width of buttons, not entite image (or half of entire image) */
	height:436px;		/* Height of entire image */
	margin:0;
	padding:0;
	position:relative;
	}
	
#nav {
	background:url("../images/nav-sub.jpg") top left no-repeat;					
	width:304px;		/* Width of buttons, not entite image (or half of entire image) */
	height:436px;		/* Height of entire image */
	margin:0;
	padding:0;
	position:relative;
	}
	
#nav li span { display: none; }

#nav li {float:left; list-style:none; position:relative;	}

#nav li, #nav a { 
	height:18px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { padding:166px 0 0 61px; width:241px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14 { padding:1px 0 0 61px; width:241px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -365px  -166px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -365px  -185px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -365px  -204px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -365px  -223px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -365px  -242px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -365px  -261px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -365px  -280px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -365px  -299px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -365px  -318px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -365px  -337px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -365px  -356px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -365px  -375px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -365px  -394px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -365px  -413px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:#2B74AB;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:241px; /* Set to same width as in #nav */
	margin-top:-19px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border-right:1px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}

#nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-10 ul a:hover { 
	background-image:none;
	background-color:#1D67AE;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-10 ul, #nav-10 li { width:230px; }		

/* rss feed styles */
body#blog #column-right .title, body#blog #column-right .description {
		margin:0 37px 20px 0;
		}
		
body#blog #column-right div.rss-item {
	margin-bottom:20px;
	}
#online #wrap #column-right #bg-gradient #consultation-form table {
	width: 433px;
}
#online #wrap #column-right #bg-gradient #consultation-form strong {
	margin-left: 0px;
	margin-bottom: 7px;
}
#online #wrap #column-right #bg-gradient #lipo-form .subhead {
	height: 28px;
	width: 456px;
}
