/*--------------------- 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 { 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:#FFFFFF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#1D1D77;
	}
	body#westpoint {
		background:#fff;
		}
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#1D1D77; }
h2, h2 a:link, h2 a:visited	{ font-size:1.1em; color:#F9760D; }
h2 a:hover,h2 a:active	{ color:#FFA800; text-decoration:underline; outline:none; }
h3	{ font-size:1.0em; color:#0898E0; }

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

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

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	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:5px 5px 5px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 5px 5px; 
	}
	
	
img.img-center { 
	float:left; 
	margin:5px 0 5px 150px; 
	}
	
#testimonial-inset img.img-right { 
	float:right; 
	margin:5px 0 30px 5px; 
	}
	
p.disclaimer { color:#fff;}

.note { padding-left:206px; }

.video-link { 
		background:url("../images/reel.jpg") no-repeat;
		margin:0 0 0 44px;
		padding:3px 0 5px 0;
		}
		.video-link ul {
			margin:0;
			padding:0;
			}
		.video-link ul li {
			margin:0;
			padding:0;
			}
	
/* ----- 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 #E2863E;
	color:#1D1D77;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
#contact-main input.checkbox {width: 12px; border: none;}
div.onstate-myswitch { display: block; }
div.offstate-myswitch { display: none; } 

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

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

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

#contact-main label.clear-comments {margin-top: 100px; }

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }
#contact-main label.full { width: 380px; text-align: center; margin-left: 20px;}
#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-main2 label textarea { height:200px; overflow:auto; }

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

/*  Contact Testimonials  */
#contact-testimonial { margin:20px 0 10px 0; }
#contact-testimonial label { 
	width:75px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-testimonial label input, #contact-testimonial label textarea, #contact-testimonial label select { 
	width:320px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
#contact-testimonial label select { width:300px; }
	
#contact-testimonial label textarea { height:110px; overflow:auto; }

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

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

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

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-contact-testimonial { margin:95px 0 0 349px; }

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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}
body.dr-cv #wrap {
	background:#FFFFFF;
	width:600px;
	margin:0 auto;
	text-align:left;
	padding-top: 20px;
	}

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

/* ----- column-left ----- */

#column-left {
	width:500px;
	float:left;
	padding-bottom: 140px;
	overflow: hidden;
	}
body#contact #column-left {
	width:500px;
	float:left;
	padding-bottom: 150px;
	}
body#drs #column-left {
	width:500px;
	float:left;
	padding-bottom:150px;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0 20px 10px 50px;
		}
		body.dr-cv p, body.dr-cv h2, body.dr-cv h1,  body.dr-cv ul {margin: 0 20px 8px 20px;color:#000;}
		body.dr-cv h1 {text-align: center;color:#000;}
		body.dr-cv h3 {margin: 0 20px 0px 20px;color:#000;}
	#column-left p.quote-italic { color: #0898E0; font-weight: bold; margin-left: 10px; }
	#column-left p.italic {width: 400px; font-style: italic; }
		
	#column-left form { margin-left:50px; }
	
	/* single column list */
	body.dr-cv ul, #column-left ul { padding-left:5px; }
		body.dr-cv ul li, #column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
		#column-left ul li.new { 
			background:transparent url("../images/bullet-new.jpg") 0px 3px no-repeat;
			position:relative;
			}
			#column-left ul li.new span { 
				position:absolute;
				left:-30px;
				}
			#column-left ul li.new a { 
				font-weight:bold;
				}
			
	#column-left ul.drs-tag { padding-left:0px; margin-left: 0px;}
		#column-left ul.drs-tag li { 
			background:none;
			padding-left:0px;
			font-style: italic;
			width: 295px;
			font-weight: bold; 
			margin-bottom: 5px;
			float: left;
			}
	#column-left ol { padding-left:5px; }
		#column-left ol li { 
			margin:0 0 5px 10px; /* pushes text to the right to display bg img */
			}
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* 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-left .bna_inset .frame {
	padding-left: 50px;
	padding-bottom: 10px;
}
			
			
/* ----- column-right ----- */

