/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#layGlobalWrapper {
 overflow: hidden;
}

#layMainMenu li ul {
    display: none !important;
	}

#footCenter {
	position:absolute;
	left:585px;
	bottom:250px;
	width:107px;
	height:45px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:1;
}

#footCenter a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#footLeft a:hover {
	
}

#homepageContent {
    background-image: url("../images/bg-contentbtm-home.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0px 0;
    text-align: left;
    width: 751px;
}
	
#layFooterWrapper {
    background-image: url("../images/bg-footer-home.jpg");
    height: 131px;
}
	
#footLeft {
	top:6px;
	width:107px;
	height:45px;
}

#footLeft a {
 
}

#footLeft a:hover {
	background-image:url(../images/inns-on-home.jpg);
}


#footRight{
	top:6px;
	right:294px;
	width:107px;
	height:45px;
}

#footRight a {
 
}

#footRight a:hover {
	background-image:url(../images/art-on-home.jpg);
}


.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	width: 770px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#homepagePod1 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
	width: 236px;
	float: left;
	padding: 10px; margin:0px;
}


.gallerycontainer td{
	line-height: 0px;
	}
	
#layPodWrapper {
    background-color: #E8E3B9;
    border-left: 11px solid #242021;
    height: auto;
    padding: 10px 20px;
    width: 690px;
}

.pod {
    float: left;
    height: auto;
    width: 222px;
}

.podTitle {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.podContent {
    padding: 10px 20px;
}

#pod2{
    background-image: url("../images/middlepod.gif");
    background-position: left top;
    background-repeat: no-repeat;
    width: 244px;
}

.podContent a, .podContent a:active, .podContent a:visited {
	text-decoration: none;
	color:#4a7395;
	}
	
.podContent a:hover {
	text-decoration: underline;
	color:#4a7395;
	}
