.form_element_error {
    width: 185px;
	border: 1px solid #FF3300;
	margin-bottom: 8px;
	color: #666;
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	font-size: 9pt;
  }
  
  
  span.form_error {
    color: #FF3300;
    display: none;
    font-style: italic;
  }





* {


x	border: 1px solid red;

}

body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #333333;
	background: #EDF3FF;
}

.clear {
	float: none;
	clear: both;
}

.floating-column {
	float: left;
	margin-right: 40px;
}

.white-background {
	background: url(/lib/images/sky.jpg) repeat-x top center #fff;
	padding-bottom: 50px;
	margin: 0;
	min-height: 600px !important;
	*height: 600px;
}

a,
a:visited {
	color: #67AE4B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.subtext {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 120%;
	color: #67AE4B;
	text-shadow: 3px 2px 5px #cccccc;
	
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 230%;
	
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 170%;
}

h4 {
	font-size: 150%;
}


ul {
	
	margin: 5px 0 15px 0;
	padding: 0;
}

ul li {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(/lib/images/bullet.gif) no-repeat 1px .35em;
}


.wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}

.content-wrapper {
	width: 600px;
	padding: 10px 220px 0 0px;
	position: relative;
	margin: 0;
}






.right-column {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 210px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 50px;
	line-height: 100%;
	font-family: "Century Gothic", sans-serif;
	color: #333;
	font-size: 8.5pt;
	background: url(/lib/images/green-col-middle.png) repeat-y;
	}
	
	.form_element {
		width: 185px;
		border: 1px solid #DAF2C8;
		margin-bottom: 8px;
		color: #666;
		font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
		font-size: 9pt;
	}
		input:focus,
		textarea:focus {
			border: 1px solid #BADFF9;
			color: #000;
		}

	.contact_form_input {
		text-align: center;
		margin: 2px 0 0 0;
	}
	
	.right-column .top {
		height: 8px;
		width: 208px;
		position: absolute;
		left: 0px;
		top: 0px;
		background: url(/lib/images/green-col-top.png);
	}
	
	.right-column .bottom {
		height: 38px;
		width: 208px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		background: url(/lib/images/green-col-bottom.png);
		padding: 10px 0 0 0;
	}
	
	
	
.pdf-link {
	display: block;
	background: url(/lib/images/pdf-icon.png) top left no-repeat;
	float: left;
	width: 100px;
	padding-top: 75px;
	padding-left: 15px;
	margin: 20px 40px 20px 0;
	font-size: 90%;
	
}	
	
	
	
.spacer {
	width: 100%;
	height: 200px;
}

.header {
	width: 820px;
	height: 195px;
	position: relative;
}

	.logo-text {
		height: 0px;
		padding-top: 59px;
		width: 705px;
		overflow: hidden;
		position: absolute;
		left: -14px;
		bottom: 26px;
		background-image: url(/lib/images/logo-3.png);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lib/images/logo-3.png");
    	* background-image: none;
		* pointer: cursor;
	}
	
	.logo-image {
		height: 0px;
		padding-top: 112px;
		width: 107px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: -12px;
		background-image: url(/lib/images/logo-image.png);
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lib/images/logo-image.png");
    	* background-image: none;
		* pointer: cursor;
	}
	
	
	
	/*
	    a.main-nav {
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    }

	*/

	    
	    #home {
	    	background-image: url(/lib/images/nav/home.png);
	    	width: 61px;
	    	left: -8px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;

	    }
	    
	    	a:hover#home {	    	
	    		background-position: 0 36px;
	    	}
	    
	    
	    
	    
    	#find {
	    	background-image: url(/lib/images/nav/find.png);
	    	width: 69px;
	    	left: 54px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    	
	    }
	    
	    	a:hover#find {	    	
	    		background-position: 0 36px;
	    	}
    	
    	#services {
	    	background-image: url(/lib/images/nav/services.png);
	    	width: 75px;
	    	left: 124px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    	
	    }
	    
	    	a:hover#services {	    	
	    		background-position: 0 36px;
	    	}
	    
    	#forms {
	    	background-image: url(/lib/images/nav/forms.png);
	    	width: 114px;
	    	left: 200px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    	
	    }
	    
	    	a:hover#forms {	    	
	    		background-position: 0 36px;
	    	}

    	#gallery {
	    	background-image: url(/lib/images/nav/gallery.png);
	    	width: 175px;
	    	left: 314px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    	
	    }
	    
	    	a:hover#gallery {	    	
	    		background-position: 0 36px;
	    	}

    	#questions {
	    	background-image: url(/lib/images/nav/questions.png);
	    	width: 164px;
	    	left: 490px;
	    	
	    	height: 0px;
	    	padding-top: 36px;
	    	overflow: hidden;
	    	background-position: 0px 0px;
	    	position: absolute;
	    	bottom: 0px;
	    	cursor: pointer;
	    	
	    }

	    	a:hover#questions {	    	
	    		background-position: 0 36px;
	    	}
	
	
	
	
	
	
	
.gray-background {
	width: 100%;
	height: 150px;
	background: url(/lib/images/footer-bg.png) top repeat-x;


}	

.footer {
	position: relative;
	width: 680px;
	margin: 0 auto;
	padding: 10px 0 0 130px;
	font-family: "Century Gothic", sans-serif;
	line-height: 120%;
	font-size: 8.5pt;
}

	.footer-hr {
		width: 100%;
		height: 1px;
		background: #88968F;
	}



.hr {
  margin: 5px 0 6px 0;
  padding: 0;
  border: none;
  height: 0px;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #ccc;
}



a.question {
	color: #888;
	background: url(/lib/images/bullet.gif) left no-repeat;
	padding: 4px 0 4px 15px;
	margin: 0 0 10px 0;
	font-family: "Century Gothic",sans-serif;
	font-size: 100%;
	line-height: 150%;
	
}

.floating-a {
	float: left;
	margin: 3px 30px 0 0;
}

.pathology-image {
	float: right;
	border: 1px solid #eee;
	margin: 0px 5px 10px 20px;
	max-width: 300px;
}

.pathology-answer {
	margin-top: 50px;
}