#column-right {
	width:300px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 10px 35px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul.bullet { padding-left:5px; }
		#column-right ul.bullet 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-right ul.multi { padding-left:5px; } 
		#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; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { height:467px; background:url("../images/header.jpg"); width: 500px; } /* sets height for the flash header - REMOVE IF NOT USED */

	#header-flash p, #header-flash noscript { padding: 15px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}
#header-graphic { height:467px; background:url("../images/header.jpg"); width: 500px; } /* sets height for all non-flash headers */

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

#subhead { height: 55px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top: 146px; height: auto; position:relative;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#center #subhead { background:url("../images/subhead-center.jpg"); }
	body#tech #subhead { background:url("../images/subhead-tech.jpg"); }
	body#education #subhead { background:url("../images/subhead-education.jpg"); }
	body#correction #subhead { background:url("../images/subhead-correction.jpg"); }
	body#drs #subhead { background:url("../images/subhead-drs.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#locations #subhead { background:url("../images/subhead-locations.jpg"); }
	body#seminars #subhead { background:url("../images/subhead-seminars.jpg"); }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg"); }
	body#iol #subhead { background:url("../images/subhead-iol.jpg"); }
	body#lasik-pg #subhead { background:url("../images/subhead-lasik.jpg"); }
	body#other-procedures #subhead { background:url("../images/subhead-other-procedures.jpg"); }
	body#ck #subhead { background:url("../images/subhead-ck.jpg"); }
	body#conditions #subhead { background:url("../images/subhead-conditions.jpg"); }
	body#glaucoma-page #subhead { background:url("../images/subhead-glaucoma.jpg"); }
	body#dry #subhead { background:url("../images/subhead-dry.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#surg #subhead { background:url("../images/subhead-surg.jpg"); }
	body#non-surg #subhead { background:url("../images/subhead-non-surg.jpg"); }
	body#bna-gallery #subhead { background:url("../images/subhead-bna.jpg"); }
	body#retinal #subhead { background:url("../images/subhead-retinal.jpg"); }
	body#md #subhead { background:url("../images/subhead-md.jpg"); }
	body#other #subhead { background:url("../images/subhead-other.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#photo #subhead {background: url("../images/subhead-bna.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg");}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg");}
	body#seminar-registration-page {padding: 25px 20px 10px 20px;}
	body#disclaimer {padding: 25px 20px 10px 20px;background:none; text-align:left;}
	body#disclaimer p {padding:10px 0 0 0;}
	body#disclaimer h2 {padding:10px 0 0 0;}
	body#seminar-registration-page h1 {margin: 0 0 10px 0px; text-align: left; color: #FFFFFF;}

body#index #subhead .cataracts-link,
body#index #subhead .cosm-link {
	display:block;
	height:30px;
	position:absolute;
	top:45px;
	width:180px;
}

body#index #subhead .cataracts-link {
	left:50px;
}
body#index #subhead .cosm-link {
	left:273px;
}

/* ----- subhead framework with varying heights ----- */
div.index-sub{
	width: 170px;
	float: left;
	margin: 0 0px 10px 50px;
	display:inline;
}
#column-left div.index-sub p, #column-left div.index-sub ul {
	margin: 0px;
	} 
body#index #subhead ul.multi { padding-left:0px; margin: 0 0px 10px 48px; } 
	body#index #subhead ul.multi li { 
		background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
		padding-left:15px;  /* pushes text to the right to display bg img */
		float:left;
		width:205px;
		line-height:20px; 
		display:inline;
		}

#faq-index {
	height:245px;
	background:url("../images/faq-index.jpg") ;
	position: relative;
	clear:both;
	}
