body, h1, div, table, tr, td, img{ margin: 0 0 0 0;}

*{ font-family: Arial;}

a{
	color: #34b3d1;
	text-decoration: none;
}
.imgborder {
	border: 1px solid rgb(91, 218, 247);
}
h1{
	font-size: 22px;
	font-weight: bold;
	color: #424242;
	background: url(assets/images/h1-underline.jpg) bottom left no-repeat;
	width: 100%;
	height: 35px;
	display: block;
}

body{
	background: url(assets/images/top.jpg) top left repeat-x;
	height: 100%;
}

div#header{
	background: url(assets/images/header.jpg) bottom center no-repeat;
	width: 100%;
	height: 244px;
	margin: 0 auto;
}

	div#header-content{
		width: 984px;
		margin: 0 auto;
		height: 244px;
		position: relative;
	}
	
		div#header-info{
			font-size: 13px;
			color: #fff;
			height: 40px;
			margin-top: 10px;
			font-family: Trebuchet;
		}
		
			div#header-info div.name{
				float: left;
				border-right: 1px solid #fff;
				padding-right: 12px;
			}		
			div#header-info div.address1{
				float: left;
				padding: 0 12px;
				border-right: 1px solid #fff;
			}		
			div#header-info div.address2{
				float: left;
				padding-left: 12px;
			}
			div#header-info div.phone{
				float: right;
				font-weight: bold;
			}
			
		div#logo{
			margin: 20px 0 0 30px;
		}

		div#header-images{
			position: absolute;
			top: 39px;
			right: 0px;
		}
		
div#content{
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 14px;
	line-height: 1.4;
	color: #5b5b5b;
}

	div#left-col{
		width: 140px;
		float: left;
	}

		ul#nav{
			list-style: none;
			margin: 0 0 0 10px;
			padding: 0;
		}
		
			ul#nav li{
				position: relative;
			}
			
				ul#nav li a{
					text-decoration: none;
					color: #5b5b5b;
					display: block;
					height: 24px;
					width: 126px;
					padding: 3px 0 0 10px;
					font-size: 14px;
				}
				
				ul#nav li:hover{
					background: url(assets/images/nav-hover.png) top left no-repeat;
				}
				
				ul#nav li a:hover{
					color: #fff;
				}
				
			ul#nav li ul{
				background: url(assets/images/nav-drop-top.png) top left no-repeat;
				position: absolute;
				left: 127px;
				top: 0px;
				list-style: none;
				margin: 0;
				padding: 4px 0;
				width: 123px;
				display: none;
			}
			
			ul#nav li:hover ul{
				display: block;
			}

			ul#nav li:hover a{
				color: #fff;
			}
			
				ul#nav li ul li{
					background: none;
					display: list-item;
				}
				
				ul#nav li ul li:hover{
					background: none;
				}
					
					ul#nav li ul li a{
						width: 99px;
						padding: 3px 0 0 13px;
						margin: 0 0 0 5px;
						color: #fff;
						height: auto;
					}
					
					ul#nav li ul li a:hover{
						background: #5b5b5b;
					}
				
	div#main-col{
		float: left;
		margin-left: 20px;
		width: 520px;
		text-align: justify;
		margin-bottom: 40px;
	}
	
	div#right-col{
		float: left;
		margin: 0 0 0 28px;
		width: 290px;
	}
	
div#footer{
	background: url(assets/images/footer.jpg) bottom left repeat-x;
	height: 196px;
	width: 100%;
}

	div#footer-content{
		width: 600px;
		margin: 0 auto;
		color: #5b5b5b;
		font-size: 12px;
		padding-top: 30px;
		line-height: 1.6;
	}

		div#footer-content a{
			font-size: 12px;
			color: #5b5b5b;
			text-decoration: none;
		}

		div#footer-content a:hover{
			text-decoration: underline;
		}

div.post-op-box a{	
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 30px 30px 0 312px;
	width: 202px;
	height: 106px;
	background: url(assets/images/post-op-box.jpg) top left no-repeat;
	font-size: 14px;
}

