@charset "utf-8";
/* CSS Document */

body							{
	background:#011320 url(../images/backgrounds/lodge_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#column1						{
	position:absolute;
	display:inline-block;
	width:564px;
	height:auto;
	top:10px;
	left:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	z-index:500;
	word-spacing:normal;
	padding:20px 20px 20px 40px;
	background-color:#011320;
}

#column2						{
	position:absolute;
	display:block;
	margin-left:40px;
	width:340px;
	height:auto;
	top:10px;
	left:610px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#FFF;
	z-index:500;
	word-spacing:normal;
	padding:20px 10px 20px 10px;
	background-color:#011320;
}

h1								{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	line-height: 38px;
	font-weight:lighter;
}

#lodge1							{
	position:absolute;
	display:inline-block;
	width:320px;
	height:240px;
	top:60px;
	left:680px;
	border:ridge 4px #FFF;
	padding: 0px 0px 0px 0px;
}

#lodge2							{
	position:absolute;
	display:inline-block;
	width:300px;
	height:160px;
	top:330px;
	left:700px;
}

#lodge3							{
	position:absolute;
	display:inline-block;
	width:300px;
	height:300px;
	top:520px;
	left:700px;
}

#reason_button			    {
    /* display: block; */
	float:left;
    width: 300px;
    height: 160px;
    background:url(../images/lodge/ten_reasons.jpg) no-repeat 0 0;
}

#reason_button:hover			    { 
    background:url(../images/lodge/ten_reasons1.jpg) no-repeat 0 0;
}

.bottom_container_lodge			{
	position:absolute;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#011320;
	border-top:1px;
	border-top-color:#333;
	border-top-style:solid;
	min-height:200px;
	margin-top:940px;
	margin-left:12px;
	z-index:10000;
}
#report_button			    {
    /* display: block; */
	float:left;
    width: 280px;
    height: 368px;
    background:url(../images/guides/cover1a.jpg) no-repeat 0 0;
}


