/*--------------------- 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:0; padding:0; }

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


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


/* ----- type selectors ----- */ 
body { 
	background:#4B5D6F url("../images/bg-body.jpg") top center repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	
	}
body#why { 
	background:#4B5D6F;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:1.2em; color:#000; }
body#why h1	{ font-size:1.2em; color:#8E3519; background-color: #AAC4D5; border: 1px solid #4B5D6F; padding: 3px 2px 3px 2px; margin-bottom: 10px;}
h2	{ font-size:1.1em; color:#8E3519; }
h3	{ font-size:1.0em; color:#4B5D6F; }

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

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

/* ------------------------ masthead framework ------------------------ */
#header-flash {
	position:relative;
	height:81px;
	}
	/* index page link within #masthead */		
	#header-flash a {
	position:absolute;
	left:252px;
	width:300px;
	top:7px;
	height:65px;
	z-index:2;
		}
	#header-flash a span {
		display:none;
		}


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

div.clear	{ 
	clear:both;
	height:.01em; 
	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;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 28px 10px 10px; 
	}
img.img-right2 { 
	float:right; 
	margin:0 28px 0 0; 
	}
img.img-right-p { 
	float:right; 
	margin:0px 0px 10px 10px; 
	}
strong.blue {
	color:#586180;
	}

span { display:none;}

strong.red{color:#CC0000;}	

strong.suns{color:#FF9000;}

strong.coyotes{color:#900026;}	

strong.diamondbacks{color:#361389;}	

strong.mercurys{color:#ED1D1B;}	

.lasik-images { margin:0 0 5px 18px;}

p.phone {margin:0; padding:0;}
p.toll-free { font-size:10px; margin:0; padding:0;}

sup {
   font-size: 75%;
   text-decoration: none;
}
.serviceMark {
      vertical-align: text-top;
      font-size: 70%;
   }

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

form {
	width:150px;
	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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #D1D1D1;
	color:#000;
	width:145px; /* 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:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


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

#contact h1 { padding-top:25px; }

		
		

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

#contact-business-main { display: none; } /* do not remove */ 


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

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:814px;
	margin:0 auto;
	text-align:left;
	}
body#why #wrap {
	background: #DCDCDC;
	width: 420px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	}
/* ----- column-left ----- */

#column-left {
	background: url("../images/contact-left-center2.jpg") top no-repeat;
	padding-top: 110px;
	width:209px;
	float:left;
	color: #4C4C4C;
	
	
	}
	
	
/*body#contact #column-left, body#thankyou #column-left, body#sweepstakes #column-left {
	background: url("../images/locate-left-logo.jpg") top no-repeat;
	
	width:209px;
	float:left;
	color: #4C4C4C;
	
	}
	body#contact #column-left a, body#thankyou #column-left a, body#sweepstakes #column-left a {
	position:absolute;
	top: 359px;
	height: 42px;
	left: -3px;
	width: 175px;
		}*/
		


	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 17px 10px 35px;
		}
	#column-left form { margin-left:35px; }
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:15px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		
		
		
			
/* ----- column-right ----- */

#column-right {
	width:605px;
	float:right;
	padding:0px;
	margin-top:0px;
	
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, body#why p{
		margin:0 36px 10px 17px;
		}
	#column-right form { margin-left:37px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:15px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	/* multi column list */
	#column-right ul.multi-index { padding-left:15px; } 
		#column-right ul.multi-index li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:160px;
			line-height:20px; 
			}

			/* definition list */
	#column-right dl { padding-left:15px; }
		#column-right dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	/* single column ordered list */
	#column-right ol { margin-left:35px; margin-right:50px;}
		#column-right ol li { 
			margin-left:15px;
			list-style-type:decimal;
			padding:0 0 10px 0;
			}
		#column-right ol li p {
			padding:5px 0 0 0;
			margin:0;
			}








/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:120px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { height:353px; background: url("../images/header-flash-bg.jpg") top no-repeat; padding: 0 16px 0 17px;} /* sets height for the flash header - REMOVE IF NOT USED */

#header-flash p {padding: 175px 0 5px 30px; font-size: 1.1em;}
#header-flash noscript {padding-left: 30px;}
#active-x {height:300px;}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	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"); }

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

