/*------------------Tags------------------*/

html {
	height:100%;
	width:100%;
}

body { 
	font-size:75%;
	color:#5c4e41;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5; 
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration:underline;
	color:#5C4E41;
	

}

a:hover {
	text-decoration:none;

}

a img {

}

a {
word-wrap: break-word;
}


p {
word-wrap: break-word;
}

hr {
	background-color:#fff;
	color:#fff;
	text-align:center;
	width:100%;
	border: 1px dotted #83786E; 
	border-style: none none dotted;
	margin: 10px 0;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

h1 {

	font-size:1.3em;
	font-weight:bold;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration:none;
	color:#5c4e41;
}

h1 a:hover {
text-decoration:underline;
}

h2 {
font-size:1.2em;
font-weight:bold;
	color:#a14407;

}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
text-decoration:none;
color:#5c4e41;
}

h2 a:hover {
text-decoration:underline;
}

h3 {
font-size:1.1em;
font-weight:bold;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
text-decoration:none;
color:#5c4e41;
}

h3 a:hover {
text-decoration:underline;
}

h4 {
font-size:1em;
font-weight:bold;
text-transform:none;
}

h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
text-decoration:none;
}

h4 a:hover {
text-decoration:underline;
}

img {

}


em{
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}

strong {
font-weight:bold;
}


ul li a, ul li a:link, ul li a:visited, ul li a:hover, ul li a:active {
text-decoration:none;
}

ul li a:hover {
text-decoration:underline;
}

/*------------------Generic classes for use anywhere------------------*/



  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/* End hide from IE-mac */

a.bullet, a.bullet:link, a.bullet:visited, a.bullet:active {
	background:transparent url(../images/region/bullet.gif) no-repeat scroll left 3px;
	padding-left:8px;
	text-decoration:none;
	line-height:1.3em;
	color:#a14407;
}

a.bullet:hover {
	text-decoration:underline;

}

a.italic, a.italic:link, a.italic:visited, a.italic:hover, a.italic:active {
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
font-weight:normal;
line-height:1.3em;
}

a.rss, a.rss:link, a.rss:visited, a.rss:hover, a.rss:active {
	background:transparent url(../images/rssicon.gif) no-repeat scroll left 3px;
	padding-left:15px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clearboth {
	clear: both;

}

.noscreen {
	display: none;
}

.textright {
	text-align:right;
}

.textleft {
	text-align:left;
}


.textcenter {
	text-align:center;
}

.borderright {
	border-right:dotted 1px #83786E;
}

.borderleft {
	border-left:dotted 1px #83786E;
}

img.border1 {
	border:#000000 solid 1px;
}

.imgrightbordernone {
	float: right;
	margin: 5px;
}

.imgrightborder1 {
	float: right;
	margin: 5px;
	border: 1px solid #83786E;
}

.imgleftbordernone {
	float: left;
	margin: 5px;
	margin-left:0;
}

.imgleftborder1 {
	float: left;
	margin: 5px;
	margin-left:0;
	border: 1px solid #83786E;
}

.nortmargin {
	margin-right:0 !important;
	padding-right:0 !important;
}

.nobtmmargin {
	margin-bottom:0 !important;
}

.notopmargin {
	margin-top:0 !important;
}

.nomargin {
	margin:0 !important;
}

span.space {
	margin-left:5px;
	padding-left:5px;
}

span.separator, a.separator {
	margin-left:5px;
	border-left:#7a6f64 dotted 1px;
	padding-left:5px;
}

a.separator, a.separator:link, a.separator:visited, a.separator:hover, a.separator:active {
text-decoration:underline;
}

a.separator:hover {
text-decoration:none;

}

ul.inline {
	list-style-type: none;
	white-space: nowrap;
	
	}
	
ul.inline li {
	display: inline;
	color: #5C4E41;
	font-size:.9em;
	text-decoration: none;
	padding: 0 5px 0 7px;
	border-left: 1px dotted #5C4E41;
}

ul.inline li:first-child {
	border-left: none;	
	padding: 0 5px 0 0;
}

ul.inline li a, ul.inline li a:link, ul.inline li a:link, ul.inline li a:visited, ul.inline li a:hover, ul.inline li a:active{
	color: #5C4E41;
	text-decoration: none;
}

ul.inline li a:hover {
	text-decoration: underline;	
}

.btmdotborder {
	border-bottom:1px dotted #83786E;
	margin:0 0 10px;
	padding-bottom:10px;
}


p.notes {
font:italic normal normal 1em Georgia, "Times New Roman", Times, serif;
}

p.small {
font-size:.95em;
}

p.right {
text-align:right;
}

ul.bulleted {
margin-bottom:10px;
}

ul.bulleted li {
list-style-type:disc;
padding-top:2px;
margin-left:20px;
}

ol.numbered, ol.loweralpha {
margin-bottom:10px;
}

ol.numbered li {
list-style-type:decimal;
padding-top:2px;
margin-left:20px;
}

ol.loweralpha li {
list-style-type:lower-alpha;
padding-top:2px;
margin-left:20px;
}

ol.loweralpha li ol.lowerroman li {
list-style-type:lower-roman;
margin-left:30px;
}

#termsofuse ol.loweralpha li, ol.loweralpha li ol.lowerroman li {
padding-top: 5px;
}
.photocaption p {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

.beta{
font-style:italic;
font-size-adjust:80%;
font-variant:normal;
text-transform:none;
}


/*------------------Structural IDs and Classes------------------*/
/*wrapper is for footer stick*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

/*---------Header Elements---------*/

#header {
	background:#433930 url(../images/shadow-down.gif) repeat-x scroll bottom;
	height:auto;
	width:100%;
	min-width:975px;
	overflow:hidden;
}

#headernav{
	height:29px;
	/*background-color:#382a1d;
	border-bottom:1px solid #785f40 ;*/
	background:transparent url(../images/region/headernav-bg.png) repeat-x scroll 0 0;
	overflow: hidden;
	width: 100%;

}

* html #headernav{
background:transparent url(../images/region/headernav-bg.gif) repeat-x scroll 0 0;
}

#headercontainer {
	width:950px;
	margin:0 auto;
	padding:0;
}

#headernavlinks {
	width:950px;
	margin:0 auto;
	padding:0;

}

#headernavlinks ul {
	float: left;
	margin-top: 10px;
}


