/* GENERAL RULES */

html {
	height:100%;
	}
body {
	background-color: #fff;
	font-family:Verdana,Arial,sans-serif;
	color:#666;
	margin: 0;
	padding:0;
	height:100%;
}

a, a:visited, a:active {
	color:#74521F;
	}
a:hover {
	color:#74521F;
	background-color:#E8E3DA;
	
	}
	
img {
	border: 0;
	margin:0;
}
p {
	line-height: 1.5em;
	margin: 0 10px 1em 20px;
	font-size:95%;
}

table.rates {
	margin:0 20px 1em 20px;
	width:247px;
	}
table.rates p.rate {
	line-height: 1.5em;
	margin: 0 0px 0.5em 6px;
	font-size:75%;
}
	
table.RMrates {
	margin:5px 0px 1em 0px;
	width:397px;
	}
table.RMrates p.RMrate {
	line-height: 1.5em;
	margin: 0 0px 0.2em 6px;
	font-size:85%;
}	

p.rm {
	line-height: 1.5em;
	margin: 0 20px 1em 20px;
	font-size:95%;
}
li {
	list-style-image:url(images/bullet.gif);
	font-size:95%;
	margin: 0 10px 0.5em 0;
}
p.jumplinks {
	line-height: 1.5em;
	margin: 0 20px 1em 20px;
	font-size:75%;
}

table.postcard p {
	margin: 0 5px 5px 15px;
	}
table.footer p {
	margin: 0 0 1em 0px;
	font-size:80%;
}
p.right {
	text-align:right;
	}
table {
	border: 0;
	margin: 0;
}
td,th {
	padding: 0;
	vertical-align:top;
}

table.main {
	width:900px;
	}
table.indexBelowFold {
	width:900px;
}

table.floatRight {
	float:right;
	margin:0 0 5px 10px;
	}
table.floatLeft {
	float:left;
	margin:8px 10px 8px 20px;
	}
.floatLeft {
	float:left;
	margin:8px 10px 8px 0;
	}
.floatRight {
	float:right;
	margin:0 0 5px 10px;
	}	
img.subhead {
	margin:4px 0 3px 0;
	}
img.head {
	margin:0 0 -5px 0;
	}

p.buttons {
	text-align:right;
	margin:2em 0 2em 20px;
	}
p.buttons img {
	margin-left: 15px;
	}
p.buttons a:hover {
	color:#fff;
	background-color:#fff;
	}
	
ul#nav {
	text-align:center;
	}
ul#nav li {
	display:inline;
	font-weight:bold;
	font-size:130%;
	}
ul#nav li a {
	text-decoration:none;
	padding:5px;
	}
	
div#flashHeader {
	width:900px;
	}
div#headerPics {
	margin-right:-2px;
	}
div#headerPics img {
	border-right:1px solid #fff;
	}
div#body {
	text-align:center;
	height:100%;
	}
div#indexTop {
	height:auto;
	margin:0 auto;
	width:900px;
	}
div#indexBottom {
	margin:0 auto;
	width:900px;
	text-align:left;
	height:auto;
	}

@media handheld, only screen and (max-device-width: 480px) {
    /* overrides or style additions for iPhone */

div#body {
	height:auto;
	}
div#indexTop {
	height:auto;
	}
}

