/*GENERAL PROPERTIES*/
* {
	margin:0;
	padding:0;
}

a {
	outline:none;
}

a img {
	border:none;
}

h2 {
	color:#325565;
	font-size:19px;
	font-weight:normal;
}
h3{
	color: #325565;	
	font-size:24px;
	font-weight:normal;
}
.vision h2, .productivity h2, .healthcare h2, .employee h2, .privacy h2, .terms h2, .tools h2, .contact h2, .visionSim h2{
	text-indent: -9999px;
	height: 84px;
	background: url(../images/headlineVision.jpg) no-repeat;
}
p {
	padding-bottom:10px;
	line-height:20px;
}

/* MAIN LAYOUT */
body, html{
	font-family:Arial, Helvetica, sans-serif;
	background: #e8ebec;
	font-size: 12px;
	color:#4f4e4e;
	margin:0;
}

#mainContent {
	width:961px;
	padding: 0 0 0 1px;
	margin: 0 auto 50px;
	background: url(../images/mainBg.gif) repeat-x;
	position:relative;
}

/* Global Nav */
#headerContent #globalNav {
	height:25px;
	width:960px;
	padding:0;
	display:block;
	float:none;
	position:relative;
}
#globalNav ul{
	float:right;
	padding-right:10px;
}
#globalNav li{
	display:inline;
	position:relative;
}
#globalNav li a{
	display:block;
	height:25px;
	text-indent:-50000px;
	float:left;
}
	#globalNav #category a{
		width:156px;
		background: url(../images/globalNav_change.jpg) no-repeat;
	}
	#globalNav #visionsim a{
		width:154px;
		background: url(../images/globalNav_visionsim.jpg) no-repeat;
	}
	#globalNav #contact a{
		width:98px;
		background: url(../images/globalNav_contact.jpg) no-repeat;
	}
	#globalNav #tools a{
		width: 80px;
		background: url(../images/globalNav_tools.jpg) no-repeat;
	}
	#globalNav #contact a:hover, #globalNav #visionsim a:hover{
		background-position:0 -25px;
	}
	
	#globalNav #category a:hover, #globalNav #category a.ddActive, #globalNav #tools a:hover, #globalNav #tools a.ddActive{
		background-position:0 -25px;
	}
	
	/* DropDowns */
	#globalNav li ul {
		display:none;
	}
	
	#ddTools .headItem a, #ddCategory .headItem a{
		border-top:none;
	}	
	#ddTools .headItem, #ddCategory .headItem {
		height:25px;
	}
	#ddCategory {top:0px;left:457px;opacity:1;background: url(../images/nav/tools_dd_changeBG.png) 0 16px no-repeat; width:170px; z-index:35;}
	#ddTools {top:0px;left:609px;opacity:1;background: url(../images/nav/tools_ddBg.png) 0 24px no-repeat;width:189px;height:192px; z-index:35;}
	
	.home #ddCategory, .contact #ddCategory, .visionSim #ddCategory, .videoPlayer #ddCategory, .privacy #ddCategory, .terms #ddCategory {left:537px;}
	
	#ddTools ul li, #ddCategory ul li {
		background-image: none;
		width:165px;
		padding:0 4px 0 7px;
		margin:0;
	}
	#ddCategory ul li{
		width:169px;
		padding:0 4px 0 4px;
	}
	#ddTools ul, #ddCategory ul{
		padding-top:21px;
	}
	
	#ddTools ul a, #ddCategory ul a {
		width:163px;
		padding:4px 0 4px 6px;
		border-top: solid 1px #e4e4e4;
	}
	#ddCategory ul a {
		width:148px;
	}
	#ddTools ul .invLink a, #ddCategory ul .invLink a{
		border:none;
		text-indent:-500000px;
		display:block;
		height:25px;
		margin-top:-25px;
		position:relative;
	}
	#ddTools ul .invLink a:hover, #ddCategory ul .invLink a:hover {
		background:transparent none;
		display:block;
		border:none;
	}
	
/* end Global Nav */