#headernavlinks ul li{
	color: #f8f4D5;
	border-left-color:#f8f4D5;
}

#headernavlinks ul li a, #headernavlinks ul li a:link, #headernavlinks ul li a:visited, #headernavlinks ul li a:hover, #headernavlinks ul li a:active{
	color: #ffffff;
}

#headertitle {
	margin:20px 0 0;
	width: 100%;
	height:60px;

}

#headertitle h1 {
color:#F8F4D5;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:3em;
font-weight:normal;
line-height:1em;
padding-bottom:20px;
padding-top:0;
text-transform:none;
width:560px;
}

/*----Header Local Search----*/

#searchcontainer {
	width:381px;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:92px;
}

#localsearch {
	height:64px;
	width:381px;
	background:transparent url(../images/region/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #localsearch {
	background:transparent url(../images/region/searchbx-bg.gif) no-repeat scroll left bottom;
}



#localsearch h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	margin:-2px 0 2px;
	color:#f8f4d5;
	font-size:1.8em;
	line-height:normal;
	text-align:center;
	font-weight:normal;
	text-transform:none;
}

#localsearch .search-area {
	overflow:hidden;
	padding:0 0 0 22px;
	clear:both;
}

* html #localsearch .search-area {
	overflow:visible;
	height:1%;
}

#localsearch .search-area .inp-txt {
	float:left;
	width:160px;
	height:20px;
	padding:6px 0 0 11px;
	background:url(../images/region/bg-inp-search.gif) no-repeat;
}

#localsearch .search-area .inp-txt input {
	float:left;
	height:16px;
	margin:0;
	border:0;
	width:150px;
	background:url(../images/bg-google.gif) no-repeat 0 2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

#localsearch .search-area .inp-txt input.focus {background: none;}
#localsearch .search-area select {
	float:left;
	width:128px;
}

#localsearch .search-area #btn-go {
	float:left;
	width:36px;
	height:26px;
	padding:0 0 2px;
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/region/btn-go.gif) no-repeat;
	border:0;
	cursor:pointer;
}

/*--hides select dropdown--*/

.outtaHere {
	position:absolute;
	left:-9999px;
}


/*--Selects--*/
.selectArea {
	float:left;
	margin:0;
	padding:1px 0;
	display:inline;
	height:24px;
	position:relative;
	color:#ffffff;
	background:url(../images/region/bg-select-center.gif) repeat-x;
}

#wizard-form .selectArea, .form .selectArea {
	margin-left:10px;
	background:url(../images/bg-select-center-all.gif) repeat-x;
	color:#5C4E41;
}

.selectArea .left {
	position:absolute;
	top:1px;
	left:0;
	width:3px;
	height:24px;
	margin:0 !important;
	padding:0 !important;
	display:block;
	overflow:hidden;
	border-left:2px solid #cd621b;
}

#wizard-form .selectArea .left, .form .selectArea .left {
	border-left:1px solid #cecabf;
}

.selectArea .center{
	display:block;
	height:24px;
	font:12px/24px Arial, Helvetica, sans-serif;
	margin:0 30px 0 5px !important;
	padding:0 !important;
	overflow:hidden;
	float:none !important;
}
.selectArea a.selectButton {
	position:absolute;
	top:1px;
	right:0;
	display:block;
	float:none;
	width:100%;
	height:24px;
	z-index:4;
	border:none;
	background:url(../images/region/select-right.gif) no-repeat 100% 0;
}

#wizard-form .selectArea a.selectButton, .form .selectArea a.selectButton {
	background:url(../images/select-right-all.gif) no-repeat 100% 0;
}

/*--Selects drop-down--*/
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	margin:26px 0 0;
	background-color:#cd621b;
	display:block;
	z-index:30;
	font-size:11px;
	overflow:auto;

}

.optionsDivInvisible,
.optionsDivVisible { 
background-color:#ffffff;
	border:1px #E6E3CE solid;
}

.optionsDivInvisible {display:none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style:none;
	font:12px Arial, Helvetica, sans-serif;
}
* html .optionsDivVisible ul {float:left;}
* +html .optionsDivVisible ul {overflow:hidden;}
.optionsDivVisible ul li {
	width:100%;
	overflow:hidden;
}
.optionsDivVisible a {
	display:block;
	padding:0 4px;
	color:#ffffff;
	text-decoration:none;
	line-height:normal !important;
}

.optionsDivVisible a {
	color:#5C4E41;
}


.optionsDivVisible a:hover {
	background-color:#4e4e4e;
	color:#ffffff;
	text-decoration: none;
}

/*----End Header Local Search----*/

#headertag {
	margin:0 0 5px 581px;
	width:362px;
}

#headertag h2 {
	font-size:2em;
	color:#d8ae75;
	font-weight:normal;
	text-transform:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:-10px;
}

div#headertag{
margin-bottom:0px;
}

#photobanner-wrapper {
width: 100%;
overflow:hidden;
white-space:nowrap;
}	

#photobanner {
	background:transparent url(../images/photobannerbkgrd.jpg) repeat-x 0 0;
	height:107px;
	width:2640px;
	white-space:nowrap;
	overflow:hidden;
}

#photobanner img {
	padding-top:4px;
	margin:0;
	border:none;
	float: left;
	height: 99px;
	width:132px;
	display:block;
}


#bannerwelcome {
	width:950px;
	margin:0 auto;
	padding-bottom:10px;
}

#bannerwelcome p {
	font:italic normal normal 1em Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:5px 0;
}

#bannerwelcome a, #bannerwelcome a:link, #bannerwelcome a:visited, #bannerwelcome a:hover, #bannerwelcome a:active {
	color:#d8ae75;
}

/************************* Hideshow *************************/
#showphotos{
margin-top:10px;
display:none;
}

#showphotos a {
color:#D8AE75;
}

#hidephotos {
display:none;
float:left;
margin-bottom:0px;
}
#hidephotos a {
color:#D8AE75;
}



/*---------End Header Elements---------*/

#contentwrapper {
	width:950px;
	margin:30px auto;
}

/*---------Left Nav---------*/

#navigation {
}

