/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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:'';}

/* ------------------------ type selectors ------------------------ */
body { 
	background:#b4b4b4 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
#bottom-image {
	background: url("../images/bottom-image.jpg") bottom repeat-x;
	color: inherit;
}


blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#0e3b71; }
h2	{ font-size:1.1em; color:#0e3b71; }
h3	{ font-size:1.1em; color:#4e270c; }
h4	{ font-size:1.0em; color:#9b6e46; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0e3b71; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0e3b71; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullets.jpg") right no-repeat;
	}
	
	p.space {
	padding-bottom:15px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 30px 0px;
	-moz-box-shadow: 2px 2px 6px #666;
	-webkit-box-shadow: 2px 2px 6px #666;
	box-shadow: 2px 2px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666');
	

	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	-moz-box-shadow: 2px 2px 6px #666;
	-webkit-box-shadow: 2px 2px 6px #666;
	box-shadow: 2px 2px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#666666');
	}
img.btn-new-medical {
	margin-top:15px;
	}

img.btn-awareness {
		margin-left:15px;
		margin-top:15px;
		}
/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#D3B997 !important;
	border:1px solid #0E3B71;
	color:#000;
	width:250px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; }

textarea { height:90px; overflow:auto; }

#contact_business { display: none; }

/* ------------------------ 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; }

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:18px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/submit-btn.jpg");
	width:60px;
	height:18px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:599px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left dl {
		margin:0px 22px 10px 20px;
		}

	/* single column list */
	#column-left ul { padding-left:30px; padding-bottom:20px; }
		#column-left ul li { 
			/*background:transparent url("../images/bullets.jpg") 0px 6px no-repeat;*/
			list-style-type:disc;
			margin-left:10px;
			}
#column-left #honors{
	width:250px;
	float:left;
}
	/* 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;
			padding-left:10px;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#000000;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-left:5px;
			}
	#location-buttons {margin-bottom:10px;}		
	#location-buttons a	{								
								background:transparent url("../images/location-button-bg.gif") no-repeat;
								width:110px;
								height:35px;
								line-height:32px;
								display:block;
								color:white;
								text-decoration:none;
								float:left;
								text-align:center;
								margin-bottom:5px;
								}		
	#location-buttons  a:hover	{	background:transparent url("../images/location-button-bg-over.gif") no-repeat;
										color:black;
										}	

			
/*	#location-buttons		{	height:225px;
								}		
	#location-buttons ul	{	
								margin:0 0 10px 20px;
								padding:0;
								list-style-type:none;
								height:35px;
								float:left;
								}			
	#location-buttons ul li	{	
								list-style-type:none;
								width:169px;
								height:35px;
								margin:0 0 5px 6px;
								padding:0;
								text-align:center;
								color:white;
								display:block;
								line-height:30px;
							}		
			
	#location-buttons ul li a	{								
								background:transparent url("../images/location-button-bg.gif") no-repeat;
								width:169px;
								height:35px;
								display:block;
								color:white;
								text-decoration:none;
								}		
	#location-buttons ul li a:hover	{	background:transparent url("../images/location-button-bg-over.gif") no-repeat;
										color:black;
										}	
*/				
			
			
#honors-awards{
	width:280px;
	float:left;
}
#memberships{
	width:318px;
	/*background:url("../images/fertility-logo.jpg") no-repeat;*/
	float:right;
}
	#memberships ul	{	padding-left:10px; padding-bottom:0; }
	#memberships ul li	{ 
		list-style-type:none;
		background:none;
		margin-bottom:20px;
		color:#0e3b71;
		text-align:left;
		line-height:20px;
		}
		
#patients-testimonials-wrap	{	background:url("../images/patients-wrap.jpg")  repeat-y; }						
#patients-testimonials{
	background:url("../images/patient-section-top.jpg") no-repeat;
	padding-top:25px;
	}
#testimony p{
	margin:0px;		
	padding: 0px;					
	}  

#testimony {
	/**border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff; **/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	margin:0px 60px 20px 60px;	
	padding-bottom: 20px;
	}							
							
#patient-section-bottom	{
	padding-bottom:50px;
	background:url("../images/patient-section-bottom.jpg") no-repeat bottom;
	}
						
/*NEWS*/

#column-left #news-wrap { background:url("../images/news-wrap.jpg")  repeat-y; margin:0; width:auto; }
#column-left #title-news { 
	background:url("../images/title-news.jpg") repeat scroll 0 0 transparent;
	height:70px;
	}
