/*--------------------- 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;}
ol,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 ----- */ 
html#homepage { 
	background:#fff url("../images/bg-html.jpg") top repeat-x;
	width:100%;
	}

html#sub { 
	background:#fff url("../images/bg-html-sub.jpg") top repeat-x;
	width:100%;
	}

body#index { 
	background:url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}

body { 
	background:url("../images/bg-body-sub.jpg") center top no-repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
	
	

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

h1	{ font-size:1.3em; color:#000; }
h2	{ font-size:1.2em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

#column-left-blog h3.storytitle {font-size:1.2em; margin-bottom:10px;}
small.date {text-decoration:italic;}
div.storycontent {border-bottom:1px solid #EFEFEF; margin-bottom:20px}
p.read-more {text-align: right;}
h4 {background:#CCC; padding:10px; color:#FFF; font-size:1.2em; margin-top:40px; margin-bottom:15px;}
ul.related-posts li 

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

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

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

.img-separator {
	background:url("../images/img-right-separator.jpg");
	height:52px;
	}

.img-bottom-sub {
	background:url("../images/img-right-bottom-sub.jpg");
	height:26px;
	}
	
.clear {
	clear:both;
	}

img.post-left { 
	float:left; 
	margin:5px 7px 5px 0;
	}

img.post-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	

#column-left-sub p.txt-required,
#column-right-sub p.txt-required { 
	margin-bottom:0;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:0 0 15px 0;
	}

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

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

input, textarea, select { 
	color:#000;
	width:145px; /* 5 pixels 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:11px;
	}


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

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

#contact-business, #contact-business2, #contact-business3, #contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 

 

form#contact-main { margin:0 0 10px 0; width:300px; padding-left:45px; }

#contact-main input, #contact-main textarea, #contact-main select, #commentform input, #commentform textarea, #commentform select { 
	background-color:#FFF !important; /* to prevent highlighting by Google&trade; Toolbar */
	color:#000;
	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:11px;
	width:295px;
	}

#contact-main select, #commentform select { width:300px; padding:0; } /* same width as form - !important */

#contact-main textarea, #commentform textarea { height:90px; overflow:auto; }

#contact-main label, #commentform 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, #commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select, #commentform label select { width:177px; }

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

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

/* ----- main contact pricing form ----- */ 
 
form#contact-pricing { margin:0 0 10px 0; width:200px; padding-left:10px; }

#contact-pricing input, #contact-pricing textarea, #contact-pricing select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	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:11px;
	width:250px;
	}
	
	
#contact-pricing select { width:200px; padding:0; } /* same width as form - !important */

#contact-pricing textarea { height:90px; overflow:auto; }

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


#contact-pricing label { 
	width:170px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:15px;
	margin-top:5px;
	padding-left:22px;
	font-size:1.0em;
	}
	
#contact-pricing label input, #contact-pricing label textarea, #contact-pricing label select { 
	width:100px;
	position:absolute; 
	left:1%; 
	top:-1px;
	}
	
#contact-pricing label select { width:177px; }
	
#contact-pricing label textarea { height:100px; overflow:auto; }

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



input.submit-contact-pricing { margin:5px 0 5px 0; }

#contact-pricing input.submit-contact-pricing { 
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}


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

input.submit-contact-main { margin:0px 0 5px 225px; }

#column-left-blog input.commentform-submit {
		width:120px;
		left:65%;
		position:relative;
		top:105px;
		width:120px;
		}
		
input.submit, #consultation input.submit { 
	background:url("../images/btn-submit.jpg");
	width:91px;
	height:32px;
	border:none;
	cursor:pointer;
	}
	
#contact-main input.submit-contact-main { 
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}

input.btn-go { 
	background:url("../images/btn-go.jpg");
	width:32px;
	height:20px;
	border:none;
	cursor:pointer;
	margin-left:122px;
	}

#column-right-sub input.btn-go-sub,
#column-right-blog #contact-newsletter input.btn-go-sub { 
	background:url("../images/btn-go-sub.jpg");
	width:34px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-left:325px;
	}

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

