/* CSS Main Layout File for The Pier Hotel Website: www.thepierhotel.com, (c) 2007, Marrick Properties, LLC  
 created by NexXt Level (M. Weimer Enterprises, Inc.):  www.nexXtlevel.com  

 Main Sections/Divisions = body, wrapper; then top-to-bottom= banner, nav, subnav, content, footnav, footer  
      within content div: left-to-right= leftcol, maincol, rightcol   
*/

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B9A38E;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	width: 770px;
	margin: 0px;
	text-align: center;
}

#banner {
	text-align: center;
	background-color: #B9A38E;
	width: 770px;
}

#banner p {
	font-size: 70%;
	color: #333333;
	margin-bottom: 10px;
}
#banner a {
	color: #990000;
	text-decoration: underline;
}
#banner a:hover {
	color: #996600;
	text-decoration: underline;
}
#banner a:visited {
	color: #666666;
	text-decoration: underline;
}

#nav {
	clear: both;
	text-align: center;
}

#nav_leftframe {
	background-image: url(../Images/nav_left.jpg);
	width: 20px;
	float: left;
	height: 124px;
}

#nav_contents {
	float: left;
	width: 730px;
}
#nav_rightframe {
	float: left;
	width: 20px;
	background-image: url(../Images/nav_right.jpg);
	height: 124px;
}


#nav_btns {
	height: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav_line {
	background-image: url(../Images/nav_line.jpg);
	background-repeat: repeat;
	height: 5px;
}

#nav_pics {
	height: 94px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}

#nav_bottomline {
	height: 6px;
	background-image: url(../Images/nav_bottomline.jpg);
	background-repeat: repeat;
}

#nav ul{
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav ul li{
	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav_pics ul{
	background-color: #FFFFFF;
	text-align: left;
}

#nav_pics ul li{
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}

#subnav {
	clear: both;
	background-color: #D6C6B7;
	width: 770px;
}

#subnav_leftframe {
	background-image: url(../Images/subnav_left.jpg);
	width: 20px;
	float: left;
	height: 17px;
}

#subnav_contents {
	float: left;
	width: 730px;
	height: 17px;
	margin-left: 0px;
	background-color: #D6C6B7;
}

#subnav_rightframe {
	float: left;
	background-image: url(../Images/subnav_right.jpg);
	width: 20px;
	height: 17px;
}

#subnav ul{
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#subnav ul li{
	display: inline;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

#subnav_bottomline {
	height: 4px;
	background-image: url(../Images/subnav_bottomline.jpg);
	background-repeat: repeat;
	float: left;
	width: 770px;
}

#content_leftframe {
	background-image: url(../Images/content_left.jpg);
	background-repeat: repeat;
	float: none;
	width: 20px;
	margin-left: 0px;
}

#content {
	clear: none;
	float: none;
	margin: 0px;
	padding: 0px;
}

#content_leftcol {
	width: 190px;
	float: none;
}

#content_maincol1 {
	width: 730px;
	float: none;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content_maincol2 {
	width: 530px;
	float: none;
	clear: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#content_maincol3 {
	width: 340px;
	float: none;
	clear: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content p{
	font-size: 70%;
	text-align: left;
	color: #000000;
	margin-bottom: 10px;
}

#content ul{
	font-size: 100%;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../Images/bullet1.gif);
}

#content_rightcol {
	background-color: #E2D5C1;
	margin-left: 0px;
	width: 170px;
	float: none;
	clear: none;
	text-align: center;
}

#content_rightcol p{
	font-size: 70%;
	text-align: center;
	color: #330000;
	margin-bottom: 10px;
}

#content_rightframe {
	background-image: url(../Images/content_right.jpg);
	background-repeat: repeat;
	width: 20px;
	float: none;
	margin-left: 0px;
}

#content a {
	color: #990000;
	text-decoration: underline;
}
#content a:hover {
	color: #996600;
	text-decoration: underline;
}
#content a:visited {
	color: #666666;
	text-decoration: underline;
}

#Package {
	background-color: #E8E0D3;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footnav_line {
	height: 5px;
	background-image: url(../Images/footnav_line.jpg);
	background-repeat: repeat;
	width: 770px;
	float: none;
	clear: both;
}

#footnav {
	background-color: #D6C6B7;
	width: 100%;
}

#footnav_leftframe {
	background-image: url(../Images/footnav_left.jpg);
	width: 20px;
	float: left;
	height: 17px;
}

#footnav_contents {
	float: left;
	width: 730px;
	height: 17px;
	margin-left: 0px;
	background-color: #AF916F;
}

#footnav_rightframe {
	float: left;
	background-image: url(../Images/footnav_right.jpg);
	width: 20px;
	height: 17px;
}

#footnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 70%;
	font-weight: normal;
}
#footnav a:hover, #footnav a:focus {
	color: #E2D5C1;
	text-decoration: none;
}

#footer {
	clear: both;
	color: #330000;
	background-color: #DECDB6;
	width: 100%;
	font-size: 70%;
	text-align: center;
	font-weight: normal;
}

#footer a {
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	color: #330000;
}

#footer a:hover, #footnav a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#dimtext {
	font-weight: normal;
	color: #8A5F47;
	font-size: 85%;
}

#dimtext a {
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	color: #8A5F47;
}

#dimtext a:hover, #dimtext a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.container {
	width: 99%;
	float: right;
}

.rightframeimage {
	float: right;
	margin: 0;
}

.leftframeimage {
	float: left;
	margin: 0;
}

.leftimage {
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #000000;
}

.rightimage {
	float: right;
	margin: 0 10px 20px 0;
	border: 1px solid #000000;
}

.gallerythumbnail {
	border: 2px ridge #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.galleryimage {
	background-color: #E5DBCE;
	border-top-width: 7px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.clearit {
	clear: both;
	display: block;
}

h1 {
	font-size: 90%;
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-size: 80%;
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	font-size: 70%;
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	font-size: 60%;
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 80%;
	color: #663300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}

h6 {
	font-size: 70%;
	color: #663300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1_notunderlined {
	font-size: 90%;
	color: #663300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
}
.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #660000;
}
.pkgthumbnail {
	border: 2px ridge #CCCCCC;
}
.photoimage {
	background-color: #E5DBCE;
	border-top-width: 7px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.news_source {
	font-size: 100%;
	color: #000000;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news_article {
	font-size: 90%;
	color: #000000;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news_byline {
	font-size: 90%;
	color: #333333;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
.highlighted_text {
	font-size: 70%;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	background-color: #FFFF99;
}
.news_articleTitle {
	font-size: 150%;
	color: #000000;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photocredit {
	font-size: 60%;
	text-align: right;
	color: #999999;
	margin-bottom: 10px;
}
.photocaption {
	font-size: 70%;
	text-align: left;
	color: #999999;
	margin-bottom: 10px;
}
#comments {
	width: 766px;
	overflow: hidden;
}
#Offer {
	background-color: #E8E0D3;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ofrthumbnail {
	border: 2px ridge #CCCCCC;
}
#wrapper_popup {
	background-color: #FFFFFF;
	width: 400px;
	margin: 0px;
	text-align: center;
}
#footnav_line_popup {
	height: 5px;
	background-image: url(../Images/footnav_line.jpg);
	background-repeat: repeat;
	width: 400px;
	float: none;
	clear: both;
}
#footnav_contents_popup {
	float: left;
	width: 360px;
	height: 17px;
	margin-left: 0px;
	background-color: #AF916F;
}
#content_popup {
	width: 342px;
	float: none;
	clear: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#banner_popup {
	text-align: center;
	background-color: #B9A38E;
	width: 400px;
}
