/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
	margin:0px;
	font-family: arial,verdana,helvetica;
	font-size: 14px;
	color:#F5F6FA;
	line-height:120%;
	background-color:#162350;
	}
a {
	color:#FFFFFF;
	font-weight:800;
	text-decoration:none;
	}
a:hover {
	color:#860029;
	font-weight:800;
	}
img {
	border:0px;
	}
ul {
	margin-top:5px;
	margin-bottom:0px;
	list-style: disc;
	list-style-image: url(images/bullet.png);
	font-size:14px;
	line-height:130%;
	}
h1 {
	margin-bottom:3px;
	color:#660033;
	font-size:24px;
	font-weight:800;
	letter-spacing:2px;
	font-variant:small-caps;
	}
h2 {
	margin-bottom:3px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:800;
	}
h3 {
	margin-bottom:0px;
	margin-bottom:2px;
	color:#579FE3;
	font-size:16px;
	font-weight:800;
	}
hr {
	width:100%;
	color:#C8CDDB;
	text-align:center;
	height:2px;
	}
/*****************************************
  FRAMEWORK
*****************************************/
#container {
	width:785px;
	}
#container_content {
	width:785px;
	background: url(images/bg_main.gif);
	background-repeat: repeat-y;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	height:150px;
	overflow: hidden;
	background-color:#0D1148;
	border-bottom:1px solid #C8CDDB;
	}
/*****************************************
  NAVIGATION
*****************************************/
#sidenav {
	float:left;
	width:140px;
	padding-top:7px;
	}
/*****************************************
  BODY
*****************************************/
#content {
	padding-left:10px;
	padding-top:10px;
	width:630px;
	float:left;
	background-color:#162350;
	}
/*****************************************
  FOOTER
*****************************************/
#footer {
	background-color:#860029;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	border-bottom:1px solid #C8CDDB;
	border-top:1px solid #C8CDDB;
	}
	#footer a {
		font-size:11px;
		color:#D0CF9F;
		}
	#footer a:hover {
		color:#FFFFFF;
		}
/*****************************************
  RENTALS
*****************************************/
#rental td {
	color:#162350;
	font-size:12px;
	border:none !important;
	}
		
.clear{height:.1px; clear:both !important;}
ul .agentslist{
	margin-top:5px;
	margin-bottom:0px;
	width:300px;
	list-style: disc;
	list-style-image: url(images/bullet.png);
	font-size:14px;
	line-height:130%;
	border-bottom:0px;
	list-style-position: inside;
	position:static;
}
#agents{
width:615px;
}
.agent{
}
.agentleft{
width:172px;
float:left;
}
.agentright{
width:438px;
float:left;
margin-left:5px;
}
