﻿/* CSS layout */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	vertical-align: bottom;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #008080;
	color: #000000;
	font-size: 100%;
}
#template_container {
	background-color: #FF9966;
	width: 700px;
	margin: 0 auto;
}
#masthead {
	width: 700px;
	background-image: url('../images/El-Paso-Bed-And-Breakfast-700e.jpg');
	height: 130px;
}
#container {
	width: 700px;
	background-color: #FF9966;
}
#top_nav {
	display: inline;
	width: 100%;
	height: 20px;
}
#top_nav ul {
	list-style-type: none;
	display: inline;
}
#top_nav li {
	display: inline;
	text-align: center;
	white-space: nowrap;
}
#top_nav a {
	color: #800000;
	text-decoration: none;
	display: inline;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FF9966;
	margin-right: 2px;
	font-size: 80%;
}
#top_nav a:hover {
	color: #fae687;
	text-decoration: none;
	border: 1px solid #c99981;
	background-color: #c99981;
}
#left_col {
	width: 170px;
	background-color: #FF9966;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
#left_col p {
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
#left_col ul {
	list-style-type: none;
	width: 140px;
	display: block;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#left_col li {
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FF9966;
}
#left_col a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #008080;
	font-weight: bold;
}
/*#left_col a:link {
	color: #ff0000;
	text-decoration: none;
	border: 1px solid #c98080;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #993300;
	font-size: 80%;
}
#left_col a:visited {
	color: #00ff00;
	text-decoration: none;
	border: 1px solid #c98080;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #993300;
	font-size: 80%;
}*/
#left_col a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px none #009999;
	background-color: #993300;
}
/*#left_col a:active {
	color: #0000ff;
	text-decoration: none;
	border: 1px solid #c98080;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #993300;
	font-size: 80%;
}*/
#page_content {
	margin: 0;
	padding: 0;
	width: 530px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../images/back4.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	min-height: 650px;
	float: right;
}
#page_content h3 {
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #800000;
	font-size: 130%;
}
#page_content h4 {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 120%;
	font-weight: bold;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
}
#page_content h5 {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	color: #800000;
}
#page_content p {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	font-size: 80%;
	text-align: center;
	color: #800000;
}
#page_content ul {
	font-size: 80%;
	font-weight: bold;
	margin: 20px;
}
#page_content li {
	font-weight: bold;
	margin: 0px 0px 0px 50px;
}
#link_list ul {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding-left: 100px;
}
#link_list li {
	list-style-type: disc;
	margin-left: 75px;
	width: 300px;
	font-size: 90%;
	font-weight: bold;
}
.nm_flag {
	padding: 10px;
	width: 68px;
	height: 50px;
}
.dear_abi_graphic {
	width: 114px;
	height: 268px;
	border-width: 0px;
}
#footer {
	border-bottom: 1px;
	background-color: #008080;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #800000;
}
.centerJustify {
	text-align: center;
}
#photo_content {
	margin: 0 auto;
	background-color: #FF9966;
	width: 530px;
	padding-top: 20px;
	padding-bottom: 120px;
}
#left_col li {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 1px solid #FF9966;
	text-align: center;
	font-size: 80%;
	background-color: #008080;
	font-weight: bold;
}
.checkList {
	margin-left: 100px;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}
.formButton {
	border: 1px solid #800000;
}
.linksPage {
}
.linksPage li {
	padding: 5px;
}
#footer h5 {
	font-size: small;
}

.leftJustify {
	text-align: left;
}

