@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.adminBG {
	background-color: #0C85BE;
	background-image: url(../images/BackgroundRepeater.jpg);
	background-repeat: repeat-x;
}

a{
	color: #FFF;
	text-decoration: underline;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover{
	color: #5c89bd;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
#container{
	width: 766px;
	margin: 0 auto;
	padding: 0px;
}
#admincontainer {
	width: 766px;
	margin: 0 auto;
	padding: 0px;
	color: #FFF;
}
#statusMsg ul {
	width: 724px;
	height: 15px;
	background-color: #FFF;
	border: 1px solid #333;
}
#statusMsg li {
	display: inline;
	padding-left: 15px;
}
#statusMsg li a{
	font-size: 11px;
	color: #4573a7;
	text-decoration: none;
}
#statusMsg li a:hover {
	font-size: 11px;
	color: #4573a7;
	text-decoration: none;
	font-weight: bold;
}
#head{
	width: 766px;
	height: 114px;
	background: url(../images/headBg.gif) right bottom no-repeat;
}
	.headText{
		color: #797979;
		font-size: 26px;
		float: left; 
		display: block;
		padding: 50px 0 0 0;
	}
#banner{
	width: 766px;	
}
#bannerLeft{
	height: 166px;
	width: 362px;
	background: url(../images/bannerLeft.gif) no-repeat right;
	float: left;
}
	.promoText{
		text-align: center;
		padding: 30px 0 0 35px;
		height: 120px;
		width: 325px;
	}
		.white{
			font-size: 33px;
			color: #FFF;
		}
		.blue{
			font-size: 33px;
			color: #2e3192;
		}
		.grey{
			font-size: 23px;
			color: #666262;
			margin: 10px 0 0 0;
			display: block;
		}
#bannerRight{
	height: 166px;
	width: 404px;
	background: url(../images/bannerRight.jpg) no-repeat left;
	float: left;

}
#nav{
	height: 44px;
	width: 766px;
	background: url(../images/navBg.gif) no-repeat;
	margin: 0 0 42px 0;
}
	ul.nav{
		margin: 0 0 0 18px;
		padding: 0px;
		height: 44px;
		width: 725px;
		z-index: 2;
	}
	ul.nav li{
		list-style: none;
		display: inline;
		width: 190px;
		height: 36px;
		background: url(../images/vertLine.gif) no-repeat top right;
		display: block;
		float: left;
		padding: 8px 0 0 0;
		text-align: center;
	}
	ul.nav li a{		
		font-size: 20px;
		color: #000;
		text-decoration:none;		
	}
	ul.nav li a:hover{	
		color: #FFF;	
	}
	ul.nav li a:visited{	
		text-decoration:none;	
	}
	
#leftColumn{
	width: 204px;
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
}
	strong.title{
		margin: 0 0 15px 0;
		display: block;
		font-size: 16px;
	}
	ul.specials{
		margin: 0;
		padding: 0px;
	}
	ul.specials li{
		list-style: none;
		padding:0 0 0 18px;
		background: url(../images/blueTick.gif) 0px 0px no-repeat  ;
		font-size: 12px;
	}
	
	#rentalDeals{
		width: 204px;
		border-top: 1px solid #a1a1a1;
		padding: 15px 0 0 0;
		margin: 15px 0 0 0;
	}
	table.rentalDeals{
		font-size: 11px;
	}
	td.tableRight{
		padding: 0 0 0 10px;
	}

#rightContent{
	width: 460px;
	float: right;
	margin: 0;
	padding: 0 33px 0 0;
}
	strong.listTitle{
		color: #4573a7;
		font-size: 18px;
		font-weight: normal;
		display: block;
		margin: 0 0 5px 0;
	}
	table.listings tr td{
		border-top: 1px solid #d6e2f0;
		padding: 20px 0 20px 0;
	}
	
strong.blueTitle{
	color: #4573a7;
	font-size: 15px;
}
.textfield{
	width: 320px;
	border: 1px solid #999999;
	height: 15px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px;
}	
textarea{
	width: 320px;
	border: 1px solid #999999;
	height: 100px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px;
}
	
#footer{
	width: 728px;
	height: 30px;
	font-size: 11px;
	padding: 10px 0 0 0;
	margin: 20px auto 0 auto;
	border-top: 1px solid #CCCCCC;
}
	a.foot{
		color: #666666;	
	}
	a:hover{
		color: #2e3192;	
	}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
#admincontainer a {
	color: #FC0;
	text-decoration: underline;
}
#admincontainer a:hover {
	color: #FC0;
	text-decoration: underline;
}
