/* CSS Document */

body 
{
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
	background-color:#D5E8F7;
}
table.mainImage
{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
	font-weight: bold;
}

.blueText {
	color:#0000FF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
}
p{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}

.detail-d{
	background-image:url(../images/detail-down.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.detail-d a, .detail-d a:active, .detail-d a:link, .detail-d a:visited, .detail-d a:hover, .detail-o a, .detail-o a:active, .detail-o a:link, .detail-o a:visited, .detail-o a:hover {
	color:#000000;
	font-size:16px;
	font-weight:normal;
	font-family:"Grail Light";
	text-decoration:none;
}

.detail-o{
	background-image:url(../images/detail-up.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

table.bottom tr td{
	font-size:14px;
}

table.menu tr td a, table.menu tr td a:active, table.menu tr td a:link, table.menu tr td a:visited, table.menu tr td a:hover {
	color:#000000;
	font-size:16px;
	font-weight:normal;
	font-family:"Grail Light";
	text-decoration:none;
}

.home-d {
	background-image:url(../images/home-down.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.rental-d {
	background-image:url(../images/rental-down.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.box {
	background-color:#4D84BC;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.contact-d {
	background-image:url(../images/contact-down.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.location-d {
	background-image:url(../images/location-down.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.sale-d {
	background-image:url(../images/sale-down.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.faq-d {
	background-image:url(../images/faq-down.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.home-o {
	background-image:url(../images/home-up.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.rental-o {
	background-image:url(../images/rental-up.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.contact-o {
	background-image:url(../images/contact-up.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.location-o {
	background-image:url(../images/location-up.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.sale-o {
	background-image:url(../images/sale-up.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.faq-o {
	background-image:url(../images/faq-up.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