/* Primary Navigation */
#mainTabs {
	float:left;
	width:960px;
	padding:82px 0 0 0;
	height:40px;
}
#mainTabs li {
	display:block;
	position:relative;
	padding-top:7px;
	height:33px;
	list-style:none;
	float:left;
}
#mainTabs li a{
	display:block;
	text-indent:-500000px;
	height:33px;
	background: transparent no-repeat;
}
#mainTabs li a:hover{
	background-position: 0 -33px;
}

#mainTabs #welcome {	z-index:24;}
#mainTabs #healthcare{	z-index:23;}
#mainTabs #productivity {	z-index:22;}
#mainTabs #employee{	z-index:21;}
#mainTabs #vision{	z-index:20;}

#mainTabs #welcome a{
	width:140px;
	background-image: url(../images/nav/main_li_welcome.png);
}
#mainTabs #healthcare a{
	width:222px;
	background-image: url(../images/nav/main_li_healthcare-connection.png);
}
#mainTabs #productivity a{
	width:146px;
	background-image: url(../images/nav/main_li_productivity.png);
}
#mainTabs #employee a{
	width:193px;
	background-image: url(../images/nav/main_li_employee-needs.png);
}
#mainTabs #vision a{
	width:179px;
	background-image: url(../images/nav/main_li_vision-benefits.png);
}

#mainTabs #healthcare, #mainTabs #productivity, #mainTabs #employee, #mainTabs #vision{
	margin-left:-20px;
}

	/* --- page selected states --- */
	.healthcare #mainTabs #healthcare, .welcome #mainTabs #welcome, .employee #mainTabs #employee, .productivity #mainTabs #productivity, .vision #mainTabs #vision {
		padding-top:0px;
		height:40px;
		background: 0 0 no-repeat;
		z-index:25;
	}
	.welcome #mainTabs #welcome {
		width:124px;
		background-image: url(../images/nav/main_li_welcome_open.png);
	}
	.healthcare #mainTabs #healthcare {	
		width:219px;
		background-image: url(../images/nav/main_li_healthcare-connection_open.png);
	}
	.employee #mainTabs #employee {
		width:172px;
		background-image: url(../images/nav/main_li_employee-needs_open.png);
	}
	.vision #mainTabs #vision {	
		width:159px;
		background-image: url(../images/nav/main_li_vision-benefits_open.png);
	}
	.productivity #mainTabs #productivity {
		width:134px;
		background-image: url(../images/nav/main_li_productivity_open.png);
	}
	.welcome #mainTabs #welcome a, .productivity #mainTabs #productivity a, .vision #mainTabs #vision a, .employee #mainTabs #employee a, .healthcare #mainTabs #healthcare a {
		background:transparent none;
		margin-top:5px;
		margin-left:-5px;
	}
	
#mainTabs li ul{
	display:none;
}

/* javascrip dropdowns*/ 
a.drop {
	position:relative;
	z-index:10;
}
.ddBox {
	position:absolute;
	top:112px;
	left:-3px;
	width:222px;
	height:147px;
	background: url(../images/nav/main_dropdown_bg.png) no-repeat;
	display:block;
	padding:0;
	opacity: .95;
	z-index:50;
}
#ddemployee {
	background: url(../images/nav/main_dropdown_ENbg.png) no-repeat;
	height:161px;
	position:aboslute;
	left:430px;
}
#ddproductivity {
	background: url(../images/nav/main_dropdown_PRbg.png) no-repeat;
	height:100px;
	position:aboslute;
	left:304px;
}
#ddhealth{
	position:aboslute;
	left:102px;
}

.healthcare #ddemployee {left:443px;}
.productivity #ddemployee {left:434px;}
.vision #ddemployee, .tools #ddemployee {left:446px;}
.employee #ddemployee {
	top: 107px;
	left:427px;
	background: url(../images/nav/main_dropdown_ENbg_selected.png) no-repeat;
}

.healthcare #ddproductivity {left:317px;}
.employee #ddproductivity, .vision #ddproductivity, .tools #ddproductivity {left:320px;}
.productivity #ddproductivity 
{
	left:307px;
	top:107px;
	background: url(../images/nav/main_dropdown_PRbg_selected.png) no-repeat;
}

