/***********************************************/
/* Style Sheet for Passport Villas             */
/* Developed by Southside Consulting, Inc.      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

#wrapper {
   width: auto;
   height: auto;
   }
#top {
	display: none;
	position: absolute;
}

#homecontainer {
	background-color: #FFFFFF;
	background-image: url(images/PPVBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 600px;*/
	/*width: 770px; */
	min-height: 600px;
	height: 600px;
	width: expression(document.body.clientWidth-225 + "px");
	float: left;
}


.floatleft {
	list-style: disc;
	text-align: left;
}


#homecontainer2 {
	background-color: #FFFFFF;
	background-image: url(images/PPVInfoBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 600px;
	height: 100%;
	/*width: 770px;*/
	width: expression(document.body.clientWidth-225 + "px");
	/* max-width: 1080px; */
	max-width: 1125px;
	float: left;
}

#homecontainer2 #maincontent li {
	float:right;
}
#homecontainer2 #maincontent ul {
	margin: auto;
	text-align:justify;
	width: 100%;
}


html, body, #wrapper {
    min-height: 100%;
	min-width: 950px;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
	line-height: 1.3;
}
.short {line-height: 1;}

.QVF {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
    color: #FFFFFF;
	}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 20pt;
	/*color: #334d55;*/
	color: #193c7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-style: italic;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
 	font-size: 16pt;
 	color: #006699;
}

h3{
	font-size: 14pt;
	/*color: #334d55;*/
	color: #193c7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h4{
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5{
	font-size: 14pt;
	/*color: #334d55;*/
	color: #193c7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-style: italic;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px 0px;
	width: 100%;
}

#navBar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	top: 0px;
	height: 100%;
	width: 175px;
	float: right;
}

#navBar img {
    margin: 1px 1px 1px 1px;
	}

#navBarLeft{
    margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 129px;
	width: 75px;
	height: 600px;
	color: #003399;
	text-align: right;
}

#content{
	float: right;
	width: 450px;
	padding: 0px 10px 0px 0px;
	height: 300px;
	font-size: 10pt;
	margin-top: 60px;
	text-align: right;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #siteInfo styles ***************/

#siteInfo{
	width: 100%;
	min-width: 760px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 10px 10px 10px;
	background-color: #3399CC; 
	clear: both;
	/* position: fixed; 
	position: relative;
	left: 0;*/
	float: left;
}

.siteInfo{
	font-size: 75%;
	color: #FFFFFF;
	background-color: #3399CC;
}

#siteInfo a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*#homecontainer2 ul {
	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	}*/
	
#homecontainer2 li {
    
    }
	
#homecontainer2 a:link, #homecontainer2 a:visited, #homecontainer2 a:hover {
    padding: 3px 5px 2px 5px;
	text-decoration: underline;
	}

ul.islands {
	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	}
ul.specials {
	text-align: left;
	list-style: disc;
}
	
#LeftNav {
	position:absolute;
	left:8px;
	top:303px;
	width:184px;
	height:141px;
	z-index:1;
	font-size: 9pt;
	font-family: "Courier New", Courier, mono;
	color: white;
}

#LeftNav2 {
	position:absolute;
	left:8px;
	top:383px;
	border: solid #003399 1px;
	z-index:1;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #103C85;
	background-color: #35ADBD;
}
#LeftNavDetail {
	position:absolute;
	left:68px;
	top:175px;
	width:184px;
	height:141px;
	z-index:1;
	font-size: 9pt;
	font-family: "Courier New", Courier, mono;
}
#welcome {
	/*position:absolute;
	left:382px;
	top:87px;
	z-index:2; */
	float: left;
	padding-top: 87px;
	padding-left: 340px;
	width:425px;
	height:186px;
	text-align: right;
	font-size: 9pt;
}
#maincontent {
	/* position:absolute;
	left:275px;
	top:58px;
	z-index:2; */
	float: left;
	padding-top: 58px;
	padding-left: 275px;
	width:483px;
	height: 100%;
	text-align: right;
	font-size: 9pt;

}

#detailwrapper {
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 87px;
	padding-left: 10px;
}

