/* -------------------------- CSS Reset ----------------------------- */
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
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; }
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background: #fff;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#000; 
	}
p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }
blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}
h1,h2,h3 { margin-bottom:8px; }
h1	{ font-size:1.2em; color:#093057; }
h2	{ font-size:1.1em; color:#2B5F8E; }
h3	{ font-size:1.0em; color:#76A6D7; }
span	{ display:none; }
a:link,a:visited	{ color:#093057; text-decoration:underline; }
a:hover,a:active	{ color:#76A6D7; text-decoration:underline; }

/* ----- classes ----- */
div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}
p.top {
	text-align:right;
	display:block;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-top.jpg") right no-repeat;
	padding-right:1em;
	}
div.divider {
	height:30px;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/divider.jpg");
	}
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
	
/* ----- global form elements ----- */ 
form { 
	width:150px; 
	padding:10px 0 15px 0; 
	}
form label	{ font-size:.95em; }
form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}
input, textarea, select { 
	background-color:#9EB4CF; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}
textarea { 
	height:70px; 
	overflow:auto; 
	}
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}
input.submit-contact-main { margin:85px 0 0 242px; }
#contact_business{display:none; } /* Very Important, Do NOT Remove */

/* ----- index form elements ----- */ 
#qc-index form { 
	width:130px; 
	padding:10px 0 0px 10px; 
	}
#qc-index form label	{ font-size:.95em; }
#qc-index form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

#qc-index input, #qc-index textarea, #qc-index select { 
	background-color:#9EB4CF; 
	border:1px solid #000;
	color:#000;
	width:120px; /* 5 pixles smaller than form width !important */
	height:16px;
	vertical-align: middle;
	margin-bottom:2px; /* 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:0.95em;
	}
#qc-index input.submit { 
	width:45px; 
	cursor:pointer; 
	padding:0; 
	border:1px solid #000;
	}

/* ----- main contact form ----- */ 
#contact-main { 
	padding:20px 0 20px 0; 
	}
#contact-main label { 
	width:200px; 
	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:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
#contact-main label select {
	width:185px;
	}
#contact-main label textarea { height:100px; }

/* framework
 * ------------------------------------------------------------------------- */
#wrap { 
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-wrap.jpg") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
#content-container {
	width:760px;
	float:left;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-content-container.jpg") bottom left no-repeat;
	overflow:hidden;
	}
#column-left { 
	float:left;
	min-height: 730px;
	width:237px; 
	}
	#welcome #column-left {
		padding-bottom:100px;
		}
	#technology-flash {
		height:155px;
		background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-technology-index.jpg") no-repeat;
		padding:75px 0 0 37px;
		}
	 #flash {
	 	height:119px;
		width:160px;
		}
	.contant-left {
		margin:10px 20px 10px 27px;
		font-size:11px;
		min-height: 450px;
		}
#column-right { 
	width:523px; 
	float:left; 
	}
	#refractive-index {
		width:523px;
		float:left;
		background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-column-right-top.jpg") repeat-y;
		}
		#refractive-content {
			width:202px;
			float:left;
			color:#fff;
			background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-refractive-surgery.jpg") no-repeat;
			}
			#refractive-content p {
				padding:50px 12px 5px 16px;
				}
			#refractive-content a:link,#refractive-content a:visited	{ color:#fff; text-decoration:underline; }
			#refractive-content a:hover,#refractive-content a:active	{ color:#76A6D7; text-decoration:underline; }
		#logo {
			width:178px;
			float:left;
			height:180px;
			background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/logo.jpg") no-repeat;
			}
		#qc-index {
			width:143px;
			float:left;
			background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-quickcontact-index.jpg") no-repeat;
			}
			#qc-index p {
				margin:5px 10px;
				font-size:11px;
				line-height:14px;
				}
		#content-index {
			width:483px;
			margin:0 20px;
			}
			#content-index h2, #content-index h3 {
				margin:10px 0 8px 0;
				}
		#column-right-nav {
			width:144px;
			float:right;
			height:390px;
			}
#column-right-inside {
	width:523px;
	float:left;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-column-right-inside.jpg") no-repeat;
	}
	#column-right-inside div.content {
		margin:0 20px 0 20px;
		}
	#spcaeholder {
		float:right;
		height:120px;
		width:170px;
		}
#column-right-inside ul { 
	margin-left:3px; 
	} 
#column-right-inside ul li { 
	background:transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bullet.jpg") 0px 4px no-repeat; /* background image list items */
	padding-left:18px; 
	}
