@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;
}
/* ---- 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.2%;
}
/* ---------define body - set base fonts 
* note: text align center maintains older IE centering ---*/
body{
text-align:center;
line-height:1;
background-color:#FFF;
/* setup: set font, background image */
font-family: "Bookman Old Style", Georgia, Times, "Times New Roman", serif;
background-image:url(../img/Riggins_vert_10x770.jpg);
background-repeat:repeat-x;
background-color:#A7C8F3;
}

/* ------ define wrapper, center with auto margins, set base page width
* note: text align left fixes text within body which is centered------- */
#wrapper{
margin:0 auto;
text-align:left;
/* setup: set width */
width:760px;
}

/*---------------------------------------
 *           PAGE  ELEMENTS
 * ------------------------------------ */


/* ------------ LINKS --------------- */
a:visited,a:active,a:link{
color:#6380A8;
outline: none;
text-decoration:underline;
}
a:hover{
outline: none;
color:#336666;
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 -------- */
/* --- setup: set header font --- */
h1, h2, h3, h4, h5, h6{
font-family: Georgia, Times, Times New Roman, serif;
}
h1{
font-size:1.6em;
font-weight:900;
text-align:center;
}
#mainCol h1{
color: rgb(166,136,82);
font-size:2em;
text-align:left;
line-height:2em;
}
#rightCol h1{
color:#232323;
line-height:1.2em;
}
h2{
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h2{
color: rgb(99,128,168);
text-align:left;
font-size:1.6em;
line-height: 1.6em;
}
#mainCol h1 + h2{
	margin-bottom:12px;
	}
#mainCol p + h2{
	margin-bottom:12px;
	}
#rightCol h2{
color:#A68852;
font: bold 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
}
h3{
font-size:1.4em;
font-weight:900;
text-align:center;
}
#mainCol h3{
color:rgb(4,35,64);
text-align:left;
line-height:1.4em;
}
#rightCol h3{
color:#232323;
line-height:1.2em;
}
h4{
font-size:1.2em;
font-weight:900;
text-align:center;
}
#rightCol h4{
color:#232323;
text-align:left;
}
h5{
font-size:1.2em;
font-weight:100;
text-align:left;
}
h6{
font-style:oblique;
font-weight:100;
text-align:center;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
	text-decoration:none;
}
p{
font:13px Tahoma,Arial,Helvetica,sans-serif;
line-height:1.4em;
text-indent:0;
}
#leftCol p{
margin:0 5px 0 0;
text-align:left;
}
#mainCol p{
margin:0 0 10px 0;
}
#mainCol h1+p,
#mainCol h2+p{
	margin-top:10px;
}
#rightCol p{
text-align:left;
color:#6380A8;
}

ul, ol{
margin: 1em 0 1em 0;
}
ul li ul, ol li ol{
margin: 0;
}
#mainCol ul, #mainCol ol {
font:13px Tahoma, Verdana, Arial,Helvetica,sans-serif;
line-height:1.4em;
text-indent:0;
}
#mainCol ul li {
	list-style-type: square;
	margin-left: 3em;
	margin-bottom:12px;
}
#mainCol ul li ul li {
	list-style-type: circle;
	margin-left: 1em;
	margin-top:12px;
}

#mainCol ol li {
	list-style-type: decimal;
	margin-left: 3em;
	margin-bottom:12px;
}
#mainCol ol li ol li {
	list-style-type: upper-alpha;
	margin-left: 2em;
}
#mainCol ol li strong{
	color:#6380A8;
	}

/* -----------TABLES---------*/
table{
border-collapse:collapse;
border-spacing: 0; 
margin:10px auto;
font-size:12px;
}
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{
margin:6px 0;
}

/* --------- FORM ELEMENTS ----------------- */
fieldset{
padding:3px;
width:541px;
margin:3px 20px 7px;
border:1px solid #eee;
}
label{
width:120px;
float:left;
text-align:right;
margin:8px 6px 0 6px;
font:13px Tahoma, Verdana, Arial,Helvetica,sans-serif !important;
line-height:1.4em;
color:#A68852;
}
form div.error, form div.warning{
color:#990000;
float:none;
clear:both;
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:#6380A8;
font-weight:900;
font-size:14px;
}
input,textarea,select{
margin:10px 6px 0 6px;
padding:1px;
border:1px solid #DCDCDC;
color:#A68852;
background-color:#FFFFFF;
font-family:sans-serif;
}
select{
cursor:pointer;
}
td input,td textarea,td select{
margin:0 6px 6px 6px;	
}
textarea{
font-size:12px;
}
input[type=checkbox]{
border:none;
}
input.submitButton{
padding:4px 5px;
border:1px solid #DCDCDC;
color:#A68852;
font-weight:100;
cursor:pointer;
background-color:#F4F2E6;
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;
}