h2.leftnav {
	font-size:1em;
	line-height:normal;
	font-weight:bold;
	color:#a14407;
	margin:0;
	padding:0;
	text-transform:uppercase;
	margin-top:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2.leftnav a, h2.leftnav a:link, h2.leftnav a:visited, h2.leftnav a:hover, h2.leftnav a:active {
	text-decoration:none;
	color:#a14407;
	padding:5px 0;
	display:block;
}

h2.leftnav a:hover {
	background-color:#a14407;
	color:#ffffff;
	display:block;

}

ul.leftnav {
	margin-bottom:20px;
}

ul.leftnav li {
	border-bottom:dotted 1px #83786E;
}

ul.leftnav li a, ul.leftnav li a:link, ul.leftnav li a:visited, ul.leftnav li a:hover, ul.leftnav li a:active  {
	padding:5px 0 5px 10px;
	text-decoration:none;
	color:#5c4e41;
	background:transparent url(../images/region/bullet.gif) no-repeat scroll 1px center;
	display:block;
}

ul.leftnav li a:hover {
	color:#ffffff;
	background:#a14407 url(../images/bullethover.gif) no-repeat scroll 1px center;
}

ul.leftnav li.selected {
	/*font-size:1.6em;*/
	text-transform:uppercase;
	font-weight:bold;
	color:#a14407;
}

ul.leftnav li.selected a, ul.leftnav li.selected a:link, ul.leftnav li.selected a:visited, ul.leftnav li.selected a:hover, ul.leftnav li.selected a:active {
	color:#a14407;
}

ul.leftnav li.selected a:hover{
	color:#ffffff;
	background:#a14407 url(../images/bullethover.gif) no-repeat scroll 1px center;

}

/*--subnav off--*/

ul.leftnav li ul.subnav {
	display:none;
}

/*--subnav on--*/

ul.leftnav li.selected ul.subnav  {
	display:block;
}

/*--end subnav on--*/

ul.leftnav li ul li {
	border-bottom:none;
	/*font-size:.6em;*/
	text-transform:none;
	font-weight:normal;
}

ul.leftnav li ul li a, ul.leftnav li ul li a:link, ul.leftnav li ul li a:visited, ul.leftnav li ul li a:hover, ul.leftnav li ul li a:active  {
	padding:2px 0 2px 20px;
	text-decoration:none;
	background:none;
	display:block;
}

ul.leftnav li ul li a:hover {
}


/*------Left Nav - Areas------------------*/

ul.leftnav li.area {
margin-top: 20px;

}

ul.leftnav li.area:first-child {
margin-top:10px;
}


ul.leftnav li.area a, ul.leftnav li.area a:link, ul.leftnav li.area a:visited, ul.leftnav li.area a:hover, ul.leftnav li.area a:active {
color:#A14407;
font-weight:bold;
}

ul.leftnav li.area a:hover {
color: #ffffff;
}



/*------End Left Nav - Areas------------------*/

/*------Left Nav - Blocks------------------*/
.block_1 {
}

.block_2 {
margin-top:30px;
}


/*------End Left Nav - Blocks------------------*/

/*------Left Nav - Social------------------*/

.social {
margin:20px 0 30px;
overflow:hidden;
width:100%;
}

.social img {
float:left;
margin: 10px 2px 0 0;

}


/*------End Left Nav - Social------------------*/

/*------End Left Nav------------------*/

/*------Right Nav (Share content)------------------*/
h3.rightnav {
	font-size:1em;
	line-height:normal;
	font-weight:bold;
	color:#a14407;
	margin:0;
	padding:0;
	margin-top:12px;
}


ul.rightnav {
	margin-bottom:20px;
/*	border-bottom:dotted 1px #a14407;
	padding-bottom:10px;*/
}

ul.rightnav li {

}

ul.rightnav li a, ul.rightnav li a:link, ul.rightnav li a:visited, ul.rightnav li a:hover, ul.rightnav li a:active  {
	padding:2px 0 4px 10px;
	text-decoration:none;
	color:#5c4e41;
	background:transparent url(../images/region/bullet.gif) no-repeat scroll 1px center;
	display:block;
}

ul.rightnav li a:hover {
	color:#ffffff;
	color:#5c4e41;
	text-decoration:underline;
	/*background:#a14407 url(../images/bullethover.gif) no-repeat scroll 1px center;*/
}


/*------End Right Nav------------------*/

div#preload { display: none; }


/*------Main Content Area - Right three columns---------*/


#maincontent {
	width:750px;
	float:left;
	margin:0;
	padding:5px 0;
	background:transparent url(../images/shadow-down.gif) repeat-x scroll top;
	border-top:#a14407 solid 2px;
}

.bg-2col {
	background:transparent url(../images/bg-2col.jpg) repeat-y scroll top;
	margin-top:20px;
	width:100%;
	overflow:hidden;
}

.bg-3col {
	background:transparent url(../images/bg-3col.jpg) repeat-y scroll top;
	margin-top:20px;
	width:100%;
	overflow:hidden;
}

.bg-ctr2col {

background:transparent url(../images/bg-ctr2.jpg) repeat-y scroll -3px top;
overflow:hidden;
width:100%;


}

.column20 {
	width: 180px;
	margin-right:10px;
	float:left;
}

.column30 {
	width: 265px;
	margin-right:10px;
	padding-right:9px;
	float:left;
}

.column60 {
	width:549px;
	margin-right:10px;
	padding-right:9px;
	float:left;
}

.nofloat {
float:none;
}

.columns-wrapper {
	float:left;

}

/*do not assign a width attribute to columnscenter*/
.columnscenter { 

}

.sidebar {
	margin-right:0;
	padding-right:0;
}

.sidebar h2 {
line-height:1.1em;
margin-bottom:5px;
}

.sidebar ul {
	margin-top:5px;
	margin-bottom:20px;
}

.sidebar ul li {
	padding-bottom:2px;
}

.sidebar ul li a, .sidebar ul li a:link, .sidebar ul li a:visited, .sidebar ul li a:hover, .sidebar ul li a:active {
	text-decoration:none;
	color:#5c4e41;
}

.sidebar ul li a:hover {
	text-decoration:underline;
}

#blogroll-sidebar ul li img {
height:12px;
width:12px;
}

#blogroll-sidebar ul li {
border-bottom:1px dotted #83786E;
padding-bottom:5px;
margin-bottom:5px;
}

/*.sidebar .sectionsubheader {

border-top:1px dotted #83786E;

}*/

.sidebar #donorlist ul {
margin-bottom:10px;
}

#sectionheader {
	border-bottom:dotted 1px #83786E;
	padding:5px 0;
	margin-bottom:10px;
	width: 100%;
	overflow:hidden;
}