#detailbody {
	/* position:absolute;
	left:382px;
	top:87px;
	width:360px;
	z-index:2; */
	float: left;
	padding-top: 100px;
	padding-left: 330px;
	width: 360px;
	height: 100%;
	text-align: left;
	font-size: 9pt;
}
#detailbody2 {
	/*position: absolute;
	left: 350px;
	top: 97px;
	z-index:0;*/
	float: left; 
	padding-top: 45px;
	width: 463px;
	height: 100%;
	text-align: left;
	font-size: 9pt;
}
#detailimage1 {
	float: right;
	padding: 5px;
	width: 260px;
	text-align: center;
}
#detailimage2
 {
	float: left;
	padding: 250px 5px 5px 5px;
	width: 310px;	
	text-align: center;
}
#detailimage3 {
	float: left;
	padding: 30px 5px 5px 5px;
	width: 310px; 
	text-align: center;
}
.detailimage4 {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 310px;
	text-align: center;
}

.navimage {
	background-color: #0C3D91;
}

.navimage img {
	border: 0;
}

.textright {
	text-align: right;
	margin-right: 5px;
}
.textleft {
	text-align: left;
	margin-left: 5px;
}
.textcenter {
	text-align: center;
}


#maincontent {
	/* position:absolute;
	left:275px;
	top:58px;
	z-index:2; */
	float: left;
	padding-top: 58px;
	padding-left: 275px;
	width:483px;
	height: 100%;
	text-align: right;
	font-size: 9pt;

}

#maincontent2 {
	/* position:absolute;
	left:273px;
	top:100px; -- 58 
	z-index:2;*/
	float: left;
	padding-top: 100px;
	padding-left: 273px;
	width:483px;
	height: 100%;
	text-align: left;
	font-size: 9pt;

}

.navlink {
	background-color: #FFFFFF;
	text-align: right;
	}

#PhoneNum {
	position:absolute;
	width:201px;
	height:35px;
	z-index:3;
	left: 85px;
	top: 174px;
	text-align: center;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}

#PhoneNum2 {
	position:absolute;
	width:201px;
	height:35px;
	z-index:3;
	left: 1px;
	top: 107px;
	text-align: center;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}

#homeimage {
	position:absolute;
	/* left:490px; */
	left:425px;
	top:307px;
	/*width:250px;*/
	width:338px;
	height:167px;
	z-index:4;
}
#homeimage li {
	float:right;
	list-style: none;
}
#homeimage ul {
	margin: auto;
	text-align:right;
	width: 100%;
	font-size: small;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}
#leftside {
	float: left;
	height: auto;
	width: 770px;
}


#footer
{
position: relative;
z-index: 2;
margin-top: -7.5em;
} 
.floatright {
	float: right;
}

#navBar .navtable tr {
	height: 100px;
	width: 75px;
}

.clearer {
	clear:both;
}
.carrentals {
	width: 100%;}
.rentalname {
	width: 125px;
	}
.rentalnumber {
	width: 125px; 
	}
.rentalwebsite {
	}
.image-left {
	float: left;
	clear: left;
	margin-right: 5px;
}
.image-right {
	float: right;
	clear: right;
	margin-left: 5px;
}

/* IE minwidth hack */
.wrap-width {
	width:100%;
	min-width:950px;
}

* html .wrap-minwidth {
	padding-left:950px;
}

* html .wrap-container {
	margin-left:-950px;
	position:relative;
}

/*\*/
* html .wrap-minwidth, * html .wrap-container, * html .wrapper, * html .wrap-layout  {
	height:1px;
}
/**/

/*1260 - breaks  */
/*1200 - ok - not wide enough */
/*1280 - breaks*/
/* 1240 - breaks*/
/* 1210 - */
.wrap-width-detail {
	width:100%;
	min-width:1310px;
}

* html .wrap-minwidth-detail {
	padding-left:1310px;
}

* html .wrap-container-detail {
	margin-left:-1310px;
	position:relative;
}


/*\*/
* html .wrap-minwidth-detail, * html .wrap-container-detail, * html .wrap-layout-detail  {
	height:1px;
}
/**/
.bottomline {
   font-size: 100%;
   text-align: left;
}
#bottom {
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 600px;
	max-width:100%;
	text-align: left;
	font-size: 75%;
}

.dark a {color: #000066;}
#specials-badge {
	position: absolute;
	top: 275px;
	left: 220px;
}
.small {
	font-size: smaller;
}