@charset "utf-8";
/*reset and standard code*/
a,abbr,acronym,address,area,b,base,bdo,big,blockquote,body,br,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,head,html,i,img,ins,kbd,label,legend,li,link,map,meta,noscript,object,optgroup,option,param,pre,q,samp,script,small,span,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,var,applet,basefont,center,dir,font,isindex,menu,s,strike,u,frame,frameset,noframes,iframe
{
	border:none;
	margin:0;
	padding:0;
}

p
{
	border:none;
	padding:0;
}

ul,ol
{
	border:none;
	margin:1em 0;
	padding:0 0 0 2.5em;
}

input,select
{
	margin:5px 0 0 0;
	padding:0;
}
html,body
{
	height:100%;
	min-height:100%;
}
.clearfloat
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
/*/reset and standard code*/

/*base client code*/
body
{
	font:1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#666;
	background:#6EBB1F url(../images/bg-green.jpg);
}
body#tinymce
{
	background:#fff;
}
#nav a
{
	color:#0006FF;
	text-decoration:none;
}

a:hover
{
	color:#cc0000;
	text-decoration:underline;
}

a:hover img,a.img:hover 
{
	text-decoration:none;
	border-bottom:none;
}

abbr,acronym
{
	border-bottom:dashed 1px #f12;
	cursor:help;
}

legend,h3
{
	color:#666666;
	text-transform:uppercase;
	font-size:1em;
}

h1
{
	font-size:1.5em;
	color:black;
	border-bottom:1px solid #000;
	margin-right:30px;
	padding-bottom:5px;
}

h2
{
	font:italic 600 11pt/1.3em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

legend
{
	text-transform:uppercase;
	font-weight:700;
}

#container
{
	width:920px;
	margin:0 auto;
}

.page-width
{
	width:920px;
	margin:0 auto;
}

#header
{
	width:100%;
	height:100px;
	background:#333333;
	margin:0 auto;
}

#nav-header
{
	width:100%;
	padding-top:10px;
	height:30px;
	text-align:center;
	background:#333;
	margin:0 auto;
}

#search-label
{
	padding:0;
	padding-right:30px;
	float:right;
	font:12pt Times New Roman, Times, serif;
	font-weight:bold;
	color:#999999;	
}
#search-field
{
	width:200px;
	margin:-4px -25px 0 0;
	float:right;
	font:12pt Times New Roman, Times, serif;
	color:#999999;	
}
#search-results a
{
	color:navy;
}
#search-results li
{
	padding-bottom: 15px;
	font-size:12pt;
	line-height:1.5em;
}
#search-results ol{
	border:medium none;
	margin:1em 0;
	padding:0 2em 0 1.5em;
}
#bg-top
{
	width:920px;
	height:42px;
	background:url(../images/bg-top.png) no-repeat;
	margin:0 auto;
}
#bg-side
{
	width:920px;
	background:url(../images/bg-main.png) repeat-y;
	padding-left:20px;
	margin:0 auto;
}
#logo
{
	padding:0;
	float:left;
}
#nav
{
	width:280px;
	display:block;
	padding-left:10px;
	margin-top:-1px;
	font-size:14pt;
	line-height:2em;
	float:left;
	list-style-type:none;
}

