﻿#rentalPoliciesHeader
{
	padding: 12px 0 0 0;
	margin: 0;
	background-color: #FFFFFF;
	width: inherit;
	height: 50px;
	position: relative;
}

#rentalPoliciesHeader img
{
	border: none;
	width: 224px;
	height: 36px;	
}

#rentalPoliciesTitle
{
	padding: 0;
	margin: 0;
	float: left;
	height: inherit;
}

#petPoliciesLink
{
	padding: 0;
	margin: 0;
	float: right;
	height: inherit;
}

#petPoliciesLink img
{
	border: none;
	width: 137px;
	height: 36px;	
}

#petPoliciesHeader
{
	padding: 12px 0 0 0;
	margin: 0;
	background-color: #FFFFFF;
	width: inherit;
	height: 78px;
	position: relative;
}

#petPoliciesHeader img
{
	border: none;
	width: 416px;
	height: 63px;
}


.policyText
{
	clear: both;
	padding: 0;
	margin: 0;
	width: inherit;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center; /*strictly to get the margins equal on both sides (only works in ie)*/	
	background-color: #FFFFFF;
	font-size: 1.0em;
	font-family: Verdana, Sans-Serif;
}

.policyText p
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	text-align: justify;
	width: 98%;
}

.policyText span
{
	font-size: 1.1em;
	font-weight: bold;
	color: #66232A;
}

.coloredItalic
{
	font-style: italic;
	color: #66232A;
}

.lists
{
	padding: 0;
	margin: 0;
	width: 93%;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center; /*strictly to get the margins equal on both sides*/
	background-color: #FFFFFF;
	font-size: 1.0em;
	font-family: Verdana, Sans-Serif;
}

.lists ul, ol
{
	text-align: justify;
}

.lists ul li
{
	list-style-image: url(../images/policies/blueCircle.gif);
	list-style-type: circle;
}

.policyText a
{
	color: #9ACEC9;
	text-decoration: none;
	font-weight: bold;
}

.policyText a:link
{
	color: #9ACEC9;
}

.policyText a:visited
{
	color: #9ACEC9;
}

.policyText a:hover
{
	color: #66232A;
}

.emailLink
{
	border: 0;
}

.emailImage
{
	border: 0;
	vertical-align: text-bottom;
}