#faq-index a.cosm-link {
	position: absolute;
	top: 19px;
	height: 155px;
	left: 22px;
	width: 463px;
	}
	
#technologies{
	position: relative;
	height:552px;
	background:url("../images/technologies.jpg") ;
	}
#technologies a.infiniti{
	position: absolute;
	top: 94px;
	height: 58px;
	left: 20px;
	width: 120px;
	}
#technologies a.restor{
	position: absolute;
	top: 94px;
	height: 58px;
	left: 146px;
	width: 120px;
	}
#technologies a.rezoom{
	position: absolute;
	top: 158px;
	height: 58px;
	left: 20px;
	width: 120px;
	}
#technologies a.visx{
	position: absolute;
	top: 158px;
	height: 58px;
	left: 146px;
	width: 120px;
	}
	
#technologies a.toric{
	position: absolute;
	top: 222px;
	height: 58px;
	left: 21px;
	width: 120px;
	}
#technologies a.tecnis{
	position: absolute;
	top: 220px;
	height: 58px;
	left: 147px;
	width: 120px;
	}
#technologies a.crystalens{
	position: absolute;
	top: 287px;
	height: 58px;
	left: 21px;
	width: 120px;
	}
#technologies a.procyon{
	position: absolute;
	top: 286px;
	height: 58px;
	left: 147px;
	width: 120px;
	}
#technologies a.lucentis{
	position: absolute;
	top: 351px;
	height: 58px;
	left: 21px;
	width: 120px;
	}
#technologies a.lumines{
	position: absolute;
	top: 351px;
	height: 58px;
	left: 147px;
	width: 120px;
	}
#technologies a.bausch{
	position: absolute;
	top: 413px;
	height: 58px;
	left: 20px;
	width: 120px;
	}
#technologies a.visudyne{
	position: absolute;
	top: 413px;
	height: 58px;
	left: 147px;
	width: 120px;
	}
#technologies a.latisse{
	position: absolute;
	top: 479px;
	height: 58px;
	left: 147px;
	width: 120px;
	}
#technologies a.zeiss{
	position: absolute;
	top: 479px;
	height: 58px;
	left: 21px;
	width: 120px;
	}

#lucentis-side {
	padding-top:176px;
	background:url("../images/lucentis.jpg");
	height: 100px;
	}
#lucentis-side p{margin-left: 50px; line-height: 16px;}

#reality-lasik {
	background:url("../images/reality-lasik.jpg") no-repeat;
	height:155px;
	width:300px;
	position:relative;
	}
	#reality-lasik a {
		width:113px;
		height:35px;
		left:90px;
		top:96px;
		position:absolute;
		}
		
#reality-lasik-lasik {
	background:url("../images/reality-lasik-lasik.jpg") no-repeat;
	height:140px;
	width:300px;
	position:relative;
	}
	#reality-lasik-lasik a {
		width:113px;
		height:35px;
		left:90px;
		top:96px;
		position:absolute;
		}

.testimonial-inset {
	background:url("../images/testimonial-inset.jpg") repeat-y;
	}
	.testimonial-inset p { width: 400px; color: #FFFFFF; margin: 0 40px 10px 40px;}
	.testimonial-inset a:link, .testimonial-inset a:visited {color: #FE8513;}
	.testimonial-inset a:hover, .testimonial-inset a:active {color: #FFFFFF;}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

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

#footer a:link, #footer a:visited { color:#1D1D77; font-weight: bold;}

#footer a:hover, #footer a:active { color:#1D1D77; text-decoration: none; font-weight: bold;}

#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 #1D1D77;
	}

	#footer li.first { border: none; }

#column-left p.contact-info {width: 195px; float: left; margin: 0 0px 10px 50px; display: inline;}
#column-left p.contact-info2 {width: 195px; float: left; margin: -20px 0px 10px 50px; display: inline;}
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:800px; 
	height:44px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width:  83px; margin-left: 13px;}
#nav-02 { width: 103px;}
#nav-03 { width:  99px;}
#nav-04 { width: 148px;}
#nav-05 { width: 112px;}
#nav-06 { width: 109px;}
#nav-07 { width: 120px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -13px -44px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -96px -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -199px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -298px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -446px -44px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -558px -44px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -667px -44px 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 */
	border-right:1px solid #3A3AEE;	
	border-left:1px solid #3A3AEE;	
	z-index: 9999;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:none;
	background: url("../images/drop-down.jpg") repeat-x;
	}	

