@charset "UTF-8";

/* SHARED ELEMENTS */
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainBody {
	position: relative;
	min-height: 350px;
	width: 701px;
}
.pointer {
	cursor:pointer;
}



/* HEADER ELEMENTS */
#header {
	position: relative;
}
#header #logo {
}
#header #nav {
	margin: 15px 0px 20px;
	padding: 0px;
	position: relative;
}
#header #appoint {
	margin: 0px;
	padding: 0px;
	border: 0px solid #d8d8d8;
	width: 350px;
	position: absolute;
	right: 0px;
	top: 60px;
}
#header #appoint .cornerLL  {
	float: left;
	vertical-align: bottom;
	clear: right;
	margin-top: 14px;
}
#header #appoint .cornerLR  {
	float: right;
	vertical-align: bottom;
	clear: right;
	margin-top: 14px;
}
#header #appoint .cornerUL {
	float: left;
}

#header #appoint .cornerUR {
	float: right;
	margin: 0px;
	padding: 0px;
}
#header #appoint .notice {
	margin: 0px;
	padding: 0px;
	height:20px;
	border:1px solid #d2d2d2;
	text-align: center;
}
#header #appoint p {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 3px 0px 0px;
}


/* FOOTER ELEMENTS */

#footer .footerNav {
	float: left;
}
#footer {
	padding: 10px 0px;
	margin-top: 15px;
	border-top: 1px solid #a9a9a9;
}
#footer .copyright {
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	text-align: right;
}
#footer .footerNav a {
	color: #a9a9a9;
	text-decoration: none;
}
#footer .copyright a {
	color: #a9a9a9;
	text-decoration: none;
}
#footer .footerNav ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer .footerNav li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}



/* DIRECTIONS */

#directionsGroup {
	width: 400px;
	position: absolute;
	top: 15px;
	left: 230px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#directionsGroup .background {
	/*	background: #226399; */
	background: #000;
	height: 270px;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	z-index: 98;
	width: 400px;
}
#directionsGroup .directions {
	background: #fff;
	height: 200px;
	width: 300px;
	padding:10px;
	position: absolute;
	z-index: 99;
	margin: 25px 0px 0px 40px;
}
#directionsGroup .directions .close {
	text-align: right;
	cursor:pointer;
	float: right;
	width: 57px;
}
#directionsGroup .directions .title {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #cd6242;
}
#directionsGroup .directions p {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px;
}
#directionsGroup .directions #saddr {
	width: 275px;
}
#directionsGroup .directions .google {
	float: left;
	width: 100px;
}
#directionsGroup .directions form {
	margin: 0px;
	padding: 15px 0px 0px;
}
