/*--------------------- 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;}
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:#280D3F url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#4D4253;
	}

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

h1	{ font-size:1.2em; color:#221034; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#5389b1;}
h4	{ font-size:1.0em; color:#221034; margin-left:40px; margin-bottom:15px;}


h1 span,h2 span,h3 span	{ display:none; }
#header-graphic span { display:none; }

a:link,a:visited	{ color:#264f7b; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4D4253; text-decoration:underline; outline:none; }

#sitemap h2 a	{ font-size:1.0em;; color:#000; }
#sitemap h2 a:hover {font-size:1.0em; color:#3A174D; }

body#gallery-testimonial h3 {margin-top:20px;}

#vms-lightwindow-link { display: none; }

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	clear:both;
	}

p.back-to-top a:link, p.back-to-top a:visited	{ color:#000; text-decoration:underline; outline:none; }
p.back-to-top a:hover, p.back-to-top a:active	{ color:#4D4253; text-decoration:underline; outline:none; }

p.more-info {
	text-align:right;
	display:block;
	}
p.testimonial-text {
	font-style: italic;
	float:right;
	width: 200px;
		}
p span.bold{
	font-weight:bold;
	}
     
img.img-left { 
	float:left; 
	margin:0px 5px 0px 2px;
	}
	
img.img-center { 
	
	margin:0px 0px 0px  75px;
	}
body#index img.img-left { 
	float:left; 
	margin:0px 0px 0px 31px;
	}
img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

.white {
color:#FFFFFF;
padding-top: 20px;
line-height: 40px;
}

.white h1{ color:#999999;} 
.white a:link, .white a:visited, .white a:hover, .white a:active	{ color:#fff; text-decoration:underline; outline:none; }
/*.white a:hover, .white a:active	{ color:#4D4253; text-decoration:underline; outline:none; }*/



/* ------------------------ Online Special Page classes ------------------------ */

body#online-specials p.head-special {
	font-weight:bold;
	text-align:center;
	font-size:1.3em;
	line-height:20px;
	color:#264f7b;
	}
	

	

	
	
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 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:#E3CFEE !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#414141;
	width:218px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	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 */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

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

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

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

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

#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:244px;
	top:-2px;
	background-color: #ffffff !important;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ LASER HAIR REMOVAL Top price chart ------------------------ */
body#laser-hair #treatment {
	position:relative;
	margin-left:40px;
	width:400px;
	height:20px;
	margin-bottom:15px;
	}

body#laser-hair #treatment p.col-left{
	position:absolute;
	width:200px;
	height:20px;
	margin:0 0 0 0;
	line-height:20px;
	font-weight:bold;
	}
	
body#laser-hair #treatment p.col-right{
	position:absolute;
	width:200px;
	height:20px;
	margin:0px 0 0 210px;
	font-weight:bold;
	}
	



/* ------------------------ LASER HAIR REMOVAL 2 columns  ------------------------ */
body#laser-hair #price-chart {
	position:relative;
	overflow:auto;
	margin-left:40px;
	width:400px;
	height:300px;
	margin-bottom:15px;
	border:1px solid #290D3E;
	background-color:#E4D9E9;
	}
	
body#laser-hair #price-chart p.col-left{
	position:absolute;
	width:200px;
	height:300px;
	margin:0 0 0 10px;
	line-height:20px;
	}
	
body#laser-hair #price-chart p.col-right, body#laser-hair #price-chart p.col-right2, body#laser-hair #price-chart p.col-right3,
body#laser-hair #price-chart p.col-right4, body#laser-hair #price-chart p.col-right5
	{	
	position:absolute;
	width:50px;
	height:280px;
	line-height:20px;
	}
	
body#laser-hair #price-chart p.col-right {margin:20px 0 0 220px;}
body#laser-hair #price-chart p.col-right2 {margin:180px 0 0 220px;}
body#laser-hair #price-chart p.col-right3{margin:300px 0 0 220px;}
body#laser-hair #price-chart p.col-right4{ margin:420px 0 0 220px;}
body#laser-hair #price-chart p.col-right5{margin:600px 0 0 220px;}
body#laser-hair #price-chart p.col-right5 span.bottom{margin-bottom:20px;}
	
body#laser-hair #price-chart p.col-left span.bold {font-weight:bold;}	
body#laser-hair #price-chart p.col-right span.bold {font-weight:bold;}