.img-border{
	border: 3px solid #34b3d1;
	margin: 18px;
}
		
.clear{
	clear: both;
}

/* Form
---------------------------------------------- */

.form-header{
	font-family: Century Gothic;
	font-size: 14px;
	color: #0099cb;
	font-weight: normal;
}

#formSlider {
	width: 272px;
	margin: 20px auto 10px auto;
	position: relative;
}
	#formSliderNav,
	#formSliderNav li,
	#formSliderNav li a {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		font: 16px/44px Century Gothic, Arial, Helvetica, sans-serif;
		color: #f59600;
		text-align: center;
		text-decoration: none;
	}
	#formSliderNav {
		width: 277px;
		height: 44px;
		padding: 1px 1px 0 1px;
		background: transparent url(assets/images/sliderNav.png) no-repeat left top;
	}
		#formSliderNav li {
			width: 90px;
			height: 44px;
			float: left;
			list-style: none outside none;
		}
			#formSliderNav li a {
				display: block;
				text-shadow: 0 1px 2px #fff;
			}
			#formSliderNav li a:hover,
			#formSliderNav li a.selected {
				color: #0099cb;
				text-decoration: none;
			}
	
	#formScroll {
		height: 280px;
		padding: 16px 0;
		overflow: auto;
		position: relative; /* fix for IE to respect overflow */
		clear: left;
		background-color: #efefef;
		border: 1px solid #d9d9d9;
		border-top: none;
	}
		.scrollContainer div.panel {
			padding: 0;
			height: 280px;
			width: 272px;
		}
			#contactForm {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				position: relative;
				font: 11px/14px Arial, Helvetica, sans-serif;
				color: #231f20;
				background: transparent url(assets/images/sideForm_bg.png) repeat-y left top;
			}
				#contactForm h3 {
					margin: 0;
					padding: 13px 23px;
					position: relative;
					font: normal 15px/18px Arial, Helvetica, sans-serif;
					color: #000;
					text-align: center;
					z-index: 90;
				}
				#contactForm p {
					margin: 0 15px;
					padding: 0;
					font: normal 11px/23px Century Gothic, Arial, Helvetica, sans-serif;
					color: #231f20;
				}
				#contactForm input,
				#contactForm textarea {
					width: 247px;
					height: 14px;
					margin: 0;
					padding: 5px 3px;
					display: inline-block;
					position: relative;
					font: 11px/14px Arial, Helvetica, sans-serif;
					background-color: #f8f8f8;
					border: 1px solid #e1e1e1;
					box-shadow: inset 1px 3px 6px #cfcfcf;
						-moz-box-shadow: inset 1px 3px 6px #cfcfcf;
						-webkit-box-shadow: inset 1px 3px 6px #cfcfcf;
					z-index: 90;
				}
				#contactForm textarea {
					overflow: auto;
					height: 171px
				}
				#contactForm #captchaIMG {
					width:  253px;
					height: 47px;
					margin: 0 15px;
					display: inline-block;
					position: relative;
					border: 1px solid #e1e1e1;
					z-index: 90;
				}
				#contactForm input.hidden {
					display: none !important;
				}
				#contactForm #Submit,
				.nextButton {
					width: 63px;
					height: 63px;
					margin: 0;
					padding: 0;
					display: block;
					position: absolute;
					right: 15px;
					bottom: 0;
					font: normal 16px/63px Century Gothic, Arial, Helvetica, sans-serif;
					color: #fff;
					text-align: center;
					background: transparent url(assets/images/sliderButton.jpg) no-repeat left top;
					border: none;
					box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					cursor: pointer;
				}
				#contactForm #Submit:hover,
				.nextButton:hover {
					background: transparent url(assets/images/sliderButtonHover.jpg) no-repeat left top;
					text-decoration: none;
				}
					.nextButton a {
						color: #fff;
						display: block;
						text-decoration: none;
					}
					.nextButton a:hover {
						text-decoration: none;
					}
.hide {
display: none;
}
/* -------------------------------------------------------*/