#subhead {  } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top: 101px;}
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; padding-top: 75px;}
	body#lasik #subhead { background:url("../images/subhead-lasik.jpg") top no-repeat; padding-top: 75px;}
	body#intralase #subhead { background:url("../images/subhead-intralase.jpg") top no-repeat; padding-top: 75px;}
	body#visian #subhead { background:url("../images/subhead-visian.jpg") top no-repeat; padding-top: 75px;}
	body#ck #subhead { background:url("../images/subhead-ck.jpg") top no-repeat; padding-top: 75px;}
	body#rezoom-restor #subhead { background:url("../images/subhead-lens-implants.jpg") top no-repeat; padding-top: 75px;}
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg") top no-repeat; padding-top: 75px;}
	body#general #subhead { background:url("../images/subhead-general.jpg") top no-repeat; padding-top: 75px;}
	body#other #subhead { background:url("../images/subhead-other.jpg") top no-repeat; padding-top: 75px;}
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; padding-top: 67px; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; padding-top: 75px; height: 300px;}
	body#Epi-LASIK #subhead { background:url("../images/subhead-epi-lasik.jpg") top no-repeat; padding-top: 75px;}
	body#prk #subhead { background:url("../images/subhead-prk.jpg") top no-repeat; padding-top: 75px;}
	body#no-touch #subhead { background:url("../images/subhead-no-touch.jpg") top no-repeat; padding-top: 75px;}
	body#dayof #subhead { background:url("../images/subhead-procedure.jpg") top no-repeat; padding-top: 75px;}
	body#faq #subhead { background:url("../images/subhead-faq.jpg") top no-repeat; padding-top: 75px;}

	body#price #subhead { background:url("../images/subhead-price.jpg") top no-repeat; padding-top: 75px;}
	body#ladar #subhead { background:url("../images/subhead-ladar.jpg") top no-repeat; padding-top: 75px;}
	body#LASEK #subhead { background:url("../images/subhead-lasek.jpg") top no-repeat; padding-top: 75px;}
	body#faq #subhead { background:url("../images/subhead-faq.jpg") top no-repeat; padding-top: 75px;}
	body#iol #subhead { background:url("../images/subhead-iol.jpg") top no-repeat; padding-top: 75px;}
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; padding-top: 75px;}
	body#sweepstakes #subhead { background:url("../images/subhead-sweepstakes.jpg") top no-repeat; padding-top: 75px;}
	

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

#free-exam {
	height:99px;
	background:url("../images/free-exam-btn.jpg") no-repeat top;
	position:relative;
	z-index: 2;
	}
	#free-exam a{
		position: absolute;
		top: 45px;
		height: 30px;
		left: 415px;
		width: 160px;
		}
#free-exam2 {
	height:105px;
	background:url("../images/free-exam-btn2.jpg") no-repeat top;
	position:relative;
	z-index: 2;
	}
	#free-exam2 a{
		position: absolute;
		top: 45px;
		height: 30px;
		left: 415px;
		width: 160px;
		}
#free-exam3 {
	height:105px;
	background:url("../images/free-exam-btn3.jpg") no-repeat top;
	position:relative;
	z-index: 2;
	}
	#free-exam3 a{
		position: absolute;
		top: 45px;
		height: 30px;
		left: 415px;
		width: 160px;
		}
#meet-dr {
	padding-top:15px;
	background:url("../images/subhead-meet-doc.jpg") no-repeat top;
	
	
	
	}
	#meet-dr p.p-padd-down {margin-top: 70px;}
#procedures-index {
	padding-top:60px;
	background:url("../images/procedures-index.jpg") no-repeat top;
	}
	#procedures-index p.p-padd-left {margin-left: 189px; }

#testimonials-index {
	padding-top:60px;
	background:url("../images/testimonials-index.jpg") no-repeat top;
	}
#testimonials-index p {	background:transparent url("../images/ice-t.jpg") 0px 0px no-repeat;
						font-size:13px; 
						line-height:16px;
						height:170px;
						padding:15px 0 0 175px;
						margin-bottom:0;
						
						}		
	
		
#location {
	height:248px;
	background:url("../images/location-left.jpg") no-repeat top;
	width:209px;
	position:relative;
	}
	#location a {
		position:absolute;
		top: 201px;
		height: 44px;
		left: 24px;
		width: 169px;
		}

#location-glendale {
	height:203px;
	background:url("../images/location-glendale.jpg") no-repeat top;
	position:relative;
	}
	#location-glendale a {
		position:absolute;
		top: 166px;
		left: 25px;
		height:35px;
		width:208px;
		}
#revaleskin {
	height:290px;
	background:url("../images/revaleskin.jpg") no-repeat top;
	width:209px;
	position:relative;
	}
	#revaleskin a {
		position:absolute;
		top: 234px;
		left: 75px;
		height:18px;
		width:74px;
		}