.vision #ddhealth, .employee #ddhealth, .productivity #ddhealth, .tools #ddhealth {left:118px;}
.healthcare #ddhealth {
	top: 109px;
	left:117px;
	background: url(../images/nav/main_dropdown_bg_selected.png) no-repeat;
}

.ddBox ul {
	list-style:none;
	display:block;
	position:relative;
	z-index:310;
}
.ddBox ul a {
	height:15px;
	font-size:14px;
	text-indent:0px;
	padding-left:30px;
	color:#707070;
	text-decoration:none;
	background-image: url();
	padding:5px 0px 5px 25px;
	width:187px;
	display:block;
}
.ddBox ul li {
	position:relative;
	left:4px;
	height:25px;
	width:100%;
	background: url(../images/nav/main_dropdown_div.gif) top left no-repeat;
	margin:0px;
	padding-top:0px;
}
.ddBox ul li.headItem {
	background: none;
	height:27px;
}
#mainContent #ddemployee ul li.headItem a{
	background: url(../images/nav/dd_box_enHead.gif) 41px 9px no-repeat;
	text-indent:-50000px;
}
#mainContent #ddemployee ul li.headItem a:hover{
	background: url(../images/nav/dd_box_enHead.gif) 41px 9px no-repeat;
}
#mainContent.employee #ddemployee ul li.headItem a, #mainContent.employee #ddemployee ul li.headItem a:hover{
	background-position:41px 10px;
}

#mainContent #ddproductivity ul li.headItem a{
	background: url(../images/nav/dd_box_prHead.gif) 36px 10px no-repeat;
	text-indent:-50000px;
}
#mainContent #ddproductivity .ddBox ul li.headItem a:hover{
	background: url(../images/nav/dd_box_prHead.gif) 36px 10px no-repeat;
}

#mainContent #ddhealth ul li.headItem a{
	background: url(../images/nav/dd_box_hcHead.gif) 29px 4px no-repeat;
	text-indent:-50000px;
}
#mainContent #ddhealth ul li.headItem a:hover{
	background: url(../images/nav/dd_box_hcHead.gif) 29px 4px no-repeat;
}
#mainContent.healthcare #ddhealth ul li.headItem a, #mainContent.healthcare #ddhealth ul li.headItem a:hover{
	background-position:20px 3px;
}

.ddBox ul a:hover {
	color:#ffffff;
	background: #969696 url(../images/nav/dd_box_rolloverBg.gif) top left repeat-x;
}

/* End Primary Navigation */
#middleContent #breadcrums {
	padding-left:25px;
	background: url(../images/transitionsLogo_mini.gif) 0 9px no-repeat;
	height:20px;
	padding-top:10px;
}
#middleContent #breadcrums a{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#707070;
	text-decoration:none;
	margin-top:-2px;
	padding-left:2px;
}
#breadcrums .arrow {
	padding-right:15px;
	background: url(../images/SMarrow.gif) top right no-repeat;
}
#breadcrums a:hover {
	text-decoration:underline;
}
/*end of BreadCrums*/


/* FOOTER */
	#vsp_marketing {
		background: url(../images/mBtn_vsp.gif) no-repeat;
	}
	#transitions_marketing {
		background: url(../images/mBtn_transitions.gif) no-repeat;
	}
	#hsfl_marketing {
		background: url(../images/mBtn_healthysightforlife.gif) no-repeat;
	}
	#eyeglass_marketing {
		background: url(../images/mBtn_eyeglassGuide.gif) no-repeat;
	}
	#BottomContent a{
		text-indent:-5000px;
		height:127px;
		width:230px;
		display:block;
		margin: 0 3px;
		float:left;
	}
	#footMainNav {
		width:340px;
		padding-left:30px;
		margin: 0 auto;
		display:block;
		height:100px;
	}
	#footMainNav ul {
		float:left;
		width:160px;
		list-style:none;
		font-size:13px;
		padding: 0 0 0 10px;
	}
	#footMainNav li a {
		color:#4f4e4e;
		text-decoration:none;
	}
	#footer a {
		width:501px;
	}
	#footMainNav .first a{
		color:#084694;
		text-transform: uppercase;
	}
	#footer .logo, #footer p {
		margin: 10px auto;	
		text-align:center;
		display:block;
		font-size:10px;
	}
	#footer p a{
		font-size:11px;
		color:#4f4e4e;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}