#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.sfHoverNav ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul li a:hover,#nav-05 ul li a:hover  { 
	background-image:none;
	background: url("../images/drop-down-over.jpg") repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	}

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

/* ---------------------------- Side nav #services-nav -------------------------------------- */
#column-right #services-nav {
	background:url("../images/services-nav.jpg") top left no-repeat;					
	width:300px;		/* Width of buttons, not entite image (or half of entire image) */
	height:467px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

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

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

#column-right #services-nav li, #column-right #services-nav a { 
	height:35px;			/* Each button must have the same height, define it here */
	display:block;
	}
	#column-right #services-nav li#appnt-link, #column-right #services-nav li#appnt-link a {
		height:55px;
		display:block;
	}

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

/* margin-top if there is a spacing between each nav button */
#column-right #appnt-link, #column-right #services-nav-02, #column-right #services-nav-03, #column-right #services-nav-04, #column-right #services-nav-05, #column-right #services-nav-06, #column-right #services-nav-07, #column-right #services-nav-08, #column-right #services-nav-09 { margin-top:0; width:300px; }

#column-right #services-nav-01 a:hover { background:url("../images/services-nav.jpg") -300px  -55px no-repeat; }
#column-right #services-nav-02 a:hover { background:url("../images/services-nav.jpg") -300px  -90px no-repeat; }
#column-right #services-nav-03 a:hover { background:url("../images/services-nav.jpg") -300px  -125px no-repeat; }
#column-right #services-nav-04 a:hover { background:url("../images/services-nav.jpg") -300px  -160px no-repeat; }
#column-right #services-nav-05 a:hover { background:url("../images/services-nav.jpg") -300px  -195px no-repeat; }
#column-right #services-nav-06 a:hover { background:url("../images/services-nav.jpg") -300px  -230px no-repeat; }
#column-right #services-nav-07 a:hover { background:url("../images/services-nav.jpg") -300px  -265px no-repeat; }
#column-right #services-nav-08 a:hover { background:url("../images/services-nav.jpg") -300px  -300px no-repeat; }
#column-right #services-nav-09 a:hover { background:url("../images/services-nav.jpg") -300px  -335px no-repeat; }

/* Son of Suckerfish: Vertical Sprite services-nav
 * ------------------------------------------------------------------------- */
 
#column-right #services-nav li ul {
	position:absolute;
	left:-9999px;
	border-left: 1px solid #3A3AEE;
	border-top: 1px solid #3A3AEE;
	margin-left:-150px;			/* Set to same width as in #services-nav */
	margin-top:-35px;			/* Set to each button height, same as used above */
	z-index: 9999;
	}
#column-right #services-nav li#services-nav-09 ul {
	margin-left:-180px;			
}
#column-right #services-nav li ul li {
	height:20px;				/* Height of each drop down services-nav item */
	border:none;
	z-index: 9999;
	background: url("../images/drop-down.jpg") repeat-x;
	}

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

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

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

#column-right #services-nav li:hover ul, #column-right #services-nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#column-right #services-nav-01 ul li a:hover, 
#column-right #services-nav-02 ul li a:hover, 
#column-right #services-nav-03 ul li a:hover, 
#column-right #services-nav-04 ul li a:hover, 
#column-right #services-nav-05 ul li a:hover, 
#column-right #services-nav-06 ul li a:hover, 
#column-right #services-nav-07 ul li a:hover, 
#column-right #services-nav-08 ul li a:hover, 
#column-right #services-nav-09 ul li a:hover { 
	background-image:none;
	background: url("../images/drop-down-over.jpg") repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down services-nav - choose width that allows items to display on one line */
