@charset "utf-8";
/* --- 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;
}
/* ---- 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:#FFFFFF;
background-image:url(../img/kane-utah-vert-10x840.gif);
background-color:#BFE0F6;
background-repeat:repeat-x;
}
/* ------ WRAPPER:text align left fixes text within body which is centered------- */
#wrapper{
margin:0 auto;
width:960px;
text-align:left;
}
/*----------- MASTER HEAD -------------*/
#masterHead{
height:60px;
min-width:960px;
background-image:url(../img/kane-utah-head-top-960x60.jpg);
background-repeat:no-repeat;
background-position:center;
}
#masterHead h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
text-align:left;
color:#E9D8AA;
padding:18px 0 0 23px;
width:66%;
}
#masterHead h1 a{
text-decoration:none;
color:#E9D8AA;
}
#masterHead .links{
float:right;
text-align:right;
margin:22px 35px 0 12px;
font-size:1.2em;
}
#masterHead .links a{
margin:0 .5em;
text-decoration:none;
color:#FFF;
padding:5px;
line-height:1.6em;
}
#masterHead .links a:link, #masterHead .links a:visited, #masterHead .links a:active{
background-color:#837C6F;
}
#masterHead .links a:hover{
background-color:#949370;
}
#masterHead .links a.currentLink{
background-color:#427094;
}
/* ----------- HEADER ----------*/
#header{
height:130px;
background-image:url(../img/kane-utah-head-960x130.jpg);
background-repeat:no-repeat;
background-color:#FFF;
}
#header a{
text-decoration:none;
}
#headLinks{
width:456px;
float:right;
padding:13px 40px 0 0;
}
/* --------- turn off print header for screen pages ---------*/
/*------------ navigation menu bar -------------*/
#navBar{
height:27px;
background-image:none;
background-repeat:no-repeat;
background-color:#FFF;
}
/* --------- CONTENT (contains all columns) --------- */
#content{
margin:0;
padding:0;
background-image:none;
background-repeat:no-repeat;
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:0 0 18px 0;
}
/* - note mainCol width set below according to body class - */
#mainCol{
float:left;
}
#rightCol{
float:left;
padding:0;
}
#rightCol .inside{
padding: 6px 0 5px 0;
}
/* -------- 3 column page layout ----------*/
.threeCol #mainCol{
width:534px;
}
.threeCol #mainCol .inside{
padding:0 4px 10px 3px;
}
.threeCol #leftCol{
width:165px;
}
.threeCol #rightCol{
width:249px;
}
/* -------- 2 column page layout ----------*/
.twoCol #mainCol{
width:550px;
}
.twoCol #mainCol .inside{
padding:10px 0 10px 4px;
}
.twoCol #leftCol{
float:left;
width:170px;
}
.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/kane-utah-head-top-960x60.jpg);*/
background-repeat:no-repeat;
background-position:bottom;
background-color:#E4F0FE;
}
#footer p{
font-size:1em;
text-align:center;
}
/* --------- footLinks -------- */
#footLinks{
padding:8px 0 0 158px;
font-size:1em;
text-align:center;
}
#footLinks .footLinksList li{
list-style-type:none;
display:block;
float:left;
}
#footLinks a{
margin:0 8px;
text-decoration:none;
}
#footLinks a:link,#footLinks a:visited,#footLinks a:active{
color:#232323;
text-decoration:none;
}
#footLinks a:hover{
color:#666666;
text-decoration:underline;
}
#footLinks a.currentLink{
font-weight:900;
}
/*----------- CREDITS ----------*/
#credits .smallPrint{
color:#A6AEBC;
font-size:10px;
}
#credits .smallPrint a{
color:#A6AEBC;
text-decoration:none;
}
#credits .smallPrint a:hover{
color:#B6BFCE;
text-decoration:underline;
}
/* ---------- TOP NAVIGATION MENU ---------- */
ul.topNav{
z-index:10000;
margin:0 24px;
padding:0;
font-size:1.4em;
}
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:4px 12px;
line-height:1.2em;
text-decoration:none;
border-left:1px solid #232323;
}
ul.topNav li a:link,ul.topNav li a:visited,ul.topNav li a:active{
color:#232323;
}
ul.topNav li a:hover,ul.topNav li a.currentLink:hover{
background:#EEEEEE;
color:#232323;
}
ul.topNav li a.currentLink{
color:#FFFFFF;
background:#232323;
}
ul.topNav li a.firstLink{
border-left:none;
}
/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav{
z-index:10000;
margin:4px 0;
padding:0;
font-size:12px;
font-weight:900;
}
ul.sideNav li{
list-style-type:none;
text-indent:0;
margin:1px 0;
padding:0;
text-align:right;
}
ul.sideNav li a{
font-family:Arial, Helvetica, sans-serif;
display:block;
margin:1px 0;
padding:6px 19px 6px 4px;
line-height:1.2em;
text-decoration:none;
width:144px;
background-image:url(../img/nav-off.gif);
background-repeat:no-repeat;
background-position:right top;
}
ul.sideNav li a:link,ul.sideNav li a:visited,ul.sideNav li a:active{
color:#005FA9;
text-decoration:none;
}
ul.sideNav li a:hover,ul.sideNav li a.currentLink:hover{
background-image:url(../img/nav-over.gif);
color:#FFF;
}
ul.sideNav li a.currentLink{
color:#FFFFFF !important;
background-image:url(../img/nav-on.gif);
}
/* ------------ REGULAR LINKS --------------- */
a:visited,a:active,a:link{
color:#264574;
text-decoration:underline;
}
a:hover{
color:#4494E6;
text-decoration:none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img{
background-color: 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;
}
a.more-info{
text-decoration:none;
background-color:#E4F0FE;
padding:3px;
}
a.more-info:hover{
text-decoration:underline;
}
/* ---------- STANDARD ELEMENTS -------- */
h1{
margin:0;
padding:0;
font-size:1.8em;
font-weight:900;
text-align:center;
}
#mainCol h1{
color:#264574;
font-family: Georgia, "Times New Roman", Times, serif;
text-align:left;
line-height:1.12em;
padding:0 3px 1px;
border-bottom:1px dotted #F0764D;
margin:0 11px 6px 11px;
}
#rightCol h1{
font-size:14px;
color:#4494E6;
line-height:1.2em;
padding:3px 0 5px 0;
border-bottom:1px solid #4494E6; 
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#E4F0FE;
cursor:pointer;
}
h2{
margin:12px 0 4px 0;
padding:0;
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h2{
color:#264574;
text-align:left;
font-size:1.4em;
line-height:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
padding:3px;
border-bottom:1px dotted #264574;
margin:4px 11px 6px 11px;
}
#rightCol h2{
color:#264574;
text-align:left;
line-height:1.2em;
font-size:12px;
padding:1px 6px 3px 6px;
margin:0;
border:0;
}
#rightCol h2.centered{
text-align:center;
}
#rightCol h2 a{
text-decoration:none;
}
#rightCol h2 a:hover{
text-decoration:underline;
}