/* End Footer */

#headerContent, #middleContent, #BottomContent {
	width:960px;
	display:block;
	position:relative;
}

#BottomContent {
	background: #d9d9d9 url(../images/bottomBg.gif) repeat-x;
	padding: 10px 0 0 5px;
	width:955px;
	height:144px;
}

#headerContent{
	background: url(../images/header2.jpg) no-repeat;
	height:147px;
}

.home #headerContent h1 {
	display:none; 
}

#homeLnk{
	position:absolute;
	display:block;
	height:58px;
	width:410px;
	left:20px;
	opacity:0;
	text-indent:-500000px;
}

#headerContent div {
	float:left;
	padding-top:75px;
}

#middleContent #subHeader{
	width:945px;
	padding-left:15px;
}
#middleContent {
	background-color: #f8f8f8;
}
#headerContent #learnSummary{
	width:300px;
	padding: 75px 15px 0;
}
#headerContent #learnSummary h2{
	font-size:18px; 
}
#headerContent #learnSummary p{
	font-size:14px; 
	color:#fff;
}
#headerContent #getStarted{
	width:600px;
	position:relative;
}
#headerContent #getStarted h2{
	font-size:22px; 
}
#benefitsLnk {
	left:180px;
}
#brokerLnk {
	left:430px;
}
#visionLoss {
	border-right: 1px solid #e3e3e5;
	background: url(../images/healthysightSimImg.jpg) 300px 0 no-repeat;
}
#hsflv {
	background: url(../images/videoImg.jpg) 260px 0 no-repeat;
}

#primaryContent{
	width:580px;
	padding:20px;
	float: left;
}
#secondaryContent{
	width: 240px;
	float:right;
	padding-left:20px;
	padding-top:20px;
}
.welcome #secondaryContent{
	padding-top:0;
}
#secondaryContent p{
	width: 230px;
	color: #325565;
	font-size: 14px;
}
#secondaryContent h4{
	color: #325565;
	font-size:14px;
}

/*Page-Specific Rules*/
#boldWelcome{
	color: #325565;
	font-size: 24px;
}
#boldWelcome2{
	color: #325565;
	font-size: 18px;
}
.defMid {
	background:url(../images/defaultMid.jpg) no-repeat; 
}
.contact #middleContent{
	background:url(../images/contactBg.jpg) no-repeat; 
	height:574px;
}
.visionSim #middleContent{
	height:774px;
}
.privacy #middleContent{
	height:774px;
}
.terms #middleContent{
	height:844px;
}
.vision #middleContent{
	height:1350px;
}
.brokers .vision #middleContent{
	height:2050px;
}
.healthcare #middleContent{
	height:1800px;
}
.employee #middleContent{
	height:2350px;
}
.videoPlayer #middleContent{
	height:500px;
}
.productivity #middleContent{
	height: 1050px;
}
.tools #middleContent{
	height:2600px;
}
.Jstyle .tools #middleContent{
	height:750px;
}
.privacy h2{
	height:59px;
	background: url(../images/privacy.jpg) no-repeat;
}
.terms h2{
	height:49px;
	background: url(../images/terms.jpg) no-repeat;
}
.tools h2{
	height:39px;
	background: url(../images/toolsHead.jpg) no-repeat;
}
.contact h2{
	height:43px;
	background: url(../images/contactUs.jpg) 20px 10px no-repeat;
}
.productivity h2{
	height: 48px;
	background: url(../images/headlineBenifits.jpg) no-repeat;
}
.healthcare h2{
	background: url(../images/rising.jpg) no-repeat;
	width:550px;
}
.employee h2{
	background: url(../images/headlineEmployee.jpg) no-repeat;
}
.visionSim h2 {
	height:56px;
	background: url(../images/VisionLossSimulation.jpg) 15px 20px no-repeat;
}

