@charset "utf-8";
/*Rental Stop CSS Document */
body
{
	background:#CCCCCC;
	padding:0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color:#999999;
	line-height: 18px;
}
p
{
	padding:5px;
	margin: 0px;
}

img
{
	border: 0;
}

h1
{
	padding: 0px 10px;
	margin: 0;
	font-family: Arial;
	font-size: 22px;
	color:#333333;
	font-weight: bold;
	line-height: 25px;
}
h2
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
}

h3
{
	padding:0;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color:#829F2B;
	font-weight: bold;
	line-height: 35px;
}


h4
{
	padding-left:20px;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
}

a
{
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}

 a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#container
{
	background-color:#000;
}

#logotext
{
	width: 400px;
	font-family:"Times New Roman"; 
	font-size: 28px;
	font-style:italic;
	color:#fff;
	line-height:18px;
	padding:30px 15px 0px 40px; 
}
.phone
{
	width: 250px;
	padding-right: 10px;
	font-family:Arial;
	font-size: 14px;
	padding-top:30px;
	line-height:18px;
	text-align:right;
	font-weight:bold;
}

.phone .gray
{
	color:#CCCCCC;
	border-bottom: 1px #666666 dotted;
}

.phone .red
{
	color:#E92A2F;
	border-bottom: 1px #666666 dotted;
}
#flash_container
{
	padding:10px 0px;
}
.flash_box
{
	border: 2px #CCC solid;
	width:418px;
	height:248px;
}
#top_bar
{
	background:url(images/top_bar.jpg) repeat-x;
	height:20px;
}

.title_bg
{
	background:url(images/title_bar.jpg) repeat-x;
	height: 40px;
}

.title
{
	font-family:"Times New Roman";
	font-size:22px;
	line-height: 40px;
	color:#FFF;
}

.arrow
{
	font-size:14px;
	font-family: Arial;
	text-align:right;
	color:#FFF;
}

.arrow a
{
	color:#FFF;
	font-weight: normal;
}

.arrow a:hover
{
	color:#ccc;
	font-weight: normal;
}

#bottom_bar
{
	background:url(images/bottom_bar.jpg) repeat-x;
	height:18px;
}

#maincontent
{
	padding:5px 115px;
	text-align:center;
}

#footer
{
	
	font-size: 11px;
	color:#666666;
	text-align:center;
	padding: 10px 0px;
	font-weight: normal;
	line-height: 16px;
}