#column-left #news-section-bottom {
	background:url("../images/news-section-bottom.jpg") no-repeat scroll center bottom transparent;
	padding-bottom:21px;
	}
#column-left #jacob-news {
	background:url("../images/news-section-top2.jpg") no-repeat scroll 0 0 transparent;
	padding-top:15px;
	}
#column-left .articles {
	width:auto;
	padding-bottom:0;
	margin:7px 5px 10px 30px;
}
#column-left .articles li {
	margin-bottom:7px;
	}
	

#news-wrap	{	
     background:url("../images/index-news-wrap.jpg")  repeat-y;
	 margin: 5px 20px 20px 20px;
	 width: 258px;
	 }						
#news{
	background:url("../images/index-news-section-top.jpg") no-repeat;
	padding-top:15px;
	}
#news-bottom	{
	padding-bottom: 15px;
	background:url("../images/index-news-section-bottom.jpg") no-repeat bottom;
		width: 258px;
	}


#locations{
	width:900px;
	height:298px;
}
#buffalo-location p.names, #crystal-location p.names, #glenview-location p.names{
 color:#0e3b71; margin-bottom:-18px;
}

#buffalo-location p, #crystal-location p, #glenview-location p{
	margin: 20px 43px 0 22px;
}
#buffalo-location{
	width:299px;
	height:298px;
	position:relative;
	background:url("../images/buffalo-location.jpg");
	float:left;
}
#buffalo-location a{
	position:absolute;
	left: 45px;
	top: 187px;
	width: 206px;
	height: 111px;
}
#crystal-location{
	width:300px;
	height:298px;
	position:relative;
	background:url("../images/crystal-location.jpg");
	float:left;
}
#crystal-location a{
	position:absolute;
	left: 47px;
	top: 190px;
	width: 205px;
	height: 103px;
}
#glenview-location{
	width:301px;
	height:298px;
	float:right;
	position:relative;
	background:url("../images/glenview-location.jpg");
}
#glenview-location a{
	position:absolute;
	left: 48px;
	top: 189px;
	width: 205px;
	height: 108px;
}
#buffalo-location a span, #crystal-location a span, #glenview-location a span{
	display:none;
}

#memberships ul #drjacob-img {
	margin-bottom:0;
	}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:301px;
	float:left;
	padding-bottom:150px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3{
		margin:20px 5px 10px 30px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:0px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:25px; }
		#column-right dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:0px;
			margin-left:0px;
			}

/* ------------------------ header framework ------------------------ */

/* ------------------------ masthead framework ------------------------ */
#header-graphic {
	position:relative;
	background:url("../images/header-graphic1.jpg");
	width:900px;
	height:300px;
	}
	
	#header-graphic a {
	display:block;
	height:47px;
	position:absolute;
	width:460px;
	left:14px;
	top:4px;
		}
	#header-graphic a span {
		display:none;
		}
		
	#header-graphic a.header-link	{
		clear:both;
		position:relative;
		height:auto;
		width:auto;
		}



#headerSlider { width:900px; height:300px; background:url("../images/header-graphic1.jpg") no-repeat; position:relative; } /* sets height for all non-flash headers */
/*----------------------Use Once we get the rest of the pages 
	body#index #header-graphic { background:url("../images/header-graphic.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
--------------------------------------------------------------------------------------*/
/* ------------------------ subhead framework ------------------------ */
#subhead { height:68px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; height:280px; margin-bottom:-200px }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#ivf-overview #subhead { background:url("../images/subhead-ivf-overview.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#ivf-process #subhead { background:url("../images/subhead-ivf-process.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#micromanipulation #subhead { background:url("../images/subhead-micromanipulation.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#using-a-donor #subhead { background:url("../images/subhead-using-a-donor.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#surrogacy #subhead { background:url("../images/subhead-surrogacy.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#infertility-testing #subhead { background:url("../images/subhead-infertility-testing.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#causes-infertility #subhead { background:url("../images/subhead-causes-infertility.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#miscarriage #subhead { background:url("../images/subhead-miscarriage.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#other-treatments #subhead { background:url("../images/subhead-other-treatments.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#medication #subhead { background:url("../images/subhead-medication.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#male-infertility #subhead { background:url("../images/subhead-male-infertility.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#complimentary #subhead { background:url("../images/subhead-complimentary.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#cryopreservation  #subhead { background:url("../images/subhead-cryopreservation.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#patient-info #subhead { background:url("../images/subhead-patient-info.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#financing #subhead { background:url("../images/subhead-financing.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; height:280px; margin-bottom:-200px }
	body#fitness #subhead { background:url("../images/subhead-fitness.jpg") no-repeat; height:280px; margin-bottom:-200px }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; height:280px; margin-bottom:-200px  }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; height:280px; margin-bottom:-200px  }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:61px;
	background:url("../images/title-contact.jpg") no-repeat ;
	}