body#index #wrap {
	background: #fff;
	width:928px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:928px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
	
	#wrap #masthead a {
		position:absolute;
		width:237px;
		height:193px;
		left:13px;
		top:0px;
		}
		
		#masthead span { display:none; }

		#webinar-wrap {
			background: none;
			width:928px;
			margin:0 auto;
			text-align:left;
			position:relative;
			}
			
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:928px;
	height:63px;
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	width:928px;
	height:63px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:680px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, table {
		margin:0 50px 21px 24px;
		}
		
	#column-left h1, #column-left h2, #column-left h3 {
		margin-bottom:0;
		}
		
	body#employment div#column-left-sub h3 {
		background-color:#E9E9E9;
		border-bottom:1px solid #D2D2D2;
		border-top:1px solid #D2D2D2;
		margin-bottom:5px;
		padding-left:5px;
		margin-top:20px;
	}
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left-sub {
	background:url("../images/bg-left-sub.jpg") top no-repeat;
	width:485px;
	float:left;
	font-size:14px;
	line-height:22px;
	color:#343434;
	}

	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub ul, #column-left-sub ol, #column-left-sub dl, #column-left-sub #launch_flash_content {
		margin:0 21px 21px 24px;
		}
		
	#column-left-sub h1, #column-left-sub h2, #column-left-sub h3 {
		margin-bottom:10px;
		color:#000000;
		font-weight:normal;
		}
	
	
	#column-left-sub h1 { font-size:1.7em;}
	#column-left-sub h2 { font-size:1.5em;}
	#column-left-sub h3 { font-size:1.4em;}
	
	#column-left-sub a:link, #column-left-sub a:visited	{ color:#19688e; text-decoration:underline; outline:none; }
	#column-left-sub a:hover, #column-left-sub a:active	{ color:#19688e; text-decoration:none; outline:none; }
	
	
	/* single column list */
	#column-left-sub ul { padding-left:0px; }
		#column-left-sub ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left-sub ul li ul { margin:0 0 0 5px; }
	
	/* ordered/numbered list */
	#column-left-sub ol { padding-left:16px;  }
		#column-left-sub ol li { 
			list-style: decimal outside;
			padding-left:0px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left-sub dl { padding-left:0px; }
		#column-left-sub dl dt {
			font-weight:bold;
			}
		#column-left-sub dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#column-left-sub form dt {
	font-weight:normal;
	}
	
	.flowplayer {
		margin:0 0 21px 23px;
	}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-right.jpg") top no-repeat;
	width:248px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 18px 45px;
		}
	#column-right form { margin-left:44px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#column-right-sub {
	background:url("../images/bg-right-sub.jpg") top no-repeat;
	width:443px;
	float:left;
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul, #column-right-sub dl {
		margin:0 42px 18px 39px;
		}
	#column-right-sub form { margin-left:39px; }
	 
	/* single column list */
	#column-right-sub ul { padding-left:0px; font-size:12px; line-height:26px; }
		#column-right-sub ul li { 
			background:transparent url("../images/bullet-right-sub.jpg") 0px 10px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right-sub ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right-sub dl { padding-left:0px; }
		#column-right-sub dl dt {
			font-weight:bold;
			}
		#column-right-sub dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#column-right-sub ul.products li {
		width:165px;
		float:left;
		}
		
/* ------------------------ header framework ------------------------ */
#header-flash { height:546px; background: url("../images/bg-flash.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFFFF;  text-decoration: none;}



	body#index #header-graphic { background:url("../images/header-index.jpg"); height:546px; position:relative; }
	
	body#index #header-graphic a { color:#4f6d90; }
	
	body#index #header-graphic ul.list-design {
		position:absolute;
		left:44px;
		top:396px;
		}

	body#index #header-graphic ul.list-marketing {
		position:absolute;
		left:265px;
		top:396px;
		}

	body#index #header-graphic ul.list-conversion {
		position:absolute;
		left:488px;
		top:396px;
		}

	body#index #header-graphic ul.list-enterprise {
		position:absolute;
		left:707px;
		top:396px;
		}

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

