/*Global*/
body {
	margin:0;
	background:url(../images/bg-body.jpg) repeat-x;
	font:12px/14px "Myriad Pro",Arial, Helvetica, sans-serif;
}
img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/*Container*/
#container {
	width:849px;
	margin:0 auto;
	position:relative;
	padding-top:250px;
	margin-top:65px;
	background:url(../images/bg-container.jpg) repeat-y;
}
/*Header*/
#header {
	position:absolute;
	top:0;
	left:0;
	width:803px;
	height:209px;
	padding:41px 0 0 46px;
}
/*Logo*/
h1.logo {
	margin:0;
}
h1.logo a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:92px;
	height:71px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:373px;
	top:5px;
	cursor:pointer;
	z-index:10;
}
/*Navigation*/
.nav-holder {
	height:42px;
	width:881px;
	position:absolute;
	left:-19px;
	top:21px;	
}
.navigation {
	background:url(../images/bg-mainnav.png) no-repeat;
	height:42px;
	width:881px;
}
ul.nav1, ul.nav2 {
	margin:0;
	padding:15px 0 0;
	list-style:none;
	font-size:11px;
	letter-spacing:0px;
	position:relative;
}
ul.nav1 {
	float:left;
	padding-left:7px;
}
ul.nav1 li{
	float:left;
	padding-left:23px;
}
ul.nav1 li a{
	color:#fff;
}
ul.nav1 li a:hover{
	color:#e4d590;
	text-decoration:none;
}
ul.nav2 {
	float:right;
	padding-right:18px;
}
ul.nav2 li{
	float:left;
	padding-left:20px;
}
ul.nav2 li a{
	color:#fff;
}
ul.nav2 li a:hover{
	color:#c93;
	text-decoration:none;
}
/*Flash box*/
.flash-box {
	width:760px;
	height:209px;
}
a.book {
	display:block;
	text-indent:-9999px;
	width:81px;
	height:81px;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/icon-book.png) no-repeat;
	position:absolute;
	left:34px;
	top:185px;
}
/*Content*/
#content {
	color:#ffc;
	padding:5px 0 98px;
	height:1%;
	overflow:hidden;
}
#content h2{
	margin:0;
	color:#ecd7c2;
	text-align:center;
	font-size:98px;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	height:42px;
	padding-top:2px;
	padding-bottom:35px;
	overflow:hidden;
}
#content p.intro{
	margin:0;
	text-align:center;
	padding:15px 0 0 25px;
	word-spacing:1px;
}
img.house {
	display:block;
	position:absolute;
	bottom:0;
	left:303px;
}
/*Two columns*/
.two-columns {
	overflow:hidden;
	height:1%;
	padding:21px 43px 0 46px;
}
#content a{
	color:#9cf;
}
#content p{
	margin:0;
	padding-bottom:15px;
}
.first-column {
	float:left;
	width:345px;
	padding-right:30px;
}
.second-column {
	float:right;
	width:341px;
}
/*Footer*/
#footer {
	margin:0 auto;
	width:849px;
	text-align:center;
	color:#fff;
	padding:9px 0 20px;
	word-spacing:1px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	padding-left:10px;
}
#footer ul li a{
	color:#fff;
}
#footer ul li span{
	padding-left:5px;
}
span.note {
	display:block;
	font-size:10px;
}
/*Inner page*/
.images-box {
	height:207px;
	width:762px;
	margin-left:-2px;
}
.images-box img{
	float:left;
}
/*Three-columns*/
.three-columns {
	overflow:hidden;
	height:1%;
	padding:15px 43px 0 45px;
	margin-bottom:-55px;
}
.three-columns .first-column {
	float:left;
	width:298px;
	padding-right:15px;
}
.center-column {
	float:left;
	width:126px;
}
.center-column img{
	display:block;
	padding-bottom:18px;
}
.three-columns .second-column {
	float:left;
	width:306px;
	padding-left:15px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash #content h2 {
	visibility: hidden;
	font-size:98px;
	margin:-5px 0 0 -8px !important;
}
