/* CSS Document */

html, body {
	margin: 10px 0 0 0;
	background: url(images/bg_tile.gif) left top repeat;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #534640;
}
#wrapper {
	width: 787px;
	margin: 0 auto;
}
#header {
	float: left;
	background: url(images/header.gif) left top no-repeat;
	width: 787px;
	height: 72px;
}
#headerlink{
	float: left;
}
#icons {
	float: right;
	position: relative;
	top: 16px;
	right: 10px;
}
#navBG {
	float: left;
	position: relative;
	z-index: 5;
	background: url(images/bg_nav.gif) left top no-repeat;
	width: 787px;
	height: 21px;
}
#photoBG {
	float: left;
	background: url(images/bg_photo.gif) left top no-repeat;
	width: 787px;
	height: 229px;
}
#photo {
	position: relative;
	z-index: 1;
	left: 15px;
	top: 5px;
	width: 768px;
	height: 220px;
}
#pagetile {
	float: left;
	background: url(images/page_tile.gif) left top repeat-y;
	width: 773px;
	/*height: auto;
	height: 200px;*/
	min-height: 200px !important;
	padding: 0 0 20px 0px;
}
#pageLeft {
	float: left;
	background: url(images/page_left.gif) left top no-repeat;
	width: 14px;
	height: 191px;
}
#footer {
	float: right;
	background: url(images/footer.gif) left top no-repeat;
	width: 773px;
	height: 33px;
}
#footerText {
	width: 512px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 33px;
	color: #993300;
}
#col1of1 {
	float: left;
	width: 728px;
	margin: 0;
	padding: 0 20px;
}
#col1of2 {
	float: left;
	width: 471px;
	margin: 10px 0 0 0;
	padding: 0 20px;
	border-right: 1px dotted #ABA887;
}
#col2of2 {
	float: left;
	width: 216px;
	padding: 0 20px;
}
#col1of3 {
	float: left;
	width: 216px;
	margin: 1px 0 0 0;
	padding: 0 20px;
	/*border-right: 1px dotted #ABA887;*/
}
#col2of3 {
	float: left;
	width: 214px;
	margin: 10px 0 0 0;
	padding: 0 20px;
	border-right: 1px dotted #ABA887;
	border-left: 1px dotted #ABA887;
}
#col3of3 {
	float: left;
	width: 216px;
	padding: 0 20px;
}
.bodytext {
	line-height: 18px;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	border-bottom: 1px dotted #ABA887;
	clear: both;
}
.hilite {
	font-weight: bold;
	color: #993300;
}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	padding: 10px 0;
}
.legal {
	width: 542px;
	line-height: 15px;
	color: #BFBD9D;
	font-size: 9px;
}
hr {
	border: 0;
	height: 1px;
	color: #C5C29B;
	background-color: #C5C29B;
}
hr.box {
	border: 0;
	height: 2px;
	color: #993300;
	background-color: #993300;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 14px;
	color: #000;
}
/* ----- BREAKOUT box ----- */
#boxNW {
	float: left;
	background: url(images/box_nw.gif) left top no-repeat;
	height: 10px;
	line-height: 1px;
}
#boxNE {
	float: right;
	background: url(images/box_ne.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	line-height: 1px;
}
#boxContent {
	float: left;
	background-color: #C5C29B;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
}
#boxSW {
	float: left;
	background: url(images/box_sw.gif) left top no-repeat;
	height: 10px;
	line-height: 1px;
}
#boxSE {
	float: right;
	background: url(images/box_se.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	line-height: 1px;
}
/* ----- end BREAKOUT box ----- */

.pictureFrame_landscape {
	background:  url("images/pictureframe_landscape.gif") no-repeat left top;
	width: 210px;
	height: 160px;
}
.pictureFrame_portrait {
	background:  url("images/pictureframe_portrait.gif") no-repeat left top;
	width: 210px;
	height: 260px;
}
.fpPicture {
	position: relative;
	top: 28px;
	left: -2px;
}
.fpCaption {
	/*background-color: #C5C29B;*/
	width: 183px;
	margin: 10px 0 0 4px;
	padding: 10px;
	border-top: 1px solid #C5C29B;
	line-height: 14px;
}
.fpHeader {
    width: 215px;
    height: 20px;
    background: url(images/header_fp.gif) no-repeat;
	margin: 0 0 20px 0;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
#fpContent {
	float: left;
	width: 193px;
	padding: 0 10px;
}

/* ----- LINKS ----- */
a:link, a:visited {
	color: #993300;
}
a:hover {
	color: #827A00;
}
a.home { /* Home icon */
	float: left;
	width: 15px;
	height: 15px;
	background: url(images/home.gif) no-repeat;
	margin: 0 5px;
}
a:hover.home {
	background-position: -15px 0;
}
a.sitemap { /* Sitemap icon */
	float: left;
	width: 21px;
	height: 15px;
	background: url(images/sitemap.gif) no-repeat;
	margin: 0 5px;
}
a:hover.sitemap {
	background-position: -21px 0;
}
a.requestQuote { /* Request a Quote */
	float: left;
    width: 215px;
    height: 20px;
    background: url(images/requestquote.gif) no-repeat;
	margin: 1px 0 20px 0;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}
a:link.requestQuote, a:visited.requestQuote, a:hover.requestQuote {
	color: #FFF;
}
a:hover.requestQuote {
    background-position: -215px 0;
}
/* ----- end LINKS ----- */

img.right {
	float: right;
	margin: 0 0 0 10px;
	padding: 1px;
	border: 2px solid #534640;
}
img.left {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #534640;
}
img.pic {
	padding: 1px;
	border: 2px solid #534640;
}
img.picFP {
	padding: 0px;
	border: 1px solid #000;
}
.tableHeader {
	font-weight: bold;
	color: #993300;
	background-color: #C5C29B;
	text-indent: 5px;
	border: 1px solid #FFFFFF;
}
.tableSubheader {
	font-weight: bold;
	background: #C5C29B;
	text-indent: 5px;
	border: 1px solid #FFFFFF;
}
.tableBody {
	line-height: normal;
}
tr.odd {
	background-color: #C5C29B;
}
