* { 
	padding:0;
	margin: 0;
}
.clear {
	clear:both;
}
.hideme {
	position:relative;
	top:-1000px;
}
body{
	background-color: #FFFFFF;
	font:16px Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#wrapper{
	 position: relative;
	 top:-20px;
	 margin-left: auto;
	 margin-right: auto;
	 width: 960px;
}
#header {
	height:165px;
	width:960px;
	background-image:url(../Images/header.jpg);
	background-repeat:no-repeat;
}
#logo2 {
	position:relative;
	background-image:url(../Images/animation.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:151px;
	height:120px;
	margin-bottom:-151px;
	left:415px;
}
#content {
	position:relative;
	width:960px;
	top:50px;
}
#left {
	position:relative;
	float:left;
	width:300px;
	border:1px solid #00518F;
	background-color:#fffabe;
}
#left2 {
	position:relative;
	float:left;
	width:300px;
	border:1px solid #00518F;
	background-color:#fffabe;
}
#leftWrap {
	position:relative;
	float:left;
	width:300px;
	border:1px solid #00518F;
	background-color:#fffabe;
}
#right{
	position:relative;
	float:right;
	width:650px;
	
	padding-bottom:10px;
}
#middle {
	position:relative;
	padding:20px 5px;
}

#footer {
	position:relative;
	background-color:#fffabe;
	border:1px solid #00518F;
	padding:15px;
	text-align:center;
	top:55px;
	font-size:80%;
}

#footerlink {
	position:relative;	
	padding:5px;
	text-align:center;
	top:55px;	
}

#floatRight {
	position:realtive;
	float:right;
	width:310px;
	padding-bottom:20px;
}
#floatLeft {
	position:realtive;
	float:left;
}
/*-------------------------NAVIGATION----------------------*/
/*--------Small Header Nav------*/
#headerNav {
	position:relative;
	float:right;
	top:10px;
	font-size:110%;
	font-weight:bolder;
	color:#00518F;
}
*+html #headerNav {
	position:relative;
	float:right;
	top:40px;
	font-size:110%;
	font-weight:bolder;
	color:#00518F;
}
#headerNav ul {
	list-style-type:none;
	display:inline;
}
#headerNav ul li{
	display:inline;
}
#headerNav ul li a{
	color:#00518F;
}
#headerNav ul li a:hover{
	color:#CEA62C;
}
/*--------Main Header Nav------*/
#mainNav {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	_top: 160px;
	width:1000px;
	padding-bottom:5px;
	height:27px;
	color:#004E90;
	border-bottom:2px solid #00518F;
	text-align:center;
	font-weight:bolder;
	font-size:120%;
}
*+html #mainNav {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:162px;
	padding-bottom:5px;
	height:27px;
	color:#004E90;
	border-bottom:2px solid #00518F;
	text-align:center;
	font-weight:bolder;
	font-size:120%;
}
#mainNav ul {
	position:relative;
	list-style-type:none;
}
#mainNav ul li{
	position:relative;
	display:inline;
	height:40px;
	_left:3px;
	padding:0 1px;
}
*+html #mainNav ul li{
	position:relative;
	display:inline;
	height:40px;
	left:3px;
	padding:0 1px;
}
#mainNav a{
	text-decoration: none;
    padding: 10px 7px;
	background-color:#fffabe;
	color:#00518F;
	border:1px solid #004E90;
}

#mainNav a:hover{
  	text-decoration: none;
    padding: 10px 7px;
	background-color:#00518F;
	color:#FFF;
}
/*--------Left Nav------*/
#leftNav {
	position:relative;
	width:300px;
}
#leftNav ul {
	position:relative;
	list-style-type:none;
}
#leftNav ul li{
	position:relative;
	display:block;
	width:300;
	border:1px solid #00518F;
}

#leftNav ul li a.heavy{
	display:block;
	padding:7px 10px;
	background-color:#00518F;
	width:300;
	color:#FFF;
	font-weight:bolder;
}
#leftNav ul li a:hover{
	position:relative;
	color:#CEA62C;
		font-weight:bolder;
}
.leftSearch {
	position:relative;
	background-color:#00518F;
	width:278px;
	font-size:99%;
	color:#FFF;
	padding:7px 10px;
}
/*-------------------------TEXT & LINK STYLES----------------------*/
a {
	text-decoration:none;
}
a.listLink {
	color:#000;
}
a.listLink:hover {
	color:#d0ad00;
}
a.linkButton {
	color:#000;
	width:125px;
	border:1px solid #00518F;
	background-color:#e2e7fd;
	padding:3px;
}
a.linkButton2 {
	color:#000;
	width:125px;
	border:1px solid #004E90;
	background-color:#fffca7;
	padding:3px;
}
h2.leftH2 {
	width:300px;
	height:30px;
	text-align:center;
	background-color:#00518F;
	color:#FFF;
	
}
h2.leftSmall {
	width:295px;
	height:30px;
	padding-top:8px;
	padding-left:5px;
	background-color:#00518F;
	color:#FFF;
	font-size:100%;
}
h2.viewVeicle {
	width:300px;
	text-align:center;
	background-color:#00518F;
	color:#FFF;
	
}
h3.right {
	postion:relative;
	width:645px;
	height:20px;
	background-color:#00518F;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
h3.rightSmall {
	postion:relative;
	width:100%;
	height:20px;
	background-color:#00518F;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#right p {
	margin:5px;
}
p.smallText {
	margin:5px;
	font-size:80%;
	text-align: justify;
}
#left p.text {
	margin:5px;
}
#left p.descrip {
width:285px;
	padding:5px;
}
#left p.textConatct {
width:285px;
	padding:5px 10px 20px;
}
span.smallText {
	font-size:80%;
	font-weight:lighter;
}
.floatRight {
	position:relative;
	float:right;
	top:-22px;
	right:10px;
}