#subhead { height:242px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:41px; margin-bottom:0; }
	body#company #subhead { background:url("../images/subhead-company.jpg"); }
		body#business-overview #subhead { background:url("../images/subhead-business.jpg"); }
		body#domains #subhead { background:url("../images/subhead-domains.jpg"); }
		body#corporate-bios #subhead { background:url("../images/subhead-corporate.jpg"); }
		body#press #subhead { background:url("../images/subhead-press.jpg"); }
		body#investment #subhead { background:url("../images/subhead-investment.jpg"); }
		body#employment #subhead { background:url("../images/subhead-employment.jpg"); }
	body#showroom #subhead { background:url("../images/subhead-showroom.jpg"); }
	body#products #subhead { background:url("../images/subhead-products.jpg"); }
		body#video-services #subhead { background:url("../images/subhead-video.jpg"); }
		body#ninety-nine-dollar-websites #subhead { background:url("../images/subhead-99.jpg"); }
		body#cms-websites #subhead { background:url("../images/subhead-cms.jpg"); }
		body#customized-websites #subhead { background:url("../images/subhead-websites.jpg"); }
		body#customized-directory #subhead { background:url("../images/subhead-directory.jpg"); }
		body#file-download-center #subhead { background:url("../images/subhead-file.jpg"); }
		body#traditional-seo #subhead { background:url("../images/subhead-seo.jpg"); }
		body#ppc #subhead { background:url("../images/subhead-ppc.jpg"); }
		body#directory-advertising #subhead { background:url("../images/subhead-advertising.jpg"); }
		body#call-reporting #subhead { background:url("../images/subhead-call.jpg"); }
		body#impact #subhead { background:url("../images/subhead-impact.jpg"); }
		body#online-brochures #subhead { background:url("../images/subhead-brochures.jpg"); }
		body#e-commerce #subhead { background:url("../images/subhead-ecommerce.jpg"); }
		body#better-stats #subhead { background:url("../images/subhead-stats.jpg"); }
		body#vab #subhead { background:url("../images/subhead-vab.jpg"); }
		body#pricing-guide #subhead { background:url("../images/subhead-pricing.jpg"); }
		body#pricing-request #subhead { background:url("../images/subhead-pricing-request.jpg"); }
	body#success-stories #subhead { background:url("../images/subhead-stories.jpg"); }
	body#case-study-one #subhead { background:url("../images/subhead-cs-1.jpg"); }
	body#case-study-two #subhead { background:url("../images/subhead-cs-2.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#dentistry-resources #subhead { background:url("../images/subhead-dentistry-resources.jpg"); }
		body#cosmetic-resources #subhead { background:url("../images/subhead-cosmetic-resources.jpg"); }
		body#vision-resources #subhead { background:url("../images/subhead-vision-resources.jpg"); }
		body#infertility-resources #subhead { background:url("../images/subhead-infertility-resources.jpg"); }
		body#hairloss-resources #subhead { background:url("../images/subhead-hair-loss-resources.jpg"); }
		body#bariatric-resources #subhead { background:url("../images/subhead-bariatric-resources.jpg"); }
		body#oncology-resources #subhead { background:url("../images/subhead-oncology-resources.jpg"); }
		body#law-resources #subhead { background:url("../images/subhead-law-resources.jpg"); }
		body#webinar #subhead { background:url("../images/subhead-webinar.jpg"); }
		


/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-consultation {
	background:transparent url(../images/quick-contact-header.jpg) no-repeat scroll left top;
	float:right;
	height:99px;
	width:286px;
	}

#title-consultation {
	height:128px;
	background:url("../images/title-consultation.jpg") ;
	}

#title-qcontact {
	height:55px;
	background:url("../images/title-qcontact.jpg") ;
	}

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

body#index #title-news {
	height:74px;
	background:url("../images/title-news.jpg") ;
	}

#title-news {
	height:70px;
	background:url("../images/title-news-sub.jpg") ;
	}

#title-products {
	height:50px;
	background:url("../images/title-products.jpg") ;
	}
	
#title-employment {
	height:50px;
	background:url("../images/title-employment.jpg") ;
	}
	
	#title-employment-footer { 
	height:26px;
	background:url("../images/title-employment-footer.jpg");
	}

#title-showrooms {
	height:55px;
	background:url("../images/title-showrooms.jpg") ;
	}


/* Showroom
 * ------------------------------------------------------------------------- */

#showroom-thumbs {
	background:url("../images/bg-showroom.jpg") top left no-repeat;
	width:928px;
	margin:0 auto;
	color:#000;
	padding-top:5px;
	}
	
.col-ftd-websites {
	background:url("../images/bg-ftd-websites.jpg");
	float:left;
	width:371px;
	text-align:left;
	padding-top:11px;
	}
	
	.bottom-websites {
		background:url("../images/bottom-ftd-websites.jpg");
		width:100%;
		height:25px;
		display:block;
		float:left;
		}
	
	.col-ftd-websites p, .col-ftd-websites h2, .col-ftd-websites h3 {
		margin:0 34px 20px 42px;
		}
	
	.col-ftd-websites ul {
		margin-left:45px;
		}
	
	.col-ftd-websites ul li {
		width:130px;
		float:left;
		text-align:center;
		padding-bottom:34px;
		margin-right:25px;
		_margin-right:0;
		}		
		
		.col-ftd-websites ul li img {
			padding-right:25px;
			}