/* ---------- TOP NAVIGATION MENU ---------- */
ul.topNav{
z-index:10000;
padding: 4px 0 0 0;
margin: 0;
font: bold 14px Georgia, "Times New Roman", Times, serif;
}
ul.topNav li{
list-style-type:none;
text-indent:0;
margin:0;
padding:0;
float:left;
display:block;
}
ul.topNav li a{
padding: 3px 9px 5px 9px;
line-height:1em;
height:25px;
text-decoration:none;
border-right:1px solid #DCDCDC;
}
ul.topNav li a:link,ul.topNav li a:visited,ul.topNav li a:active{
color:#6380A8;
}
ul.topNav li a:hover,ul.topNav li a.currentLink:hover{
/*background-color:#EEEEEE;*/
color: rgb(167,200,243);
}
ul.topNav li a.currentLink{
color: rgb(242,216,167);
background-color: rgb(99,128,168);
}
ul.topNav li a.firstLink{
border-left:1px solid #DCDCDC;
}

/* ---------- SIDE NAVIGATION MENU ---------- */
ul.sideNav{
z-index:10000;
margin:4px 0;
font-size:1.4em;
}
ul.sideNav li{
list-style-type:none;
text-indent:0;
margin:1px 0;
}
ul.sideNav li a{
display:block;
margin:1px 0;
padding:4px 12px 4px 10px;
line-height:1.2em;
text-decoration:none;
}
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{
color:#FFFFFF;
background-color:#232323;
}
ul.sideNav li a.currentLink{
background-color:#EEEEEE;
color:#232323;
}

/*--------------------------------------------- 
 *                           LAYOUT 
 * ---------------------------------------------- */

/* ----------- HEADER ----------*/
#header{
/* setup: set header height, bgrd image, bgrd color */
background-image:url(../img/Riggins_head_760x160.jpg);
background-repeat:no-repeat;
height:160px;
background-color:#fff;
}
#header a{
text-decoration:none;
}
#header #logoLink{
/* setup: set width and height of linked blank img in header */
width:758px;
height:120px;
margin-top:20px;
}
/* --------- turn off print header for screen pages ---------*/
#printHeader{
display:none;
}

#header, #navBar, #footer{
	background-repeat:no-repeat;
}
/*------------ navigation menu bar -------------*/
#navBar{
/* setup: navbar height, bgrd image, color, etc */
height:40px;
background-repeat:no-repeat;
background-image:url(../img/Riggins_nav_760x40.jpg);
background-color:#F8F5EE;
padding-left:25px;
}
/* --------- CONTENT (contains all columns) --------- */
#content{
/* setup: set background color here as needed */
background-color:#FFF;
clear:both;
}
/* -----  clear prop (div class="clearProp") makes content div clear the columns it contains --- */
#content .clearProp{
clear:both;
height:.01px;
width:100%;
}
/*----------- COLUMN DEFAULTS: 
 * specific widths set below according to body class 
 * --------- */
#leftCol, #mainCol, #rightCol{
float:left;
}

/* ------- COLUMN LAYOUTS: 
 * note: padding is applied to 'inside' divs, not columns directly
 * ------- */

/* setup: set column widths as needed for each page layout */

/* -------- ONE COLUMN page layout (oneCol) ----------*/
.oneCol #mainCol{
width:960px;
}
.oneCol #mainCol .inside{
padding: 10px;
}
.oneCol #leftCol{
display:none;
}
.oneCol #rightCol{
display:none;
}

/* -------- TWO COLUMN LEFT page layout (twoCol OR twoColLeft) ----------*/
.twoCol #mainCol, 
.twoColLeft #mainCol{
	width:460px;
}
.twoCol #mainCol .inside,
.twoColLeft #mainCol .inside
{
padding:10px;
}
.twoCol #leftCol, 
.twoColLeft #leftCol{
	width:180px;
}
.twoCol #leftCol .inside,
.twoColLeft #leftCol .inside
{
padding:0 10px;
}
.twoCol #rightCol,
.twoColLeft #rightCol{
display:none;
}

