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

hr {
width:600px;
margin-left:10px;
margin-bottom:20px;
margin-top:0px;

}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

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

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

h1	{ font-size:1.2em; color:#404040; }
h2	{ font-size:1.1em; color:#818e1b; }
h3	{ font-size:1.0em; color:#676230; }
h4	{ font-size:1.0em; color:#99aa2b; }

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

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

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

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

.clear {clear: both;}

.clear-testimonial {
	padding-bottom:30px;
}
div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
img.img-talk-tv { 
	float:right; 
	margin:0px 10px 10px 10px; 
	}
h2.testimonials {
	border-top:1px solid #818e1b;
	padding:30px 0px 15px 0px;
}
h3.testimonials {
	text-align:center;
	color:#000;
}

/* ------------------------ form elements ------------------------ */
form {
	width:270px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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

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

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #e0decc;
	color:#404040;
	width:260px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

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

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

#contact_business { display: none; } /* do not remove */ 
.checkbox-bottom { width:600px; text-align:left; padding:0px; margin:4px;}
.checkbox2 { width:15px; margin-bottom:30px; float:left; margin-right:5px;}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

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

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

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

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

input.submit, input.submit-contact-main, input.commentform-submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:949px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:635px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3,  #column-left h4, #column-left ul, #column-left dl, #column-left ol {
		margin:0px 20px 10px 12px;
		}
		
		#column-left #italic{ width:615px;}
	
	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	/* ordered list */
	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 6px;
			}
			#column-left ol li li { 
				list-style:none;
				margin-bottom: 6px;
			}
			#column-left ol ul { 
				margin-left:7px;
				}
		
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		img.floatLeft { 
  			  float: left; 
   			  margin: 4px 10px 4px 4px; 
		    }	
	    .testimonials-a, .testimonials-b {
			  width: 210px;
			  float: left;
			}
	
	
	
	
	
		

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:314px;
	float:left;
	background: url("../images/col-right-left.jpg") left repeat-y;
	}
	
body#index #column-left, body#index #column-right { overflow:hidden;}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 15px 10px 22px;
		}
		
	#column-right h2 { font-size:18px; line-height:20px; color:#404040; }
	#column-right form p.required-fields {
		margin-left:0px;
	}
	#column-right form { padding-left:22px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			color:#69751c;
			float: left;
			margin-right: 5px;
			font-weight: bold;
			}
		#column-right dl dd {
			margin-bottom: 10px;
			}

/* ------------------------ header framework ------------------------ */
#header_flash { height:334px; background:url("../images/header-graphic.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: #FFFF00;  text-decoration: none;}

#header-graphic { height:334px;  background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */



/* ------------------------ subhead framework ------------------------ */
#subhead { height:70px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height: 90px;}
	body#team #subhead { background:url("../images/subhead-team.jpg"); }
	body#eye #subhead { background:url("../images/subhead-eye.jpg"); }
	body#custom #subhead { background:url("../images/subhead-custom.jpg"); }
	body#blade-free #subhead { background:url("../images/subhead-blade-free.jpg"); }
	body#alternatives #subhead { background:url("../images/subhead-alternatives.jpg"); }
	body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
	body#iol #subhead { background:url("../images/subhead-iol.jpg"); }
	body#iek-dsek #subhead { background:url("../images/subhead-iek-dsek.jpg"); }
	body#ophthalmology #subhead { background:url("../images/subhead-ophthalmology.jpg"); }
	body#keratoconus #subhead { background:url("../images/subhead-keratoconus.jpg"); }
	body#cosmetic-centre #subhead { background:url("../images/subhead-cosmetic-centre.jpg"); }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg"); }
	body#laser-hair-removal #subhead { background:url("../images/subhead-laser-hair-removal.jpg"); }
	body#botox #subhead { background:url("../images/subhead-botox.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.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"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
a#title-new-year {
	height:120px;
	width: 314px;
	background:url("../images/title-new-year.jpg");
	display: block;
	}
	a#title-new-year:hover {
		background: url("../images/title-new-year.jpg") 0 -120px no-repeat;
	}

a#title-0-financing {
	height:94px;
	width: 314px;
	background:url("../images/title-0-financing.jpg");
	display: block;
	}
	a#title-0-financing:hover {
		background: url("../images/title-0-financing.jpg") 0 -94px no-repeat;
	}
	
a#am-i-a-candidate {
	height:145px;
	width: 314px;
	background:url("../images/am-i-a-candidate.jpg");
	display: block;
	}
	a#am-i-a-candidate:hover {
		background: url("../images/am-i-a-candidate.jpg") 0 -145px no-repeat;
	}
/* ------------------------ title framework with varying heights ------------------------- */
div.col-right-div {
	height:17px;
	background:url("../images/col-right-div.jpg") ;
	margin: 5px 0px 5px 0px;
	}
#col-right-div2 {
	height:17px;
	background:url("../images/col-right-div.jpg") ;
	margin: 5px 0px 5px 0px;
	}	
