/* site.css */

/* 
repeat-x = horizontal
repeat-y = vertical 
*/

	ul, li, p, body {
		margin: 0;
		padding: 0;
	}
	
	a.inline {
		color: #cf5f27;
		text-decoration: none;
	}
	
	a.inline:hover {
		text-decoration: underline;
	}
	
	#address {
		width: 160px;
		height: 100px;
		text-align: right;
		line-height: 14px;
		float: left;
	}

	#address p {
		text-align: right;
		padding-top: 15px;
		color: #f2eee7;
	}

	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: url(images/american_rest_grunge_bg.jpg) repeat-y;
		width: 960px;
		min-height: 400px;
	}
	
	#contentLeft {
		width: 570px;
		margin: 35px;
		float: left;
	}
	
	#contentLeft p {
		font-size: 14px;
	}
	
	#contentRight {
		width: 285px;
		margin: 35px 0;
		float: left;		
	}
	
	.error_strings { 
		font-size: 12px; 
		color: #900;
		margin: 2px 0px 12px;
	}

	#footer {
		background-color: #00365a;
		width: 960px;
		height: 60px;
		float: left;
	}

	#footer p {
		color: #f2eee7;
		text-align: center; 
		font-size: 12px; 
		font-weight: bold;
		line-height: 16px; 
	}

	#footer p a {
		color: #f2eee7;
		font-size: 12px;
		text-decoration: none;
	}

	#footer p a:hover {
		text-decoration: underline;
	}

	#footerNav {
		height: 17px;
		width: 960px;
	}

	#footerNav ul {
		 padding: 0px;
		 height: 17px;
	}
	
	#footerNav ul li {
		display: inline;
		float: left;
		line-height: 17px;
		font-size: 12px;
		padding: 0px 1px;
		height: 17px;
		color: #f2eee7;
	}
	
	#footerNav ul li a  {
		color: #f2eee7;
		text-decoration: none;
		padding: 0px;
		height: 17px;
	}
	
	#footerNav ul li 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: 0px;
		position: relative;
		left: -10000px;
		margin: 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: 100px;
		background-color: #00365a;
	}
		
	#headerContainer {
		width: 960px;
		height: 100px;
		margin: 0 auto;
		background-color: #969;
	}
	
	html {
		overflow-y: scroll;
	}

	img {
		border: 0;
	}
	
	.italic12 {
		font-size: 12px; 
		font-style: italic;
	}
	
	#logo {
		width: 225px;
		height: 100px;
		background: url(images/logoHdr.jpg) no-repeat;
		float: left;
	}

	#nav {
		height: 100px;
		width: 540px;
		float: left;
	}

	#nav ul {
		 padding: 0px;
	}
	
	#nav ul li {
		display: inline;
		float: left;
		line-height: 100px;
		font-size: 18px;
		padding: 0px 13px;
	}
	
	#nav ul li a  {
		color: #f2eee7;
		text-decoration: none;
		padding: 0px;
	}
	
	#nav ul li a:hover {
		text-decoration: underline;
	}

	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;
	}
	
	.smIcons {
		height: 17px; 
		margin-top: 8px; 
		color: #f2eee7;
	}
	
	div.smIcons a {
		color: #f2eee7;
		text-decoration: none;
	}
	
	div.smIcons a:hover {
		text-decoration: underline;
	}
	
	.standard12 {
		font-size: 12px;
	}