#sectionheader h1 {
	float:left;
}

.sectionsubheader {
	padding:5px 0;
	margin-bottom:10px;
	width: 100%;
	overflow:hidden;
}

.sidebar .sectionsubheader {
overflow:visible;
padding-top:10px;
margin-top:10px;
margin-bottom:0;
}

.sectionsubheader h2 {
	float:left;
}

.sidebar .sectionsubheader h2 {
	float:none;
}

#sectionheader p {
	text-align:right;
	color:#83786e;
	font-size:.95em;
	margin-bottom:0;
	padding-top:3px;
}

#sectionheader ul, .sectionsubheader ul, .issueheader ul {
	float: right;
}


#sectionheader ul li{
	color: #83786e;
	border-left-color:#83786e;
}

#sectionheader ul li a, #sectionheader ul li a:link, #sectionheader ul li a:visited, #sectionheader ul li a:hover, #sectionheader ul li a:active{
	color: #83786e;
}

h1.sectionhead, h2.sectionhead, h3.sectionhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a14407;
	text-transform:uppercase;
}

h1.sectionhead {
font-size:1.2em;
}

h1.sectionhead a, h1.sectionhead a:link, h1.sectionhead a:visited, h1.sectionhead a:hover, h1.sectionhead a:active, h2.sectionhead a, h2.sectionhead a:link, h2.sectionhead a:visited, h2.sectionhead a:hover, h2.sectionhead a:active, h3.sectionhead a, h3.sectionhead a:link, h3.sectionhead a:visited, h3.sectionhead a:hover, h3.sectionhead a:active {
	color:#a14407;
}


.sidebar .sectionhead {
/*background-color:#CD621B;*/
border-bottom:1px dotted #CD621B;
border-top:2px solid #CD621B;
color:#A14407;
margin-left:-8px;
padding:5px 5px 5px 10px;
text-transform:capitalize;
}

.sidebar .sectionhead a, .sidebar .sectionhead a:link, .sidebar .sectionhead a:active, .sidebar .sectionhead a:visited, .sidebar .sectionhead a:hover {
color:#A14407;
}

/*Normal headers on index page - change if go to "what's new"*/

#index-lower .sidebar .sectionhead {
border: none;
margin-left:0;
padding:0 0 5px;
}

.subheader {

}

.subheader h2 {
float:left;
}

.subheader ul {
float:right;
}

#page-notfound h2{
color:#A14407;

}


/*---------Footer Elements---------*/


#footercontent-wrapper {
	background:#433930 url(../images/shadow-up.gif) repeat-x scroll top;
	height:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	width:100%;
	min-width:975px;
	overflow:hidden;
}



#footerstick {
	height:100px;
}

#footercontent {
	width:950px;
	margin:0 auto;
	padding:20px 0;
}

.footercolumn{
	width:475px;
}

#footer p {
	color:#F8F4D5;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer h2 {
	font-size:1.6em;
	font-weight:normal;
	text-transform:none;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#F8F4D5;
}


#footer span.separator {
	border-left:#F8F4D5 dotted 1px;
}


#footer ul {
	float: right;
}

#footer ul li{
	color: #f8f4D5;
	border-left-color:#f8f4D5;
}


#footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active{
	color: #F8F4D5;
}

#footerbottom {
	background-color:#382a1d;
	border-top:1px solid #785f40;
	height:14px;
}



/*------------------IDs and classes specific to element------------------*/

/*---------Community-J---------*/

#leadphoto img {
width:250px;
}

#cj-index #leadstory h2 {
width: 100%;
}

#leadstory img {
float:right !important;
margin: 0 10px 10px !important;
border:1px solid #5C4E41 !important;
width:150px;
}

#leadstory .storylist-image img {
margin: 0 0 10px !important;
width:150px;
}




#leadstory a.bullet, .storysolicitation a.bullet {
margin-top:5px;
display:block;
}

#leadstory .story {
margin-bottom:20px;
margin-top:10px;
}

#sponsors {
margin-bottom:10px;
}

#communityj-side a.bullet {
font-weight:bold;
}

#sponsors h3 {
	font-style:italic;
	font-weight:normal;
	/*padding-bottom:5px;*/
	padding-top:5px;
	text-transform:none;
	/*border-bottom:1px dotted #83786E;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	font-size:1em;
}

#pjt-sponsorwrapper {
	/*display:none;*/
}

#pjt-sponsor, #pjt-sponsor-csj {
	width:720px;
	margin:0 auto;
	padding:0;
}

#pjt-sponsor img {
	margin-bottom:-15px;
	/*width:540px;
	height:72px;
	margin-left:105px;*/
}

#pjt-sponsor-csj img {
	margin-bottom:0;
	/*width:540px;
	height:72px;
	margin-left:105px;*/
}

#pjt-sponsor p {
	color:#7a6f64;
	font-size:.95em;
}

#cj-index {
	background:transparent url(../images/shadow-up.gif) repeat-x scroll bottom;
	border-bottom:#a14407 solid 2px;
	padding-bottom:10px;
	width:100%;
	overflow:hidden;

}

/*---------Blogs*---------*/
#bloglist-bloglistfront li a, #bloglist-bloglistfront li a:link, #bloglist-bloglistfront li a:visited, #bloglist-bloglistfront li a:hover, #bloglist-bloglistfront li a:active  {
color:#5C4E41;
}

#bloglist-bloglistfront li a img {
height:12px;
width:12px;
}


/*---------story - community J, news feeds and blogs---------*/

.story-block {
margin-bottom:20px;
/*border-top:1px dotted #83786E;*/
padding-top:20px;
}

.story-block:first-child {
border-top:none;
padding-top:0;
}

.story {
width:100%;
overflow:hidden;
margin-bottom:20px;

}

.story h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
}

.story h2 a, .story h2 a:link, .story h2 a:visited, .story h2 a:hover, .story h2 a:active {
	color:#5c4e41;
}

#blogfeedlist .story h3 {
font-size:1.2em;
}


.story h3 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin:5px 0 1px;
	text-transform:none;
}

.story h3 a, .story h3 a:link, .story h3 a:visited, .story h3 a:hover, .story h3 a:active {
	color:#5c4e41;
}

.story p.byline {
	font-size:.95em;
	color:#7a6f64;
	margin-bottom:0;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:5px;
	line-height:1.3em;
}