#bottom-wrap {
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bottom-wrap.jpg") no-repeat;
	height:25px;
	width:760px;
	clear:both;
	overflow:hidden;
	width: 100%;
	}

/* inside framework
 * ------------------------------------------------------------------------- */
#subhead { height:82px; /* sets height for all subheads */ }

body#welcome #subhead-index		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-welcome.jpg"); height:68px; }
body#refractive #subhead		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-refractivesurgery.jpg"); }
body#lasik #subhead				{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-lasik.jpg"); }
body#intacs #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-intacs.jpg"); }
body#technology #subhead		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-technology.jpg"); }
body#meetourdoctors #subhead	{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-ourdoctors.jpg"); }
body#cataracts #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-cataracts.jpg"); }
body#glaucoma #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-glaucoma.jpg"); }
body#diabetic #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-diabeticretinopathy.jpg"); }
body#office #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-theoffice.jpg"); }
body#contact #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-contactus.jpg"); }
body#thankyou #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-thankyou.jpg"); }
body#sitemap #subhead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/subhead-sitemap.jpg"); }

#img-contactus {
	height:82px;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/img-contactus.jpg") no-repeat;
	}
#img-location {
	height:82px;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/img-location.jpg") no-repeat;
	}
#masthead {
	position:relative;
	height:221px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:390px;
		width:360px;
		top:0px;
		height:75px;
		}
	#masthead a span {
		display:none;
		}
body#welcome #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-welcome.jpg"); }
body#refractive #masthead		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-refractivesurgery.jpg"); }
body#lasik #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-lasik.jpg"); }
body#intacs #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-ck.jpg"); }
body#technology #masthead		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-technology.jpg"); }
body#meetourdoctors #masthead	{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-ourdoctors.jpg"); }
body#cataracts #masthead		{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-cataracts.jpg"); }
body#glaucoma #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-glaucoma.jpg"); }
body#diabetic #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-diabetic.jpg"); }
body#office #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-theoffice.jpg"); }
body#contact #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-contactus.jpg"); }
body#thankyou #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-contactus.jpg"); }
body#sitemap #masthead			{ background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/masthead-sitemap.jpg"); }

/* footer
 * ------------------------------------------------------------------------- */
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}
#footer p {
	color:#000;
	}
#footer a:link, #footer a:visited {
	color:#093057;
	}
#footer a:hover, #footer a:active {
	color:#76A6D7;
	}
#footer ul {
	margin-top: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 #000;
	}
	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav { 
	background: url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") no-repeat; 
	width:760px; 
	height:23px; 
	margin-bottom:0; 
	}
#nav span { display: none; }
#nav li, #nav a { height: 23px; display: block; }
#nav li { float: left; list-style: none; display: inline; }
#nav-01 { width: 40px; margin-left: 0px; }
#nav-02 { width: 119px; }
#nav-03 { width: 42px; }
#nav-04 { width: 42px; }
#nav-05 { width: 70px; }
#nav-06 { width: 78px; }
#nav-07 { width: 66px; }
#nav-08 { width: 63px; }
#nav-09 { width: 124px; }
#nav-10 { width: 64px; }
#nav-11 { width: 52px; }
#nav-01 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif")   -0px -23px no-repeat; }
#nav-02 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -40px -23px no-repeat; }
#nav-03 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -159px -23px no-repeat; }
#nav-04 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -201px -23px no-repeat; }
#nav-05 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -243px -23px no-repeat; }
#nav-06 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -313px -23px no-repeat; }
#nav-07 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -391px -23px no-repeat; }
#nav-08 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -457px -23px no-repeat; }
#nav-09 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -520px -23px no-repeat; }
#nav-10 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -644px -23px no-repeat; }
#nav-11 a:hover {background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav.gif") -708px -23px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #C3D9EF;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}
#nav li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	border:1px solid #142E5F;
	border-top:none;
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}
#nav li ul li a span {
	display: block;
	padding-left: 5px;
	}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}
#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }
/* Hover styles for drop down items */
#nav-01 ul a:hover { 
	background-image: none;
	background-color: #7CA2C7; 
	}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width: 133px; }		

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav-vert-right {
	position: relative;
	background: url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") top left no-repeat;					
	width: 144px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 385px;		/* Height of entire image */
	}
#nav-vert-right li span { display: none; }
#nav-vert-right li {
	float: left;
	list-style: none;
	}
#nav-vert-right li, #nav-vert-right a { 
	height: 77px;			/* Each button must have the same height, define it here */
	display: block;
	}
