﻿/* CSS Document */

/* colors:

yellow: fdb825

brown: 543019
lt brown: ddd6d1, 977c69

red: 940000

*/

/* ---------------------- */
/* Reset
------------------------- */

/* remember to define focus styles! */
*:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
}
/* ---------------------- */
/* MFT Defaults
------------------------- */
html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	text-align: center; /*IE6 center page fix*/
	margin: 0;
	min-width: 1000px;
	
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-arrow-color: #eee;
	scrollbar-track-color: #eee;
}

body, input {
	font-family: arial, "trebuchet MS", trebuchet, verdana;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1, h1 a:link {
	text-decoration: none;
	color: #333;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
}

.subheadingLG { /*freestyle*/
	color: #940000; font-size: 15px; font-family: 'arial black';
}

.subheadingMED { /*freestyle*/
	font-size: 1.1em;
	font-weight: bold;
	color: #543019;
}

.subheadingSM { /*freestyle*/
	font-size: 1.2em;
	font-weight: bold;
}

h1, .subheadingLG, .subheadingMED, .subheadingSM, .bodyTextSM, .bodyTextLG, p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

.bodyTextSM { /*freestyle*/
	font-size: 10px;
}

.bodyTextLG { /*freestyle*/
	font-size: 1.1em;
}

ul {
	margin-left: 2em;
	padding: 0;
	list-style: none;
}

ul li {
	background: url(/Images/bullet_square_4x4.gif) left .5em no-repeat;
	padding: 0 0 0 10px;
}

ul li, ol li {
	margin-bottom: .5em;
}

th, td {
	vertical-align: top;
}

hr {
	border : 0;
	height : 1px;
	background: #666666;
	margin : 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.text-button {
	padding-left: .5em;
	padding-right: .5em;
}

/* fixes IE double-padding bug */
input.text-button {
	width: auto;
	overflow: visible;
}

ul.nav,
ul.nav ul {
	margin: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.nav li a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.confirm .content ul li {
	background: url(/images/icon-arrow-back.gif) left .45em no-repeat;
}

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */

html { background: #543019 url(/Images/bkg.jpg) repeat-x; }
body { background: url(/Images/bkg2.jpg) center top no-repeat; }

h1 { color: #940000; font-size: 17px; font-family: 'arial black'; }
h1 span {  }

div.pageContainer { margin: 0 auto; width: 1000px; text-align: left; background: url(/Images/bkg2.jpg) no-repeat center top; }

div.headerContainer { background: #fdb825 url(/Images/header-bkg.gif) no-repeat bottom; position: relative; height: 50px; }
a.logo { position: absolute; bottom: -14px; left: 13px; }
a.logo:hover { text-decoration: none; }

div.announcements_HomeScroller { background: red; }

div.navTop { position: absolute; top: 0; right: 20px; background: #dd9e23 url(/Images/navtop-left.gif) left bottom no-repeat; padding: 2px 0 0 7px; font-size: 11px; }
div.navTop ul { background: url(/Images/navtop-right.gif) right bottom no-repeat; padding: 0 7px 7px 0; overflow: hidden; }
div.navTop ul li { float: left; background: url(/Images/rules-vert.gif) left center no-repeat; padding: 0 4px; }
div.navTop ul li:first-child { background: none; }
div.navTop ul li a { display: block; padding: .25em .5em; color: #fff; }
div.navTop ul li a:hover,
div.navTop ul li.on a { color: #000; }

div.navMain { background: url(/Images/nav-top.jpg) no-repeat; padding-top: 26px; font-family: 'arial black'; position: relative; margin: 15px 0; }
div.navMain ul li { line-height: 0; }
div.navMain > ul > li > a { position: absolute; top: 3px; left: 17px; line-height: 1.3em; color: #543019; }
div.navMain ul li ul { background: #977c69 url(/Images/nav-bottom.jpg) bottom no-repeat; padding-bottom: 27px; overflow: hidden; }
div.navMain ul li ul li { border: 1px solid #fff; border-left: 0; border-right: 0; line-height: 1.3em; margin-top: 1px; }
div.navMain ul li ul li:first-child {  }
div.navMain ul li ul li a { color: #fdb825; display: block; background: #543019 url(/Images/nav-bkg.jpg) center top no-repeat; padding:.5em 1em; }
div.navMain ul li ul li a span { display: block; font-family: arial; text-transform: uppercase; font-size: 12px; }
div.navMain ul li ul li a:hover { color: #ddd6d1; }
div.navMain ul li ul li.on a { background: #940000; }

div.col1 { width: 292px; float: left; }
div.col2 {  }

div.contentContainer { background: #fff url(/Images/grad1.jpg) repeat-x; display: inline-block; width: 964px; padding: 0 23px 17px 13px; }
div.content { float: right; width: 645px; }

div.callout1 { background: #ddd6d1 url(/Images/callout1-top.gif) left top no-repeat; padding-top: 7px; width: 292px; }
div.callout1 span.inner { display: block; background: url(/Images/callout1-bottom.gif) left bottom no-repeat; padding: 7px 20px; font-size: 11px; }
.content .callout1 { float: right; margin: 0 0 10px 10px; }

div.addy { background: #ddd6d1 url(/Images/callout-addy.jpg) repeat-x; padding-top: 20px; font-size: 12px; }
div.addy p { margin: .3em; }
div.addy em { display: block; width: 38px; float: left; margin-right: 5px; text-align: right; text-transform: uppercase; font-size: 10px; font-style: normal; }
	span.phone { font-family: 'arial black'; font-size: 16px; color: #940000; }
div.addy span.inner { display: block; background: url(/Images/callout1-bottom.gif) left bottom no-repeat; padding: 4px 20px 15px; }
div.addy a { font-style: italic; }

div.callout2 { width: 206px; float: right; margin-left: 20px; background: url(/Images/callout2-middle.gif) repeat-y; }
div.callout2 span.top { display: block; background: url(/Images/callout2-top.gif) left top no-repeat; padding-top: 9px; }
div.callout2 span.bottom { display: block; background: url(/Images/callout2-bottom.gif) left bottom no-repeat; padding: 9px; }
div.callout2 ul { margin-bottom: 20px; }
div.callout2 ul li { text-align: center; margin-top: 10px; }
div.callout2 ul li:first-child { margin: 0; }
div.callout2 p { font-size: 10px; background:url(/Images/grad2.jpg) center 2px repeat-x; border-top: 1px solid #977c69; padding: 15px 10px 10px 10px; }

div.mastHome { width: 655px; height: 337px; /*position: absolute; right: 0; top: 0;*/ background: url(/Images/mast-home.png) no-repeat; }

div.breadcrumbs { font-size: .8em; padding: 1em 0; }

h1 {  }
h1 span {  }

div.footerContainer { clear: both; background: url(/Images/footer.png) no-repeat; padding: 30px 0 20px; font-size: .8em; color: #fdb825; }
div.footerContainer p { float: right; }
div.footerContainer p:first-child { float: left; }

div.footerContainer a:link,
div.footerContainer a:visited { color: #fff; }

/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom Page Styles
--------------------------------------------------------------------------- */

/*body.homepage .content { position: relative; padding-top: 330px; }
*/body.homepage strong { color: #940000; }
body.homepage h1 { display: none; }
body.homepage .callout1 ul { height: 280px; overflow-y: auto; margin-bottom: 0; }

body.contact-us table td { padding: 2px 0; }

.images { overflow: hidden; margin: 10px 0; }
.images div { float: left; margin: 0 0 5px 5px; background: #ddd6d1; padding: 5px; }
.images div div { margin: 0 auto; text-align: center; }
.images img { float: left; border: 1px solid #fff; }
.images p { clear: both; /*font-size: 10px;*/ color: #543019; padding: .25em .5em; margin: 0; }
.images ul { clear: both; margin-top: 1em; display: inline-block; text-align: left; }

.specs { background: #ddd6d1 url(/Images/grad1.png) center 1px repeat-x; overflow: hidden; margin: 10px 0; padding: 15px; border-top: 4px solid #543019; } 
.specs > img { float: left; background: #fff; padding: 1px; border: 5px solid #c0b7b0; }
.specs div { width: 350px; float: right; border-bottom: 1px solid #c0b7b0; border-top: 1px solid #fff; padding: 20px 0; }
.specs div.first { border-top: 0; }
.specs div.last { border-bottom: 0; }
.specs ul li { font-size: 11px; margin-bottom: 1em; }
.specs ul li strong { color: #940000; }

a.brochure {
	color: #940000;
}

/* ---------------------- */
/* END Custom Page Styles
------------------------- */
/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */

div.searchBoxContainer * {
	float: left;
	font-size: 11px;
	border: none;
}

div.searchBoxContainer p {
	line-height: 19px;
	border: 0;
	margin: 0 5px 0 0;
	float: none;
}

div.searchBoxContainer div {
	padding: 1px;
	background: black;
	font-weight: normal;
}

div.searchBoxContainer div .text-box {
	height: 13px;
	padding: 2px;
	width: auto;
	background: white;
}

div.searchBoxContainer div .text-button {
	height: 17px;
	background: red url(/Images/icon-arrow.gif) center;
	text-indent: -999em;
	width: 19px;
	margin-left: 1px;
	padding: 0;
	line-height: 0; /* ie7 fix*/
}

a.rpt_repeater {
	border: 1px solid #333;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
}

a.rpt_repeater .field1 {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

a.rpt_repeater .field2,
a.rpt_repeater .field3,
a.rpt_repeater .field4 { 
	margin: .5em 0;
	display: block;
}

a.rpt_repeater .image1,
a.rpt_repeater .image2 {
	float: left;
	margin-right: 5px;
}

/* ---------------------- */
/* END Custom Module Styles
------------------------- */
