/* Override some poor defaults */
a img 
{
	border-style:none;
}
p 
{
	margin-top:0;
	margin-bottom:1.2em; /* (1 line at standard leading) */
	line-height: 1.4em;
}

/* Basic style info */
body
{
	margin: 20px 0 20px 0;
	font:0.7em Verdana, sans-serif;
	text-align: center; /* center page*/
}

a 
{
	color:Blue;
	text-decoration:underline;
}
a:hover 
{
	color:Blue;
	text-decoration:underline;
}

/* Classes */
.nodiscountserror
{
	font-weight: bold;
	margin-left: 27px;
	margin-bottom: 20px;
	font-size: 130%;
	color: #6B6158;
	display:block;
}
/* Part of the Skip Navigation stuff for the benefit of screenreaders*/
p.hide 
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}



/* Style for major page areas */
#page{
	width: 758px; /*IE 5 needs 760px*/
	border: 1px solid black;
	margin: 0px auto; /*center page*/
	text-align:left;
	position:relative;
}
#header
{
	padding:0px;
	
}
#header .topnav {
	padding:0;
	background: #000000 url(../img/topnav_bg.gif) repeat-x left top;
}
#header .topnav img.topnavoc{
	margin-right:130px;
}
#content
{
	padding:0px;
}

#content p {
	color:#333333;
	margin: 27px;
	font-style: italic;
}
#content h2 {
	font-style: italic;
	font-weight: bold;
	color: #B29781;
	font-size: 125%;
	text-align: right;
	margin-right: 27px;
	margin-bottom:10px;
}

#content .specialWrap {
	float:left;
	background: #EFEAE6 url(../img/special_bg.gif) repeat-y left top;
	width:100%;
	padding-bottom:0;
	margin-bottom: 30px;
}
/*Left Float: contactInfo*/
#content .specialWrap .contactInfo {
	float:left;
	width: 285px;
	/*border: 1px solid green;*/
}

#content .specialWrap .contactInfo h3 {
	margin:0;
	padding: 0 25px 5px 27px;
	font-size: 110%;
	background: url(../img/hotel_bg.gif) no-repeat left bottom;
}
#content .specialWrap .contactInfo img {
	margin: 20px 0 10px 27px;
	border: 2px solid white;
}
#content .specialWrap .contactInfo address {
	color: #6B6158;
	font-style: normal;
	padding: 0 15px 5px 27px;
}
#content .specialWrap .contactInfo a {
	color: #6B6158;
	font-weight: bold;
	text-decoration:none;
	display:block;
	margin-bottom: 10px;
}
#content .specialWrap .contactInfo a:hover {
	text-decoration: underline;
}
/* Right Float: discountInfo*/
#content .specialWrap .discountInfo {
	float:right;
	width: 467px;
	padding: 20px 0px 0px 0px;
	/*border: 1px solid blue;*/
	color: #E67A3D;
}
#content .specialWrap .discountInfo h4, #content .specialWrap .discountInfo h5, #content .specialWrap .discountInfo p {
	margin:0 10px 0 24px;
}
#content .specialWrap .discountInfo h4 {
	font-size: 200%;
}
#content .specialWrap .discountInfo h5 {
	font-size:175%;
}
#content .specialWrap .discountInfo p {
	margin-top:10px;
	margin-bottom: 20px;
}
#content .specialWrap p.disclaimer{
	font-size: 80%;
	color: #6B6518;
	font-style: italic;
	background-color: #E4DBD3;
	margin:0;
	padding: 10px 10px 10px 24px;
}

#footer
{
	clear:both;
}
#footer .botinfo {
	padding:0;
	margin:0;
	background: #000000 url(../img/topnav_bg.gif) repeat-x left top;
}
#footer .botinfo p { 
	color:#EBD254; 
	float:right; 
	font-weight:bold; 
	margin:10px 10px 0 0;
}

