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

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

/* notes 

burg #700000
logo red #830000
bg green #7A7700
content bg #EEECDA

*/

/* global tags */

* {

	}
	
body {
	border:0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#CDC698;
	margin-top:0px;
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
h1 {
	font-size:130%;
	color:#700000;
	margin-top:20px;
	}
	
h2 {
	font-size:100%;
	color:#700000;
	}
	
h3 {
	font-size:100%;
	color:#ffffff;
	}
	
p {
	font-size:80%;
	line-height:150%;
	}
	
ul li {
	list-style-type:square;
	margin:3px 0px 10px 15px;
	font-size:80%;
	}
	
ol li {
	margin:3px 0px 3px 15px;
	font-size:80%;
	}
	
img {
	border:0;
	margin:0;
	padding:0;
	}
	
img a {
	border:0;
	margin:0;
	padding:0;
	}

/* div tages */


	
/* nav and links */

a:link {
	color:#87803F;
	text-decoration:none;
	font-weight:bold;
	}
	
a:visited {
	color:#87803F;
	text-decoration:none;
	font-weight:bold;	
	}
	
a:active {
	color:#87803F;
	text-decoration:none;
	font-weight:bold;	
	}
	
a:hover {
	color:#87803F;
	text-decoration:underline;
	font-weight:bold;	
	}
	
a:focus {
	color:#87803F;
	text-decoration:underline;
	font-weight:bold;	
	}
	
#callout a:link {
	color:#D9D400;
	text-decoration:none;
	font-weight:bold;
	}
	
#callout a:visited {
	color:#D9D400;
	text-decoration:none;
	font-weight:bold;	
	}
	
#callout a:active {
	color:#D9D400;
	text-decoration:none;
	font-weight:bold;	
	}
	
#callout a:hover {
	color:#D9D400;
	text-decoration:underline;
	font-weight:bold;	
	}
	
#callout a:focus {
	color:#D9D400;
	text-decoration:underline;
	font-weight:bold;	
	}
	

/* tables */

#leaseback_table {
	padding:0px;
	margin:0px;
	border:1px;
	}

	
/* classes */

.footertext {
	font-size:70%;
	text-align:center;
	border-top:1px #B6AD61 dotted;
	margin:5px 20px;
	padding-top:5px;
	}
	
.callouttext {
	color:#ffffff;
	}

.floatleft {
	float:left;
	margin:10px 10px 10px 0px;
	}
	
.floatright {
	float:right;
	margin:10px 0px 10px 10px;
	}

.clear {
	clear:both;
	}
	
#napa, #paris, #sydney {
	padding:5px;
	border:1px #ffffff solid;
	}