﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #819984;
}
#container {
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-position: right;
	text-align: left;
	background-color: #EEECB5;
	width: 750px;
	background-image: url('../images/vista_inn_1.jpg');
	background-repeat: no-repeat;
}
#navigation {
	background-color: #3E3E3E;
	overflow: hidden;
	font-size: 1em;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 290px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #5E2327;
	position: relative;
	color: #FFFFFF;
}
#footer {
	width: 750px;
	text-align: center;
	background-color: #5E2327;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	background-position: inherit;
	font-size: 1em;
	color: #000;
	margin: 10px 10px 0;
	font-weight: bold;
	text-indent: .5em;
}
#column_r p {
	font-size: 1em;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0 #c9c9c9 solid;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 0 #000000 solid;
	background-color: #000000;
}
/* Styles for Footer */
#footer p {
	font-size: 1em;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #819984;
	text-decoration: underline;
	font-weight: bolder;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Contact Form */
<style type="text/css">

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

</style>

