@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}
body {
	height:100%;
	width:100%;
	font:14px Arial, Helvetica, sans-serif;
	background:#000000;
}
ul {
	margin:0px;
	padding-left: 20px;
	line-height:135%;
}
.clear {
	clear:both;
}
h1 {
	font-family:"Comic Sans MS";
	font-size:32px;
	color:#7e0202;
	padding:5px 0 0px 0px;
	text-align:center;
}
h2 {
	font-family:"Comic Sans MS";
	font-size:20px;
	color:#7e0202;
	padding:0 0 0px 0px;
	text-align:center;
}
h3 {
	font-family:"Comic Sans MS";
	font-size:18px;
	color:#7e0202;
	padding:0 0 0px 0px;
	text-align:left;
}
h4 {
	color:#7e0202;
	font-size:14px;
	font-weight:bold;
	padding:11px 0px 0px 0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:15px;
	padding:0px 0px 10px 0px;
}

/* Remove underlining for all links */
a,
a:link,
a:visited,
a:active
{
	text-decoration: none;
}

/* Add underlining to all links on hover */
a:hover
{
	text-decoration: underline;
}

/*--- this makes a 2px wide dark red border around all images ---*/
.imgborder {
  border: 2px #7e0202 solid;
}  


/*--------------------------main section----------------------------*/	
#wrapper {
	width:1200px;
	background:url(../image-files/mainbg.jpg) repeat-y;
	margin:0px auto;

}
#page {
	width:1013px;
	margin:0px auto;
}
#header {
	width:1013px;
	height:302px;
	float:left;
	background:url(../image-files/header1.jpg) no-repeat;
}

/*-------------------- the horizontal navigation bar between the header and the content ------ */
#menuBar {
	width:1013px;
	float:left;
	height:55px;
	background:url(../image-files/menu_bar.jpg) no-repeat;
	padding: 0 0 15px 0;
}
#menuBar ul {
	float:left;
	height:55px;
	padding:0 10px 0 12px; 
}
#menuBar ul li {
	float:left;
	background:url(../image-files/menu_strip.jpg) no-repeat left 20px;
	list-style:none;
	padding:16px 15px 0 10px; /*-- changed padding left from 0px to accommodate like button --*/
}
#menuBar ul li a {
	float:left;
	font-family:"COPPerplate Gothic Bold";
	font-size:17px;
	color:#7e0202;
	font-weight:bold;
	padding:1px 0 0 18px;
	text-decoration:none;
}
#menuBar ul li.strip {
	background:none;
}
#menuBar ul li a:hover {
	color:#9b2c2c;
}
/*--------------- the google adsense for search bar in the top horizontal navigation ------*/
.search {
	float:right;
	padding:16px 25px 0 10px; 
	width:250px;
}

/*---------------- the sheet of parchment with the crinkled edges ---------------*/
#MainPage {
	width:1013px;
	float:left;
}
.MainPage_mid {
	float:left;
	width:1013px;
	background:url(../image-files/main_mid1.jpg) repeat-y left top;
}
.MainPage_top {
	float:left;
	width:1013px;
	background:url(../image-files/main_top1.jpg) no-repeat left top;
}
.MainPage_bott {
	float:left;
	width:1013px;
	background:url(../image-files/main_bot2.jpg) no-repeat left bottom;
}

  
/*-------------------- LHC navigation bar - the column is 190px wide ------------------*/

#linkBar {
	width:190px;
	float:left;
	padding:30px 0 50px 35px;
}

.leftSide_Links {
	width:188px;
	float:left;
}
.leftside_heading {
	float:left;
	height:32px;
	width:177px;
	font-size: 16px;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:5px 0 0 10px;
	font-family:"tahoma";
	color:#010000;
	background:url(../image-files/post_texturedbox1.jpg) no-repeat;
}
.leftSide_Links ul {
	float:left;
	padding: 0 0 0 0;
}
.leftSide_Links ul li {
	float:left;
	list-style:none;
	background:url(../image-files/li_bg1.jpg) no-repeat;
	width:175px;
	height:26px;
	font-weight:bold;
	padding:8px 0px 5px 10px;
}
.leftSide_Links ul li a {
	float:left;
	font-family:"tahoma";
	font-size:15px;
	text-decoration:none;
	color:#9b2c2c;
}
.leftSide_Links ul li a:hover {
	color: #000000; text-decoration:underline;
}

.leftSide_Links h3 {
	font-family:"Comic Sans MS";
	font-size:14px;
	color:#7e0202;
	text-align:center;
}

.leftSide_Links p {
	font-family:"Comic Sans-Serif MS";
	font-size:12px;
	text-align:left;
	line-height:13px;
	padding:0px 5px 0px 5px;
}

