@charset "UTF-8";

/* THIS STYLE SHEET IS FOR ALL PAGES WHICH HAVE TO DO WITH THE TRAVEL GUIDES, INCLUDING THE HOME PAGE, CERTAIN CITY GUIDE DIRECTORY CATEGORY PAGES. */

/* Styles for the directory category pages, which includes category search for specific cities and towns */

#search {
	width: 310px;
	height: 36px;
	margin: 20px auto;
}

#Search_Category
{	
	height:30px;
	padding:10px 0;
	margin: 10px auto;
	font-family:Arial, Helvetica, sans-serif;
}

#Search_Category .searchtext {
	width: 200px;
	border: 1px solid #990000;
}

/*Styles for table on the city guide index page with names of provinces */

#province_table {
	width:auto;
	margin: 0px auto;
}

#province_table td {
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 10px;
	border:1px solid #99CCFF;
}

/* Navigation menu div for the province and city guides, puts it on the left side */

#leftSidebar ul {
	margin:0;
	padding:0;

}

#leftSidebar ul li {
	border-bottom: 1px solid #FFFFFF;
	list-style:none;
}

#leftSidebar ul li:last-child {  
	border-bottom:1px solid #660000;  
}  

#leftSidebar ul li a {
	display:block;
	padding:10px 5px 10px .10px;
	border-left:8px solid #660000;
	border-right:1px solid #660000;
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:none;
}

.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.telephoneNumberTable {
	margin: 10px auto 20px auto;
	width:80%;
	border:none;
}

.telephoneNumberTable caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000066;
	text-align:center;
}

.telephoneNumberTable th {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border:1px solid #99CCFF;
	color:#000000;

}

.telephoneNumberTable td {
	border:1px solid #99CCFF;
	margin: 10px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}

/*STYLES FOR TABLES IN THE WEATHER PAGES, FOR THOSE CITIES WHICH HAVE ONE.  TABLE CONTAINS MONTHLY WEATHER DATA FOR THE CITY. */

#weatherTable {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #000066;
}

#weatherTable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#000066;
	color:#fff;
}

#weatherTable th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
	text-align:center;
}

#weatherTable td {
	border:1px solid #000066;
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-color:#000;
	text-align:center;
}

/* STYLES FOR A DIV TAG WHICH CONTAINS A PHOTO AND A CAPTION, WHICH ALWAYS FLOATS RIGHT AND CONTAINS A PHOTO AND A CAPTION */

.photo_right {
	text-align:center;
	width:auto;
	height:auto;
	float:right;
	border:1px solid #990000;
	margin:15px;
	padding:5px;
}

.photo_right p {
	color:#003366;
	font-size:.7em;
	font-style:italic;
}

.photo_right img {
	border:none;

}

/* STYLES FOR THE CITY GUIDES WHICH HAVE PHOTOS WHICH FLOAT BOTH RIGHT AND LEFT */

.floatRight {
	float:right;
	border:1px solid #000066;
	margin:0 0 15px 15px;
}


.floatLeft {
	float:left;
	border:1px solid #000066;
	margin:0 15px 15px 0;
}


/*style for the box (paragraph) containing links to the forum, tours, or other parts of the site*/

.linkbox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	border: 2px dotted;
	border-color:#990000; 
	margin: 20px auto;
	padding: 10px auto;
}