.story p.byline a, .story p.byline a:link,.story p.byline a:visited, .story p.byline a:hover, .story p.byline a:active {
	color:#7A6F64;
	text-decoration:none;
}

.story p.byline a:hover {
text-decoration:underline;
}



.story p.summary {


}

.story p.summary a, .story p.summary a:link, .story p.summary a:visited, .story p.summary a:hover, .story p.summary a:active {
	color:#a14407;
}

.story p.summary a.bullet {
display:block;
margin-top:3px;
}



.storydetail {
overflow:hidden;
}

.storydetail img {
max-width:95%;
margin: 20px 5px 5px !important;
border:#A14407 solid 1px !important;
}

.storydetail p {
	margin-bottom: 15px;
}

.storylist-image {
float:right;
margin: 5px 10px 0;

}


.storylist-image img {
width:120px;
/*height:90px;*/
}

.storylist-imagewide img {
width:98%;
text-align:left;
margin-bottom:0%;
/*height:90px;*/
}

div.thumbnail-image {
width:29%;
height:320px !important;
float:left;
border:1px solid #E6E6E6;
/*margin: 5px 0px 5px 0px;*/
padding: 0 1% 0 1%;
}


.thumbnail-image img {
width:160px;
/*height:120px;
vertical-align:bottom;*/
}

.storylist-image.lead img {
width:263px;
}


.storylist-image span.caption {
font-size:.95em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-left:10px;
display:block;
border-bottom:1px dotted #83786E;
}

.storydetail_images {
width:260px;
float:right;
margin-left:10px;
}

.storydetail_images img {
width:250px;
}

.lowerpage {
clear:both;
padding-top:10px;
}


/*---------News---------*/
#newsfront-lower, #communityjfront-lower {
clear:both;
padding-top:10px;
}

/*---------Comments---------*/
#comments {
margin-top:20px;
border-top: 1px dotted #83786E;
padding-top:10px;
}

#comments h2 {
}

.comment {
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px dotted #83786E;
}

.comment h3 {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-top:5px;
	text-transform:none;
	font-size:1em;
}

.comment h3 a, .comment h3 a:link, .comment h3 a:visited, .comment h3 a:hover, .comment h3 a:active {
	color:#5c4e41;
}

.comment p.postdate {
	font-size:.95em;
	color:#7a6f64;
	margin-bottom:0;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:5px;
}



.comment p.comment-text {
}

.issueheader {
border-bottom:1px dotted #83786E;
margin-bottom:10px;
}

.issueheader h2 {

}

.communityj-stories {
}

.communityj-stories h2 {
color:#a14407;
}

.communityj-stories .story {
margin-bottom:10px;
border-bottom:1px dotted #83786E;
padding-bottom:10px;
width:100%;
overflow:hidden;
}


/*---------sponsor ads---------*/

.ad-wrap {
	border-bottom:1px dotted #83786E;
	margin:15px 0;
	padding-bottom:0;
}

.ad {
	width: 160px;
	margin: 5px auto;
}

/*---------classifieds---------*/

#categories-classfront {

}

#classified-categorylistings .notes {
margin-top:20px;
}

#categories-classfront ul {
margin-top: 5px;
}

#categories-classfront li {
padding-top: 2px;
}

#categories-classfront li a, #categories-classfront li a:link, #categories-classfront li a:visited, #categories-classfront li a:hover, #categories-classfront li a:active {
color:#5C4E41;
}

#categories-classfront h3 {
display:block;
border-bottom:1px dotted #83786E;
margin-right:10px;
color:#a14407;
}

.activeclassifieds {
font-weight:bold;
}

.noactiveclassifieds {
}


#categories-classfront ul {
margin-bottom:10px;
}

.classified-ad {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 1px #83786E;
}

.classified-ad h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:.95em;
	line-height:1.2em;
}

.classified-ad h4 a, .classified-ad h4 a:link, .classified-ad h4 a:visited, .classified-ad h4 a:hover, .classified-ad h4 a:active {
	color:#5c4e41;
}

p.posted {
	font-size:.95em;
	color:#7a6f64;
	margin-bottom:0;
	line-height:1.2em;
}

p.posted a, p.posted a:link, p.posted a:visited, p.posted a:hover, p.posted a:active{
color:#7a6f64;
	text-decoration:none;
}

p.posted a:hover {
	text-decoration:underline;
}

.resultmessage h2 {
color:#FF0000;
font-weight:bold;
}

.errormessage div p{
color:#FF0000;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;

}
div.errormessage {
color:#FF0000;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;

}

.classified {
margin-top:10px;
width:100%;
overflow:hidden;
}

.classified img, #addpicture img, #editpictures img {
width:200px;
}


.adpreview {
margin-top: 10px;
border-bottom:1px dotted #83786E;
clear:both;
}
.adpreview h2 {
border-bottom:1px dotted #83786E;
}

#classified-detail .adpreview {
border-bottom:none;
}

.classifiededit .adpreview {
border-bottom:none;
}

.classifiededit {
border-bottom:1px dotted #83786E;
padding-bottom:10px;
margin-bottom:10px;
}


.classified p.classifiedimage {
clear:both;
float:right;
width:210px;
margin-right:10px;
}

.classified p.classifiedimage span.caption {
font-size:.95em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-left:10px;
display:block;
border-bottom:1px dotted #83786E;
}

.classified p.classifiedname {
font-weight:bold;
margin-bottom:0;
padding-bottom:0;
}

.classified p.classifiedprice {
margin-top:10px;
}

.classified p.classifieddescription {
margin-top:10px;
}

.classified p.classifiedlocation {
}

.classified p.classifiedcontact {
}

p.classifedactive {
margin-top:10px;
}



#admanager {
margin-top:10px;
border-top:1px dotted #83786E;
padding-top:10px;

}

#admanager h2 {
}

#admanager p.classifiedimage {
width:210px;
margin:10px auto;
}

#classified-categories-sidebar h2 {
}

#classified-categories-sidebar .category-block {
border-bottom:1px dotted #83786E;
padding-bottom:10px;
margin-top:10px;
}

#classified-categories-sidebar .category-block:last-child {
border-bottom:none;
}

#classified-categories-sidebar ul li {
font-size:.95em;
padding-bottom:0;
}

#classified-categories-sidebar .category-block h3 {
font-size:1em;

}