#title-meet-doc{
	height:131px;
	paddin-top:100px;
	background:url("../images/title-meet-doc.jpg");
}
#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}
#title-treatments{
	height:68px;
	background:url("../images/title-treatments.jpg") no-repeat ;
	margin-top:-10px;
}
#title-testimonials{
	height:70px;
	background:url("../images/title-testimonials.jpg");
}
/* ------------------------ buttons ------------------------ */
#phone-number{
	background:url("../images/phone-number.jpg") no-repeat;
	height:68px;
	width:296px;
}
	#phone-number span { 
		color: #fff;
		display:block;
		font-size:28px;
		padding-left:48px;
		padding-top:35px;
		font-weight:bold;
	}
	#phone-number a{
		text-decoration:underline;
	}
	#phone-number a:hover,#phone-number a:active{
		text-decoration:none;
		outline:dotted 1px;
	}
#btn-fertility-pharmacy {
	height:117px;
	position:relative;
	background:url("../images/btn-fertility-pharmacy.jpg");
	}
#btn-fert-pharm-spanish {
	height:117px;
	position:relative;
	background:url("../images/btn-fert-pharm-spanish.jpg");
	}

#btn-fertility-pharmacy a, #btn-fert-pharm-spanish a {
	position:absolute;
	left: 13px;
	top: 0px;
	width: 274px;
	height: 115px;
}
#btn-guarantee{
	height:99px;
	position:relative;
	background:url("../images/btn-gaurantee.jpg");
}
#btn-guarantee a{
	position:absolute;
	left: 14px;
	top: 7px;
	width: 275px;
	height: 92px;
}
#btn-free-consultation {
	background:url("../images/btn-free-consultation.jpg") no-repeat 16px 0;
								height:127px;
	margin-top:15px;
								position:relative;
							}
#btn-free-consultation  a	{
	display:block;
								height: 121px;
	width:275px;
}
#btn-free-consultation span{
	bottom:16px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	position:absolute;
	right:40px;
}
#btn-free-consultation span a{
	color:#fff;
	display:inline;
	text-decoration:underline;
							}

#btn-facebook a{background:url("../images/btn-facebook.jpg") no-repeat;display:block;height:91px;margin:20px 0 0 16px;width:270px;}
#smk{
		margin:20px 0 0 30px;
		overflow:hidden;
		width:250px;
	}
	#smk h3{
		margin:20px 0 10px;
	}
	.smk{
		background:url("http://dhsc66z5v6eup.cloudfront.net/icon-kit-01/smk-small.gif") no-repeat;
		display:block;
		float:left;
		height:37px;
		margin:15px 15px 0 0;
		width:32px;
	}
	.twitter{
		background-position:0 0;
	}
	.youtube{
		background-position:-46px 0;
	}
	.facebook{
		background-position:-92px 0;
	}
	.blog{
		background-position:-138px 0;
	}
	.linkedin{
		background-position:-184px 0;
	}


#in-the-news	{	background:url("../images/in-the-news.jpg") no-repeat;
					width:301px;
					height:47px;
					margin:10px 0 10px 0;
					}

	ul.articles	{	margin:0 5px 10px 40px;
					list-style:disc;
					width:200px;
					}
	ul.articles li { margin:5px 0 5px 0; }
	
#haitian-releaf	{	background:url("../images/img-haitian-relieft.jpg") no-repeat;
					width:301px;
					height:47px;
					margin:10px 0 10px 0;
					}

	ul.articles	{	margin:0 5px 10px 40px;
					list-style:disc;
					width:200px;
					}
	ul.articles li { margin:5px 0 5px 0; }
	

/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	width:100%;
	height:42px;
	clear:both; /* important */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none;  }

#footer ul {margin:10px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:38px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 64px; margin-left: 0px;}
#nav-02 { width: 79px;}
#nav-03 { width: 103px;}
#nav-04 { width: 119px;}
#nav-05 { width: 133px;}
#nav-06 { width: 183px;}
#nav-07 { width: 90px;}
#nav-08 { width: 48px;}
#nav-09 { width: 81px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -64px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -143px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -246px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -365px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -498px -38px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -681px -38px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -771px -38px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -819px -38px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -0px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -64px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -143px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -246px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -365px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -498px -30px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -681px -30px no-repeat; }
body#SPECIFY #nav-08 { background:url("../images/nav.jpg") -771px -30px no-repeat; }
body#SPECIFY #nav-09 { background:url("../images/nav.jpg") -819px -30px 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:#040404;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:38px; /* Height of each drop down nav item */
	border:1px solid #525252;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:38px;	/* Height of each drop down nav item, should match above */
	line-height:38px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.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-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#3d3d3d;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:86px; }		
