/* site.css */

/* 
repeat-x = horizontal
repeat-y = vertical 
*/

	ul, li, p, body {
		margin: 0;
		padding: 0;
	}
	
	a.inline {
		color: #ad7900;
		text-decoration: none;
	}
	
	a.inline:hover {
		text-decoration: underline;
	}
	
	#address {
		width: 645px;
		height: 130px;
		text-align: right;
		line-height: 14px;
		float: left;
	}

	#address p {
		text-align: right;
		padding-top: 30px;
		color: #003663;
	}

	body {
		color: #333;
		background: url(images/american_rest_wood_bg_2.jpg) repeat;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.boldContent12 {
		font-size: 12px;
		font-weight: bold;
	}
	
	.caption {
		color: #00365a;
		text-align: right;
		font-size: 10px;
		font-style: italic;
		margin-top: 5px;
	}
	
	.clearBoth {
		clear: both;
	}

	#container {
		width: 960px; 
		height: 900px; 
		margin: 0 auto;
	}
	
	#content {
		background-color: #f4e5bb;
		width: 960px;
		min-height: 350px;
		margin-top: 10px;
	}
	
	#contentLeft {
		width: 500px;
		margin: 50px;
		float: left;
	}
	
	#contentLeft p {
		font-size: 14px;
	}
	
	#contentRight {
		background-color: #f6eed8;
		width: 310px;
		min-height: 240px;
		margin: 50px 0;
		float: left;		
	}
	
	#contentRight p {
		text-align: center;	
	}
	
	.divider {
		background: url(images/hr_2x2.gif) repeat-x; 
		width: 270px;
		height: 2px;
		margin: 20px 0 20px 20px;
		float: left;
	}
	
	.error_strings { 
		font-size: 12px; 
		color: #900;
		margin: 2px 0px 12px;
	}

	#footer {
		width: 960px;
		height: 70px;
		float: left;
	}

	#footer p {
		color: #003663;
		text-align: center; 
		font-size: 12px; 
		font-weight: bold;
		line-height: 16px; 
	}

	#footer p a {
		color: #003663;
		font-size: 12px;
		text-decoration: none;
	}

	#footer p a:hover {
		text-decoration: underline;
	}

	.formLeft {
		width: 80px;
		font-size: 12px;
		font-weight: bold;
		margin-top: 6px;
		float: left;
	}
	
	.formRight {
		width: 335px;
		font-size: 12px;
		margin-top: 3px;
		float: left;
	}

	h1 {
		font-size: 22px;
		font-style: italic;
		color: #003663;
		margin-top: 0;
	}
	
	h2 {
		font-size: 20px;
		font-weight: bold;
		color: #00365a;
		margin-top: 0;
	}
	
	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #023883;
	}
	
	#header {
		width: 960px;
		height: 170px;
	}
		
	#headerContainer {
		width: 960px;
		height: 100px;
		margin: 0 auto;
		background-color: #969;
	}
	
	html {
		overflow-y: scroll;
	}

	img {
		border: 0;
	}
	
	.italic18Gray {
		font-size: 18px; 
		font-style: italic;
		color: 4d4c4c;
	}
	
	#logo {
		width: 300px;
		height: 130px;
		float: left;
	}

	#nav {
		background-color: #003663;
		height: 40px;
		width: 960px;
		float: left;
	}

	#nav ul {
		 padding: 0 0 0 144px;
	}
	
	#nav ul li {
		display: inline;
		float: left;
		line-height: 40px;
		font-size: 18px;
		padding: 0px 13px;
		color: #FFF;
	}
	
	#nav ul li a  {
		color: #FFF;
		text-decoration: none;
		padding: 0px;
	}
	
	#nav ul li a:hover {
		color: #e5ba3c;
	}

	p {
		font-size: 12px;
		color: #333;
	}
	
	.redBold {
		color: #900;
		font-weight: bold;
	}
	
	small a {
		text-decoration: none; 
		display: block; 
		text-align: center; 
		padding-top: 5px;
	}
	
	small a:hover {
		text-decoration: underline;
	}
	
	.standard12 {
		font-size: 12px;
	}
	
	#topPhoto {
		width: 960px;
		height: 350px;
		margin-top: 10px;
		float: left;
	}