.home #middleContent {
	height:139px;
	background: #fff url(../images/middleBg.gif) repeat-x;
}
.home #headerContent{
	background: url(../images/header.jpg) no-repeat;
	height:297px;
}
.home #middleContent div {
	float:left;
	width:430px;
	margin-top:8px;
	padding: 0 10px;
	height:140px;
}
.home #middleContent #visionLoss {
	border-right: none;
	background: url(../images/homeMarketBg2.jpg) 0 0 no-repeat;
	margin-top:0px;
	width:470px;
}
#middleContent #visionLoss h2 {
	margin-top:8px;
}
.home #middleContent div a {
	margin: 10px 0;
}
.welcome #headerContent div{
	float:none;
}
.welcome #middleContent {
	height:719px;
	background: #fff url(../images/bg_welcome.jpg) repeat-x bottom;
}
.welcome #middleContent #subHeader{
	background: url(../images/landingHeader.jpg) no-repeat;
	height:198px;
	width:945px;
	padding-left:15px;
	float:none;
}
.welcome #secondaryContent{
	width: 270px;
	padding-left:50px;
	float: left;	
}
.welcome #secondaryContent p{
	width: 278px;	
	line-height:14px;
	font-size:11px;
	padding-top:20px;
}
.employee #secondaryContent p{
	color:#4F4E4E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.welcome #primaryContent{
	background-color:#f9f9f9;
}
.welcome #primaryContent p img{
	padding-bottom: 20px;
}
#secondaryContent #sec2{
	padding-top:40px;
	font-size:12px;
	line-height:14px;
}
.employee #primaryContent .nobg{
	background:none;
	padding-left:15px;
	width:600px;
	color:#4F4E4E;
	font-size:12px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:20px;
	height:auto;
}
.employee #primaryContent .nobg li{
	width:600px;
}
.employee #primaryContent li{
	width:380px;
}
.employee #primaryContent ul{
	background: url(../images/li_bg3.jpg) #f8f8f8 no-repeat;	
	height: 210px;
	width: 420px;
	padding-left:210px;
	padding-top:8px;
	color: #325565;
	font-weight: bold;
	line-height: 20px;
}
.productivity #primaryContent ul{
	background: url(../images/li_bg2.jpg) #f8f8f8 no-repeat;	
	height: 218px;
	width: 600px;
	padding-left:20px;
	padding-top:20px;
	color: #325565;
	font-weight: bold;
	line-height: 20px;
}

.healthcare #primaryContent ul{
	background: url(../images/li_bg.jpg) #f8f8f8 no-repeat;	
	height: 210px;
	width: 480px;
	padding-left:140px;
	padding-top:10px;
	color: #325565;
	font-weight: bold;
	line-height: 20px;
}

.vision #primaryContent ul{  
	background: url(../images/bg_vision.jpg) #f8f8f8 no-repeat;	
	height: 210px;
	width: 433px;
	padding-left:190px;
	padding-top:12px;
	color: #325565;
	font-weight: bold;
	line-height: 20px;
}
.employee #secondaryContent ul {
	padding-left:15px;
	padding-bottom:10px;
	line-height:20px;
	color:#4F4E4E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
#secondaryContent .callout {
	font-size:12px;
	line-height:16px;
}
#visionLast{
	background: url(../images/bg_vision2.jpg) #f8f8f8 no-repeat;	
	height: 210px;
	width: 458px;
	padding-left:170px;
	padding-top:20px;
	color: #325565;
	font-weight: bold;
	line-height: 20px;	
}
.employee #primaryContent #olderList{
	width:450px;
	margin:0;
	padding:0 0 20px 0;
} 
.employee #primaryContent #olderList li{
	width:430px;
	position:relative;
	display:block;
	padding-left: 15px;
	background: url(../images/bullets.gif) 0 4px no-repeat;
	margin:0;
}
#blue{
	color:#325565;
	font-size: 14px;
	padding-top: 60px;
}
.playvideoBtn {
	padding:0px;
	float:left;
}

.employee #primaryContent #ul2, .productivity #primaryContent #ul2, .healthcare #primaryContent #ul2{
	background:none;
	height:auto;
	padding:0px 20px;
}

