@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/hotelroofstructure.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	behavior: url(css/PIE.htc);
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-box-shadow: 5px 5px 5px  #999999;
	-moz-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;
	
} 
.twoColFixLtHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #636163;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	font-variant: normal;
	padding-top: 10px;
	font-weight: bold;
}
.h2 {
	font-size:14px
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #E9E9E9;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainimage {
	background-position: right;
	position: relative;
	visibility: visible;
	float: right;
	height: 200px;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
}
#headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 190px;
	position: relative;
	top: 136px;
}
#headertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 190px;
	position: relative;
	top: 20px;
	float: right;
	padding-right: 10px;
}
.twoColFixLtHdr #container #header new text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #636563;
}
.twoColFixLtHdr #container #header img {
	text-decoration: none;
}
img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent a {
	color: #FF3300;
}
.twoColFixLtHdr #container #mainContent a {
	color: #B1992D;
}
.twoColFixLtHdr #container #mainContent p2 {
	font-size: 9px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footerOmega2 {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
}
.contentbolder      {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.twoColFixLtHdr #container #header #headertext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
}
.rightsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.adverttext {
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-left: 5px;
	width: 140px;
}
.yourrichmond {
	color: #B1992D;
}

