#rentalsNavSubText {
	font-size: 15px;
}
#rentalsNavSubTitleText {
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}

#boldText {
	font-size: 14px;
	font-weight: bold;
}

a img {border: none; }

.rentalsHorMargin {
	margin-left: 16px;
	margin-right: 12px;
}

#rentalsRootBanner-Div {
	background-image: url(../img/rootBanner-bg.png);
	height: 100px;
	text-align: right;
	position: relative;
}
#rentalsRootNav-Div {
	background-image: url(../img/rootNavCommon-bg.png);
	background-repeat: repeat-x;
	height: 32px;
}
.rentalsRootNavSub-Div {
	background-image: url(img/rentalsRootNavSub-bg.png);
	background-repeat: repeat-x;
	height: 32px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

a.linkBlack:link { color: black; text-decoration: none;}
a.linkBlack:hover { color: black; text-decoration: none;}
a.linkBlack:visited { color: black; text-decoration: none;}
a.linkBlack:active { color: black; text-decoration: none;}

.rentalsRoot-Page {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-color:#FFF;
	background-image: url(../img/pages/rentals_new/rentalsRoot-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-attachment: fixed;
	position: absolute;
	text-align: center; /* Center containers for IE 5x */}

#rentalsRoot-Div {
    width: 1002px;
    margin: 0 auto;
    height: 100%;
    background-color: #3b3838;  
    text-align: left; /* Offset page center containers for IE 5x*/
}

a:link {color: white; text-decoration: underline; }
a:visited {color: white; text-decoration: underline; }
a:hover {color: red; text-decoration: none; }

.rentalsRootMid-Div {
    height: auto;
    position: absolute;
    width: 1002px;
    background-color: #3b3838;
}

#rentalsRootMidLeft-Div {
	float: left;
	width: 400px;
	padding-left: 32px;
}
#rentalsRootMidRight-Div {
	float: left;
	width: 550px;
}
ul {
	padding-left: 12px;
}
