@charset "utf-8";

/*
paragraph
color:#6E2524;

deep red heading
color:#511400;

text dark blue
color:#34457D;
*/

/* --- reset all of these elements ----*/
html,body,div,span,object,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,img,ol,ul,li,
fieldset,form,label,legend,
table,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
font:inherit inherit 100% inherit;
line-height:1.2em;
}
/* ---- define focus styles ----- */
:focus{
outline:0;
}
/* ------ set base font size,and force scrollbar on non IE browsers to avoid page jump ------- */
/* ------ Note: using 62.5%, 1em = 10px   (1.2em = 12px, 1.4em = 14px, etc) -------*/
html{
font-size:62.5%;
margin-bottom:.01px;
min-height:100.1%;
}
/* --------- text align center on body works for older IE centering ---*/
body{
margin:0;
padding:0;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
line-height:1;
background:#D6B58C;
background-image:url(../img/kanab-utah-real-estate-vert590x10.jpg);
background-repeat:repeat-x;
}
/* ------ WRAPPER:text align left fixes text within body which is centered------- */
#wrapper{
margin:0 auto;
width:1040px;
text-align:left;
}
/* ----------- HEADER ----------*/
#header{
height:200px;
background-image:url(../img/kanab-utah-real-estate-head_1040x200.jpg);
background-repeat:no-repeat;
background-color:#FFF;
}
#header a{
text-decoration:none;
}
/* --------- turn off print header for screen pages ---------*/
/*------------ navigation menu bar -------------*/
#navBar{
height:27px;
background-image:url(../img/kanab-utah-real-estate-bgrd_1040x10.jpg);
background-repeat:repeat-y;
background-color:#FFF;
padding-left:14px;
}
/* --------- CONTENT (contains all columns) --------- */
#content{
margin:0;
padding:0;
background-image:url(../img/kanab-utah-real-estate-bgrd_1040x10.jpg);
background-repeat:repeat-y;
background-color:#FFF;
clear:both;
}
/* ----- this makes the content clear the columns it contains --- */
#content .clearProp{
clear:both;
height:.01px;
width:100%;
}
/*----------- COLUMNS:widths set below according to body class --------- */
#leftCol{
float:left;
margin:0;
}
#leftCol .inside{
padding:10px 8px 0 10px;
}
/* - note mainCol width set below according to body class - */
#mainCol{
float:left;
}
#rightCol{
float:left;
padding:0;
}
#rightCol .inside{
padding:10px 0 5px 0;
}
/* -------- 3 column page layout ----------*/
.threeCol #mainCol{
width:570px;
}
.threeCol #mainCol .inside{
padding:10px 10px;
}
.threeCol #leftCol{
width:217px;
}
.threeCol #rightCol{
width:230px;
}
/* -------- 2 column page layout ----------*/
.twoCol #mainCol{
width:798px;
}
.twoCol #mainCol .inside{
padding:10px 0 10px 10px;
}
.twoCol #leftCol{
width:217px;
}
.twoCol #rightCol{
display:none;
}
/* -------- 1 column page layout ----------*/
.oneCol #mainCol{
width:760px;
}
.oneCol #mainCol .inside{
padding:10px 0 10px 10px;
}
.oneCol #leftCol{
display:none;
}
.oneCol #rightCol{
display:none;
}
/* ---------- FOOTER ----------*/
#footer{
margin:0;
padding:0;
height:30px;
clear:both;
background-image:url(../img/kanab-utah-real-estate-foot_1040x30.jpg);
background-repeat:no-repeat;
background-color:#FFF;
}
#footer p{
font-size:1em;
text-align:center;
}
/* --------- footLinks -------- */
#footLinks{
padding:8px 0 0 0;
font-size:12px;
text-align:center;
}
#footLinks .footLinksList {
	margin-left:120px;
	}