table.guide {
	position: relative;
	left:28px;
	font-size: 80%;
	font-weight: bold;
	text-align: justify;
	color: #002542;
}


#llord a {
	text-decoration:none;
	color: #191970;
}

table.boxed {

	border:1px #9e928e solid;

	border-collapse: collapse;

    margin: 16pt 0pt 16pt 0pt;											/* Mozilla did double margins */

    min-width: 40%;														/* Lets not let get too small */

    padding: 0pt 0pt 0pt 0pt;

}



table.boxed th {

    background-color: #d4d4d4;

    border-bottom: 1px solid #aaaaaa;

    font-family: Arial;

    font-size: 10pt;

    font-weight: bold;

    padding: 2pt 2pt 1pt 2pt;

    text-align: left;

    vertical-align: bottom;

}



table.boxed td {

    padding: 1pt 2pt 1pt 2pt;

    vertical-align: top;

}



/*--------Listing Info-------*/
span.year {
	font-weight:bolder;
}
span.make {
	font-weight:bolder;
}
span.model {
	font-weight:bolder;
	font-size:90%;
}
span.count {
	font-weight:bolder;
	font-size:90%;
}
.pakID {
	position:absolute;
	bottom:0px;
	font-size:70%;
	width:165px;
	height:20px;
	_right: 0px;
}
*+html .pakID {
	position:absolute;
	bottom:0px;
	font-size:70%;
	width:165px;
	height:20px;
	right:0px;
}


ul.features {
	position:relative;
	list-style-type:none;
	left:75px;
	font-weight:bolder;
	line-height:-5px;
}
#right ul.sitemap {
	position:relative;
	left:50px;
	list-style-type:circle;
}
#right ul.sitemap li {
	list-style-type:circle;
}
ul.rentInc {
	position:relative;
	left:50px;
}
ul.proplist {
	list-style-type:none;
	margin-left:50px;
}
ul.landlordul {
	position:relative;
	left:50px;
	width: 500px;
}
ol {
	position:relative;
	left:25px;
}

a.currpage {
	color: white;
	width:15px;
	border:1px solid #00518F;
	background-color: #00518F;
	padding:3px;
}

a.pagenum {
	color:#000;
	width:15px;
	border:1px solid #00518F;
	background-color:#e2e7fd;
	padding:3px;
}

a.pagenum:hover {
	color: white;
	width:15px;
	border:1px solid #00518F;
	background-color: #00518F;
	padding:3px;
}
/*-------------------------IMAGE STYLES----------------------*/
img {
	border:none;
	margin:3px;
}
img.leftNavPic {
	position:relative;
	float:right;
}
img.moreImages {
	position:relative;
	display:inline;
}
img.radioIcon {
	margin:0;
	padding:0;
}
/*-------------------------LISTINGS----------------------*/
#listings {
	position:relative;
	bottom:0px;
	left:2px;
}

td.aListing {
	position:relative;
	border:1px solid black;
	width:165px;
	height:150px;
	text-align:center;
}
tr.row1 {
	background-color:#fffabe;
}
tr.row2 {
	background-color:#FFF;
}
/*-------------------------FORMS----------------------*/

input.btn {
	width:150px;
	border:1px solid #00518F;
	background-color:#fffca7;
}
input.btnSmall {
	width:30px;
	border:1px solid #00518F;
	background-color:#fffca7;
}
input.btn2 {
	width:125px;
	border:1px solid #00518F;
	background-color:#fffca7;
}
input.btn3 {
	width:90px;
	border:1px solid #00518F;
	background-color:#e2e7fd;
}
input.btn4 {
	border:1px solid #00518F;
	background-color:#e2e7fd;
}
input.btn5 {
	border:1px solid #00518F;
	background-color:#fffca7;
}
.widthed {
	width:270px;
}
.widthed2 {
	width:295px;
}
.widthed3 {
	width:200px;
}
.widthed4 {
	width:274px;
}
.widthed5 {
	width:170px;
}
.widthed6 {
	width:174px;
}
.widthedReq {
	width:270px;
	background-color:#fffde0;
}
.widthedYear {
	width:120px;
}
.widthedPrice {
	width:80px;
}
.widthedInput {
	width:266px;
}
.widthedInputReq {
	width:266px;
	background-color:#fffde0;
}