#classified-categories-sidebar a.bullet {
font-size:.95em;
}

/*#classifieds-search {
width: 700px;
margin:0 auto;
}*/

#classifieds-search {
width:100%;
overflow:hidden;
}



#classifieds-search .searchleft {
float:left;
width:550px;
}



#classifieds-search .searchright {
float:left;
width:100px;
}

.searchright .submit-btn {
margin-left:10px;
}

#classifieds-search p.formrow label {
text-align:left;
width:110px;
}

.resend_link {
margin-top:40px;
border-bottom:1px dotted #CD621B;
border-top:1px dotted #CD621B;/*4px solid #CD621B;*/
padding: 20px 0;
}

.resend_link h3 {
font-size:.9em;
color:#CD621B;
}

.resend_link p {
font-size:.9em;
}

.resend_link .submit-btn {
margin-left:200px;
}





	
/*------------Main Search---------------*/

#mainsearchwrapper {
width: 700px;
margin:0 auto;
}


#mainsearch {
width:100%;
overflow:hidden;
}

#mainsearch .inp-txt {
height:20px;
padding:12px 0 20px 20px;
width:425px;
float:left;
}

#mainsearch .inp-txt input.focus {background: none;}

#mainsearch .inp-txt input {
background:transparent url(../images/bg-google.gif) no-repeat scroll center 7px;
border:1px solid #E5E3D8;
color:#5C4E41;
float:left;
font-family:Arial,Helvetica,sans-serif;
height:15px;
line-height:normal;
margin:0;
width:425px;
padding:5px 0 5px 5px;
}



#mainsearch .searchleft {
float:left;
width:480px;
}

#mainsearch .searchleft .column {
width:235px;
float:left;
}

#mainsearch .searchright {
float:left;
width:198px;
}

.searchright .submit-btn {
margin-left:10px;
}

#mainsearch .searchright .srch-txt{
margin-top:20px;
padding-left:10px;

}

#searchresults {
margin-top:30px;
padding-top:0;
border-top:1px dotted #83786E;
}

.searchresults_header {
	text-align: right;
	background-color: #f0f0f0;
	padding: 3px ;
	margin-top: 0;
	margin-bottom: 15px;
}

.searchresults_paging {
	margin-top: 10px;
	padding: 20px 0;
	border-top:1px dotted #83786E;
}
.searchresults_paging ul {
	list-style-type: none;
}
.searchresults_paging ul li {
	float: left;
	padding: 0 2px 0 0;
	font-size:1.2em;
}
.searchresults_paging ul li a,
.searchresults_paging ul li a:link,
.searchresults_paging ul li a:visited,
.searchresults_paging ul li a:hover,
.searchresults_paging ul li a:active {
	padding: 5px;
	color: #000;
	text-decoration:underline;
}
.searchresults_paging ul li.selected a,
.searchresults_paging ul li.selected a:link,
.searchresults_paging ul li.selected a:visited,
.searchresults_paging ul li.selected a:visited,
.searchresults_paging ul li.selected a:active {
	color: #c00;
	font-weight:bold;
	text-decoration:none;
}
.searchresults_paging ul li a:hover,
.searchresults_paging ul li.selected a:hover {
	text-decoration:none;
}

.srch-txt ul li{
padding-bottom:5px;
margin-bottom:5px;
font-size:.95em;
border-bottom:1px dotted #83786E;


}

#searchresults .title {
font-size: 1.3em;
}

#searchresults .title a, #searchresults .title a:link, #searchresults .title a:visited, #searchresults .title a:visited, #searchresults .title a:active {
color:#0000CC;
}

#searchresults .desc {
color:#000000;
}

#searchresults .url {
color:green;
}




p.formrow {
clear: both;
float: none;
padding-top:10px;
margin:0;
}


p.formrow label {
clear: left;
display: block;
float: left;
text-align: right;
width: 100px;
padding-top:5px;
font-weight:bold;
line-height:1em;
}

#forgotpassword label {
font-weight:bold;
}

p.formrow input {
clear: right;
float: left;
margin-left: 10px;
width: 400px;
border:1px solid #E5E3D8;
color:#5C4E41;
height:15px;
line-height:normal;
padding:5px 0 5px 5px;
background:#FFFFFF url(../images/input-bkgrd.gif) repeat-x scroll 0 0;
}

p.formrow input.file {
height:25px;
}

p.formrow input.radio {
width:20px;
margin-top:7px;

}

p.formrow textarea {
clear: right;
float: left;
margin-left: 10px;
width: 400px;
border:1px solid #E5E3D8;
color:#5C4E41;
line-height:normal;
padding:5px 0 5px 5px;
background:#FFFFFF url(../images/input-bkgrd.gif) repeat-x scroll 0 0;

}

p.formrow span {
margin-left:110px;
display:block;
margin-top:5px;
}

p.formrow.radio {
padding-top:5px;
}

p.formrow.checkbox .checkboxArea {
margin-left: 13px;
}

p.formrow.checkbox  .checkboxAreaChecked {
margin-left: 13px;
}

.submit-btn{
margin-left:110px;
margin-top:10px;
}

.submit-btn.submit-rt {
margin-left:10px;
}


#commentform img, #wizard-form img, .form img {
margin-left: 10px;
}

#addpicture img {
margin-left:110px;
}

#wizard-instructions ul.bulleted li {
padding-top:5px;
margin-left:10px;
}

#editpictures .photoedit p.classifiedimage img{
margin-left:110px;

}

.photoedit {
border-bottom:1px dotted #83786E;
padding-bottom:10px;
margin-bottom:10px;
}

ul.bulleted li a, ul.bulleted a:link, ul.bulleted a:active, ul.bulleted a:hover, ul.bulleted a:visited {
text-decoration:underline;
}

ul.bulleted a:hover {
text-decoration:none;
}

#formnotes {
clear:both;
padding-top:20px;
margin-left:110px;
}

#commentform h4, #wizard-form h4, .form h4  {
clear:both;
color:#A14407;
font-family:Georgia,"Times New Roman",Times,serif;
text-transform:none;
padding-top:20px;
}

p.feedback-return {
font-weight:bold;
}

#classifiedcontact-form {
border-top:1px dotted #83786E;
clear:both;
}

ul.checkboxlist {
margin-left:20px;
}

ul.checkboxlist li {
padding-top:5px;

}

ul.checkboxlist li label {
padding-left:5px;
}