#footLinks .footLinksList li{
list-style-type:none;
display:block;
float:left;
}
#footLinks a{
margin:0 0 0 34px;
text-decoration:none;
}
#footLinks a:link,#footLinks a:visited,#footLinks a:active{
color:#6E2524;
text-decoration:none;
}
#footLinks a:hover{
color:#666666;
text-decoration:underline;
}
/*----------- CREDITS ----------*/
#credits .smallPrint{
color:#232323;
font-size:10px;
}
#credits .smallPrint a{
color:#232323;
text-decoration:none;
}
#credits .smallPrint a:hover{
color:#6E2524;
text-decoration:underline;
}
/* ---------- TOP NAVIGATION MENU ---------- */
/*ul.topNav{
z-index:10000;
margin:0 24px;
padding:0;
font-size:1.2em;
float:right;
}
ul.topNav li{
list-style-type:none;
text-indent:0;
margin:1px 0;
padding:0;
float:left;
}
ul.topNav li a{
display:block;
margin:0;
padding:0 12px;
line-height:1.2em;
text-decoration:none;
border-left:1px solid #5181C1;
font-weight:900;
}
ul.topNav li a:link,ul.topNav li a:visited,ul.topNav li a:active{
color:#3F5390;
border-top:3px solid #FFF;
border-bottom:3px solid #FFF;
}
ul.topNav li a:hover,ul.topNav li a.currentLink:hover{
background-color:#EEE;
color:#2C3966;
border-top:3px solid #EEE;
border-bottom:3px solid #EEE;
}
ul.topNav li a.currentLink{
background-color:#FFF;
border-top:3px solid #FFF;
border-bottom:3px solid #EEE;
}
ul.topNav li a.firstLink{
border-left:none;
}*/
/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav{
z-index:10000;
margin:4px 0;
padding:0;
font-size:1.4em;
}
ul.sideNav li{
list-style-type:none;
text-indent:0;
margin:1px 0;
padding:0;
}
ul.sideNav li a{
display:block;
margin:1px 0;
padding:4px 12px 4px 10px;
line-height:1.2em;
text-decoration:none;
width:144px;
}
ul.sideNav li a:link,ul.sideNav li a:visited,ul.sideNav li a:active{
color:#232323;
}
ul.sideNav li a:hover,ul.sideNav li a.currentLink:hover{
background:#EEEEEE;
color:#232323;
}
ul.sideNav li a.currentLink{
color:#FFFFFF;
background:#232323;
}
/* ------------ REGULAR LINKS --------------- */
a:visited,a:active,a:link{
color:#44538e;
text-decoration:underline;
}
a:hover{
color:#243561;
text-decoration:none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img{
background: none !important;
border:none !important;
text-decoration:none;
}
/* -- nohover.js adds the nohover class --*/
a.nohover, a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active{
background:none !important;
text-decoration:none;
}
/* ---------- STANDARD ELEMENTS -------- */
h1{
margin:0;
padding:0;
font-weight:900;
text-align:center;
}
#mainCol h1, #pagehead h1{
color:#511400;
font-size:18px;
font-family:"Trebuchet MS", Verdana, Arial,"Lucida Grande",sans-serif;
text-align:left;
line-height:1.8em;
padding:3px;
margin:3px 18px 0 18px;
}
#rightCol h1{
color:#232323;
line-height:1.2em;
padding:1px 0 3px 0;
margin:6px 0;
}
h2{
margin:12px 0 4px 0;
padding:0;
font-size:1.4em;
font-weight:900;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
}
#mainCol h2{
color:#3468c1;
font-size:16px;
font-family:"Trebuchet MS", Verdana, Arial,"Lucida Grande",sans-serif;
text-align:left;
line-height:1.8em;
padding:8px 3px;
margin:3px 18px 0 18px;
}
#leftCol h2{
color:#34457D;
line-height:1.4em;
margin:1px 6px 3px 6px;
padding:0;
font-weight:900;
border-bottom:1px solid #EFD7BD;
text-align:left;
}
#rightCol h2{
color:#8B4543;
line-height:1.4em;
padding:1px 0 3px 0;
margin:0;
font-weight:900;
border-bottom:1px dotted #8B4543;
text-align:left;
}
h3{
margin:0;
padding:0;
color:#004EA0;
font-weight:900;
font-size:14px;
}
#rightCol h3{
color:#232323;
line-height:1.2em;
padding:3px 0 3px 0;
margin:6px 0;
}
h4{
margin:12px 33px;
padding:0;
font-size:14px;
font-weight:900;
text-align:left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#34457D;
}
#rightCol h4{
color:#232323;
text-align:left;
font-size:1.2em;
line-height:1.4em;
padding:3px;
border-bottom:1px dotted #232323;
margin:4px 4px 6px 4px;
}
h5{
margin:8px 0 5px 0;
padding:0 12px;
font-size:1.2em;
font-weight:900;
text-align:left;
}
h6{
margin:0;
padding:0;
font-size:1.2em;
font-style:oblique;
font-weight:900;
text-align:center;
}
p{
margin:0;
padding:0;
font:1.2em Arial,Helvetica,sans-serif;
line-height:1.4em;
text-indent:0;
}
#leftCol p{
margin:0 2px 0 4px;
text-align:left;
color:#253362 !important;
line-height:1.5em !important;
}
#mainCol p{
margin:0 16px 7px 16px;
text-align:left;
font-size:12px;
color:#6E2524;
}
#mainCol p img{
		border:2px solid #cfae8d !important;
	border-right:4px solid #8b4840 !important;
	border-bottom:4px solid #8b4840 !important;
	margin:6px;
	}
}
#rightCol p{
margin:0 5px 7px 0 ;
text-align:left;
}
ul, ul li{
	font-size:12px;
	text-align:left;
}
ul.linklist{
	list-style:none;
	margin:6px 6px 6px 35px;
}
ul.linklist li{
		line-height:1.6em;
}
.featureList{
	width:220px;
	float:left;
	margin-left:45px;
}
/* -----------TABLES---------*/
table{
border-collapse:collapse;
margin:1px auto;
font-size:12px;
line-height:16px;
}
th{
font-weight:900;
text-align:center;
color:#FFF;
padding:6px 0 2px 0;
}
td{
text-align:left;
padding:5px 2px 3px 2px;
line-height:16px;
}
table#searchResults{
font-size:1em;
margin:6px 0;
width:100%;
}
table#searchResults td{
padding:6px 0;
}