h3{
margin:0;
padding:0;
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h3{
color:#232323;
text-align:left;
line-height:1.4em;
padding:3px;
margin:3px 11px 0 11px;
}
#rightCol h3{
color:#232323;
line-height:1.2em;
padding:3px 0 3px 0;
margin:6px 0;
}
h4{
margin:0;
padding:0;
font-size:1.2em;
font-weight:900;
text-align:center;
}
#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 5px 0 0;
text-align:justify;
}
#mainCol p{
margin:0 12px 4px 12px;
text-align:left;
}
#rightCol p{
margin:0 9px;
line-height:1.1em;
text-align:left;
}
#rightCol p.date{
font-weight:900;
}
/* -----------TABLES---------*/
table{
width:92%;
border-collapse:collapse;
margin:10px auto;
font-size:1.2em;
}
th{
font-weight:900;
text-align:center;
background-color:#000040;
color:#FFF;
padding:6px 0 2px 0;
border-bottom:2px solid #004EA0;
}
td{
text-align:left;
padding:5px 2px 3px 12px;
}
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;
}
.clickshow{
padding:5px 0;
}
.description{
margin:8px 15px;
border:1px solid #e4f0fe;
padding:14px;
}
.drop-small{
margin:3px 0 6px 8px;
}
.dropCap{
float:left;
color:#232323;
padding:4px 1px 4px 0;
font:34px/20px Verdana,Arial,Helvetica,sans-serif;
}
.dropCapFollow{
color:#232323;
padding:0 2px 0 0;
font:900 1.2em/1em Verdana,Arial,Helvetica,sans-serif;
}
.errorMessage, #content p.errorMessage{
font-weight:900;
text-align:center;
padding:22px 8px;
}
.boxdiv{
padding:0;
border:1px solid #4494E6;
margin-bottom:12px;
}
#rightCol .boxdiv p.caption{
padding:8px;
text-align:center;
}
.eventBox{
margin-bottom:9px;
}
.floatRight{
float:right;
}
.hr{
border-bottom:1px solid #699DD7;
margin:0 16px 9px 16px;
clear:both;
}
select.goList{
float:right;
margin:0 12px 8px 35px;
clear:both;
font-size:14px;
cursor:pointer;
}
.mapBox{
margin:18px;
border:1px solid #004080;
}
.mapControls{
text-align:center;
padding:8px;
font-size:10px;
}
.mapControls a{
margin:0 8px;
}
.photosPreview img{
margin-left:4px;
}
.pullQuote{
display:block;
padding:6px 6px;
margin:5px 0;
color:#264574;
border-top:2px solid #E4F0FE;
border-bottom:2px solid #E4F0FE;
font-size:16px;
line-height:1.4em;
font-style:italic;
}
.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;
}
#rightCol span.smallPrint{
font-style:italic;
font-size:10px;
}
.smallPrint{
font-size:1em;
padding:0 12px;
text-indent:0;
}
.standOut{
padding:12px;
border:1px solid #232323;
background-color:#F0F0F0;
margin:7px 0;
}
img,#header a img,body #content a img{
border:none;
}
#credits,.centered,#content p.centered{
text-align:center;
}
.floatLeft{
float:left;
}
#mainCol img.floatLeft{
}
#rightCol img.floatLeft{
margin:0 5px 0 0;
}
/* --------- form styles ----------------- */
fieldset{
padding:3px;
width:480px;
margin:20px;
border:1px solid #eee;
}
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:21px 0 12px 0;
}
#searchForm{
width:248px;
float:left;
margin-top:44px;
margin-left:10px;
}
#searchForm input{
font-size:14px;
}
#searchForm input#searchString{
padding:2px 0 2px 8px;
width:160px;
}
#searchForm input.submitButton{
border:1px solid #F2B767;
color:#FFFFFF;
background-color:#004EA0;
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;
}
/* -------- These items load closed / hidden ------- */
.photosPreview .clickshow, .videoPreview .clickshow, .guidePreview .clickshow{
display:none;
}
#southern-utah-events .guidePreview .clickshow{
display:block;
}