/* -------------- LAYOUT -------------- */
body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
}

#mainContainer {
	display: table;
	width: 800px;
	height: auto;
	border: 1px solid #FFFFFF;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

.home #topSpan {
	width:800px ;
	height: 139px;
	background-image:url(images/homeTopSpanBG.jpg);
	
	}

.home #logoArea {
width:405px ;
	height: 139px;
	float: left;

	
}

.home #topRight {
width:391px ;
padding: 3px 4px 0px 0px;
	height: 136px;
	text-align: right;
	float:left;
	

}

.home #secondContainer {
	width: 800px;
	margin: 0px;
}

.home #collageColumn {
	float: left;
	width: 315px;
	display: block;
	margin: 0px;

}

.home #announcementsBox {
float: left;
	background:url(images/homeAnnouncements.jpg) no-repeat;
	clear:left;
	width: 295px;
	height: 234px;
	padding-top: 40px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	
}

.home #contentColumn {
	float: right;

	width: 289px;
	height: 550px;
	display: block;
	padding: 80px 16px 0px 16px;
	background-image:url(images/homeContentBG.jpg);
	background-repeat: no-repeat;
}


.home #navColumn {
	float: left;
	width: 163px;
display: block;

}

.highlight1 {
}

.highlight2 {
}

#collageColumn span.highlight1, .highlight1 {
color:#FF0000;
display: inline;

} 

#collageColumn span.highlight2, .highlight2 {
color: #0033CC;
display:inline;
}

.interior #topSpan {
	width:800px ;
	height: 118px;
	background-image:url(images/interiorTopSpanBG.jpg);
	
	}

.interior #logoArea {
width:405px ;
	height: 118px;
	float: left;

	
}

.interior #topRight {
width:391px ;
padding: 3px 4px 0px 0px;
	height: 115px;
	text-align: right;
	float:left;
	

}

.interior #secondContainer {
	width: 800px;
	margin: 0px;
}

.interior #collageColumn {
	float: left;
	width: 0px;
	display: none;
	margin: 0px;

}

.interior #navColumn {
	float: left;
	width: 163px;
display: table;
}

.interior #contentColumn {
	float: left;
	width: 565px;
	height: auto;
	display: block;
	padding: 20px 16px 30px 40px;
	
	background-image:url(images/interiorContentBG.jpg);
	background-repeat:repeat-y;
	
}

.type {
display: block;
width: 530px;
float: right;

margin-bottom: 20px;
margin-right: 10px;
padding: 15px;
background-color:#FFFFCC;
}

.providers {
display: block;
width: 530px;
float: right;

margin-right: 10px;
margin-bottom: 20px;
padding: 15px;
background-color:#FFFFFF;
}

.prices {
display: block;
width: 490px;
float: right;
margin-left: 20px;
margin-right:20px;
margin-bottom: 20px;
padding: 15px;
background-color:#CCFF99;
}

#footer {
	width: 750px;
	clear: both;
	padding-left: 50px;
	padding-top: 40px;

}


/* -------------- TEXT -------------- */

p {
font-size: 1.0em;

}

hr {
color: #ffcc66;
}

#logoArea span {
display: none;
}

#topRight span{
display: none;


}

#topRight p{
margin: 0px;
padding: 0px;
color: #000000;
font-weight:bold;

}
#collageColumn h3{
margin: 0px;

}

#collageColumn span{
display: none;


}

.home #contentColumn {
	line-height: 13px;
	
}

.services span {
display:none;
}
.services h2 {
background-image:url(images/headerServices.jpg);
float:left;
width: 621px;
height: 146px;
margin-top: 10px;
margin-bottom: 0px;
}

.giftcards span {
display:none;
}
.giftcards h2 {
background-image:url(images/headerGiftCards.jpg);
float:left;
width: 621px;
height: 146px;
margin-top: 10px;
margin-bottom: 0px;
}

.announcements span {
display:none;
}
.announcements h2 {
background-image:url(images/headerAnnouncements.jpg);
float:left;
width: 621px;
height: 146px;
margin-top: 10px;
margin-bottom: 0px;
}

.contactus span {
display:none;
}
.contactus h2 {
background-image:url(images/headerContactUs.jpg);
float:left;
width: 621px;
height: 146px;
margin-top: 10px;
margin-bottom: 0px;
}
.careers span {
display:none;
}
.careers h2 {
background-image:url(images/headerCareers.jpg);
float:left;
width: 621px;
height: 146px;
margin-top: 10px;
margin-bottom: 0px;
}

#contentColumn h3 {
color: #63B5E5;
font-family:"Times New Roman", Times, serif;
font-size: 2.2em;
font-style:italic;
padding-bottom: 5px;
border-bottom-width: 1px; 
border-bottom-style:solid;
border-bottom-color: #FFCC66;
clear:both;
}

#contentColumn h4 {
color: #FF9933;
font-family:"Times New Roman", Times, serif;
font-size: 1.7em;
font-style:italic;
padding-bottom: 5px;
margin-top: 0px;
clear:both;
}

/* -------------- LINKS -------------- */

a:link {
color:#FF6600;
}

a:hover {
}

a:visited {
color:#FF9900;
}