/* -------- TWO COLUMN RIGHT page layout (twoColRight) ----------*/
.twoColRight #mainCol{
	width:580px;
}
.twoColRight #mainCol .inside
{
padding:2px 10px 10px 20px;
}
.twoColRight #leftCol{
display:none;
}
.twoColRight #rightCol{
	width:180px;
}
.twoColRight #rightCol .inside
{
padding:0 10px;
}

/* -------- THREE COLUMN page layout ----------*/
.threeCol #mainCol{
width:600px;
}
.threeCol #mainCol .inside{
padding:10px;
}
.threeCol #leftCol{
width:180px;
}
.threeCol #leftCol .inside{
padding:0 10px;
}
.threeCol #rightCol{
width:180px;
}
.threeCol #rightCol .inside{
padding:0 10px;
}

/* ---------- FOOTER ----------*/
#footer{
/* setup: set footer height, background image, color */
height:50px;
clear:both;
background-image:url(../img/Riggins_foot_760x50.jpg);
background-color:#f4f4f4;
}
#footer p{
text-align:center;
}
/* --------- footLinks -------- */
/* setup: padding, position, size, color, etc */
#footLinks{
padding: 23px 0 0 20px;
text-align: center;
font: 12px Georgia, "Times New Roman", Times, serif;

}
#footLinks .footLinksList{
margin-top: 3px;
}
#footLinks .footLinksList li{
list-style-type:none;
display:block;
float:left;
}
#footLinks a{
margin:0 24px;
text-decoration:none;
color: rgb(4,35,64);
}
#footLinks a:link,#footLinks a:visited,#footLinks a:active{
color:rgb(167,200,243);
text-decoration:none;
}
#footLinks a:hover{
color: rgb(166,136,82);
text-decoration: none;
}
/*----------- CREDITS ----------*/
/* setup: padding, position, size, color, etc */
#credits{
	margin:12px 0;
}
#credits .smallPrint{
color:#333;
font-size:10px;
}
#credits .smallPrint a{
color:#333;
text-decoration:none;
}
#credits .smallPrint a:hover{
color:#333;
text-decoration:underline;
}


/*----------- MISC. CLASSES ----------*/
.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}
.boldText{
font-weight:bold;
}
.centered{
	text-align:center;
}
.clear{
clear:both;
}
.dropCap{
float:left;
padding:4px 1px 4px 0;
font:34px/20px Verdana,Arial,Helvetica,sans-serif;
}
.dropCapFollow{
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;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}
img.floatLeft{
margin-right:12px;
}
img.floatRight{
margin:12px 0 12px 12px;
border:3px solid #C3B181;
}
.halfLeft{
float:left;
width:48%;
}
.halfRight{
float:right;
width:48%;
}
.qtrLeft{
float:left;
width:24%;
}
.qtrRight{
float:right;
width:24%;
}
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;
}
.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;
}
.seoText a,#content .seoText a,
#content .seoText a:visited,
#content .seoText a:hover{
color:#EEEEEE;
text-decoration:none;
}
#mainCol p.bigPrint{
font:14px Tahoma, Verdana, Arial,Helvetica,sans-serif !important;
padding:0 12px;
line-height:1.4em !important;
color:#A68852;
text-indent:0;
}
.smallPrint{
font-size:10px;
padding:0 12px;
text-indent:0;
}
#mainCol p.standOut{
	padding:4px 12px;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	background-color:#F4F2E6;
	margin:11px 0 17px 0;
	text-align:center;
	font-size:13px;
	font-weight:100;
	line-height:1.4em;
}
#mainCol p.standOut a{
	color:#A68852 !important;
}
.topSpace{
margin-top:10px;
}

/* ---- side boxes ---- */
.sideBox{
border:1px solid #f3f3f3;
margin:4px;
padding:5px;
background-color:#FFF;
}
.sideInside{
margin:3px;
background-color:#FFF;
padding:4px;
}
#rightCol .sideAlt{
}
.sideBox ul li{
list-style:none;
font-size:1em;
line-height:1.3em;
margin-bottom:3px;
font-weight:100;
}

/* ---- additional elements --- */
img,#header a img,body #content a img{
border:none;
}
#credits, #credits p.centered,#content p.centered{
text-align:center;
}
/* elements hidden when css is in use, shown otherwise */
.hideField, #mainContentLinks{
display:none;
}
img.pagePics{
border:3px solid #C3B181;
margin:6px 0 12px 12px !important;
float:right;
}
