/* CSS for Arvada Website */

/* Generic Styles*/

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#ffffff;
	width:1024px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;	

}

h3{
	margin-bottom: 0px;
}

p{
	margin-top: 0;
}

a{
	color: #000000;
}

a img {
	border: 0;
}

table td {
	vertical-align: top;
}

#main {
	width: 1024px;
	height: 768px;
}

#header{
	width: 1024px;
	height: 175px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#logo {
    padding: 175px 0 0 0;
    overflow: hidden;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
	width: 1024px;
    height: 0px !important;
    height /**/:175px;
	margin:0;
}

#header img{
	position: relative;
	top: -170px;
	left: 735px;
	z-index: 10;
}

#menu{
	height: 62px;
	background: #678f39;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#content {
	float: left;
	width: 1024px;
	height: 447px;
	background: #fefecc;
	color: #000000;
	margin: 0;
	padding-left: 0;
}

#contentLeft{
	float: left;
	width: 382px;
	margin: 0;
}

#contentRight{
	float: left;
	width: 612px;
	height: 407px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 10px 0px;
	background: #cccc9a;
	color: #000000;
	overflow: auto;
}

#footer{
	float: left;
	width: 1024px;
	background: #678f39;
	color: #ffffcb;
	height: 125px;
}

#footerAddress {
	float: left;
	line-height: 5px;
	margin: 5px 0 0 5px;
}

#footerAddress a {
	color: #ffffcb;
	text-decoration: underline;
}

.footerButton {
	float: left;
	border: 0;
	margin: 10px 0 5px 5px;
}


#footerTerms {
	float: left;
	margin: 10px 10px 0 0;
	line-height: 10px;
	text-align: left;
}

#footerTerms a {
	color: #cccc9a;
	text-decoration: underline;
}
#footerXmas {
	color: #990000;
 	float: left;
	margin: 10px 10px 0 0;
	line-height: 10px;
	text-align: left;
	text-decoration: none;
}

#footerXmas a {
	color: #990000;
	text-decoration: underline
}

.roomThumb{
	float: left;
	margin: 10px 10px 0 10px;
}

#tariffTable {
	width: 500px;
	margin-bottom: 20px;
}

.tariffTablePrice {
	width: 75px;
}

#tariffTable p {
	margin: 10px 0 10px 0;
}

.quote{
	margin: 20px 0 10px 20px;
	font-style: italic;
	font-weight: bold;
}