/*----------- MISC. CLASSES ----------*/
.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}
.boldText{
font-weight:bold;
}
.clear{
clear:both;
}
.dropCap{
float:left;
color:#6E2524;
padding:4px 3px 9px 0;
font-family: Papyrus,Verdana,Arial,Helvetica,sans-serif;
font-size:42px;
line-height:32px;
font-weight:900;
}
.dropCapFollow{
padding:0 2px 0 0;
font-size:12px;
font-weight:900;
}
.errorMessage, #content p.errorMessage{
font-weight:900;
text-align:center;
padding:22px 8px;
}
.floatRight{
float:right;
}
select.goList{
float:right;
margin:8px 12px;
clear:both;
}
.hr{
	border-bottom:1px solid #004080;
	clear:both;
}
.mapBox{
margin:18px;
border:1px solid #004080;
}
.mapControls{
text-align:center;
padding:8px;
font-size:1.2em;
}
.mapControls a{
margin:0 8px;
}
.pullQuote{
display:block;
padding:8px 12px;
margin:8px 0;
border-top:1px solid #232323;
border-bottom:1px solid #232323;
font-size:1.4em;
}
.pushDown{
margin-top:15px;
}
.searchMatch{
background-color:#FFFFCC;
}
.searchRenew, a.searchRenew{
float:right;
width:140px;
font-weight:900;
font-size:1.2em;
}
.searchTitle, a.searchTitle{
font-weight:900;
}
.searchURL, a.searchURL{
text-decoration:none;
padding-left:8px;
}
.seoText,p.seoText,#content p.seoText{
font-size:1em;
line-height:1em;
color:#EEEEEE;
margin:15px;
}
.seoText a,#content .seoText a,
#content .seoText a:visited,
#content .seoText a:hover{
color:#EEEEEE;
text-decoration:none;
}
#leftCol .sideBox{
/*border:1px solid #3B76B0;*/
margin:10px 4px 4px 9px;
padding:0;
/*background-color:#8B4543;*/
}
#rightCol .sideBox{
/*border:1px solid #3B76B0;*/
margin:10px 15px 4px 10px;
padding:0;
/*background-color:#8B4543;*/
}
.sideInside{
margin:3px;
background-color:#FFF;
/*border:1px solid #232323;*/
padding:4px 0;
}
.sideInside img{
margin-bottom:9px;
}
#rightCol .sideAlt{
background-color:#FFF;
}
.sideBox ul li{
list-style:none;
font-size:1em;
line-height:1.3em;
margin-bottom:3px;
font-weight:100;
}
#content .newsItem{
	margin:0 0 15px 0;
}
#mainCol p.newsHead{
	 margin-top:16px;
}
#rightCol p{
margin-bottom:7px;
	}
