@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bgTile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	margin:0;
}
h2 {
	margin:0;
}
a:link { color: #0e3b4e; }
a:visited {	color: #092733;	}
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #0e3b4e; }
a { outline: none; flig}

#mainContainer {
	background-image:url(../images/bgMain.jpg);
	background-repeat:repeat-x;
	height:800px;
	width:100%;
}
#layoutContainer {
	width:999px;
	margin:0 auto;
}
#header {
	width:999px;
	height:244px;
}
#headerLogo {
	width:290px;
	float:left;
}
#headerMain {
	float:left;
	width:709px;
	height:202px;
}
#navBar {
	width:709px;
	float:left;
	height:42px;
}
#navLeft {
	width:141px;
	height:42px;
	float:left;
	background-image:url(../images/headerBL.jpg);
	background-repeat:no-repeat;
}
#mainNav {
	float:left;
	width:709px;
}
#contentContainer {
	width:999px;
}
#contentContainerTop {
	background-image:url(../images/contentTop.jpg);
	background-repeat:no-repeat;
	float:left;
}
#contentContainerRP {
	background-image:url(../images/content_BG.jpg);
	background-repeat:repeat-y;
	float:left;
}
#leftCol {
	float:left;
	width:718px;
}
#rightCol {
	float:right;
	width:281px;
}
#rightCol a:link { color: #FFFFFF; }
#rightCol a:visited {	color: #FFFFFF;	}
#rightCol a:hover { color: #e3e3e3; text-decoration: underline; }
#rightCol a:active { color: #FFFFFF; }
.rcPad {
	padding:12px 22px 16px 20px;
}
.leftContent {
	padding:41px 78px 10px 92px;
	line-height:32px;
	font-size:24px;
}
.envelope {
	background-image:url(../images/envelopeBG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:226px;
}
.envelope strong {
	font-size:14px;
}
.envelopeContent {
	padding:39px 68px 10px 93px;
}
.envelopeContent p {
	margin:0 0 18px 0;
	font-size:12px;
	line-height:18px;
}
.small {
	font-size:12px;
}
#testimonials {
	width:240px;
	color:#FFFFFF;
	margin-bottom:1px;
}
#testimonialRP {
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:repeat-y;
}
#testimonialTop {
	background-image:url(../images/testimonials_top.jpg);
	background-repeat:no-repeat;
}
#easyOrder {
	width:240px;
	color:#FFFFFF;
	margin-bottom:1px;
}
#easyOrderRP {
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:repeat-y;
}
#easyOrderTop {
	background-image:url(../images/testimonials_top.jpg);
	background-repeat:no-repeat;
}
#rentvsBuy {
	width:240px;
	color:#FFFFFF;
	line-height:18px;
}
#rentvsBuyRP {
	background-image:url(../images/rentvsBuy_bg.gif);
	background-repeat:repeat-y;
}
#rentvsBuyTop {
	background-image:url(../images/rentvsBuy_top.jpg);
	background-repeat:no-repeat;
}
#contactUs {
	width:240px;
	font-family:tahoma, arial;
	font-size:11px;
	line-height:18px;
	color:#797979
}
#contactUs a:link { color: #5b9ba8; }
#contactUs a:visited {	color: #67afbe;	}
#contactUs a:hover { color: #000000; text-decoration: underline; }
#contactUs a:active { color: #67afbe; }

#footer {
	height:119px;
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	clear:both;
}
.footerContent {
	width:910px;
	margin:0 auto;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:24px 0 0 0;
	line-height:16px;
}
.footerContent p {
	margin:0 0 14px 0;
}
.clear {
	clear:both;
}