.line{
	padding-top:10px;
	padding-bottom:20px;
}
#middleContent #aboutA,
#middleContent #aboutC,
#middleContent #glareFlash{
	float:left;
	width:auto;
}
.alt, .hide{
	display:none;
}
.aside {
	width:388px;
	height:460px;
	float:left;
	color:#325565;
	background: url(../images/callout_bg.gif) bottom left no-repeat;
}
.employee .aside{
	height:425px;
}
.productivity .aside {
	height:425px;
}
.healthcare .aside {
	height:426px;
}
#primaryContent .aside h3{
	/*color: #797979;	*/
	font-size:18px;
	width:360px;
	padding-left:10px;
	padding-top:10px;
}
.employee #primaryContent .aside h3, .healthcare #primaryContent .aside h3{
	float:left;
}
h3#cataracts {
	margin-top:5px;
}
.aside p{
	float:left;
	line-height:16px;
	padding-left:10px;
	width:350px;
}

.privacy ul{
	padding-left:20px;
}
.privacy ul li {
	padding: 5px 0;
}
.privacy #primaryContent, .terms #primaryContent {
	width:900px;
}

.brokers #primaryContent .ifyoucant {
	width:320px;
	padding-right:240px;
	background: url(../images/ifyoucant.jpg) top right no-repeat;
}
/* Marketing Carousel (welcome page version) */
#ulMarketingCarousel{
	height:60px;
	width:421px;
	display:block;
	margin-top:86px;
	background: url(../images/marketingButtonBg.jpg) no-repeat;
	overflow:hidden;
}
.jcarousel-skin-transitions #ulMarketingCarousel{
	margin-top:auto;
	overflow:visible;
}

.productivity
#secondaryContent ul{
	color:#325565;
	padding-left:15px;
	font-weight:bold;
}

/* Page Tabs */
.skTabsNav {
	display:block;
	height:30px;
	width:930px;
	margin-bottom:-5px;
	overflow:hidden;
}
.skTabsNav li {
	float:left;
	list-style:none;
	margin-left:-15px;
	position:relative;
}
#z1 {z-index:65;}
#z2 {z-index:64;}
#z3 {z-index:63;}
#z4 {z-index:62;}
#z5 {z-index:61;}
#z6 {z-index:60;}

#primaryContent .skTabsNav .selected {
	z-index:66;
}
.skTabsNav li a {
	float:left;
	display:block;
	height:20px;
	background: url(../images/tabs/tools_tabnav_Ctab.png) repeat-x;
	color:#3c6994;
	padding:5px 5px 0 15px;
	text-decoration:none;
}
.skTabsNav li a:hover {
	color:#333333;
}
.skTabsNav li span {
	display:block;
	height:25px;
	width:11px;
	background: url(../images/tabs/tools_tabnav_Ltab.png) 0 1px no-repeat;
	float:left;
}
.skTabsNav li span.right {
	width:20px;
	background: url(../images/tabs/tools_tabnav_Rtab.png) 0 0 no-repeat;
}
.skTabsNav li.selected a {
	height:23px;
	background: url(../images/tabs/tools_tabnav_Ctab_selected.png) 0 3px repeat-x;
	padding:6px 10px 0 10px;
	margin-top:-3px;
}
.skTabsNav li.selected span.left {
	height:29px;
	background: url(../images/tabs/tools_tabnav_Ltab_selected.png) 0 3px no-repeat;
	margin-top:-3px;
}
.skTabsNav li.selected span.right {
	height:29px;
	background: url(../images/tabs/tools_tabnav_Rtab_selected.png) 0 3px no-repeat;
	margin-top:-3px;
}

.skTabsNav .first {
	margin-left:0px;
}