#rightCol p a.moreLink{
font-style:italic;
	}
#content p.newsHead{
	font-size:14px;
	color:#34457D;
}
#content .newsDate{
	font-style: italic;
}
.smallPrint{
font-size:1em;
padding:0 12px;
text-indent:0;
}
.standOut{
padding:12px;
border:1px solid #232323;
background-color:#f3f2f7;
margin:7px 22px 7px 34px;
}
.standOutWide{
padding:0;
border:1px solid #232323;
background-color:#f3f2f7;
margin:27px 0 7px 0;
clear:both;
}

img,#header a img, a img{
border:none;
}
#leftCol a img,
#content #leftCol img{
	border:2px solid #cfae8d !important;
	border-right:4px solid #8b4840 !important;
	border-bottom:4px solid #8b4840 !important;
}
#content #rightCol img.border-none{
	border:none !important;
	}
#credits,.centered,#content p.centered{
text-align:center;
}
.floatLeft{
float:left;
}
/* --------- form styles ----------------- */
fieldset{
padding:3px;
width:420px;
margin:20px;
border:1px solid #eee;
}
/* -------- contact form fieldsets ------- */
fieldset.fsContact{
float:left;
}
label{
width:120px;
float:left;
text-align:right;
margin:8px 6px 0 6px;
font-size:12px;
line-height:1.4em;
color:#004EA0;
}
form div.error, form div.warning{
color:#990000;
float:none;
clear:both;
width:100%;
padding:5px 0 5px 134px;
text-align:left;
font-size:1.2em;
font-style:italic;
}
input.error, input.warning, textarea.error, textarea.warning, select.error, select.warning{
border:1px solid #990000;
}
label.required{
font-weight:900;
}
legend{
padding:3px 8px;
margin:2px 67px;
border:none;
color:#004EA0;
font-weight:900;
font-size:14px;
}
input,textarea,select{
margin:10px 6px 0 6px;
padding:1px;
border:1px solid #004EA0;
color:#004EA0;
background:#F5F5F5;
}
input.submitButton{
padding:0 1px;
border:1px solid #004EA0;
color:#FFFFFF;
font-weight:100;
cursor:pointer;
background-color:#004EA0;
margin:12px 0 12px 0;
}
#searchForm input.submitButton{
margin:0;
}
.formResponse{
padding:45px;
height:240px;
font-size:1.4em;
}
.formResponse a{
text-decoration:none;
}
.formResponse a:hover{
text-decoration:underline;
}
#printHeader,.hideField{
display:none;
}
.clearBoth {clear: both; }
.cycleWrap{
	height:380px;
	margin:5px 12px 25px 18px;
}
.cycleWrap img{
	border:2px solid #cfae8d !important;
	border-right:4px solid #8b4840 !important;
	border-bottom:4px solid #8b4840 !important;
}


.fpImg{
	float:left;
	width:230px;
	margin-left:29px;
	margin-bottom:24px;
	}
/*--- PRICE TABLES ---*/
/*
table.pricelist td{
	background-color:#F4ECDC;
}
*/
table.pricelist th{
background-color:#D0AE80;
}
table.pricelist tr.notavail > td{
	background-color:#ecd9a8;
}
table.pricelist tr.avail > td{
	background-color:#fef6ca;
	font-weight:900;
}
table.pricelist{
	margin:12px;
	width:540px;
}
#mainCol #priceListBox h4{
	margin-top:28px;
}
a.showTable{
	font-size:12px;
	font-weight:900;
	padding:13px 24px;
	display:none;
	text-decoration:none;
}
a.showTable:hover{
	text-decoration:underline;
	}
	
div.priceWrapper{
	display:none;
}
ul.pList{
margin:0 16px 7px 26px;
text-align:left;
font-size:14px;
color:#6E2524;
line-height:1.4em;
}
ul.pList li{
	margin-bottom:18px;
	font-size:14px;
}
