html {
	overflow: -moz-scrollbars-vertical;
	margin:0px;
	padding:0px
}
*, table, form {
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}
:focus {
	outline: 0px;
}
div {
	zoom:1;
}
body {
	padding: 0px;
	margin: 0px;
	font-size:76%;
}
p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
img {
	border: none;
}
hr {
	border-collapse:collapse;
	height:1px;
}
ul, ol {
	margin-left: 2em;
}
li {
	margin: 0.8em 0;
}
pre {
	font-size: 100%;
}
h1 {
	font-size:170%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
h5 {
	font-size:100%;
}
h6 {
	font-size:90%;
}
h7 {
	font-size:80%;
}
sup {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:super;
	font-size:9px;
	margin-left: 4px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: 0px;
}
#precontainer {
	display:none;
}
#container {
	margin:0px auto 0px auto;
	width:960px;
}
#postcontainer {
	display:none;
}
#branding {
}
#branding #logo {
	float: left;
}
#branding #slogan {
	float:left;
	display:none;
}
#branding #login {
	float: right;
}
#content_wrapper {
}
#main {
	float: left;
	width: 480px;
}
#sidebar {
	float: right;
	clear: right;
	width: 300px;
}
#sidenav {
	float: right;
	clear: right;
	width: 300px;
}
#home #main {
	width: 300px;
}
#home #sidebar {
	width: 300px;
}
#onecolumn #main {
	width: 100%;
	display:block;
}
#onecolumn #sidebar {
	display: none;
}
#onecolumn #sidenav {
	display: none;
}
#twocolumn #main {
	width: 560px;
}
#twocolumn #sidebar {
	width: 200px;
}
#twocolumn #sidenav {
	width: 200px;
}
#footer {
	margin:0px auto 0px auto;
	clear: both;
	font-size: 0.9em;
}
#footer-inner {
	margin:0px auto 0px auto;
	width:960px;
}
#footer a {
}
#footer p {
}
#subfooter {
	display: none;
}
#pretln {
	display: none;
}
#posttln {
	display: none;
}
/* TLN */
#tln {
}
#nav {
	display: block;
	margin: 0px;
	list-style: none;
	width:100%;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#nav a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
}
#nav #active a {
	color: #fff;
	text-decoration: underline;
}
.sidecall {
}
.block {
}
.image {
}
.alert {
	color: red;
}
.information {
	color: blue;
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
span.link {
	cursor: pointer;
}
.hide {
	display:none;
}
.rowodd {
}
.roweven {
}
.nextpage {
	margin-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* stop commented backslash hack */

.gmap_ifm {
	border: 4px solid #fff;
}
.caption {
	font-size:9px;
}
.error {
	color:#990000
}
.menu {
	text-align:right;
	margin: 10px 0;
}
#hfax {
	display:none;
}
.instructions {
	background: #eee;
	padding:8px;
	color:#e333;
	border:1px solid #ddd;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.photoright {
	float:right;
	margin-left:10px;
}
.photoleft {
	float:left;
	margin-right:10px;
}
input[type=text], input[type=password], div#citylist, select {
	border: 1px solid #888;
	padding: 4px;
	font-size: 1em;
	background-color: #F8F8F8;
}
.icon {
	margin-right:4px;
}
form.standardform {
}
form.standardform legend {
	color:#333;
	font-weight:bold;
	font-size:140%;
	padding:4px;
	margin-bottom: 10px;
}
form.standardform fieldset {
	background: #ccc;
	border:none;
	border-top: 4px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding:10px;
	margin-bottom:10px;
}
form.standardform input[type="text"] {
	width: 300px;
}
form.standardform #message {
	width: 300px;
	height: 200px;
}
form.standardform .radio {
	width: 20px;
	margin-left: 4px;
}
form.standardform .checkbox {
	width: 20px;
	margin-left: 4px;
}
img {
	-ms-interpolation-mode: bicubic;
}
.script {
	font-family: BrushScriptStd, Tahoma, Geneva, sans-serif
}
div.column {
	float:left;
	width:30%;
}
.disclaimer {
	text-align:left;
}
#social {
	padding:20px;
}
#social .fb_share_link {
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}
.notice {
	padding:.8em;
	background:#fff6bf;
	border: 2px solid #ffd324;
	color:#514721;
}
#search_frm_special, #hud_check, #pud_check {
	display:none;
}
.gallery {
	float:left;
	width:260px;
}
td.appointmentcell {
	border : 1px solid #CCCCCC;
}
td.datecell {
	font-size : 10px;
	color : #FFFFFF;
	background-color : #333333;
	border : 1px solid #CCCCCC;
}
td.timecell {
	font-size : 10px;
	color : #000000;
	background-color : #ddd;
	border : 1px solid #CCCCCC;
}
td.appointmenttab {
	padding : 2px;
	font-size : 10px;
	background-color : #ddd;
	font-weight:bold;
}
td.appointmentinstructions {
	font-size : 10px;
}
td.appointmenttitle {
	font-size : 11px;
	font-weight: bold;
}
a.appointmentnav:link {
	text-decoration: none;
	color: #ddd;
	font-weight : bold;
}
a.appointmentnav:visited {
	text-decoration: none;
	color: #ddd;
	font-weight : bold;
}
a.appointmentnav:active {
	text-decoration: none;
	color: #ddd;
	font-weight : bold;
}
a.appointmentnav:hover {
	text-decoration: none;
	color: #ccc;
	font-weight : bold;
}
#listingdetailshowing {
	display:none;
}
.listingphoto{max-width:640px;}
.photo_numbers {
	display:inline;
	float:left;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	margin: 2px 2px 4px 2px;
	padding: 2px 0;
	width: 20px;
	border: 1px solid #fff;
	text-align: center;
	background: #000;
}
.photo_numbers_on {
	display:inline;
	float:left;
	background: #777;
	font-size: 10px;
	cursor: pointer;
	margin: 2px;
	padding: 2px 0;
	width: 20px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}
#search_photo_wrapper {
	float:left;
	width:640px;
	margin-right:10px;
	overflow:hidden;
}
