@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font: 13px Arial, sans-serif;
	background: #FFF url(../images/body_bg.jpg) top center repeat-x;
}
a:link, a:visited {background: url(../images/link_dots.jpg) bottom repeat-x; color: #01A0C7; text-decoration: underline;}
a:hover, a:active {}
/*-------start clearFix ----- clearFix will expand parent containers to match height of inner floated divs*/
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearFix {
	display: inline-block;
}
html[xmlns] .clearFix {
	display: block;
}
* html .clearFix {
	height: 1%;
}
.clearFix_right:after {
	content: ".";
	display: block;
	height: 0;
	clear: right;
	visibility: hidden;
}
/*-------end of clearFix ----- */
h1, h2, h3, h4, h5, h6, ol, ul, li, p, form, fieldset, input, label, select, textarea, legend {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: none;
}
ol li, ul li {
	list-style-position: outside;
}
.floatLeft {
	float: left;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: left;
}
.clear_right {
	clear: right;
}
clear_both {
	clear: both;
}
.invisible {
	display: none;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
img.img_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
img.img_left_listings {
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
img.img_right {
	margin-left: 10px;
	padding-bottom: 10px;
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.text_right {
	float: right;
	width: 49%;
	text-align: right;
}
.text_left {
	float: left;
	width: 49%
}
.text_align_right {
	text-align: right;
}
.text_align_left {
	text-align: left;
}
.cancel_margins_and_padding {
	padding: 0;
	margin: 0;
}
.normalFontWeight {
	font-weight: normal;
}
/* forms */