.col-ftd-video {
	background:url("../images/bg-ftd-video.jpg");
	float:right;
	text-align:left;
	padding-top:11px;
	}

	.bottom-video {
		background:url("../images/bottom-ftd-video3.jpg");
		width:557px;
		height:25px;
		float:left;
		}

	.col-ftd-video p, .col-ftd-video h2, .col-ftd-video h3 {
		margin:0 42px 20px 20px;
		}

	.col-ftd-video ul {
		margin-left:23px;
		}

	.col-ftd-video ul li {
		width:130px;
		float:left;
		text-align:center;
		padding-right:48px;
		padding-bottom:34px;
		}
	ul#eii-showrooms {
		margin-top:10px;
		margin-left:25px;
		}

	ul#eii-showrooms li {
		width:100px;
		float:left;
		text-align:center;
		padding-right:8px;
		background:none;
		}

	body#testimonials #column-left-sub ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding:10px 25px;
		float:left;
		width:160px;
		text-align:center;
		}


/* footer
 * ------------------------------------------------------------------------- */

#wrap-footer {
	background-color:#303030;
	width:100%;
	margin-top:20px;
	padding:10px 0;
	color:#fff;
	}
 
body#index #footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

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

body#index #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 #0A3347;
	}

#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 #fff;
	}
	
	#wrap-footer #footer a { color:#fff; }

	body#index #footer li.first,
	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

#nav li, #nav a { height:82px; display:block; } /* change height here also */
#nav-06 a#login { height: 24px; line-height: 24px; }
#nav-06 a#contact { height: 58px; line-height:58px; }
#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 64px; margin-left:348px; }
#nav-02 { width: 91px;}
#nav-03 { width: 96px;}
#nav-04 { width: 85px;}
#nav-05 { width: 124px;}
#nav-06 { width: 95px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -348px -82px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -412px -82px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -503px -82px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -599px -82px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -684px -82px no-repeat; }
#nav-06 a#contact:hover { background:url("../images/nav.jpg") -808px -106px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -348px -82px no-repeat; }
body#company #nav-02 { background:url("../images/nav.jpg") -412px -82px no-repeat; }
body#showroom #nav-03 { background:url("../images/nav.jpg") -503px -82px no-repeat; }
body#products #nav-04 { background:url("../images/nav.jpg") -599px -82px no-repeat; }
body#blog-testimonials #nav-05 { background:url("../images/nav.jpg") -684px -82px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -808px -82px no-repeat; }




/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-top:18px;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border-top:1px solid #46748D;
	}	

	#nav li ul li.last { 
		height:20px; 				/* Height of each drop down nav item */
		border-top:1px solid #46748D;
		border-bottom:1px solid #46748D;
		}
		
	#nav-02 ul {
		background:url("../images/bg-nav-company.gif") no-repeat;
		height:150px;
		}

	#nav-04 ul {
		background:url("../images/bg-nav-products.gif") no-repeat;
		height:442px;
		}
		
	#nav-05 ul {
		background:url("../images/bg-nav-stories.gif") no-repeat;
		height:277px;
		}

		
#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:12px;
	}

/* 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-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	color:#FFCB88;
	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:196px; }
#nav-03 ul, #nav-03 li { width:196px; }
#nav-04 ul, #nav-04 li { width:196px; }		
#nav-05 ul, #nav-05 li { width:196px; }
#nav-06 ul, #nav-06 li { width:196px; }

/* Case Studies - Index
 * ------------------------------------------------------------------------- */
#wrap-case-studies {
	width:904px;
	margin-left:24px;
	}

	#wrap-case-studies dl {
		width:226px;
		float:left;
		}
		
		#wrap-case-studies dt {
			font-weight:bold;
			}
		

/* Consultation - Index
 * ------------------------------------------------------------------------- */

#wrap-consultation {
	background:url("../images/consultation-repeat.jpg") repeat-x;
	width:100%;
	height: 335px;	
	}

#consultation {
	width:928px;
	margin:0 auto;
	padding: 0 125px;
	}
	