/* -- RSS Box -- */

#addSiteTo {
width:80%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #7e0202;
margin:12px auto;
background-color: url(..image-files/post_texturedbox2.jpg) repeat-y;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
text-align:center;
}

#addSiteTo img {
border:0;
padding:1px 0;
text-align:center;
}

#addSiteTo .questionMark {
 padding:0;
 margin:1px auto;
 text-align:center;
 width:75%;
 }

 #addSiteTo .questionMark img {
 margin:0 4px 4px 0;
 padding:0;
 }




/*---------------------content column - this is actually 553px wide -------------------*/
#post {
	width:550px;
	float:left;
	padding:30px 0px 30px 25px;  /*-------- this aligns the text in the right position on the page ------------*/
}
.postcontents {
	width:530px;
	float:center;
	padding:0 10px 13px 0px;   /*------------- this aligns the text within the content column -----------*/
}

.ReturnToNavBox {
 background-color: #d3b382;
 width: 95%;
 border: 1px solid #7e0202;
 margin: 0 auto 12px auto;
 padding: 4px;
 text-align: center;
 }

.HeaderBox {          
width: 95%;
border: 2px solid #7e0202; 
margin: 0 auto 12px auto;
padding: 4px;
font-weight: bold;
color: #7e0202;
font-size: 18px;
font-family: "Comic Sans MS";
text-align: center;
}


/*---------- styling for 'Know more links ------------------------*/
.btKnowMore {
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.btKnowMore:hover {
	text-decoration:none;
}

.btKnowMore2 {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.btKnowMore:hover {
	text-decoration:none;
}

/*-------------------- RHC - this is 180px wide ------------------*/
#linkBar2 {
	width:180px;
	float:left;
	padding:30px 0 0 5px;
}

.rightSide_Links {
	width:180px;
	padding:0 0 0 0px;
}

.rightSide_Links h3 {
	font-family:"Comic Sans MS";
	font-size:14px;
	color:#7e0202;
	text-align:center;
}

.rightSide_Links p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:15px;
	padding:0px 0px 15px 0px;
}
	
.rightSide_Links img {
	float:center;
	margin: 10px 10px 10px 10px;
}	
	
.rightside_heading {
	float:left;
	height:32px;
	width:175px;
	font-size: 16px;
	font-weight:bold;
	margin:3px 0 0 3px;    /*---- this aligns the button within the column ----*/
	padding:5px 0 0 10px;  /*---- this aligns the text on the button ----*/
	font-family:"tahoma";
	color:#010000;
	background:url(../image-files/post_texturedbox2.jpg) no-repeat;
}

.SignupBox {
 width:160px;
 background:url(../image-files/right_bg.jpg) repeat-y;
 clear: both;
}

.HotelSearch {
 width: 160px;
 border: 2px solid #7e0202;
 margin:15px 2px 15px 8px;  /*---- this positions the search box within the RHC ----*/
}
 
.btn {
	width:120px;
	float:left;
	height:38px;
	background:url(../image-files/click.jpg) no-repeat;
}
.btn:hover {
	background:url(../image-files/click_hov.jpg) no-repeat;
}	

/* ------------------------- page footer - this consists of a horizontal nav and a paragraph of text for the copyright ----------------*/
#footer {
	width:650px;
	height:20px;
	float:left;
	padding:30px 0 60px 200px;
}
#footer ul {
	float:left;
	list-style:none;
	padding-left: 0px;
}
#footer ul li {
	background:transparent url(../image-files/footer.jpg) no-repeat left 0px;
	float:left;
	height:20px;
	padding:3px 0 0 28px;
	background:url(../image-files/footer.jpg) no-repeat;
}
#footer ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	color:#000000;
	padding-top:10px;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#9b2c2c;
}
#footer p {
  font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:center;
}

/*------------------------------------- Floats -------------------------*/
.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}

/*----------- Boxes -----------------------------*/

/*-- Newsletter Signup Box --*/

.SignupBox {
margin: 2px auto 12px auto;
width:160px;
text-align: center;
font-color: #7e0202
background:url(../image-files/right_bg.jpg) repeat-y;
clear: both;
}

.CalloutBox {
background-color: #ffffff;
width: 85%;
border: 1px dotted #8f8fb3; 
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fcde96;
width: 100%;
border: 2px solid #7e0202; 
margin: 0 0 10px 0
}

.ReminderBox h2 {          
text-align: center;
font-weight: bold;
font-color: #7e0202;
padding: 1px 1px 1px 1px;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ffffff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}



.FullWidthBoxOrange {
background-color: #d8e7fc;
width: 90%;
border: 2px solid #ff6600;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}