#title-seminars {
	height:64px;
	background:url("../images/title-seminars.jpg");
	}

#title-testimonials {
	padding-top:63px;
	background:url("../images/title-testimonials.jpg") top no-repeat;
	}
	#title-testimonials p {
		font-style: italic; 
		width: 250px; 
		background: url("../images/img-quotes-end.jpg") bottom right no-repeat;
		padding: 0px 25px 20px 22px;
		}



/* ------------------------------------- Buttons ---------------------------------------- */
/* ------------------------ video website index ------------------------ */
 #video-website {
	background: url("../images/video-website-index.jpg") top no-repeat;
	padding-top: 200px;
	width: 312px;
	margin-left: 2px;
	}
body#index #video-website {
	width:323px;
	float: left;
	margin-left: 0px;
	}

a#launch-video-website {
	background: url("../images/launch-video-btn.jpg");
	height: 29px;
	width: 146px;
	display: block;
	margin-left: 20px;
}	
	a#launch-video-website:hover {
		background: url("../images/launch-video-btn.jpg") 0px -29px no-repeat;
		}

/* ------------------------ contact-click-to-call ------------------------ */
p.address {
	font-size:1.3em;
	font-weight:bold;
}
#consultation {
	background: url("../images/bg-contact-today1.jpg") no-repeat ;
	width: 314px;
	height:109px;
	position: relative;
}
body#index #consultation {	float: left; margin-left: 0px; }
	#consultation a.contact {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 109px;
		width: 314px;
		}
		#consultation a.contact:hover {
			background: url("../images/btn-contact1.jpg");
			}
#click-to-call {
	background:url("../images/bg-click-to-call.jpg") no-repeat;
	width:314px;
	height:94px;
	position: relative;
	margin-left:0px;
	margin-bottom:20px;
	}
	#click-to-call a.click {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 66px;
		width: 312px;
		}
		#click-to-call a.click:hover {
			background: url("../images/btn-click-to-call.jpg");
		}
	a#click-to-call {
		display: block;
		height: 66px;
		width: 312px;
		margin-left: 2px;
		background: url("../images/click-to-call.jpg");
	}
	a#click-to-call:hover{
		background: url("../images/click-to-call.jpg") 0px -66px no-repeat;
		
		}
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #pricing-commitment-nasa {
	background:url("../images/pricing-commitment-nasa.jpg") top left no-repeat;					
	width:312px;	/* Width of buttons, not entite image (or half of entire image) */
	height:259px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}
#column-left #pricing-commitment-nasa ul { margin:0; padding:0; }
#column-left #pricing-commitment-nasa li span { display: none; background:none; }

#column-left #pricing-commitment-nasa li { float:left; list-style:none; position:relative; background:none; margin:0; padding:0; }

#column-left #pricing-commitment-nasa li, #column-left #pricing-commitment-nasa li a { 
	display:block;
	}

/* margin-top to set where the pricing-commitment-nasa should begin */
#column-left #pricing-commitment-nasa-01, #column-left #pricing-commitment-nasa-01 a { 
	height: 79px;
	width:312px;
	}
#column-left #pricing-commitment-nasa-02, #column-left #pricing-commitment-nasa-02 a { 
	height: 83px;
	width:312px;
	}
#column-left #pricing-commitment-nasa-03, #column-left #pricing-commitment-nasa-03 a { 
	height: 97px;
	width:312px;
	}

#column-left #pricing-commitment-nasa-01 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -0px no-repeat; }
#column-left #pricing-commitment-nasa-02 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -79px no-repeat; }
#column-left #pricing-commitment-nasa-03 a:hover { background:url("../images/pricing-commitment-nasa.jpg") -312px  -162px no-repeat; }

/* ------------------------- BLOG STYLES --------------------------- */
div.post {
	margin: 10px 0px 10px 0px;
}
div.meta {
	font-size: .90em;
	margin: 0px 20px 5px 12px;
}
div.feedback {
	margin: 5px 20px 5px 12px;
	text-align: right;
}
body#blog #column-left h3.storytitle {
	font-size: 1.1em;
	margin-bottom: 5px;
}
body#blog #column-left h2 {
	color: #000;
}

body#blog #column-right ul li {
	background: none;
	padding-left: 0px;
}
body#blog #column-right ul li ul {
	margin-left: 0px;
}
/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: #e0decc url("../images/footer.jpg") top repeat-x;
	width: auto;
	margin-top: 10px;
}
#footer {
	width:949px;
	margin:0 auto;
	text-align:center;
	padding: 25px 0 10px 0px;
	}

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

#footer a:link, #footer a:visited { color:#000; text-decoration: none;}
#footer a:hover, #footer a:active { color:#69751c; text-decoration: none;}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:949px; 
	height:63px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 53px; margin-left: 9px;}