#consultation form {
	width:475px;
	margin:0 auto;
	}

input.submit, #consultation input.submit { 
	background:url("../images/btn-submit.jpg");
	width:91px;
	height:32px;
	border:none;
	cursor:pointer;
	}
	#index #consultation #home-contact-quick input.submit { 
	background:url("../images/submit-quick-contact.jpg");
	width:90px;
	margin: 26px 0 0 86px;
	}
		
#consultation input, #consultation textarea, #consultation select { 
	width:145px;
	}

#consultation select { width:150px; padding:0; } 

#consultation textarea { height:42px; overflow:auto; }

#consultation dl {
	width:155px;
	float:left;
	}		
	
#index form#home-contact-quick {
	float:right;
	clear:right;
	padding: 15px 0 0;
	margin:0;
	width:334px;
	text-align: left;
	}
#index #home-contact-quick fieldset {
	float:left;
	}
#home-contact-quick label { 
	width:80px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
#home-contact-quick label input, #home-contact-quick label textarea, #home-contact-quick label select { 
	width:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	background-color:#FFF !important; /* to prevent highlighting by Google&trade; Toolbar */
	}	
#home-contact-quick label select { width:155px; } /* fixes display issue - 5px larger than input field */

#home-contact-quick label textarea { height:45px; overflow:auto; }
	
#index .flowplayer {
	margin:0;
	padding: 44px 0 0 89px;
	width:384px;
	float:left;
	}
	
	
/* Contact Form Sub
 * ------------------------------------------------------------------------- */

#column-right-sub form {
	width:380px;
	margin:0;
	text-align:left;
	padding-left:40px;
	}

#column-right-sub input, #column-right-sub textarea, #column-right-sub select { 
	width:168px; /* 5 pixels smaller than form width !important */
	}

#column-right-sub select { width:173px; padding:0; } /* same width as form - !important */

#column-right-sub textarea { height:90px; overflow:auto; width:349px; }

#column-right-sub form dt {
	font-weight:normal;
	}

#column-right-sub dl {
	width:182px;
	float:left;
	margin:0;
	padding:0;
	}

#column-right-sub input.submit { 
	background:url("../images/btn-submit-sub.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-left:278px;
	}


/* Contact Form Sub On Blog Page
 * ------------------------------------------------------------------------- */

#column-right-blog form#contact-quick,
#column-right-blog form#contact-newsletter {
	width:380px;
	margin:0;
	text-align:left;
	padding-left:40px;
	}

#column-right-blog #contact-quick input, #column-right-blog #contact-quick textarea, #column-right-blog #contact-quick select,
#column-right-blog #contact-newsletter input, #column-right-blog #contact-newsletter textarea, #column-right-blog #contact-newsletter select { 
	width:168px; /* 5 pixels smaller than form width !important */
	}

#column-right-blog #contact-quick select,
#column-right-blog #contact-newsletter { width:173px; padding:0; } /* same width as form - !important */

#column-right-blog #contact-quick textarea,
#column-right-blog #contact-newsletter textarea { height:90px; overflow:auto; width:349px; }

#column-right-blog form#contact-quick dt,
#column-right-blog form#contact-newsletter dt {
	font-weight:normal;
	}

#column-right-blog #contact-quick dl,
#column-right-blog #contact-newsletter dl {
	width:182px;
	float:left;
	margin:0;
	padding:0;
	}

#column-right-blog #contact-quick input.submit,
#column-right-blog #contact-newsletter input.submit { 
	background:url("../images/btn-submit-sub.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-left:278px;
	}
	
	/*-------------------------------------*/

body#vip #column-left-sub input.submit {
 background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}

body#webinar #column-left-sub input.submit {
    background:url("../images/btn-submit-webinar.jpg");
	width:146px;
	height:26px;
	border:none;
	cursor:pointer;
	margin-left:50px;
	}

	
/* Law Resources
 * ------------------------------------------------------------------------- */
div.resources-medical div, div.resources-law div  { margin:0 30px 0 25px; !important }

/* Media 
 * ------------------------------------------------------------------------- */

#media {
	background:url("../images/bg-media.jpg");
	width:443px;
	height:344px;
	}
	
	#player {
		padding:33px 0 0 17px;
		}


/* Products Page
 *------------------------------------------------------------------------- */
 