/* ------------------------ LASER HAIR ONLINE SPECIAL 4 columns  ------------------------ */
body#online-specials #price-chart p.col-left span.bold {font-weight:bold;}	
body#online-specials #price-chart p.col-right span.bold {font-weight:bold;}

body#online-specials #price-chart {
	position:relative;
	overflow:auto;
	margin-left:35px;
	width:455px;
	height:300px;
	margin-bottom:15px;
	border:1px solid #290D3E;
	background-color:#E4D9E9;
	}
	
body#online-specials #price-chart p.col-left{
	position:absolute;
	width:115px;
	height:300px;
	margin:0 0 0 10px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-center{
	position:absolute;
	width:400px;
	height:300px;
	margin:0 0 0 140px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-center2{
	position:absolute;
	width:200px;
	height:300px;
	margin:0 0 0 225px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-right{
	position:absolute;
	width:200px;
	height:300px;
	margin:0 0 0 290px;
	line-height:20px;
	}
	
/* ------------------------ Column Center Rows ------------------------ */

body#online-specials #price-chart p.col-center, body#online-specials #price-chart p.col-center-row2, body#online-specials #price-chart p.col-center-row3,
body#online-specials #price-chart p.col-center-row4, body#online-specials #price-chart p.col-center-row5
	{	
	position:absolute;
	width:50px;
	height:280px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-center {margin:20px 0 0 140px;}
body#online-specials #price-chart p.col-center-row2 {margin:180px 0 0 140px;}
body#online-specials #price-chart p.col-center-row3{margin:300px 0 0 140px;}
body#online-specials #price-chart p.col-center-row4{ margin:420px 0 0 140px;}
body#online-specials #price-chart p.col-center-row5{margin:600px 0 0 140px;}

	
/* ------------------------ Column Center2 Rows ------------------------ */

body#online-specials #price-chart p.col-center2, body#online-specials #price-chart p.col-center2-row2, body#online-specials #price-chart p.col-center2-row3,
body#online-specials #price-chart p.col-center2-row4, body#online-specials #price-chart p.col-center2-row5
	{	
	position:absolute;
	width:50px;
	height:280px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-center2 {margin:20px 0 0 225px;}
body#online-specials #price-chart p.col-center2-row2 {margin:180px 0 0 225px;}
body#online-specials #price-chart p.col-center2-row3{margin:300px 0 0 225px;}
body#online-specials #price-chart p.col-center2-row4{ margin:420px 0 0 225px;}
body#online-specials #price-chart p.col-center2-row5{margin:600px 0 0 225px;}

/* ------------------------ Column right Rows ------------------------ */

body#online-specials #price-chart p.col-right, body#online-specials #price-chart p.col-right-row2, body#online-specials #price-chart p.col-right-row3,
body#online-specials #price-chart p.col-right-row4, body#online-specials #price-chart p.col-right-row5
	{	
	position:absolute;
	width:50px;
	height:280px;
	line-height:20px;
	}
	
body#online-specials #price-chart p.col-right {margin:20px 0 0 350px;}
body#online-specials #price-chart p.col-right-row2 {margin:180px 0 0 350px;}
body#online-specials #price-chart p.col-right-row3{margin:300px 0 0 350px;}
body#online-specials #price-chart p.col-right-row4{ margin:420px 0 0 350px;}
body#online-specials #price-chart p.col-right-row5{margin:600px 0 0 350px;}


/* ------------------------ LASER HAIR REMOVAL Top price chart ------------------------ */
body#online-specials #treatment {
	position:relative;
	margin-left:40px;
	width:420px;
	height:20px;
	margin-bottom:15px;
	}

body#online-specials #treatment p.col-left{
	position:absolute;
	width:100px;
	height:20px;
	margin:0px 0px 0px 0px;
	line-height:20px;
	font-weight:bold;
	}
	
body#online-specials #treatment p.col-center{
	position:absolute;
	width:79px;
	height:20px;
	margin:0px 0px 0px 120px;
	font-weight:bold;
	}

body#online-specials #treatment p.col-center2{
	position:absolute;
	width:131px;
	height:20px;
	margin:0px 0px 0px 205px;
	font-weight:bold;
	}
	
body#online-specials #treatment p.col-right{
	position:absolute;
	width:84px;
	height:20px;
	margin:0px 0px 0px 280px;
	font-weight:bold;
	left: 59px;
	top: -1px;
	}

/* ------------------------ Grand Prize Page ------------------------ */
body#grand-prize { 
	background:#D1C3DA url("../images/bg-body-grand-prize.jpg") top repeat-x;
	margin:0 auto;
	text-align:left;
	}