#column-right #services-nav-01 ul, #column-right #services-nav-01 li { width:150px; }		
#column-right #services-nav-02 ul, #column-right #services-nav-02 li { width:150px; }		
#column-right #services-nav-03 ul, #column-right #services-nav-03 li { width:150px; }		
#column-right #services-nav-04 ul, #column-right #services-nav-04 li { width:150px; }		
#column-right #services-nav-05 ul, #column-right #services-nav-05 li { width:150px; }
#column-right #services-nav-06 ul, #column-right #services-nav-06 li { width:150px; }
#column-right #services-nav-07 ul, #column-right #services-nav-07 li { width:150px; }
#column-right #services-nav-08 ul, #column-right #services-nav-08 li { width:150px; }
#column-right #services-nav-09 ul, #column-right #services-nav-09 li { width:180px; }

/* Vertical Sprite sub-nav
 * ------------------------------------------------------------------------- */

#column-right #sub-nav {
	background:url("../images/sub-nav-index.jpg") top left no-repeat;					
	width:300px;		/* Width of buttons, not entite image (or half of entire image) */
	height:350px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

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

#column-right #sub-nav li {
	float:left;
	list-style:none;
	}

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

/* margin-top to set where the sub-nav should begin */
#column-right #sub-nav-01 { margin-top:0px; width:300px; }

/* margin-top if there is a spacing between each sub-nav button */
#column-right #sub-nav-02, #column-right #sub-nav-03, #column-right #sub-nav-04, #column-right #sub-nav-05, #column-right #sub-nav-06, #column-right #sub-nav-07{ margin-top:0; width:300px; }

#column-right #sub-nav-01 a:hover { background:url("../images/sub-nav-index.jpg") -300px  -0px no-repeat; }
#column-right #sub-nav-02 a:hover { background:url("../images/sub-nav-index.jpg") -300px  -50px no-repeat; }
#column-right #sub-nav-03 a:hover { background:url("../images/sub-nav-index.jpg") -300px  -100px no-repeat; }
#column-right #sub-nav-04 a:hover { background:url("../images/sub-nav-index.jpg") -300px  -150px no-repeat; }
#column-right #sub-nav-05 a:hover { background:url("../images/sub-nav-index.jpg") -300px -200px no-repeat; }
#column-right #sub-nav-06 a:hover { background:url("../images/sub-nav-index.jpg") -300px -250px no-repeat; }
#column-right #sub-nav-07 a:hover { background:url("../images/sub-nav-index.jpg") -300px -300px no-repeat; }

 /* Start  CSS
 * ------------------------------------------------------------------------------------- */