ul#btn-products {
	width:485px;
	margin:0;
	padding:0;
	}	

	ul#btn-products li {
		width:242px;
		height:149px;
		float:left;
		background-image:none;
		margin-bottom:20px;
		}

	ul#btn-products li, ul#btn-products a {
		display:block;
		height:149px;
		width:242px;
		padding:0;
		} 

		ul#btn-products li.btn-01 {
			background:url("../images/btn-docshop.jpg");
			}

			ul#btn-products li.btn-01 a:hover {
				background:url("../images/btn-docshop.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-02 {
			background:url("../images/btn-video.jpg");
			}

			ul#btn-products li.btn-02 a:hover {
				background:url("../images/btn-video.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-03 {
			background:url("../images/btn-seo.jpg");
			}

			ul#btn-products li.btn-03 a:hover {
				background:url("../images/btn-seo.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-04 {
			background:url("../images/btn-websites.jpg");
			}

			ul#btn-products li.btn-04 a:hover {
				background:url("../images/btn-websites.jpg") -241px 0 no-repeat;
				}

		ul#btn-products li.btn-05 {
			background:url("../images/btn-99.jpg");
			}

			ul#btn-products li.btn-05 a:hover {
				background:url("../images/btn-99.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-06 {
			background:url("../images/btn-call.jpg");
			}

			ul#btn-products li.btn-06 a:hover {
				background:url("../images/btn-call.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-07 {
			background:url("../images/btn-stats.jpg");
			}

			ul#btn-products li.btn-07 a:hover {
				background:url("../images/btn-stats.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-08 {
			background:url("../images/btn-impact.jpg");
			}

			ul#btn-products li.btn-08 a:hover {
				background:url("../images/btn-impact.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-09 {
			background:url("../images/btn-ppc.jpg");
			}

			ul#btn-products li.btn-09 a:hover {
				background:url("../images/btn-ppc.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-10 {
			background:url("../images/btn-vab.jpg");
			}	

			ul#btn-products li.btn-10 a:hover {
				background:url("../images/btn-vab.jpg") -242px 0 no-repeat;
				}

				ul#btn-products li span { display:none; }				

/* Buttons - Website Showroom - Pricing Guide
 * ------------------------------------------------------------------------- */

	
ul#buttons {
	width: 443px;
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}	
	
	ul#buttons li {
	width:443px;
	height:118px;
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
		}
		
	 ul#buttons li.btn-01 a {
	    position:absolute;
		display:block;
		height:20px;
		width:76px;
		left:83px;
		top:91px;
		}
		
		ul#buttons li.btn-02 a {
	    position:absolute;
		display:block;
		height:20px;
		width:76px;
		left:83px;
		top:53px;
		}  
		
			ul#buttons li.btn-01 {
			background:url("../images/btn-website-showroom.jpg") no-repeat;
			}
			ul#buttons li.btn-02 {
			background:url("../images/btn-pricing-guide.jpg") no-repeat;
			height: 100px;
			}
			
			   ul#buttons span {display:none;}


/* ---------------- Application -------------------*/

body#online-application #wrap {background:none;}
body#online-application #subhead {background:url("../images/subhead-online-application.jpg");}

body#online-application form {width:850px;border:2px solid #000}

body#online-application #showroom-thumbs ul li {background:none; float:left; margin-left:10px;}
	body#online-application #showroom-thumbs ul li.first {margin-left:0;}

body#online-application #showroom-thumbs p,body#online-application #showroom-thumbs h2,body#online-application #showroom-thumbs ul {text-align:left; margin:0 10px 15px 10px;}

body#online-application #showroom-thumbs hr {margin:15px 10px;}


/* ---------------- Blog -------------------*/

body.blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; }
body#blog-webinars-events #subhead { background:url("../images/subhead-blog-webinars.jpg") no-repeat; }
body#blog-testimonials #subhead { background:url("../images/subhead-blog-testimonials.jpg") no-repeat; }
body#blog-new-sites #subhead { background:url("../images/subhead-blog-new-sites.jpg") no-repeat; }
body#blog-press-releases #subhead { background:url("../images/subhead-blog-press.jpg") no-repeat; }
body#blog-video #subhead { background:url("../images/subhead-blog-video.jpg") no-repeat; }


body.blog #title-products {
	height:70px;
	background:url("../images/title-showrooms-blog.jpg") ;
	}

#title-categories { 
	background:url("../images/title-categories.jpg") no-repeat; 
	height:55px; 
	}
	