body#grand-prize p span.header{
	font-weight:bold;
	text-decoration:underline;
	color:#280D3F;
	}
	
body#grand-prize p span.attention{font-size:1.5em; text-align:center;}
	
body#grand-prize p{
	text-align:center;
	color:#280D3F;
	margin-bottom:20px;
	margin-top:20px;
	}

body#grand-prize  #contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#280D3F;
	margin-left:40px;
	}

body#grand-prize  #contact-main label input, body#grand-prize  #contact-main label textarea, body#grand-prize #contact-main label select {
	width:170px;
	position:absolute;
	left:240px;
	top:-2px;
	background-color: #280D3F !important;
	color:#fff;
	}

body#grand-prize input.submit-contact-main { margin:30px 0 0 276px; } /* defines placement of contact-main submit button */

#grand-prize ul { padding-left:5px;}
		#grand-prize ul li { 
			background:transparent url("../images/bullet.jpg") 180px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:190px; /* pushes text to the right to display bg img */
			line-height:16px;
			}
body#grand-prize #contact-main label input.yn {
	width:16px;
	height:14px;
	border:none;
	background:transparent !important;
	margin-top:3px;
}			
			
/* ------------------------ coupon form elements ------------------------ */

body#coupon #contact-main label input.yn {
	width:16px;
	height:14px;
	border:none;
	background:transparent !important;
	margin-top:3px;
}

body#coupon  #contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#fff;
	margin-left:20px;
	}

body#coupon  #contact-main label input, body#coupon  #contact-main label textarea, body#coupon #contact-main label select {
	width:170px;
	position:absolute;
	left:250px;
	top:-2px;
	background-color: #ffffff !important;
	}
	
body#coupon { 
	background:#280D3F url("../images/bg-body-coupon.jpg") top repeat-x;
	margin:0 auto;
	text-align:left;
	}

body#coupon input.submit-contact-main { margin:30px 0 0 261px; } /* defines placement of contact-main submit button */

body#coupon p{
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
	}


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

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:880px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:880px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 20px;
	}
	
body#blog #wrap-img {
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:36px;
	}
	/* index page link within #masthead */		
	#masthead a.contact-link {	
		position:absolute;
		left:546px;
		width:142px;
		top:4px;
		height:30px; 
		}
	#masthead a.click-to-call-link {	
		position:absolute;
		left:346px;
		width:169px;
		top:4px;
		height:30px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:503px;
	float:left;
	margin-left: 46px;
	display:inline;
	padding-bottom:20px;
	
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 40px;
		}

	#column-left form { margin-left:50px; } /* set form margin here */

	
/* single column list with image*/
#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			line-height:16px;
			}
#column-left ul li.indent { 
			background:transparent url("../images/bullet-indent.gif") 15px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:24px; /* pushes text to the right to display bg img */
			margin-left:-50px;
			}
			
#column-left ul.indent li{ 
			background:transparent url("../images/bullet-indent.gif") 15px 6px no-repeat;/* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:24px; /* pushes text to the right to display bg img */
			margin-left:-50px;
			line-height:16px;
			}
			
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("") 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; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:285px;
	float:left;
	margin-right: 46px;
	display:inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 20px;
		}

	#column-right form { padding-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("") 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 */
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:284px; position: relative; background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */
	#header-graphic a {
		top: 8px;
		height: 69px;
		width: 408px;
		left: 72px;
		position: absolute;
		
		}