#nav-03 ul, #nav-03 li { width:170px; }
#nav-04 ul, #nav-04 li { width:160px; }
#nav-06 ul, #nav-06 li { width:165px; }
#nav-07 ul, #nav-07 li { width:100px; }


/*---------------------Subnav - procedures------------------*/
#subnav {
	background:url("../images/subnav.jpg") top left no-repeat;					
	width:301px;	/* Width of buttons, not entite image (or half of entire image) */
	height:209px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#subnav li span { display: none; }

#subnav li { float:left; list-style:none; position:relative; }

#subnav li, #subnav a { 
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#subnav-01 { margin-top:4px; width:301px; }

/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03, #subnav-04, #subnav-05, #subnav-06 { margin-top:0; width:301px; }

#subnav-01 a:hover { background:url("../images/subnav.jpg") -301px  -4px no-repeat; }
#subnav-02 a:hover { background:url("../images/subnav.jpg") -301px  -38px no-repeat; }
#subnav-03 a:hover { background:url("../images/subnav.jpg") -301px  -72px no-repeat; }
#subnav-04 a:hover { background:url("../images/subnav.jpg") -301px  -106px no-repeat; }
#subnav-05 a:hover { background:url("../images/subnav.jpg") -301px -140px no-repeat; }
#subnav-06 a:hover { background:url("../images/subnav.jpg") -301px -174px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/subnav.jpg") -301px  -4px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/subnav.jpg") -301px  -38px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/subnav.jpg") -301px  -72px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/subnav.jpg") -301px  -106px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/subnav.jpg") -301px -140px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/subnav.jpg") -301px -174px no-repeat; }
/*--------------BLOG ------------- */
body#blog #content{
	padding:20px;
}
#content .post{
	border-bottom:1px solid #b28766;
	margin:0 0 40px;
	padding:0 0 30px;
}
#content .post h2,
#content .post .date,
#content .post .meta,
#content .post .body,
#content .post .readmore,
#content .post .feedback,
body#blog #content .post .body p,
.pagination{
	margin:0 0 10px;
}
#content .post h2{
	line-height:1.25em;
}
#content .post .readmore{
	float:left;
}
#content .post .feedback{
	float:right;
}
#column-right #wp_sidebar{
	padding-left:30px;
	padding-top:10px;
}
#column-right #login{
	padding-left:30px;
	padding-top:10px;
}
#column-right #wp_sidebar li{
background-image:none;
}

#column-right #wp_sidebar ul{
width:100px;
}
#column-right #wp_sidebar li ul{
	padding-left:20px;
}
#column-right #wp_sidebar #wp_searchform{
width:120px;
}
#column-right #wp_sidebar  #s{
width:250px;
}

#column-right #wp_sidebar #wp_searchsubmit{
width:75px;
height:20px;
margin-left:20px;
}
#column-right #wp_sidebar legend{
text-align:left;
padding: 0px 20px;
color:#000000;
font-weight:bold;
}

#column-right #rss li{
list-style-type:none;
background-image:none;
background:none;
}
 a.rs{
 background:url("../images/rss-icon.gif") no-repeat;
 padding-left:15px;

}

body#blog #column-left #wp_commentform{
width:300px;
padding-left:75px;
}
body#blog #column-left #respond{
margin-left:75px;
}

body#blog #column-left #wp_submit{
height:20px;
}
body#blog #column-left ol.wp_commentlist{
margin-left:75px;
}
body#blog #column-left small.commentmetadata{
font-size:10px;
}
body#blog #column-left #wp_commentform #wp_submit {
 width:140px;
}

/*-------------------------- Announcement Box --------------------------*/
#showimage {
position:absolute;
width:280px;
left:208px;
top:50px;
}
#header-graphic #showimage a {
	top:0;
	left:0;
	}
#header-graphic #showimage a#x-mark {
	top:7px;
	left:14px;
	}

body#index #header-graphic #showimage p { width:auto; margin:0 10px; }

body#index #header-graphic #showimage h2 { font-size:15px; text-align:center; }

/*-------------------------- Testimonials Pictures --------------------------*/