/*	body#contact #locate-glendale, body#sweepstakes #locate-glendale, body#thankyou #locate-glendale {
	height:220px;
	background:url("../images/locate-glendale-logo.jpg") no-repeat top;
	position:relative;
	margin:0px 0px 0px 0px;
	}*/
		
		
#locate-glendale {
	height:220px;
	background:url("../images/locate-glendale-logo.jpg") no-repeat top;
	position:relative;
	margin:97px 0px 0px 0px;
	}
	
	
	#locate-glendale a {
		position:absolute;
		margin:-200px 0px 0px 27px;
		height:42px;
		width:164px;
		}
		
		

#locate-scottsdale {
	height:175px;
	background:no-repeat top;
	position:relative;
	
	}
	#locate-scottsdale a {
		position:absolute;
		margin:-222px 0px 0px 27px;
		height:42px;
		width:164px;
		}
		
/* start div images video launch
 * ------------------------------------------------------------------------- */
#video_launch_verisyse {
		background: url("../images/verisyse-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		position:relative;
		margin-right:20px;
		}
			
#video_launch_verisyse a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_verisyse a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}
		
		#video_launch_epi {
		background: url("../images/epi-lasik-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		margin-right:20px;
		z-index:2;
		position:relative;
		}
			
#video_launch_epi a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_epi a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}
		
#video_launch_rezoom {
		background: url("../images/rezoom-button.jpg");
		height: 140px;
		width: 237px;
		float: left;
		margin:-139px 175px 0 0;
		position:relative;
		z-index:2;
		}
			
#video_launch_rezoom a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_rezoom a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}
#video_launch_restor {
		background: url("../images/restor-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		margin:0 20px 0 0;
		position:relative;
		z-index:2;
		}
			
#video_launch_restor a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_restor a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}	
		

#video_launch_intralase {
		background: url("../images/intralase-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		position:relative;
		margin-right:20px;
		}
			
#video_launch_intralase a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_intralase a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}	
		
	#video_launch_vision {
		background: url("../images/visian-icl-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		position:relative;
		margin-right:20px;
		}
			
#video_launch_vision a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_vision a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}	
		
		#video_launch_cataract {
		background: url("../images/cataract-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		position:relative;
		margin-right:20px;
		}
			
#video_launch_cataract a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_cataract a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}	
		
		#video_launch_general {
		background: url("../images/general-button.jpg");
		height: 140px;
		width: 237px;
		float: right;
		position:relative;
		margin-right:20px;
		}
			
#video_launch_general a.video1 {
	position:absolute;
	top:73px;
	left: 121px;
	height:20px;
	width:44px;
		}
		
#video_launch_general a.video2 {
	position:absolute;
	top:73px;
	left: 169px;
	height:20px;
	width:44px;
		}	
		
		
/* end div images video launch
 * ------------------------------------------------------------------------- */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:814px;
	margin:0 auto;
	text-align:center;
	
	}

#footer p {
	color:#D0E8FF;
	margin:0px 60px 10px 60px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }

#footer a:hover, #footer a:active { color:#D0E8FF; }

#footer ul {margin-bottom: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 #FFFFFF;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:814px; 
	height:34px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 9999;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 52px; margin-left: 30px;}
#nav-02 { width: 62px;}
#nav-03 { width: 48px;}
#nav-04 { width: 88px;}
#nav-05 { width: 57px;}
#nav-06 { width: 39px;}
#nav-07 { width: 87px;}
#nav-08 { width: 55px;}
#nav-09 { width: 107px;}
#nav-10 { width: 91px;}
#nav-11 { width: 71px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -30px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -82px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -144px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -192px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -280px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -337px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -376px -34px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -463px -34px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -518px -34px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -625px -34px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -716px -34px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#9D6E58;	/* 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 #542718;
	border-top:none;
	}	

#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;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-07 ul a:hover, #nav-08 ul a:hover, #nav-09 ul a:hover, #nav-10 ul a:hover { 
	background-image:none;
	background-color:#66788A;
	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:215px; z-index:2;}
#nav-02 ul, #nav-02 li { width:100px; z-index:2; }
#nav-03 ul, #nav-03 li { width:150px; z-index:2; }
#nav-07 ul, #nav-07 li { width:120px; z-index:2; }
#nav-08 ul, #nav-08 li { width:135px; z-index:2; }	
#nav-09 ul, #nav-09 li { width:200px; z-index:2; }





/* SWEEPSTAKES */

body#sweepstakes h1, h1.dbacks {	color:#c21f26;	}
body#sweepstakes h2 {	color:#030303;	}

body#sweepstakes ul.content-list li {background:transparent url(../images/bullet-dbacks.jpg) no-repeat scroll 0 3px;}
