/* CSS Document */

body {
	margin: 0px;
	min-width: 940px;
}

* {
	font-family: sans-serif;
}

div {
	min-height: 1px;
}

.fullwidthdiv {
	width: 100%;
}


#paynowlink {
	position: absolute;
	z-index: 90;
	margin: 50px;
	background-color: rgba( 255, 255, 255, .6 );
	border-radius: 12px !important;
	padding: 12px !important;
	text-align: center !important;
}



#entirepage {
	background-color: #fff;
}

#topmenuarea {
	background-color: #fff;
	height: 100px;
}

	#logo {
		margin: 10px;
		margin-left: 20px;	
		width: 25%;
		max-width: 370px;
		min-width: 250px;
		xbackground-color: #00f;	
		z-index: 90;
	}
	
	#addressphone {
		position: absolute;
		width: 100%;
		text-align: right;
		xbackground-color: #f00;	
		z-index: 10;
	}

	#addresscontent {
		color: #213138;
		margin: 0px;
		margin-left: 500px;
		margin-right: 38px;
		margin-top: 10px;
		text-align: right;
		xbackground-color: #0f0;
		font-size: 18px;
		font-weight: 400;	
		min-width: 401px;
	}

	#addresscontent h3 {
		margin-top: 13px;
		font-size: 28px;
	}
	
	#addresscontent h3 a {
		color: #213138;
		text-decoration: none;
	}

#menuarea {
	text-align: right;
	background-color: #146688;
	padding-right: 18px;
	height:42px;
	z-index: 91;
}

	#menuarea .menuitem {
		float: right;
		font-size: 19px;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		background-color: #146688;
		color: #fff;
		font-weight: 400;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#menuarea .menuitem:hover {
		background-color: #213138;
		cursor: pointer;
	}

#slideshowarea {
	background-color: #fff;
}

#appointmentsarea {
	margin-top: -5px;
	z-index: 90;
	text-align: center;
	background-color: #38464c;
	xpadding: 25px;
	background-image: url( images/apptbgdot.png );
	vertical-align: bottom;
	max-height: 250px;
	min-height: 250px;
	height: 250px;
}
	#appt-messages {
		padding: 25px;
		min-height: 100px;
		text-align: center;
		max-height: 155px;
		min-height: 155px;
		height: 155px;
	}
	
	#appt-messages li {
		font-weight: 100;
		color: #fff;	
		cursor: pointer !important;
	}
	
	#appt-messages li h3 {
		text-transform: uppercase;
		font-weight: 100;
		font-size: 22px;
		margin-top: 0px;
	}

	#appt-messages li p {
		padding-left: 110px;
		padding-right: 110px;
		min-height: 140px;
		max-height: 140px;
		xborder: 1px solid #f00;
		font-weight: 100;
		font-size: 18px;
		font-family: 'Roboto', sans-serif;
	}

	#appointmentsarea button {
		background-color: #2aaae1;
		color: #fff;
		padding: 10px;
		border: 0px;
		font-size: 16px;
		cursor: pointer !important;
	}

#testimonialsarea {
	background-color: #fff;
	height: 420px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
	.testimonials {
		width: 320px;
		min-width: 320px;
		max-width: 320px;
		height: 350px;
		min-height: 350px;
		max-height: 350px;
		background-color: #c7ced6;
		font-family: 'Heebo', sans-serif;
		margin: 35px;
		margin-left: 25px;
		margin-right: 25px;
		display: inline-block;
		background-image: url(images/reversequotes.png);
		background-repeat: no-repeat;
		background-position: 12px 12px;
		text-align: left;
	}
	
	.testimonials h3 {
		padding-left: 30px;
		padding-top: 30px;
		margin-top: 4px;
		min-height: 50px;
	}
	
	.testimonials p {
		font-size: 14px;
		font-style: italic;
		font-weight: 100;
		height: 250px;
		min-height: 250px;
		max-height: 250px;
		padding: 30px;
		padding-top: 0px;
		font-family: 'Heebo', sans-serif;
		overflow: hidden;
	}

	.testimonials p .sig {
		font-family: 'Lora', serif;
		color: #146688;
		margin-top: 4px;
		font-style: normal;
	}

#contactarea {
	background-color: #146688;
}

	#contactarea table td {
		color: #fff;	
		
	}
	
	#contactarea table h3 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 24px;
		margin-bottom: 0px;
	}

#meetourteamarea {
	background-color: #fff;
	min-height: 420px;
	padding: 50px;
	text-align: center;
}

	#meetourteamarea h3 {
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		margin-bottom: 0px;
	}

	.staffmember {
		width: 280px;
		min-width: 280px;
		max-width: 280px;
		height: 450px;
		min-height: 450px;
		max-height: 450px;
		font-family: 'Heebo', sans-serif;
		margin: 35px;
		margin-left: 25px;
		margin-right: 25px;
		display: inline-block;
		text-align: center;
		border: 1px solid #ddd;
		box-shadow: 2px 2px #eee;
	}
	
	.staffmember img {
		margin: 27px;	
	}
	
	.staffmember h3 {
		padding-left: 30px;
		padding-top: 30px;
		margin-top: 4px;
		min-height: 50px;
	}
	
	.staffmember p {
		font-size: 14px;
		font-weight: 100;
		height: 120px;
		min-height: 120px;
		max-height: 120px;
		padding: 10px;
		padding-top: 0px;
		font-family: 'Heebo', sans-serif;
		overflow: hidden;
	}

	.staffmember h4 {
		margin: 5px;
		text-transform: uppercase;
		font-family: 'Lora', serif;
		color: #146688;
		margin-top: 4px;
		font-style: normal;
	}
	
#servicesarea {
	background-color: #147988;
	padding: 50px;
	color: #dddddd;
	text-shadow: 1px 1px #238492;
		font-family: 'Heebo', sans-serif;
}
	#servicesarea h3 {
		text-transform: uppercase;
	}

	#servicesarea p, #servicesarea div {
		border-radius: 4px;
		background-color: #146688;
		padding: 5px;
	}

#footerarea {
	text-align: center;
	background-color: #718699;
}

.modals {
	display: none;	
}

#newappointmentrequest label {
	width: 125px;
	min-width: 125px;
	max-width: 125px;
}

#newappointmentrequest input[type=text] {
	width: 95%;
	margin: 5px;
}