p span.disclaimer { 
	font-size:11px;
	color:#666666; }
	
/*-------------------------- Google Custom Search Engine --------------------------*/
.sform { background-color: #dedede; }

.sform .cse .gsc-control-cse, .sform .gsc-control-cse {
    padding: 2%;
    width: 94%;
}

form.gsc-search-box {
    width: 98%;
}

#cse .cse .gsc-control-cse, #cse .gsc-control-cse {
    background-color: #dedede;
	border:none;
	border-left:1px solid #c1c1c1;
}

.cse td.gsc-input input.gsc-input, td.gsc-input input.gsc-input {
	background: none #fff !important;
    border: 1px solid #777777;
    width: 180px;
}

.cse td.gsc-search-button input.gsc-search-button, td.gsc-search-button input.gsc-search-button {
    -moz-border-radius: 2px 2px 2px 2px;
    background-color: #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 8px 20px;
    text-shadow: 0 1px 2px #000000;
    width: 70px;
	height:
}

.gsc-wrapper .gsc-adBlock { display:none; }

.cse .gsc-resultsHeader, .gsc-resultsHeader {
    display: none;
}
.gsc-wrapper .gsc-resultsbox-visible {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9EB9CB;
    padding: 5px 10px;
    text-align: left;
}

.cse .gsc-wrapper .gsc-webResult.gsc-result, .gsc-wrapper .gsc-webResult.gsc-result {
    padding: 6px;
}

.gsc-webResult.gsc-result {
    background-color: #D3B998;
    border: 1px solid #D3B998;
}

.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover {
    background-color: #FFF4C2;
	border: 1px solid #FFF4C2;
}

.cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:link, .gsc-wrapper .gs-webResult.gs-result a.gs-title:link, .cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:link b, .gsc-wrapper .gs-webResult.gs-result a.gs-title:link b, .cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited, .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited, .cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited b, .gsc-wrapper .gs-webResult.gs-result a.gs-title:visited b, .cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover, .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover, .cse .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover b, .gsc-wrapper .gs-webResult.gs-result a.gs-title:hover b, .cse .gsc-wrapper .gsc-cursor-page, .gsc-wrapper .gsc-cursor-page, .cse .gsc-wrapper .gsc-trailing-more-results:link, .gsc-wrapper .gsc-trailing-more-results:link {
    color: #0E3B71;
    font-weight: bold;
}

.cse .gsc-wrapper .gs-webResult.gs-result .gs-visibleUrl,
.gsc-wrapper .gs-webResult.gs-result .gs-visibleUrl,
.cse .gsc-wrapper .gs-webResult.gs-result .gs-visibleUrl-short,
.gsc-wrapper .gs-webResult.gs-result .gs-visibleUrl-short {
  color: #0E3B71;
  height:19px;
  font-weight: lighter;
}


/*-------------------------- Newsletter Button --------------------------*/

.contactButton {
	background:url(../images/newsletter-bg.jpg) no-repeat;
width:301px;
height:68px;
color:white;
display:block;
float:left;
line-height:50px;
text-align:center;
text-decoration:none;
padding-top:7px;
cursor:pointer;
margin-top:20px;
font-size:18px;

}

/*--FORM------------------------------*/

#formWrap {
width:330px;
background:white;
padding:30px 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:none;
position:relative;
}
a.close {
background:url("../images/close.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:35px;
position:absolute;
right:-15px;
top:-15px;
width:35px;
}

#formWrap form {
margin-left:30px;
width:260px;
float:left;
}
#formWrap form label {
display:block;
}
#formWrap form textarea, #formWrap form input {
border:1px solid black;
width:250px;
line-height:20px;
margin-bottom:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#formWrap form input {
height:30px;
}
#formWrap form textarea {
height:100px;
overflow:auto;
}
#formWrap form input.submit-button {
width:74px;
line-height:27px;
background:#999;
cursor:pointer;
display:block;
font-size:12px;
}


/* VALIDATION----------------- */
.error, #calroot {
	z-index:10000;	
}
.error {
	background-color:#E8FF6D;
	padding:4px;
	-webkit-box-shadow: #000 0 0 12px;
	-moz-box-shadow: #000 0 0 12px;
}
/* nested arrow inside error message. It's 100% CSS. No images. */
.error em {
	border:10px solid;
	border-color:#E8FF6D transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:10px;
	position:absolute;
	width:0;
}


/* input field that caused validation error 
.invalid { background-color:red; }
*/

div#google_translate_element{
	margin-left:75px;
	margin-top:20px;
}

body#blog #column-right{
	 margin-top: 10px;
}
