@import url(global.defaults.css);
@import url(global.layout.css);
@import url(global.text.css);
@import url(comp.reservationForm.css);
@import url(calendar/calendar.css);

#main
{
	width: 520px;
	float: left;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
}

#main p, #main ul
{
	margin-bottom: 0.5em;
}

#main h2 {
	color: #000000;
	font-family: "Gill Sans", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
	font-size: 2em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-weight: normal;
	background: url(../images/h2-bullet.gif) no-repeat 0 center;
	padding-left: 34px;
	min-height: 27px; _height: 27px;
}
#main h3 {
	font-family: "Gill Sans", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
	color: #b15c1a;
	font-size: 1.6em;
	margin: 0.6em 0 0.4em;
	font-weight: normal;
	letter-spacing: -0.02em;
}

#extra-content .box
{
	background: url(../images/box_top.png) no-repeat top left;
	_background-image: url(../images/box_top.gif);
	position: relative;
	float: left; 
	width: 224px;
	margin-right: 10px;
}

#extra-content .box h2 {
	display: inline;
}

#extra-content .box img {
	margin-top: 30px;
}

#extra-content .box p {
	background: url(../images/box_base.png) no-repeat 0 bottom;
	_background-image: url(../images/box_base.gif);
	width: 176px;
	padding: 24px 24px 124px;
	min-height: 100px; _height: 100px;
}

#extra-content .boximage {
	position: absolute;
	left: 26px;
	bottom: 22px;
	width: 169px;
	margin-top: 0px;
	height: 72px;
	border: 3px solid #a04814;
}

#extra-content .box {
	text-align: center;
}

#extra-content .box p {
	font-size: 1.2em;
	line-height: 14px;
	text-align: left;
	color: black;
}
#extra-content .box h2
{
	color: #000000;
}

#illustrations
{
	float: right;
	width: 400px;
	height: 250px;
	margin-right: 7px;
	border: 1px solid #B15C1A;
}

#illustrations .img-sub
{
	display: block;
}

/*Gallery Page*/


body.page_gallery #illustrations
{
    height: 350px;
    position: absolute;
    right: 0;
    width: 488px;
	border: none;
}

body.page_gallery #illustrations .roomView
{
	float:left;
	width:240px;
	margin-top:40px;
	margin-bottom:40px;
}

body.page_gallery #illustrations #overView_vid
{
    margin: 0 auto;
    position: relative;
    width: 240px;
}

body.page_gallery #illustrations #overView_bedRoom1
{
    margin-right:8px;
}

body.page_gallery #illustrations .img-sub
{
	display: block;
}

body.page_gallery #main{
    min-height: 420px;
}

body.page_gallery #illustrations{
    margin-top:40px;
}

.mediaPhotoGrid  {
	clear:left;
	margin:10px;
	padding:0px;
}

.mediaPhotoGrid li{
	list-style:none;
	display:block;
	float:left;	
}

.mediaPhotoGrid  li img {
	float:left;
	margin:0px 4px 4px 0px;
	padding:2px;
	border:1px solid #999;
	background-color:#eee;
	width:80px;
	height:80px;
}