.skTabs {
	display:block;
	width:930px;
	background: url(../images/tools_tab_bg.gif) 0 0 repeat-y;
	position:relative;
}
.skTabs span.top, .skTabs span.bottom{
	position:absolute;
	display:block;
	width:100%;
	left:0;
}
.skTabs span.top {
	top:0px;
	height:10px;
	background: url(../images/tools_tab_top.gif) 0 0 no-repeat;
}
.skTabs span.bottom {
	bottom:0px;
	height:28px;
	background: url(../images/tools_tab_bottom.gif) 0 0 no-repeat;
}
.skTabs .panel {
	display:block;
	width:900px;
	padding:10px 15px;
}
.skTabs .hide {
	display:none;
}

/*----------------------- Tools -----------------------*/
.skTabs p {
	line-height:16px;
	width:380px;
}
#vEdKit {
	background: url(../images/tools_tab_toolkit.jpg) 30px 10px no-repeat;
	width:550px;
	padding:10px 15px 10px 350px;
	height:280px;
}
#vEdKit h3{
	padding-top:40px;
}
#customMaterials {
	background: url(../images/tools_tab_custom.jpg) 30px 10px no-repeat;
	width:550px;
	padding:10px 15px 10px 350px;
	height:280px;
}
#customMaterials h3{
	padding-top:40px;
}
#customMaterials ul{
	padding-left:15px;
	margin-left:15px;
	padding-bottom:10px;
}
#eNews {
	height:400px;
}
#eNews div {
	height:170px;
	float:left;
	width:278px;
	padding:10px 30px 10px 142px;
}
#eNews div p {
	width:278px;
}
#issue1 {
	background: url(../images/enews_hypertension.jpg) no-repeat;
}
#issue2 {
	background: url(../images/enews_womenshealth.jpg) no-repeat;
}
#issue3 {
	background: url(../images/enews_kidshealth.jpg) no-repeat;
}
#issue4 {
	background: url(../images/enews_eye-q.jpg) no-repeat;
}
#vVideos {
	height:530px;
}
#vVideos p {
	width:800px;
}
#vVideos .videosContainer span {
	font-size:12px;
	font-weight:bold;
}
.videosContainer{
	border-top: 1px solid #eeeeee;
	padding-top:15px;
}
.videosContainer a {
	float:left;
	display:block;
	padding:90px 10px 0;
	background: url(../images/videoThumbnail.jpg) 10px 0 no-repeat;
	height:40px;
	width:150px;
	/*color: #325565;*/
	color:#4F4E4E;
	text-decoration:none;
}
.videosContainer a:hover {
	opacity: .8;
}
#vid_AfricanAmericansandHealthySite {background-image:url(../images/videos/African_Americans_and_Healthy_Site.jpg);}
#vid_AsianAmericansandHealthySite {background-image:url(../images/videos/Asian_Americans_and_Healthy_Site.jpg);}
#vid_ConsumerPerceptionsofVisionandVisionBenefits {background-image:url(../images/videos/Consumer_Perceptions_of_Vision_and_Vision_Benefits.jpg);}
#vid_EasyStepsforEyeHealthTodayandTomorrow {background-image:url(../images/videos/Easy_Steps_for_Eye_Health_Today_and_Tomorrow.jpg);}
#vid_EyeDiseaseontheRise {background-image:url(../images/videos/Eye_Disease_on_the_Rise.jpg);}
#vid_HispanicsandHealthySight {background-image:url(../images/videos/Hispanics_and_Healthy_Sight.jpg);}
#vid_HypertensionandtheEye {background-image:url(../images/videos/Hypertension_and_the_Eye.jpg);}
#vid_MedicationsandEyeHealth {background-image:url(../images/videos/Medications_and_Eye_Health.jpg);}
#vid_OcularHypertensionandGlaucoma {background-image:url(../images/videos/Ocular_Hypertension_and_Glaucoma.jpg);}
#vid_TheEye-OverallHealthConnection {background-image:url(../images/videos/The_Eye-Overall_Health_Connection.jpg);}
#vid_TheImpactofDiabetesonChildrensEyeHealth {background-image:url(../images/videos/The_Impact_of_Diabetes_on_Childrens_Eye Health.jpg);}
#vid_TheTollofDiabetes{background-image:url(../images/videos/The_Toll_of_Diabetes.jpg);}
#vid_CancerandEyeHealth{background-image:url(../images/videos/Cancer_and_Eye_Health.jpg);}