#column-right-blog #title-search { 
	background:url("../images/title-search.jpg") no-repeat; 
	height:70px;
	}
	
#column-right-blog #title-archives { 
	background:url("../images/title-archives.jpg") no-repeat; 
	height:70px; 
	}
	
#column-right-blog #title-meta { 
	background:url("../images/title-meta.jpg") no-repeat; 
	height:70px; 
	}

#column-left-blog {
	background:url("../images/bg-left-sub.jpg") top no-repeat;
	width:485px;
	float:left;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
	}

	#column-left-blog p, #column-left-blog h1, #column-left-blog h2, #column-left-blog h3, #column-left-blog ul, #column-left-blog dl, #column-left-blog ol, .meta, .feedback, #column-left-blog small {
		margin:0 21px 21px 24px;
		}
		
		#column-left-blog .meta { border-bottom: 1px solid #c5c5c5; padding:3px 0; font-size:12px;}	
		
	
	#column-left-blog h1, #column-left-blog h2, #column-left-blog h3 {
		color:#255E72;
		font-size:1.6em;
		font-weight:normal;
		}
		
	#column-left-blog h3 { 
		margin-bottom:0;
		}
		
	#column-left-blog h2 {
		margin:0 21px 0 24px;
		}	
		
		
		
		
		#column-left-blog div.post {margin-bottom:50px;}
		
	
	#column-left-blog p em {
		width:440px;
		overflow:visible;
		display:block;
		}
	
	/* single column list */
	#column-left-blog ul { padding-left:0px; line-height:2.0em;}
		#column-left-blog ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 8px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left-blog ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left-blog dl { padding-left:0px; }
		#column-left-blog dl dt {
			font-weight:bold;
			}
		#column-left-blog dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left-blog ol { padding-left:23px; }
	 	#column-left-blog ol li {
			list-style-type:decimal;
			}
			
	#column-left-blog ol li ol { margin:0; }

	#column-left-blog form { padding-left:15px; height:260px;}


#column-left-blog form dt {
	font-weight:normal;
	}
	
	#column-left-blog #single h2 { border-bottom:none; }

#column-right-blog {
	background:url("../images/bg-right-sub.jpg") top no-repeat;
	width:443px;
	float:left;
	}

	#column-right-blog p, #column-right-blog h1, #column-right-blog h2, #column-right-blog h3, #column-right-blog ul, #column-right-blog dl, #column-right-blog ol {
		margin:0 42px 18px 39px;
		}
	 			
	/* single column list */
	#column-right-blog ul { padding-left:0px; margin-bottom:0; font-size:12px; line-height:26px;}
		#column-right-blog ul li { 
			background:transparent url("../images/bullet-right-sub.jpg") 0px 10px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right-blog ul li ul { margin:0 0 0 5px; }
	

	/* definition list */
	#column-right-blog dl { padding-left:0px; }
		#column-right-blog dl dt {
			font-weight:bold;
			}
		#column-right-blog dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#column-right-blog ul.products li {
		width:165px;
		float:left;
		}
		
		
#menu {
	background:url("../images/bg-menu.gif");
	width:443px;
	padding-bottom:10px;
	}
	
	#column-right-blog form#searchform {
		margin:0 0 0 40px;
		width:343px;
		}
		
	#column-right-blog form#searchform input.search-field {
		width:240px;
		float:left;
		margin-right:5px;
		}

	#column-right-blog input.submit {
		border:1px solid #939393;
		background:none; 
		width:80px;
		height:20px;
		line-height:16px;
		vertical-align: middle;
		cursor:pointer;
		}
		
		
/* EII Logos */

#eii-logos {
	background:url("../images/img-eii.jpg");
	position:relative;
	width:680px;
	height:131px;
	}
	
	#eii-logos span { display:none; }
	
	#eii-logos .medical {
		position:absolute;
		width:168px;
		height:105px;
		left:33px;
		top:13px;
		}

	#eii-logos .dental {
		position:absolute;
		width:190px;
		height:79px;
		left:236px;
		top:24px;
		}

	#eii-logos .law {
		position:absolute;
		width:131px;
		height:79px;
		left:466px;
		top:24px;
		}

	#eii-logos .software {
		position:absolute;
		width:173px;
		height:73px;
		left:133px;
		top:138px;
		}
		
	#eii-logos .consulting {
		position:absolute;
		width:194px;
		height:73px;
		left:331px;
		top:138px;
		}
		