ul.checkboxlist li ul {
margin-left:20px;
}

ul.checkboxlist li {
font-size:1em;
font-weight:bold;
}

/*ul.checkboxlist li ul li {
font-size:.95em;
font-weight:normal;
}*/



.submit-btn {
	width:100px;
	height:26px;
	padding:0 0 2px;
	color:#fff;
	font-size:.85em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:url(../images/srch-btn.gif) no-repeat;
	border:0;
}

#mainform-input {
width:100%;
overflow:hidden;
}

#forgotpassword {
	border-top:1px dotted #83786E;
	margin-top:10px;
	padding-top:10px;
} 



#addpicture, #editpictures{
margin-top:10px;
	border-top:1px dotted #83786E;
	padding-top:10px;
	width:100%;
	overflow:hidden;
	

}


/*--Checkboxes--*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:12px;
	height:12px;
	overflow:hidden;
	margin:3px 2px 0 0;
	padding:0;
	display:inline;
	background:url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -13px;}


#sitelist_listings li {
border-bottom:1px dotted #83786E;
padding-bottom: 5px;
margin-bottom:10px;

}


#sitelist_listings li a, #sitelist_listings li a:link, #sitelist_listings li a:visited, #sitelist_listings li a:hover, #sitelist_listings li a:active {
color:#5C4E41;
}


#sitelist-intro {
padding-bottom:20px;
width:700px;
}

#sitelist li h3 {
font-weight:bold;
}

#sitelist_nav {
margin-bottom: 20px;
}

#sitelist_nav ul li {
display:inline;
	color: #A14407;
	font-size:1em;
	padding: 0 5px 0 3px;
	line-height:2em;
	font-weight:bold;
	
	}
	
#sitelist_nav ul li a, #sitelist_nav ul li a:link, #sitelist_nav ul li #sitelist_nav ul li a:active, #sitelist_nav ul li a:visited, #sitelist_nav ul li a:hover {
text-decoration:underline;
	color: #A14407;
}

#sitelist_nav ul li a:hover {
text-decoration:none;
}




/*--E-Decomcracy--*/

.e-democracy-topics {
border-bottom:1px dotted #83786E;
padding-bottom: 10px;
margin-bottom:10px;
}

a.rss-title, a.rss-title:link, a.rss-title:visited, a.rss-title:hover, a.rss-title:active {

	background:transparent url(../images/region/bullet.gif) no-repeat scroll left 3px;
	padding-left:8px;
	text-decoration:none;
	line-height:1.3em;
	color:#a14407;

}

a.rss-title:hover {
text-decoration:underline;
}

li.rss-item {
/*border-bottom:1px dotted #83786E;
margin-bottom:5px;*/
padding-bottom:5px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}

li.rss-item a, li.rss-item a:link, li.rss-item a:visited, li.rss-item a:hover, li.rss-item a:active {
	background:transparent url(../images/region/bullet.gif) no-repeat scroll left 3px;
	padding-left:8px;
	text-decoration:none;
	line-height:1.3em;

}

li.rss-item a:hover {
text-decoration:underline;
}


/*----------------Add Content-----------------*/
.addcontentarea_block {
margin-bottom:40px;
padding-bottom:10px;
border-bottom:dotted 1px #a14407;
}

.addcontentarea_block .sectionhead {
border-bottom:2px solid #CD621B;
/*border-top:6px solid #CD621B;*/
color:#A14407;
margin-left:-8px;
padding:5px 5px 5px 10px;
text-transform:capitalize;
margin-bottom:10px;
}

.addcontentarea_block .sidebar h2 {
margin-top:20px;
font-size:.95em;
}



.addcontentarea {
border-bottom: 1px dotted #83786E;
margin-bottom:20px;
padding-bottom:20px;
}

.addcontentarea:last-child {
border-bottom:none;
}

.addcontentarea p.formrow input {
width:250px;
}

.addcontentarea .submit-btn {
margin-left:20px;
margin-top:0;
}

.addcontentarea p.formrow label {
width:150px;
}


/*----------------End Add Content-----------------*/
/*----------------Our News Content-----------------*/

#ournews_index_top {
border-bottom:1px dotted #A14407;
margin-bottom:10px;
padding-bottom:10px;
}

#ournews_index_lower {

padding-top:40px;
}

/*----------------End News Content-----------------*/

/*--Misc.--*/

#photodisplay {
width:505px;
margin:0 auto;
}
#photodisplay .photo {

}

#photodisplay .photo-description {
margin-bottom:10px;
}

#info_page p {
line-height:1.7em;
}

.pagination {
text-align:right;
border-top:1px dotted #83786E;
padding-top:10px;
margin-top:10px;
clear:both;
}

ul.paginate li.paginatebutton {
border: solid #c6c1bc 1px;
margin: 2px 0 10px 2px;
}

ul.paginate {
	list-style-type: none;

	}
	
ul.paginate li {
display:inline;
	color: #7a6f64;
	font-size:.9em;
	padding: 0 5px 0 3px;
	line-height:2em;

}

ul.paginate li.paginatenumber {
	border-right: 1px dotted #5C4E41;
}

ul.paginate li.paginatenumber.last{
	border-right: none;
}




ul.paginate li.paginatenumber a, ul.paginate li.paginatenumber a:link, ul.paginate li.paginatenumber a:link, ul.paginate li.paginatenumber a:visited, ul.paginate li.paginatenumber a:hover, ul.paginate li.paginatenumber a:active{
	color: #7a6f64;
	text-decoration: underline;
}

ul.paginate li.paginatenumber a:hover {
color: #5C4E41;
text-decoration:none;
}

ul.paginate li.paginatebutton a, ul.paginate li.paginatebutton a:link, ul.paginate li.paginatebutton a:link, ul.paginate li.paginatebutton a:visited, ul.paginate li.paginatebutton a:hover, ul.paginate li.paginatebutton a:active{
	color: #7a6f64;
	text-decoration: none;
}


ul.paginate li.paginatebutton a:hover {
color: #5C4E41;
}


.facebookbutton {
display:inline;
float:right;
margin-right:1%;
text-align:right;
}

.facebookbutton img, #leadstory .facebookbutton img {
width:85px !important;
height:13px !important;
margin:5px 0 0 5px;
border:none !important;
}

