/* General layout */

@import "menu.css";
@import "additional.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
}

/* top part */


#top-wrapper {
	background-image: url(../images/top-bgr.gif);
	background-repeat: repeat-x;
	height: 177px;
	margin: 0px;
	padding: 0px;
}


#top {
	background-image: url(../images/header-bgr.gif);
	background-repeat: no-repeat;
	height: 177px;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}

#welcome {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #C6EFFF;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#welcome .left {
	float: left;
	width: 600px;
}
#welcome .right {
	float: right;
	width: 350px;
	text-align: right;
}
.sitemap {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-size: small;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: right;
	clear: both;
	width: 200px;
	height: 20px;
	padding-top: 85px;
}
.sitemap  a {
	color: #C6EFFF;
}
.sitemap  a.home {
	padding-right: 5px;
}
.sitemap  a:hover {
	text-decoration: none;
}

/* Header Part */


#page-wrap {
	background-image: url(../images/body-bgr.gif);
	background-repeat: repeat-x;

}

#header {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 248px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Header Part - Left */

.logo-box {
	width: 535px;
	float: left;
}

.logo-img {
	background-image: url(../images/logo-text.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: bottom;
	padding-top: 1px;

}

#search-listings {
	width: 278px;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;

}

#search-listings li a{
    background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial;
	color: #FFFFFF;
	font-size: x-large;
	padding-left: 17px;
	display: block;

}
#search-listings li a:hover {
	
	background-position: -278px 0;
}


#search-listings li {
    background-image: url(../images/search-btn-hover.gif);
	background-repeat: no-repeat;
	height: 63px;
	line-height: 63px;
	text-align: left;
	

}
#header-links {
	font-family: Arial;
	font-size: medium;
	line-height: 20px;
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}
#header-links  a {
	color: #00456F;
	padding-right: 3px;
	padding-left: 3px;
}
#header-links  a:hover {
	text-decoration: none;

}

/* Header Part - Right */

.flash-box {
	width: 435px;
	float: right;
	background-image: url(../images/flash-bgr.gif);
	height: 175px;
	background-repeat: repeat-x;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Content */
#content-wrap {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-image: url(../images/top-content-bgr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-top: 35px;
}

#body-content {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#page-wrap .twitter {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../images/twitter-bird.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
	padding: 0px;
	clear: both;
}
#page-wrap  .twitter .twitter-text {
	width: 200px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page-wrap .twitter .twitter-text a {
	color: #333333;
	font-weight: normal;
}
#page-wrap .twitter .twitter-text a:hover {
	text-decoration: none;
}





/* Bottom Part */

#bottom-wrapper {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#bottom {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 228px;
	clear: both;

}


/* Bottom Part - left*/

.title   {
	font-size: large;
	list-style-type: none;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 10px;
	float: left;
}

#bottom-links {
	font-size: small;
	margin: 0px;
	width: 500px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	list-style-type: square;
	clear: left;
	float: left;
	line-height: 18px;
	color: #B4EAFE;
}
#bottom-links a {
	color: #B4EAFE;
}
#bottom-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

/* Bottom Part - right*/

#bottom .contact {
	width: 385px;
	_background-image: none;
	height: 197px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#bottom .contact-text {
	color: #B4EAFE;
	padding-top: 60px;
	padding-right: 20px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
#bottom .contact-company {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
}


/* Footer */
#footer-wrapper {
	background-color: #333333;
}

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}


#footer ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#footer ul li a:hover {
	background-color: #0095D0;
	color: #FFFFFF;
}
#footer  ul  li.last  {
	border-right-style: none;
}


#footer li {
	float: left;
	padding-right: 22px;
	padding-left: 23px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.footer-info {
	width: 500px;
	text-align: center;
	font-size: small;
	color: #71D7FD;
	font-family: "Trebuchet MS";
	line-height: 20px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer-info a {
	color: #71D7FD;
}


.footer-info a:hover {
	text-decoration: none;
}