#vVideos .videosContainer div p {
	width:150px;
}
#vLossSim {
	background: url(../images/tools_tab_visionLoss.jpg) 10px 10px no-repeat;
	width:265px;
	padding:10px 15px 10px 640px;
	height:360px;
}
#vLossSim p{
	width:150px;
}
#whitePapers div {
	padding:12px 0 6px;
	height:160px;
}
#whitePapers  p {
	width:460px;
}
#whitePapers .addressing {
	padding-left:150px;
	background: url(../images/white_fpo.jpg) no-repeat;
	border-top: 1px solid #eeeeee;
}
#whitePapers .communicating {
	padding-left:150px;
	background: url(../images/white_communicating.jpg) no-repeat;	
}
/*-----------------------	Buttons	  -----------------------------*/
.employerBtn, .employeeBtn, .visitSiteBtn, .viewBtn, #hsflv a, #visionLoss a, #headerContent #getStarted a, .playvideoBtn {
	width:104px;
	height:26px;
	text-indent:-9999px;
	display:block;
	background: url(../images/viewBtn.gif) no-repeat;
}
#visionLoss a{
	background: url(../images/LaunchBtn.gif) no-repeat;
}
#visionLoss a:hover {
	background-position: 0 -26px;
}
#hsflv a {
	width:110px;
	background: url(../images/playVideoBtn.gif) no-repeat;
}
#hsflv a:hover {
	background-position: 0 -26px;
}
.playvideoBtn {
	height:20px;
	background: url(../images/playVideoButton.gif) no-repeat;
}
.playvideoBtn:hover {
	background-position: 0 -20px;
}
.employerBtn{
	height:27px;
	float:left;
	background: url(../images/employerBtn.gif) no-repeat;
	padding-right:20px;
}
.employeeBtn{
	height:27px;
	float:left;
	background: url(../images/employeeBtn.gif) no-repeat;
}
.visitSiteBtn{
	background: url(../images/visitSiteBtn.gif) no-repeat;
}
.viewBtn:hover, .visitSiteBtn:hover {
	background-position: 0 -26px;
}
.employerBtn:hover, .employeeBtn:hover {
	background-position: 0 -27px;
}
#headerContent #getStarted a{
	height:21px;
	position:absolute;
	top: 205px;
	background: url(../images/proceedBtn.gif) no-repeat;
}
#headerContent #getStarted a:hover{
	background-position: 0 -21px;
}

/*-----------------------	Contact Us	 -----------------------------*/
form{
	padding-top:22px;
}
form .layoutDiv {
	width:310px;
	padding-left:19px;
	float:left;
}
form div input, form div select, form div textarea {
	width:305px;
	float:left;
	margin-bottom:24px;
	color:#838688;
}
form div input{
	height:31px;
	padding:5px;
	border:none;
	font-size:20px;
}
form div select{
	height:41px;
	font-size:20px;
}
label {
	display:none;
}
#fname {
	background: url(../images/form/fName.jpg) no-repeat;
}
#lname {
	background: url(../images/form/lName.jpg) no-repeat;
}
#email {
	background: url(../images/form/email.jpg) no-repeat;
}
#company {
	background: url(../images/form/company.jpg) no-repeat;
}
#address1 {
	background: url(../images/form/address1.jpg) no-repeat;
}
#address2 {
	background: url(../images/form/address2.jpg) no-repeat;
}
#zip {
	background: url(../images/form/zip.jpg) no-repeat;
}
#city {
	background: url(../images/form/city.jpg) no-repeat;
	width:200px;
}
#state {
	background: url(../images/form/state.jpg) no-repeat;
	width:85px;
}
#comments {
	background: url(../images/form/comments.jpg) no-repeat;
	border:none;
	height:171px;
}
#SubmitBtn{
	float:right;
	margin-right:310px;
	margin-top:-8px;
}
form .red div .required {
	color: #9f0c0c;
}
fieldset {
	border:none;
}
#pnlFlashHome {
	width: 960px;
	height: 540px;
	display:block;
	background: url(../images/vlsPlaceholder.jpg) no-repeat;
}