/*
	body#index #header-graphic { }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/
body#lasik #header-graphic { background:url("../images/header-lasik.jpg"); }
body#lasik-technology #header-graphic { background:url("../images/header-lasik.jpg"); }
body#custom-lasik #header-graphic { background:url("../images/header-lasik.jpg"); }
body#prk #header-graphic { background:url("../images/header-prk.jpg"); }
body#laser-hair #header-graphic { background:url("../images/header-laser-hair.jpg"); }
body#botox-juvederm #header-graphic { background:url("../images/header-botox.jpg"); }
body#teeth #header-graphic { background:url("../images/header-zoom.jpg"); }
body#lasik-pricing #header-graphic { background:url("../images/header-lasik.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:117px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#why #subhead { background:url("../images/subhead-why.jpg"); }
	body#laser-vision #subhead { background:url("../images/subhead-laser-vision.jpg"); }
	body#laser-hair #subhead { background:url("../images/subhead-laser-hair.jpg"); }
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#teeth #subhead { background:url("../images/subhead-teeth.jpg"); }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#pricing #subhead { background:url("../images/subhead-pricing.jpg"); }
	body#financing #subhead { background:url("../images/subhead-financing.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#lasik #subhead { background:url("../images/subhead-lasik.jpg"); }
	body#custom-lasik #subhead { background:url("../images/subhead-custom-lasik.jpg"); }
	body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
	body#micro #subhead { background:url("../images/subhead-micro.jpg"); }
	body#photo #subhead { background:url("../images/subhead-photo.jpg"); }
	body#lasik-pricing #subhead { background:url("../images/subhead-lasik-pricing.jpg"); }
	body#removal-pricing #subhead { background:url("../images/subhead-removal-pricing.jpg"); }
	body#micro-pricing #subhead { background:url("../images/subhead-micro-pricing.jpg"); }
	body#online-specials #subhead { background:url("../images/subhead-online-specials.jpg"); }
	body#lasik-technology #subhead { background:url("../images/subhead-lasik-technology.jpg"); }
	body#skin-technology #subhead { background:url("../images/subhead-skin-technology.jpg"); }
	body#staff-testimonial #subhead { background:url("../images/subhead-staff-testimonial.jpg"); }
	body#patient-testimonial #subhead { background:url("../images/subhead-patient-testimonial.jpg"); }
	body#botox-juvederm #subhead { background:url("../images/subhead-botox.jpg"); }
	body#gallery-testimonial #subhead { background:url("../images/subhead-gallery-testimonial.jpg"); }
	
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#title-meet-our-doctors {
	height:84px;
	background:url("../images/title-meet-our-doctors.jpg") ;
	}



/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:82px;
	background:url("../images/title-contact.jpg") ;
	}

body#contact #title-contact, body#thankyou #title-contact {
	height:82px;
	background:url("../images/title-visit.jpg") ;
	}

#title-refer-a-friend {
	height:80px;
	background:url("../images/title-refer-a-friend.jpg") ;
	
}

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


/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:87px;
		display:block;
		background:url("../images/ctc_btn.jpg") no-repeat;	
		position: relative;
		margin: 0 0 0 0;
		}

		#click-to-call a {
	position: absolute;
	top: px;
	left: px;
	width: 285px;
	height: 87px;
	margin: 0 0 0 0;
			}
		#click-to-call a:hover {
				background:url("../images/ctc_btn.jpg") -285px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				height:87px;
				}
		
		#click-to-call span { display:none; }

body#blog #click-to-call {margin-bottom:20px;}

#blog_btn {
		height:87px;
		display:block;
		background:url("../images/blog_btn.jpg") no-repeat;	
		position: relative;
		margin: 0 0 0 0;
		}
		#blog_btn a {
	position: absolute;
	top: px;
	left: px;
	width: 285px;
	height: 87px;
	margin: 0 0 0 0;
			}
		#blog_btn a:hover {
				background:url("../images/blog_btn.jpg") -285px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				height:87px;
				}
		
		#blog_btn span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:auto;
	margin:0 auto;
	text-align:center;
	background: #140624 url("../images/footer.jpg") top repeat-x;
	}

#footer p {
	color:#D4C7DF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#F8EFFF; }
#footer a:hover, #footer a:active { color:#D1C3DA; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #F8EFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#procedure-nav { 
	background:url("../images/procedure-nav.jpg") no-repeat; 
	width:880px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#procedure-nav span { display: none; }

#procedure-nav li, #procedure-nav a { height:34px; display:block; } /* change height here also */

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

#procedure-nav-01 { width: 84px; margin-left: 64px;}
#procedure-nav-02 { width: 122px;}
#procedure-nav-03 { width: 160px;}
#procedure-nav-04 { width: 141px;}
#procedure-nav-05 { width: 122px;}
#procedure-nav-06 { width: 120px;}


/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#procedure-nav-01 a:hover { background:url("../images/procedure-nav.jpg")  -64px -34px no-repeat; }
#procedure-nav-02 a:hover { background:url("../images/procedure-nav.jpg") -148px -34px no-repeat; }
#procedure-nav-03 a:hover { background:url("../images/procedure-nav.jpg") -270px -34px no-repeat; }
#procedure-nav-04 a:hover { background:url("../images/procedure-nav.jpg") -430px -34px no-repeat; }
#procedure-nav-05 a:hover { background:url("../images/procedure-nav.jpg") -571px -34px no-repeat; }
#procedure-nav-06 a:hover { background:url("../images/procedure-nav.jpg") -693px -34px no-repeat; }