#column-right #menu ul	{list-style:none;padding:0px;margin-left:35px;}
#column-right #quickcontactform2 {margin-top:20px;}
#column-right #quickcontactform2 #categories	{margin-bottom:10px;}
#column-right #quickcontactform2 #search	{margin-bottom:10px;}
#column-right #quickcontactform2 #archives	{margin-bottom:10px;}
#column-right #quickcontactform2 #categories ul li	{list-style:none;}
#column-right #quickcontactform2 #categories ul li	ul li	{list-style:none;}
#column-right #quickcontactform2 #archives ul li	{list-style:none;}
#column-right #search ul li	{list-style:none;margin-left:8px;}
#column-right #meta li	{list-style:none;}
#column-right #-ul {list-style:none;padding-top:15px;margin-left:6px;}
#column-right #menu	{margin-left:0px;}
#searchform	{margin:0px;padding:0px;}
#searchform #s{width:50px;}
#column-right form#searchform .submit	{margin:0px;width:50px;}
#column-right form#searchform	{margin:0px;padding-left:18px;}
#column-right form#searchform input#s	{margin-bottom:3px;padding:0px;width:140px;}
#column-left .post 	{margin-top:10px;}
.feedback	{margin-bottom:25px;margin-left:75px;font-size:11px;}
#column-left .post .meta		{margin-left:50px; padding-bottom:0px;}
#column-left .post .meta h3 {color:#F9760D; font-size:10px;}
#column-left .post .storycontent	{padding:0px; margin-left:0px;}
.storytitle { padding:20px 0 0 0;}
#column-left .post h2.storytitle a:link, #column-left .post h2.storytitle a:visited {text-decoration:underline;font-size:1.1em; color:#F9760D; margin:20px 0 0 0;padding:0;}
#column-left .post h2.storytitle a:hover, #column-left .post h2.storytitle a:active {text-decoration:none;margin:20px 0 0 0;}
#column-left .post .storycontent ol {font-family:Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none;margin-left:59px;margin-right:35px;margin-bottom:8px;margin-top:8px;}
#column-left .post .storycontent ul {font-family:Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none;margin-left:59px;margin-right:35px;margin-bottom:8px;margin-top:8px;}
#column-left .post .storycontent ul li {font-family:Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none;margin-left:59px;margin-right:35px;margin-bottom:8px;margin-top:8px;}
.	{margin-left:33px;margin-top:10px;}


#commentform label {width:200px; padding-right:10px;margin-left:0px;margin-bottom:10px; padding-left:0px;position:relative;display:block; margin-bottom:10px; font-size:1.0em;text-align:right;}
#commentform label input, #column-left form#commentform label textarea, #column-left form#commentform label select { 
position:absolute;left:100%;width:170px;top:-2px;}
#commentform label select {width:175px;}
#commentform {margin-left:50px;padding-left:0px;width:190px;}
#commentform #comment {width:190px;}
#commentform input {width:190px;}
#commentform #submit-btn {width:60px;margin:90px 0 0 0;height:22px;padding:0;}
#commentform label.indicates	{width:200px;}
#commentform br { line-height:0; height:0; }
#blog-categories li { font-weight:bold;}

  /* End  CSS
 * ------------------------------------------------------------------------------------- */
 
 /*  3D Eye CSS  */
#eye-movie {
	background:url("../images/3d-eye.jpg") no-repeat;
	width:500px;
	padding:120px 0 0 0;
	position:relative;
	display:block;
	}
	#eye-movie a {
	width:451px;
	height:100px;
	position:absolute;
	left: 28px;
	top: 13px;
	display:block;
		}

#eye-button {
	background:url("../images/3d-eye-button.jpg") no-repeat;
	height:205px;
	position:relative;
	width:300px;
	display:block;
	height:205px;
	}
	#eye-button a {
		width:249px;
		height:190px;
		position:absolute;
		left: 22px;
		top: 5px;
		display:block;
		}

/* Resume Upload Form */
#upload-form {
	padding:0;
	margin:0;
	}
	#upload-form input {
		border: solid 1px #E2863E;
		}
	#upload-form .submit-image {
		width:60px;
		height:22px;
		cursor:pointer; 
		padding:0;
		}
		
.radio-label { 
	text-align:left; 
	margin-bottom:0px;
	font-size:11px;
	}
.radio-btny {
	width:20px;
	margin:0 0 -15px 0;
	left:305px;
	float:left;
	top:-38px;
	position:relative;
	border:0;
	}
.radio-btnn {
	width:20px;
	left:325px;
	float:left;
	top:-38px;
	margin:0 0 -15px 0;
	position:relative;
	border:0;
	}

.label-ext {
	height:105px;
	}
	
/* Yes No Labels */
#column-left ul.yn {
	height:20px;
	left:293px;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	width:100px;
	}
	#column-left ul.yn li {
		width:25px;
		background:#fff;
		padding:11px;
		display:inline;
		list-style-type:none;
		}