/* CSS Document */

html, body {
	height: 100%
	}

body {
	margin: 0;
	background-color: #e3e3e3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/shadow-middle.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #666;
	}

td, p {
	font-size: 11px;
	}

p {
	line-height: 18px;
	margin-top:0;
	}
	
a:link {
	text-decoration: none; color: #9e260e;
	}

a:visited {
	text-decoration: none
	}
A:active {
	text-decoration: none
	}
	
A:hover {
	text-decoration: underline; color: #9e260e;
	}
	
h1 {
	color: #9e260e;
	font-size: 24px;
	}

.h1-subheading {
	font-weight:normal;
	font-size: 24px;
	}

#page-outer {
	width: 800px;
	height: 100%;
	background-color: #FFF;
	
	text-align: left;
	}

#page-inner {
	border-top: 10px solid #9e260e;
	height: 100%;
	}

#page {
	height: 100%;
	}

#masthead {
	margin: 0px 100px 0px 100px;
	padding: 10px;
	}

#navigation {
	text-align: center;
	text-transform:uppercase;
	border-top: 1px dotted #f17b15;
	border-bottom: 1px dotted #f17b15;
	padding: 8px;
	font-size: 10px;
	}

#navigation a {
	color: #666;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	}

#splash-image {
	margin-bottom: 30px;
	margin-top: 50px;
	}

#left-column {
	float: left;
	width: 225px;
	margin-right: 10px;
	}

#content {
	width: 545px;
	float: right;
	padding-right: 20px;
	}

#content .text {
	clear: both; !important
	display: block;
	line-height: 18px;
	margin-top:0;
	margin-bottom: 15px;
	}

.gutter-left {
	padding-right: 15px;
	}

.gutter-right {
	padding-left: 15px;
	}

.title1 {
	color: #f17b15;
	font-weight: bold;
	font-size: 12px;
	}

#content p.highlight {
	color: #f17b15;
	font-size: 12px;
	font-weight:normal
	}


#content .highlight {
	color: #9e260e;
	font-weight:bold;
	}

#content .price {
	font-style:italic;
	}
	

.quote {
	color: #f17b15;
	font-style: italic;
	padding-bottom: 15px;
	line-height: 16px;
	}

.quote-byline {
	text-align: left;
	padding-left: 15px;
	font-style:normal;
	}

.quote-home {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	/*color: #e95d00;*/
	padding-bottom: 15px;
	line-height: 16px;
	font-family: Myriad, Lucida Grande, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: 415px
	}

.quote-home-byline {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

#footer-outer {
	clear: both; !important
	}

#footer {
	border-top: 1px dotted #f17b15;
	padding: 40px 10px 10px 40px;
	}

#footer .highlight {
	color: #9e260e;
	}