#photogallery {
margin-top:10px; 
border-top:#a14407 solid 2px;background-color: transparent;
background-image: url('../images/shadow-down.gif');
background-repeat: repeat-x;
background-attachment: scroll;
background-position: center top;
}

#photogallery h2{
margin-top:5px;
}

/*****************google calendar entry form ********************/

p.formrow input.date4
{width:50px;}
p.formrow input.date2
{width:25px;}
p.formrow input.date10
{width:140px;}
p.formrow input.date5
{width:75px;}

select.date2{width:60px;}
select.date3{width:75px;}
select.date4{width:90px;}
select.date5{width:125px;}
select.date10{width:250px;}
p.formrow label.date5{ float:left; clear:none;}
.selectArea .date2 {width:125px;}

.selectArea .date5 {width:125px;}
#sarea2{width:125px;}

/*****************rss feed object ********************/

.feeddisplay h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#A14407;
	font-size:1.1em;
}




/*****************radio script ********************/

div.radioscript
{ margin-bottom:30px; 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

.radioscript p {
font-size:1.4em;
line-height:30px;}

/***************** How Does This Work ********************/

.instructions_title{font-weight:bold;}

/*****************color schemes********************/

/**********color1***********/

#bemidji #headernav {
background:transparent url(../images/color1/headernav-bg.png) repeat-x scroll 0 0;
}

* html #bemidji #headernav{
background:transparent url(../images/color1/headernav-bg.gif) repeat-x scroll 0 0;
}

#bemidji #localsearch {
	background:transparent url(../images/color1/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #bemidji #localsearch {
	background:transparent url(../images/color1/searchbx-bg.gif) no-repeat scroll left bottom;
}

#bemidji #header {
	background:#053238 url(../images/shadow-down.gif) repeat-x scroll bottom;
}

#bemidji #maincontent {
border-top:#2a5156 solid 2px;
}

#bemidji #cj-index {
border-bottom:2px solid #2a5156;
}

#bemidji #footercontent-wrapper {
background:#053238 url(../images/shadow-up.gif) repeat-x scroll center top;
}

#bemidji #footerbottom {
background-color:#04252a;
border-top:1px solid #2a5156;
		}
		

/**********end color1***********/
		
/**********color2***********/
#grandrapids #headernav {
background:transparent url(../images/color2/headernav-bg.png) repeat-x scroll 0 0;
}

* html #grandrapids #headernav{
background:transparent url(../images/color2/headernav-bg.gif) repeat-x scroll 0 0;
}

#grandrapids #localsearch {
	background:transparent url(../images/color2/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #grandrapids #localsearch {
	background:transparent url(../images/color2/searchbx-bg.gif) no-repeat scroll left bottom;
}

#grandrapids #header {
	background:#5E6714 url(../images/shadow-down.gif) repeat-x scroll bottom;
}

#grandrapids #maincontent {
border-top:#474D0D solid 2px;
}

#grandrapids #cj-index {
border-bottom:2px solid #474D0D;
}

#grandrapids #footercontent-wrapper {
background:#5E6714 url(../images/shadow-up.gif) repeat-x scroll center top;
}

#grandrapids #footerbottom {
background-color:#474D0D;
border-top:1px solid #748426;
}

/**********end color2***********/

/**********color3***********/
#casslakeleechlake #headernav {
background:transparent url(../images/color3/headernav-bg.png) repeat-x scroll 0 0;
}

* html #casslakeleechlake #headernav{
background:transparent url(../images/color3/headernav-bg.gif) repeat-x scroll 0 0;
}

#casslakeleechlake #localsearch {
	background:transparent url(../images/color3/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #casslakeleechlake #localsearch {
	background:transparent url(../images/color3/searchbx-bg.gif) no-repeat scroll left bottom;
}

#casslakeleechlake #header {
	background:#2F2746 url(../images/shadow-down.gif) repeat-x scroll bottom;
}

#casslakeleechlake #maincontent {
border-top:#1A1626 solid 2px;
}

#casslakeleechlake #cj-index {
border-bottom:2px solid #1A1626;
}

#casslakeleechlake #footercontent-wrapper {
background:#2F2746 url(../images/shadow-up.gif) repeat-x scroll center top;
}

#casslakeleechlake #footerbottom {
background-color:#1A1626;
border-top:1px solid #706B7D;
}

/**********end color3***********/

/**********color4***********/
#brainerd #headernav {
background:transparent url(../images/color4/headernav-bg.png) repeat-x scroll 0 0;
}

* html #brainerd #headernav{
background:transparent url(../images/color4/headernav-bg.gif) repeat-x scroll 0 0;
}

#brainerd #localsearch {
	background:transparent url(../images/color4/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #brainerd #localsearch {
	background:transparent url(../images/color4/searchbx-bg.gif) no-repeat scroll left bottom;
}

#brainerd #header {
	background:#006592 url(../images/shadow-down.gif) repeat-x scroll bottom;
}

#brainerd #maincontent {
border-top:#004C6E solid 2px;
}

#brainerd #cj-index {
border-bottom:2px solid #004C6E;
}

#brainerd #footercontent-wrapper {
background:#006592 url(../images/shadow-up.gif) repeat-x scroll center top;
}

#brainerd #footerbottom {
background-color:#004C6E;
border-top:1px solid #008CC9;
}

/**********end color4***********/

/**********color5***********/
#ironrange #headernav {
background:transparent url(../images/color5/headernav-bg.png) repeat-x scroll 0 0;
}

* html #ironrange #headernav{
background:transparent url(../images/color5/headernav-bg.gif) repeat-x scroll 0 0;
}

#ironrange #localsearch {
	background:transparent url(../images/color5/searchbx-bg.png) no-repeat scroll left bottom;
}

* html #ironrange #localsearch {
	background:transparent url(../images/color5/searchbx-bg.gif) no-repeat scroll left bottom;
}

#ironrange #header {
	background:#9E3800 url(../images/shadow-down.gif) repeat-x scroll bottom;
}

#ironrange #maincontent {
border-top:#762A01 solid 2px;
}

#ironrange #cj-index {
border-bottom:2px solid #762A01;
}

#ironrange #footercontent-wrapper {
background:#9E3800 url(../images/shadow-up.gif) repeat-x scroll center top;
}

#ironrange #footerbottom {
background-color:#762A01;
border-top:1px solid #D6590C;
}

.displaynone {display:none;}
.displayblock {display:block;}
/**********end color5***********/


/*end color schemes*/