/* margin-top to set where the nav should begin */
#nav-vert-right-01 { margin-top:0px; width:144px; }
/* margin-top if there is a spacing between each nav button */
#nav-vert-right-02, #nav-vert-right-03, #nav-vert-right-04, #nav-vert-right-05, #nav-vert-right-06 { margin-top:0; width:144px; }
#nav-vert-right-02 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") -144px  0px no-repeat; }
#nav-vert-right-03 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") -144px -77px no-repeat; }
#nav-vert-right-04 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") -144px -154px no-repeat; }
#nav-vert-right-05 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") -144px -231px no-repeat; }
#nav-vert-right-06 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-right.gif") -144px -308px no-repeat; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav-vert-left {
	position: relative;
	background: url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") top left no-repeat;					
	width: 237px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 424px;		/* Height of entire image */
	margin-bottom:0;
	}
#nav-vert-left li span { display: none; }
#nav-vert-left li {
	float: left;
	list-style: none;
	}
#nav-vert-left li, #nav-vert-left a { 
	height: 84px;			/* Each button must have the same height, define it here */
	display: block;
	}

#nav-vert-left-01 { margin-top:8px; width:237px; } /* margin-top to set where the nav should begin */
#nav-vert-left-02,
#nav-vert-left-03,
#nav-vert-left-04,
#nav-vert-left-05 { margin-top:0; width:237px; } /* margin-top if there is a spacing between each nav button */

#nav-vert-left-01 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") -237px   -8px no-repeat; }
#nav-vert-left-02 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") -237px  -92px no-repeat; }
#nav-vert-left-03 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") -237px -176px no-repeat; }
#nav-vert-left-04 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") -237px -260px no-repeat; }
#nav-vert-left-05 a:hover { background: transparent url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/nav-vert-left.gif") -237px -344px no-repeat; }

/* vms btn */
body#welcome #video-system-btn {
width:237px;
height:263px;
/*background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/southtexaseyeinstitute-launcher.png")*/
}
#column-right-inside ul.payment { margin-left:155px; }

/*	blog feed	*/
#blog-feed {
	width:237px;
	background:url("http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-blog.jpg") no-repeat top center;
}
h3.view-all {
	font-size:18px;
	margin:15px 10px 15px;
	text-align:center;
}
h3.view-all a {
	padding:10px 40px;
}
#blog-feed a.home {
 	display: block;
    height: 52px;
    padding-top: 20px;
}
#blog-feed span {
	display:block;
}
.newsticker-jcarousellite { 
	padding:0 5px;
	
  height:250px;
  left:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
  visibility:visible;
  z-index:2;
	width:222px;
	display: inline-block;
}

.newsticker-jcarousellite li{
float:none;
height:115px;
overflow-x:hidden;
overflow-y:hidden;
padding-bottom:5px;
padding-left:5px;
padding-right:0;
padding-top:5px;
width:223px;
}

#blogPost {
	padding:0 5px;
}
#blog-feed .blogTitle {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	height:17px;
	overflow:hidden;
	padding:3px 0;
}
#blog-feed .blogDate {
	font-size:10px;
}
#blog-feed .intro {
	display:block;
	height:51px;
	overflow:hidden;
}
#blog-feed .read-more {
	margin-bottom:7px;
}
/* SMK */
.smk{
    background: url(http://d17wjfdlnx0h97.cloudfront.net/s/southtexaseyeinstitute.com/images/bg-smk.jpg) no-repeat;
    padding: 75px 0pt 0pt 14px;
}
.smk {
	height:auto;
	margin:0 0 20px;
	overflow:hidden;
}
.smk a {
	background:url("http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-small-shadows.png") no-repeat;
	display:block;
	float:left;
	height:45px;
	margin:15px 0 0;
	width:42px;
}
a.twitter:link, a.twitter:visited {}
a.twitter:hover,a.twitter:active {background-position:0 -100px; }
a.youtube:link, a.youtube:visited {background-position:-100px 0; }
a.youtube:hover,a.youtube:active {background-position:-100px -100px; }
a.facebook:link, a.facebook:visited {background-position:-200px 0;margin-left:0; }
a.facebook:hover,a.facebook:active {background-position:-200px -100px; }
a.blog:link, a.blog:visited {background-position:-300px 0; }
a.blog:hover,a.blog:active {background-position:-300px -100px; }
a.linkedin:link, a.linkedin:visited {background-position:-400px 0; }
a.linkedin:hover,a.linkedin:active {background-position:-400px -100px; }