/*-------------------- five column framework ----------------------*/

#five-columns {
	margin-bottom: 30px;
	}
#five-columns a.icon-link {
	height: 179px;
	width:189px;
	display: block;
	}
#five-columns p.read-more {
	text-align: right;
	}
#col1-webinars {
	float:left;
	background: url("../images/webinars-icon.jpg") no-repeat top left;
	width: 184px;
	overflow:hidden;
/*	padding-top:179px; */
	}
	#col1-webinars a.icon-link:link, #col1-webinars a.icon-link:visited {
		width: 184px;
		}
	#col1-webinars a.icon-link:hover, #col1-webinars a.icon-link:active {
		background: url("../images/webinars-icon-over.jpg") no-repeat top left;
		}
	#col1-webinars .feed {
		padding: 0 24px 0 20px;
		border-right: #ddd 1px solid;
		}
#col2-testimonials {
	float:left;
	background: url("../images/testimonials-icon.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col2-testimonials a.icon-link:hover, #col2-testimonials a.icon-link:active {
		background: url("../images/testimonials-icon-over.jpg") no-repeat top left;
		}
	#col2-testimonials .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col3-new-sites {
	float:left;
	background: url("../images/new-sites.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col3-new-sites a.icon-link:hover, #col3-new-sites a.icon-link:active {
		background: url("../images/new-sites-over.jpg") no-repeat top left;
		}
	#col3-new-sites .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col4-press {
	float:left;
	background: url("../images/press-releases.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col4-press a.icon-link:hover, #col4-press a.icon-link:active {
		background: url("../images/press-releases-over.jpg") no-repeat top left;
		}
	#col4-press .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col5-video {
	float:left;
	background: url("../images/video.jpg") no-repeat top left;
	width: 177px;
	overflow:hidden;
	}
	#col5-video a.icon-link:link, #col5-video a.icon-link:visited {
		width:177px;
		}
	#col5-video a.icon-link:hover, #col5-video a.icon-link:active {
		background: url("../images/video-over.jpg") no-repeat top left;
		}
	#col5-video .feed {
		padding: 0 13px 0 24px;
		}
#five-columns h2 a:link, #five-columns h2 a:visited {
	text-decoration:none;
	display: block;
	}
#five-columns h2 a:hover, #five-columns h2 a:active {
	text-decoration:underline;
	}
#five-columns p.date-comment {
	font-size:.85em;
	}
#five-columns h3 {
	margin: 10px 0 3px;
	}
.home-post, .home1st-post {
	padding: 5px 0 5px 0;
	border-bottom: #ddd 1px solid;
	}
.home-post h2 {
	font-size:.9em;
	}
.home-post h2 a:link, .home-post h2 a:visited {
	text-decoration:none;
	color:#34a7d3;
	}
.home-post h2 a:hover, .home-post h2 a:active {
	text-decoration:underline;
	}
.home1st-post p a:link, .home1st-post p a:visited,
.home1st-post p a:hover, .home1st-post p a:active {
	display:block;
	text-decoration:none;
	}
.home1st-post .read-more a:link, .home1st-post .read-more a:visited {
	color:#34A7D3
	}
.home1st-post .read-more a:hover, .home1st-post .read-more a:active {
	text-decoration: underline;
	}
	
/* Webinar Template specific styles */

div#webinar {
	clear:both;
	margin-top:210px;
	padding-left:145px;
	padding-bottom:130px;
	display:block;
	width:640px;
	height:480px;
	float:left;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */




/* VIP Section specific styles */


div.lock {
	float:left;
	margin-right:20px;
	margin-top:30px;
	background:url("../images/lock.png") no-repeat;
	width:180px;
	height:274px;
	}


.vip-wrap { width:370px; float:left; margin-top:30px;}
.vip-content { margin: 20px 0 20px 0;}
.eii-logo {background:url("../images/eii-logo.png") left no-repeat; display:block; padding-left:60px; height:42px; float:left;}
h2.vip { font-size:2.4em; margin-top:20px; font-family:Arial;}
.icon-news {background:url("../images/icon-news.png") left no-repeat; text-align:left; display:block; padding-left:20px; font-weight:bold; }
.icon-lock {background:url("../images/icon-lock.png") left no-repeat; 	text-align:left;display:block;padding-left:20px;}
form.lock {width:100%;}
input.vip-submit {
width:80px;
float:right;
margin:-25px 100px 10px 0;
}