ul#nav ul, ul#nav li.parent-here ul ul, ul#nav li.here ul ul
{
	display:none
}
ul#nav li.parent-here ul, ul#nav li.here ul{
	margin:0 0 0 -10px;
	display:block
}
ul#nav ul li
{
	float:left;
	list-style:disc outside none;
	font-size:.8em;
	line-height:2em;
	width:240px;
}
#btn-donate
{
	margin-top:-8px;
	float:left;
}
#newsletter
{
	width:280px;
	padding:0 0 20px 20px;
	font-size:9pt;
	color:black;
	float:left;
}
#whatsnew
{
	width:260px;
	min-height:108px;
	padding:0;
	float:left;
	font:10pt/1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
#whatsnew-hdr
{
	width:315px;
	height:45px;
	background:url("../images/hdr-new.png") no-repeat;	
	padding:10px 0 0 20px;
	float:left;
	margin:5px 0 0 -20px;
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#whatsnew-photo
{
	padding:0;
	float:left;
	border:1px solid #333;
	margin-bottom:20px;	
	width:254px;
	height:183px;
}
#facebook-update
{
	padding-left:70px;
	float:left;
}
#slideshow
{
	width:558px;
	height:266px;
	margin:0 0 30px 0;
	border:1px solid #333;
}
.slideshow{
	position:absolute;
}
ul#quick-nav
{
	cursor: pointer;
	display:inline;
	width:360px;
	height:25px;
	float:left;
	margin:0 auto;
	padding:0;
	list-style:none outside none;
	color:#fff;
}
#quick-nav li
{
	float:left;
	padding-left:33px;
}

#quick-nav a
{
	color:#fff;
	border-bottom:none;
}
#quick-nav a:hover,#readmore a:hover
{
	color:#6EBB1F;
}
#maincopy
{
	padding:20px 30px 20px 0;
	margin:0;
}
#col-left
{
	width:260px;
	float:left;
	padding:0 20px 20px 0;
}
#col-right
{
	width:590px;
	float:left;
	padding:0 0 0 20px;
}
#directory-width
{
	border-top:1px solid;
	float:left;
	margin:20px 0 0;
	width:560px;
}
#directory-location
{
	float:left;
	width:585px;
	margin:60px 0 0 0;
}
#directory-name
{
	padding:40px 0 0 20px;
	float:left;
	margin:-17px 0 7px -20px;
	font:bold 13pt/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#directory-title
{
	float:left;
	padding:25px 0 7px 10px;
	font:italic 12pt/1.5em Arial Narrow, Arial, Helvetica, sans-serif;
}
#directory-photo
{
	width:120px;
	float:left;
	margin:6px 15px 15px 0;
	border:1px solid #999;	
}
#directory-copy
{
	padding:0 0 0 20px;
	float:left;
	margin:-12px 20px 0 -20px;
	font-size:10pt;
	line-height:1.5em;
	width:425px;
}
#directory-email
{
	float:left;
	font:11pt/1.5em Arial Narrow, Arial, Helvetica, sans-serif;
	margin-top:-8px;
}
#directory-phone
{
	padding:0 0 0 20px;
	float:left;
	font:11pt/1.5em Arial Narrow, Arial, Helvetica, sans-serif;
	margin-top:-8px;
}
#directory-email a
{
	color:navy;
}
#footer
{
	width:100%;
	min-height:225px;
	background:#303030 url(../images/bg-bottom.png) repeat-x;
	margin:0 auto;
	display:table;
}
#spotlight-bg
{
	width:591px;
	min-height:225px;
	background:url("../images/bg-spotlight.jpg") no-repeat;	
	padding:0;
	float:left;
	border-right:1px solid #333333;
}
#spotlight-photo
{
	width:120px;
	float:left;
	margin:20px 20px 20px 0;
	border:1px solid #333;	
}
#spotlight-header
{
	width:430px;
	padding:27px 0 0 20px;
	float:left;
	margin:-17px 0 0 -20px;
	text-transform:uppercase;
	font:bold 14pt/2em Verdana, Arial, Helvetica, sans-serif;
	text-shadow:-2px 2px 1px black;
	color:white;
}
#spotlight-name
{
	padding:20px 0 0 20px;
	float:left;
	margin:-17px 0 0 -20px;
	font:italic bold 14pt/1.5em Arial, Helvetica, sans-serif;
	text-shadow:-2px 2px 1px black;
	color:white;
}
#spotlight-title
{
	margin:-17px 0 0 0;
	padding:22px 0 8px 15px;
	float:left;
	font:italic bold 12pt/1.5em Arial Narrow, Arial, Helvetica, sans-serif;
	text-shadow:-2px 2px 1px black;
	color:white;
}
#spotlight-copy
{
	width:430px;
	padding:0 0 0 20px;
	float:left;
	margin:-12px 0 0 -20px;
	font:9pt/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-shadow:-1px 1px 1px black;
	color:white;
}
ul#sitemap ul ul{
	display:none;
	}
#sitemap-link a:hover
{
	color:white;
	text-decoration:underline;	
}
#sitemap-link a
{
	color:#cdcdcd;
	text-decoration:none;
}
#sitemap li li
{
	margin-top:0;
}
#sitemap li
{
	margin-top:20px;
font:10pt/1.5em Arial Narrow,Arial,Helvetica,sans-serif;
	color:#fff;
}
ul#sitemap,ul#sitemap ul{
	padding:0;
	margin:0;
	list-style:none;
}
ul#sitemap a{
	float: left;
	width:145px;
}
#sitemap-title
{
	width:300px;
	display:block;
	padding:0 0 0 20px;
	margin-top:20px;
	color:#fff;
	float:left;
	font:bold 14pt Arial Narrow, Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 1px black;
}
#sitemap-box
{
	width:300px;
	display:block;
	padding:0 0 20px 20px;
	font:11pt Arial Narrow, Arial, Helvetica, sans-serif;
	color:#fff;
	float:left; 
}
#sitemap-link
{
/*	width:140px;
	height:30px;
	display:block;
	float:left;*/
}
#footer-contact
{
	width:100%;
	height:80px;
	background:#fff;
	font:10pt/1.3em Arial Narrow, Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:10px;
	margin:0 auto;
}
#contact-eugene
{
	width:135px;
	float:left;	
}
#contact-cg
{
	width:155px;
	float:left;
}
#contact-bend
{
	width:170px;
	float:left;
}
#contact-madras
{
	width:125px;
	float:left;
}
#disclaimer
{
	font:italic 7pt Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding: 0 0 0 25px;
	width:290px;
}

#readmore
{
	font:bold 8pt Times New Roman, Times, serif;
	text-transform:uppercase;
	color:#fff;
	padding:0 0 25px 0;
}
.tbscShortForm-field p{
	margin:1em 0 0 0;
}
.tbscLongForm {display:none;}

.search-submit{
	background:url(/assets/images/btn-search.png);
	width:63px;

	height:20px;
	display:block;
	cursor:pointer;
	border:0 none;
	padding:0;
	margin:0;
}