#TopMenu, #MiddleMenu, #BelowMiddleMenu, #Footer, #BreadCrums { display:none; }
#MainWrapper {padding:0px;margin:0px; }
#Logo { padding-bottom:14px;}

#ImageHolder { width:800px;}

/*-------------------- DEFAULT STYLES --------------------*/
body {
	background: white;
	margin: 0;
	padding: 12px 0 0 0;
}
body, td, input, select, textarea {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
}
img {
	border: 0;
	padding:7px 0px;
}
a {
	color: #004863;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	display: inline;
}

.TextRed {
	color: #cc0000;
}

hr{
	color: #006699;
	margin: 0;
	padding: 0;
}


/*-------------------- COMMON CLASSES --------------------*/
.clear {
	clear: both;
}
h2 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	font-size: 0.8em;
}


 /*-------------------- CONTENT BOX -----------------------*/

h2 {
	font-size: 22px;
	text-align: left;
	padding-bottom: 3px;
	color: #006699;
	height:27px;
}

div.ContentSpacer {
	height: 37px;
}
div.ContentBoxMargin {
	margin-bottom: 5px;
}
div.ContentBoxRed, div.ContentBoxBlue, div.ContentBoxLight {
	font-size: 22px;
	text-align: left;
	padding-bottom: 3px;
	height: 27px;
}
div.ContentBoxRed {
	color: #CC0000;
	border-bottom: solid 2px #CC0000;
}
div.ContentBoxBlue {
	color: #006699;
	border-bottom: solid 2px #006699;
}
div.ContentBoxLight {
	color: #BCBCBC;
	border-bottom: solid 2px #BCBCBC;
}
div.BoxContent {
	margin-top: 4px;
	text-align: left;
	color: #555555;
}
div.BoxContent p {
	margin: 0 0 10px 0;
	padding: 0;
}
div.BoxContent ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(/images/list_image.gif);
}
div.BoxContent ul li a {
	color: #555555;
	line-height: 120%;
}





/*-------------------- NEWS STYLES -----------------------*/
div.NewsItem {
	background: url(/images/background_newsitem.gif) repeat-x bottom right;
	margin-bottom: 5px;
	padding-bottom: 7px;
	line-height: 110%;
}
div.NewsItem img {
	margin: 0 4px 4px 0;
}

.HomeNewsHeadLine {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.maxNewsHeading {
	color:#FF6600;
	font-weight:bold;
}

.NewsHeadLine {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.MoreNewsHeadLine {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}
.Car {
	font-size: 14px;
	margin-bottom: 12px;
}
.Car img {
	margin: 3px 0 0 0;
}
.Car a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.SelectBoxForCars {
					width: 100%;
					overflow: none;
}


.InputBox { width: 98%; }

.InputBox, .SelectBoxForCars {
	border: solid 1px #BCBCBC;
	margin-bottom: 7px;
	color: #555555;
}
.ButtonHolder {
	text-align: right;
}
.ButtonHolder img {
	margin-left: 8px;
}

.CarTable {
	width:100%;
}

.CarTable td { }

.CarTableHeader {
	background-color: #B9B7A3;
	padding: 4px;
	border-top: solid 2px #006699;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

/*-------------------- PROPERTY TABLES -----------------------*/
.propertytable
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

.propertytable th
{
	font-weight:bold;
	border-bottom:1px solid gray;
	background:#f8f8ff;
	text-align:center;
}

.propertytable .altrow, .propertytable .row1
{
	background-color:#eeeeee;
}

.propertytableLeft th
{
	font-weight:bold;
	border-bottom:1px solid gray;
	background-color:#f8f8ff;
	text-align:left;
}

.propertytableLeft
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

.propertytableLeft .altrow
{
	background-color:#eeeeee;
}