/* ---------------------Second Nav --------------------------------------------*/
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
    position:relative;
	z-index:99;
	background:url("../images/nav.jpg") no-repeat; 
	width:880px; 
	height:45px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:45px; display:block; } /* change height here also */

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

#nav-01 { width: 67px; margin-left: 65px;}
#nav-02 { width: 144px;}
#nav-03 { width: 103px;}
#nav-04 { width: 126px;}
#nav-05 { width: 100px;}
#nav-06 { width: 110px;}
#nav-07 { width: 85px;}

/*-------------- (-79px) X position of button / (-45px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -65px -45px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -132px -45px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -276px -45px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -379px -45px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -505px -45px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -605px -45px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -715px -45px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:0px; /* Fixes one px spacing for border-right in FF */
	padding-left:0px;
		/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #290D3E;
	border-top:none;
	background-color:#3D1C51;
	}	

#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:#E8E2EE;
	text-decoration:none;
	
	}

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

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#E8E2EE;
	color:#3D1C51;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:175px;}		
#nav-02 ul, #nav-02 li { width:120px;}
#nav-03 ul, #nav-03 li { width:210px;}
#nav-06 ul, #nav-06 li { width:130px;}




/* ---------------- COUPON NAV ----------------------------*/
/* ------------------------ horizontal sprite nav ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#column-right #coupon-nav {
	background:url("../images/coupon-nav.jpg") top left no-repeat;					
	width:285px;	/* Width of buttons, not entite image (or half of entire image) */
	height:326px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#column-right #coupon-nav li span { display: none; }

#column-right #coupon-nav li { float:left; list-style:none; position:relative; backgroun: none; padding: 0px;}

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

/* margin-top to set where the coupon-nav should begin */
#column-right #coupon-nav-01 { margin-top:116px; width:285px; }

/* margin-top if there is a spacing between each coupon-nav button */
#column-right #coupon-nav-02  { margin-top:0; width:285px; }

#column-right #coupon-nav-01 a:hover { background:url("../images/coupon-nav.jpg") -285px  -116px no-repeat; }
#column-right #coupon-nav-02 a:hover { background:url("../images/coupon-nav.jpg") -285px  -219px no-repeat; }





/* ------------------------ Genreated by BAMJr. ------------------------ */

/* --------------------------- BLOG ELEMENTS --------------------------- */

body#blog #column-left .post ol, body#blog #column-left .post ul { padding-left:5px; }

			body#blog #column-left .post ol {margin-left:57px;}

			body#blog #column-left .post ol li {
				background:none;
				padding-left:0px; /* pushes text to the right to display bg img */
				line-height: 20px;
				}
				
			body#blog #column-left .post ul li {
				background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
				padding-left: 20px;
				line-height: 20px;
				}
				
		 #column-left p.comment{margin-top:20px;}		
				
/* --------------------------- Comment Form --------------------------- */
#commentform  { margin:20px 0 10px 0; }

#commentform  label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#commentform  label input, #commentform  label textarea, #commentform  label select {
	width:170px;
	position:absolute;
	left:244px;
	top:-2px;
	background-color: #ffffff !important;
	}

#commentform  label select { width:175px; } /* fixes display issue - 5px larger than input field */

#commentform  label textarea { height:100px; overflow:auto; }



body#blog #column-left #submit.commentform-submit{ 
	width:125px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	margin:100px 0 0 244px;
	background-color:#e3cfee !important;
	}



/* --------------------------- End Comment Form --------------------------- */

body#blog #column-left .post dl {
			padding-left: 25px;
			}
			
			
body#blog #column-right #wordpress_sidebar ul li ul li a{
	color: #4D4253;
	}
body#blog #column-right #wordpress_sidebar ul #search #searchform {padding-left:0px;}
	


body#blog #column-right #wordpress_sidebar ul #search #searchform #s{
	margin-left: 0px;
	width: 148px;
	}
	
	
body#blog #column-left input, body#blog #column-left textarea, body#blog #column-left select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	}
	
body#blog #column-left #submit{
	width: auto;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 10px 0px 0px 50px;
	}

body#blog em { font-size:.8em;}

.feed {
  margin-left: 3px;
  padding: 0 0 0 3px;
 
}


body#blog #column-left ul li {margin-bottom:-5px;}

body#blog #column-left ol li {margin-bottom:0;}