#nav-02 { width: 96px;}
#nav-03 { width: 153px;}
#nav-04 { width: 126px;}
#nav-05 { width: 113px;}
#nav-06 { width: 88px;}
#nav-07 { width: 111px;}
#nav-08 { width: 83px;}
#nav-09 { width: 43px;}
#nav-10 { width: 66px;}

/*-------------- (-79px) X position of button / (-63px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -9px -63px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -62px -63px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -158px -63px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -311px -63px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -437px -63px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -550px -63px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -638px -63px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -749px -63px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -832px -63px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -875px -63px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")     -9px -126px no-repeat; }
body#team #nav-02 { background:url("../images/nav.jpg")     -63px -126px no-repeat; }
body#eye #nav-03 { background:url("../images/nav.jpg") -158px -126px no-repeat; }
body#custom #nav-03 { background:url("../images/nav.jpg") -159px -126px no-repeat; }
body#blade-free #nav-03 { background:url("../images/nav.jpg") -159px -126px no-repeat; }
body#alternatives #nav-04 { background:url("../images/nav.jpg") -312px -126px no-repeat; }
body#prk #nav-04 { background:url("../images/nav.jpg") -312px -126px no-repeat; }
body#iol #nav-04 { background:url("../images/nav.jpg") -312px -126px no-repeat; }
body#iek-dsek #nav-06 { background:url("../images/nav.jpg") -551px -126px no-repeat; }
body#ophthalmology #nav-05 { background:url("../images/nav.jpg") -438px -126px no-repeat; }
body#keratoconus #nav-06 { background:url("../images/nav.jpg") -551px -126px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -639px -126px no-repeat; }
body#testimonials #nav-08 { background:url("../images/nav.jpg") -750px -126px no-repeat; }
body#blog #nav-09 { background:url("../images/nav.jpg")    -833px -126px no-repeat; }
body#contact #nav-10 { background:url("../images/nav.jpg") -876px -126px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#e9e8db;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:2px solid #000;
	border-left: 1px solid #505050;
	border-top:none;
	font-weight: bold;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	}	

#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 */
	padding-right: 1px;
	}

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

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

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

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#404040;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:150px; }		
#nav-04 ul, #nav-04 li { width:122px; }
#nav-05 ul, #nav-05 li { width:110px; }
#nav-07 ul, #nav-07 li { width:310px; }

/* embedded styles from hari-care-price.html */

body#hair-care-price {
	background-color:#E9E8DB;
	background-image: none;
	margin: 10px 0 0 10px;
}

body#hair-care-price p.p1 {
	margin: 12.0px 0.0px 3.0px 0.0px;
	text-align: center;
	font: 13.0px Arial
}
body#hair-care-price p.p2 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana;
	min-height: 12.0px
}
body#hair-care-price p.p3 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana
}
body#hair-care-price p.p4 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 12.0px Times New Roman;
	min-height: 15.0px
}
body#hair-care-price table.t1 {
	border-collapse: collapse
}
body#hair-care-price td.td1 {
	min-width: 221.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}

/* embedded styles from skin-care-price.html */

body#skin-care-price {
	background-color:#E9E8DB;
	background-image: none;
	margin-left: 10px;
}

body#investment-article {
	background-color:#E9E8DB;
	background-image: none;
	width:600px;
	text-align: left;
	margin-left: 10px;
}

p.p1 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 10.0px Verdana;
	min-height: 12.0px
}
p.p2 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana;
	min-height: 12.0px
}
p.p3 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	text-align: center;
	font: 10.0px Verdana
}
p.p4 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 10.0px Verdana
}
p.p5 {
	margin: 0.0px 0.0px 0.0px 0.0px;
	font: 12.0px Times New Roman;
	min-height: 15.0px
}
span.Apple-tab-span {
	white-space:pre
}
table.t1 {
	border-collapse: collapse
}
td.td1 {
	min-width: 275.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}
td.td2 {
	min-width: 68.4px;
	border-style: solid;
	border-width: 1.0px 1.0px 1.0px 1.0px;
	border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
	padding: 0.0px 5.0px 0.0px 5.0px
}

p.promo {
	font-weight:bold; 
	color:#414141;
	font-size:20px;
	line-height:20px;
	}
p.pstronger a:link, p.pstronger a:visited {color:#404040;}

h2.big-h2 { font-size:22px; }

h2.black-h2 { font-size:22px; color:#505050; }

p.promo-text { font-size:1.2em; color:#404040; }

.promotions-box {
	background-color:white;
	border:4px double #818E1B;
	margin:10px;
	padding:10px 0;
	}
	
#seminar-left { 
	float:left;
	width:162px;
	}
#open-house {
	border-left:1px dashed #B8B58D;
	float:left;
	width:151px;
	}

.smk { margin:15px 22px 0px; }
.smk img {
	height: 24px;
	margin: -3px 10px 0px 0;
	float:left;
	} 

#column-right .smk h2 { 
	margin-left: 0;
	float:left;
	}
	
.smk-multi {
	float:left;
	width:134px;
	}
