
html, body{ height: 100%; }

body{
	padding: 0;
	background: #293038 url(../images/bg.gif);
	text-align: center;
	margin: 0;
	font-family: arial;
	font-size: .75em;
}

:link, :visited{ color: #415D80; text-decoration: underline;}
:link:hover, :visited:hover{ color:#415D80;  text-decoration: none;}

div.clearer{
	clear: both;
	height: 1px;
	font-size: 0px;
}

h1 {
	font-family: Arial;
	font-size: 1.2em;
	color: #560E01;
	margin: .7em 0;
	padding: 0;
}

img {
	border: none;
}

.skinny-p {
	width: 60%;
}

#contain {
	text-align: left;
	width: 698px;
	border: 3px solid #20252A;
	background: #D8D7D1;
	margin: 30px auto 20px;
	padding: 0px;
}

#header {
	background: transparent url(images/header.gif) no-repeat;
	height: 71px;
	width: 692px;
	margin: 0 3px;
}

#header a{
	position: relative;
	top: 27px;
	left: 24px;
	display: block;
	overflow: hidden;
	text-indent: -25em;
	height: 18px;
	width: 252px;
}

#content {
	margin: 0 3px 3px;
	position: relative;
}

#content.interior {
	background: White url(images/content-bg.jpg) no-repeat;
	border: 1px solid #A19F8E;
}

.news-landing {
	background: White url(images/content-bg.jpg) no-repeat;
	border: 1px solid #A19F8E;
	height: 1%;
}

.interior-brand-landing {
	background: White url(images/brand-bg.jpg) no-repeat;
	border: 1px solid #A19F8E;
}

#brand-selector {
	background: #A19F8E;
	padding: 4px 20px;
}

#brand-selector a{
	padding: 0 10px;
	color: White;
}

#contentInterior {
	padding:  10px 44px 10px 20px;
	z-index: 1;
	position: relative;
}

#featured-news {
	margin: 15px 10px;
}

#featured-news img{
	margin: 0px 0px 15px;
}

.interior-brand-landing #contentInterior{
	width:264px;
	float: left;
}

.news-landing #contentInterior {
	width:380px;
	float: left;
}

#brand-image {
	margin: 15px 0 15px 0;
}

#brand-list {
	background: url(images/dotted.gif) repeat-x;
	height: 1%;
	padding: 1em 0;
	z-index: 5;
}

#brand-list ul{
	float: left;
	width: 125px;
}

#news-list {
	background: url(images/dotted.gif) repeat-x;
	height: 1%;
	padding: 1em 0;
	z-index: 5;
}

#news-list ul{
	float: left;
	width: 300px;
	position: relative;
}

#contact-form {
	height: 1%;
	padding: 0;
	z-index: 5;
}

#contact-form form{
	float: left;
	width: 300px;
	position: relative;
}

#content p {
	line-height: 1.5em;
	margin: 1em 0;
}

#content ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#content li {
	background: url(images/listArrow.gif) no-repeat;
	background-position: 0px 6px;
	padding: 0 0 0 1.3em;
	margin: .2em;
}

#news-nav {
	float: left;
	position: relative;
	width: 210px;
	font-size: .8em;
	top: 50px;
	left: 10px;
	padding: 0 10px;
	background:url(images/dotted.gif) repeat-x;
}

#news-nav li {
	margin: 10px .2em 0;
}

.news-detail {
	width: 378px;
	margin: 10px 0 0 240px
}

.news-detail img {
	float: left;
	margin: 5px 8px 5px 0;
}

p#footer {
	margin: 0px auto;
	padding: 0 20px;
	color: #6B727C;
	font-family: Tahoma;
	font-size: .9em;
	text-align: left;
	line-height: 1.5em;
	width: 692px;
	wid\th: 652px;
}

p#footer a {
	color: #6B727C;
	text-decoration: none;
}

p#footer a:hover {
	text-decoration: underline;
}


