/* CSS Document */ 

/* { behavior: url(http://www.accessvacationrentals.com/iepngfix.htc); } */

body,html {
	margin:0;
	padding:0;
	text-align:center;
	
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

a{
	color:#0000CC;
	text-decoration:none;
}

a:hover {
	color:#EF9B00;
}

p {
	margin:0;
	width:99%;
	padding-bottom:10px;
}

.container{
	width:761px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.mainbody{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background: url(http://www.accessvacationrentals.com/images/translucent10.png);
	width:749px;
	
	padding:5px; 
}

.logo {
	float:right;
	width:200px;
	margin-bottom:10px;
}
.vacationrentals{
	/* background: url(http://www.accessvacationrentals.com/images/translucent1.png); */
	overflow:hidden;
	width:200px;
	margin-left:350px;
}


.splittable {
	width:79%;
}




.divbox, .divboxg, .divboxo{
	margin-bottom:5px;
}

.divbox .head, .divboxg .head, .divboxo .head{
	background:url(http://www.accessvacationrentals.com/images/blue_top_bar.png) left top no-repeat;
	height:21px;
	overflow:hidden;
	margin:0;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height: 20px;
}
.divbox .topright, .divboxg .topright, .divboxo .topright {
	float:right;
	margin:0;
	height:21px;
}
.divbox .body, .divboxg .body, .divboxo .body{
	border-left:1px solid #0044c1;
	border-right:1px solid #0044c1;
	text-align:left;
	/* PADDING HERE BREAKS IE!!!! */
}
.divbox .bottom, .divboxg .bottom, .divboxo .bottom {
	background:url(http://www.accessvacationrentals.com/images/blue_bottom_bar.png) left top no-repeat;
	height:6px;
	overflow:hidden;
}
.divbox .bottomright, .divboxg .bottomright, .divboxo .bottomright {
	margin:0;
	height:6px;
	float:right;
}
.divbox .padder, .divboxg .padder, .divboxo .padder {
	padding:5px;
	padding-bottom:0;
	overflow:hidden;
}

.divboxg .head{
	background:url(http://www.accessvacationrentals.com/images/green_top_bar.png) left top no-repeat;
}

.divboxg .bottom {
	background:url(http://www.accessvacationrentals.com/images/green_bottom_bar.png) left top no-repeat;
}
.divboxg .body{
	border-left:1px solid #008621;
	border-right:1px solid #008621;
}



.divboxo .head{
	background:url(http://www.accessvacationrentals.com/images/orange_top_bar.png) left top no-repeat;
	color:#008621;
}

.divboxo .bottom {
	background:url(http://www.accessvacationrentals.com/images/orange_bottom_bar.png) left top no-repeat;
}
.divboxo .body{
	border-left:1px solid #e9a930;
	border-right:1px solid #e9a930;
}
						


	

.homelist ul {
	width:110px !important;
	width:100px;
	float: left;
	margin-left:0;
	padding:5px 0px 10px 0px;
	margin-bottom:0px;
}

.homelist li {
	padding:0;
	list-style:none;
	list-style-type:none;
}

.homelist a {
	display:block;
	padding-left:16px;
	background:url(http://www.accessvacationrentals.com/images/bullet_orange.png) left center no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}		

.homelist a:hover{
	background-image:url(http://www.accessvacationrentals.com/images/bullet_green.png);
}

.statelist h1 { }

.statelist ul {
	margin:0;
	padding:0;
	margin-bottom:10px;
	clear:both;
}
.statelist li {
	display:block;
	float:left;
	width:120px;
	padding-left:16px;
	margin:1px;
	background:url(http://www.accessvacationrentals.com/images/bullet_orange.png) left center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



.leftlist ul {
	width:100px;
	margin:0;
	padding:0;
}

.leftlist li {
	padding:0;
	list-style:none;
	list-style-type:none;
}

.leftlist a {
	display:block;
	padding-left:16px;
	background:url(http://www.accessvacationrentals.com/images/bullet_green.png) left center no-repeat;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}		
	


h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	
 }

h1 {
	font-size:18px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:normal;
	clear:left;
}	
	
hr {
    border: 0;
    color: #19B1E9;
	background-color: #19B1E9;
	height: 1px;
	clear:both;
}	


.otherlinks a{
	margin-left:10px;
	display:block;
	float:left;	
	width: 80px;
	font-size:15px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:16px;
	background:url(http://www.accessvacationrentals.com/images/flag_green.png) left center no-repeat;
}	









.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.wrapfix {
	white-space: pre-wrap; /* css-3 */
	/* white-space: -moz-pre-wrap;  Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}









.thumbnail{
	border:1px solid #000000;
}
.homefeatured{
	text-align:center;
}	

.homefeatured .thumbnail {
	margin-right:3px;
}	

.homefeatured h2 {
	font-size:12px;
	text-align: center;
	line-height:12px;

}

.homefeatured h3 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin: 5px 0 5px 0;
	line-height:12px;
}

.homefeatured p {
	text-align:justify;
}




.innerfeatured{
	text-align:center;
	padding:5px;
	
}	
.innerfeatured .thumbnail {
}	

.innerfeatured h2 {
	font-size:12px;
	text-align: center;
	line-height:12px;

}

.innerfeatured h3 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin: 5px 0 5px 0;
	line-height:12px;
}

.innerfeatured p {
	padding-bottom:3px;
}	
			

a.button{
	display:block;
	width:95%;
	text-align:center;
	background-color:#F3DFAF;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:bold;
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	
}
a.button:hover{
	background-color:#EEC068;
}

.snapshot{
	float:left;
	width:137px;
	text-align:center;
	margin:5px;
	padding:3px;
	background:none;
}
	
.snapshot h3{
	font-size:12px;
}

.snapshot p {
	margin:0;
	padding:0;
}			

 
.search{
	width:200px;
	background: url(http://www.accessvacationrentals.com/images/translucent10.png);
	text-align:left;
	float:left;
	margin-left:3px;
	margin-top:17px;
	overflow:hidden;	
}

.search .textbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	padding-left:23px;
	width:100% !important;
	width:172px;
	border:1px solid #19B1E9;
	background:none;
	margin:1px !important;
	margin:0 1px 0 1px;
	background:url(images/magnifier.png) left top no-repeat;
	overflow:hidden;
	
}

.statelist .rightlink{
	width:250px;
	float:right;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	
}	

.ls .description{
	width:260px;
	float:left;
	border-right:1px solid #E9EBF3;
	height:90px;
	padding:0 3px 0 3px;
}

.ls .specs {
	width:185px;
	float:left;

}
.ls .specs p {
	padding:0;
	font-weight:bold;
	clear:left;
}
.ls .specs b {
	display:block;
	width:75px;
	text-align:right;
	float:left;
	font-weight:normal;
	margin-right:3px;
}

a.orange_button{
	display:block;
	width:182px;
	height:19px;
	background:url(http://www.accessvacationrentals.com/images/orange_button.gif) 0 0 no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.orange_button:hover{
	background-position:0 -19px;
}					

.radios{
	background-color:#33CC00;
	width:100px;
	text-align:left;
	display:inline;
}

.form {
	text-align:left;
}		

.form select{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	width:120px;
}

.form .smaller{
	width:50px;
}	

.form label{
	display:block;

	width:100px;
	text-align:left;
}	

.form .submit{
	width:100%;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
}

.msg {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
}





.mainimage {
	text-align:left;
	padding:15px 28px 0px 26px;
	background:url(http://www.accessvacationrentals.com/images/shadow.png) top left no-repeat;
	width:auto !important;
	width:320px;
}
.mainimage img{
	border:1px solid #000000;
}
.mainimage p {
	padding-top:3px;
	font-weight:bold; 
	text-align:center;
	width:370px;
}		
.details{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.details .ls p {
	padding:0;
	font-weight:bold;
	padding-bottom:3px;
}
.details .ls b {
	display:block;
	text-align:left;
	font-weight:normal;
	width:auto;
}
.details .ls .specs b {	width:55px; }
.details .ls .specs { width:auto; }	

.photos {
	text-align:center;
}
.photos img {
	border:1px solid #000000;
	margin:10px 0 0 0;			
}
.photos h3 {
	font-size:11px;
	font-weight:bold;
}

p.citystate {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
}
	
	
.amenities ul {
	margin:0;
	padding:0;
}

.amenities li {
	padding:0;
	list-style:none;
	list-style-type:none;
	width:120px;
	padding-left:16px;
	background:url(http://www.accessvacationrentals.com/images/bullet_orange.png) left center no-repeat;
	line-height:15px;
	font-weight:bold;
}	
	
.owner ul, .owner li {list-style-type:none; padding:0; margin:0; overflow:hidden; }
.owner h3 { font-size:12px; font-weight:bold; font-style:normal; }

ul.rates { margin:0; padding:0; width:99%; overflow:hidden; }
ul.rates li { margin:0; padding:0; list-style:none; list-style-type:none; padding-left:16px; line-height:15px;
	background:url(http://www.accessvacationrentals.com/images/bullet_green.png) left center no-repeat; }

.addinfo h2 {
	font-size:12px;
}	

.field {border:1px solid #666666; padding-left:2px; margin:2px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; background-color:#FFFFFF; }

.info{
	font-size:11px;
}

.description * {
	display: compact;
	margin:0; 
	padding:0;
}	

.navpath {
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:5px;
}	

.navpath h1 {
	font-size:16px;
	font-weight:bold;
}		

.navpath h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}	

.compact {
	margin-left:6px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
}

.compact .description {
	padding-left:3px;
	text-align:justify;
	overflow:hidden;
}		

.compact .thumbnail {
	width:70px;
	height:50px;
}

.compact .viewlink {
	display:block;
	font-weight:bold;
}	

.statelist h3 {
	margin-left:6px;
	clear:both;
	font-size:12px;
	margin-bottom:4px;

}	

.disclaimer {
	text-align:right;
	font-size:9px;
	margin-right:4px;
	margin-top:10px;
}	

.pagesplit {
	font-size:11px;
	font-weight:bold;
}


