html
{
	min-height: 101%;
}

body
{
	/*background: #f0f6d5;*/
	background: #cc6600;
}

a
{
	color: #f89800;
	cursor: pointer;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

#skip_links
{
	height: 0;
	overflow: hidden;
	width: 0;
}

input:focus { outline: none; }

/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	/*background: #f0f6d5 url(/images/container_shadow_top.png) no-repeat center bottom;*/
	background: #cc6600 url(/images/container_shadow_top.png) no-repeat center bottom;
	margin: 70px auto 0;
	position: relative;
	width: 100%;	
}

#header
{
	height: 50px;
	margin: 0 auto 0;
	width: 904px;
}

#headline
{
	height: 27px;
	margin-left: 167px;
	width: 490px;
}

#logo
{
	margin: -62px 0 0 -26px;
	position: absolute;
}

#search
{
	position: relative;
	top: -10px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 185px;
	height: 45px;
}

#search_field
{
	background: #FFFFFF;
	border: 0;
	color: #999966;
	float: left;
	font: 10px Vardana, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
	margin: 10px 5px 0 15px;
	padding: 10px 0 0 5px;
	width: 105px;
}

#search_button
{
	display: inline;
	float: right;
	margin: 0 7px 0 0;
}

#header img
{
	vertical-align: top;
}

#header label
{
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

#headerimagecaption
{
	padding: 5px;
	width: 536px;
	height: 20px;
	position: relative;
	margin-top: -30px;
	text-align: right;
	font-size: .89em;
}


/* =Navigation - Main
----------------------------------------------------------------------*/

#nav_main
{
	height: 69px;
	margin: 0 auto;
	width: 904px;
	z-index: 9999;
}

#nav_main div.first
{
	background: #FFFFFF;
	padding-left: 166px;
}

#nav_main div.nav
{
	float: left;
}

#nav_main ol
{
	display: none;
}

#nav_main ul
{
	padding-left: 166px;
}

/* =Navigation - Sub
----------------------------------------------------------------------*/
#subnav
{
	border: 3px solid #a2a170;
	background: #b3af81;
	margin-bottom: 20px;
}

#subnav img.header
{
	border-bottom: 3px solid #a2a170;
}

#subnav li
{
	margin: 0;
}

#subnav li
{
	list-style: none;
	padding: 5px;
}

#subnav a
{
	color: #e1e1a9;
	display: block;
	text-align: center;
	width: 130px;
}

#subnav a:hover
{
	color: #e1e1a9;
}

#subnav a.first
{
	border: 0;
}

#subnav li.current
{
	background: #a2a170;
	color: #e1e1a9;
}

#subnav li.current a
{
	color: #e1e1a9;
}

/* =Content - Main
----------------------------------------------------------------------*/

#content_wrap
{
	/*background: #f0f6d5 url(/images/bg_container.png) repeat-y center top;*/
	background: #cc6600 url(/images/bg_container.png) repeat-y center;
	width: 100%;
}

#content
{	
	color: #000;
	margin: 0 auto 0;
	padding 0 28px 0 28px;
	width: 904px;
}

#content ul.group
{
	font-size: 11px;
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding: 10px 0 0;
}

#content ul.group img.left
{
	border: 1px solid #987;
	margin-bottom: 30px;
	padding: 1px;
}

#content ul.group li
{
	float: left;
	padding: 0 20px 20px;
	width: 280px;
}

#content blockquote
{
	background: #ede5d4;
	margin: 0 15px 10px;
}

#content blockquote p
{
	margin: 0;
	padding: 10px;
}

/* =Breadcrumbs
----------------------------------------------------------------------*/
#breadcrumbs a
{
	color: #cc6600;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}


/* =Blog
----------------------------------------------------------------------*/

.blog_photo
{
	border: 3px solid #d4cab4;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

.blog_author
{
	float: left;
	font-size: 11px;
	line-height: 145%;
	width: 100px;
}

.blog_author strong
{
	display: block;
}

.blog_info
{
	font-weight: bold;
	line-height: 200%;
}

.blog_info strong
{
	text-transform: uppercase;
}

/* =Comment Form
----------------------------------------------------------------------*/
#commentform
{
	background: #6e4f3a;
	border: 5px solid #5d3f2a;
	color: #fff;
	padding: 20px;
}

#content #commentform table
{
	margin-bottom: 0;
}

#commentform textarea
{
	width: 470px;
}

#commentform th,
#commentform td
{
	vertical-align: top;
}

#commentform th
{
	font-weight: normal;
	padding: 4px 10px 0 0;
	text-align: right;
}

#commentform td input,
#commentform textarea
{
	border: 2px solid #321;
	font: 12px "Trebuchet MS", sans-serif;
	padding: 2px 3px;
}

#commentform td input
{
	margin: 0 0 10px;
	width: 230px;
}

#content #commentform p
{
	margin-bottom: -15px;
	padding: 10px 0 0 65px;
}

/* =Data Table
----------------------------------------------------------------------*/
.data
{
	text-align: left;
	width: 100%;
}

.data th,
.data td
{
	padding: 5px 10px;
}

.data th
{
	color: #734429;
	font-size: 13px;
	font-weight: bold;
}

.alt
{
	background: #ede5d4;
}

table.events td a
{
	color: #656544;
	text-decoration: underline;
}


/* =Columns - Sub Pages
----------------------------------------------------------------------*/
#leftbar
{
	color: #4c4c33;
	float: left;
	margin:80px 0 0 10px;
	width: 145px;
}

#center
{
	margin: 0 0 0 10px;
	width: 539px;
	float: left;	 
}

#centerbody
{
	background: url(/images/inner_center_bg.png) repeat-y;
	color: #656544;
	min-height: 400px;
	padding: 0 20px 10px 10px;
	width: 529px;
}

#centerbody h1
{
	padding-top: 1em;
}

#centerbody div.endcap
{
	background-color: #f89828;
	height: 29px;
	margin: 10px 0 0 -10px;
	width: 547px;
}

#centerbody p
{
	margin-bottom: 1em;
}

#centerheader
{
	color: #656544;
	background: url(/images/inner_center_top.png) no-repeat center top;	
	width: 559px;
}

#centerheader img
{
	border-bottom: 1px solid #f89828;
}

#centerheader h1
{
	color: #656544;
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
}

#centerfooter_noendcap
{
	background: url(/images/inner_center_bottom.png) no-repeat center top;
	width: 559px;
}

#centerfooter
{
	background: url(/images/inner_center_bottom_endcap.png) no-repeat center top;
	height: 54px;
	width: 559px;
	text-align: right;
}

#centerfooter a
{	
	color: #FFF;
	margin: 20px;
}


#rightbar
{
	float: right;
	margin-right: -40px;
	width: 210px;
}

div.callout
{
	background: #f0f6d5;
	border: 2px solid #999966;
	margin-bottom: 20px;
	padding: 5px;
	width: 200px;
}

div.callout p
{
	color: #999966;
	padding: 5px;
}

div.callout h1,
div.callout h2,
div.callout h3,
div.callout h4,
div.callout h5
{
	color: #999966;
	font-weight: bold;
}

div.callout li, div.callout a
{
	color: #999966;
}

div.callout div.jump
{
	text-align: center;
}

div.quotebox
{
	margin-bottom: 20px;
	width: 212px;
}

div.quoteheader
{
	background: url(/images/quotebox_top.png) no-repeat center bottom;
	height: 6px;
}

div.quotebody
{
	background: url(/images/quotebox_bg.png) repeat-y center;
	color: #4c4c33;
	padding: 0 10px 0 10px;
	text-align: center;
}

div.quotebody a
{
	color: #4c4c33;
}

div.quotefooter
{
	background: url(/images/quotebox_bottom.png) no-repeat center top;
	height: 19px;
}

p.callout_shoplocal
{
	font-size: 11px;
	text-align: center;
}

#breadcrumbs
{
	margin-left: 165px;
}

div.darkrow
{
	background: #f7e3a3;
	border-bottom: 2px solid #f89828;	
	padding: 10px;
}

ul.cols li.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	height: 0;
	width: 0;
}

ul.cols
{
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
}

ul.cols li
{
	float: left;
	margin: 0;
	padding: 0 5px 5px 5px;
	width: 172px;
}

ul.cols li a
{
	color: #e37b14;
	font-size: .89em;
	font-weight: bold;
	white-space: nowrap;
}

#membercount
{
	position: absolute;
	margin: 44px 0 0 310px;
}

#reasontitle
{
	color: #999966;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25em;	
}

#callout_browse
{
	margin-left: 11px;
}


table.results
{
	margin: 0 -7px 0 -10px;
	width: 546px;
}

td.results
{
	padding: 5px;
	border-bottom: 1px solid #DBD992;
}

td.results a
{		
	color: #f89828;
}

td.premium
{
	background-color: #FFFFFF;
}

#businessheader
{
	background-color: #FFFFFF;
	margin: 0 -7px 10px -10px;
	padding: 0 10px 0 10px;
}

#businessheader h1
{
	font-size: 15px;
}

/* =Footer
----------------------------------------------------------------------*/
#footer_wrap
{
	/*background: #f0f6d5 url(/images/container_shadow_bottom.png) no-repeat center top;*/
	background: #cc6600 url(/images/container_shadow_bottom.png) no-repeat center top;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#footer
{
	/*color: #656544;*/
	color: #f0f6d5;
	font-size: 11px;
	line-height: 140%;
	margin: 0 auto;	
	padding: 15px 0 0 0;
	width: 904px;
}

#footer a
{
	color: #f0f6d5;
}

#footer a:hover
{
	color: #fff;
}

#footer .vcard
{
	float: right;
	font-style: normal;
	padding: 0 0 50px 75px;
	text-align: right;
}

/* =Form Styling
----------------------------------------------------------------------*/
div.error
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.warning
{
	background-color: #cc6600;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

div.success
{
	background-color: #009900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#membersearch
{
	margin: 0 -7px 0 -10px;
}

#searchcontrols
{
	background: #f7e3a3;
	border-top: 2px solid #f89828;
	height: 85px;
	margin-bottom: 7px;
	padding-top: 15px;
	z-index: 999;
}

#resultssearchcontrols
{
	background: #f7e3a3;
	border-top: 2px solid #f89828;
	height: 85px;
	margin: 0 -7px 0 -10px;
	padding-top: 15px;
}

div.searchstatus
{
	background-color: #f89828;
	color: #f0f6d5;
	height: 29px;
	margin: 0 -7px 0 -10px;
	padding: 5px;
	width: 537px;
}

div.calendarnav
{
	background-color: #999966;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	margin: 0 -7px 10px -10px;
	padding: 5px;
	width: 537px;
}

div.calendarnav a
{
	color: #FFF;
	font-weight: normal;	
}

form.public {
    width: 580px;
}
form.public fieldset {
   border: 1px solid #333333;
   margin-bottom: 10px;
}
form.public fieldset legend {
    font-size: .89em;
    font-weight: bold;
	margin-left: 15px;
    padding: 0 2px;
}
form.public fieldset ul {
    padding: 0;
}
form.public fieldset li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 10px;
}

form.public fieldset.justify label {
    float: left;
    font-weight: bold;
	padding-right: 10px;
    text-align:right;
    width: 150px;
}
form.public p {
}
ul.staff_expertise
{
	list-style: none;
}

ul.staff_expertise li
{
	font-size: .89em;
}

div.dropdown, div.shortdropdown
{
	position: relative;
	text-align: center;	
	width: 172px;
	z-index:999
}

div.shortdropdown
{
	width: 162px;
}

div.dropdown ul, div.shortdropdown ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:999
}

div.dropdown ul li, div.shortdropdown ul li
{
	margin: 0;
}

div.dropdown ul li ul, div.shortdropdown ul li ul { display: none; }

div.dropdown ul li:hover ul, div.dropdown ul li.sfhover ul, div.shortdropdown ul li:hover ul, div.shortdropdown ul li.sfhover ul
{
	border: 1px #c1d72e solid;
	display: block;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 20px;
	*top: 23px;
	width: auto;
	z-index:999
}

div.dropdown ul li ul li, div.shortdropdown ul li ul li
{
	background-color: white;
	margin: 0;
}

div.dropdown ul li ul a, div.shortdropdown ul li ul a
{
	background-image: none;
	background-color: none;
	border: none;
	color: #f89828;
	display: block;
	min-width: 160px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	width: auto;
}

div.dropdown ul li ul a:hover, div.shortdropdown ul li ul a:hover
{
	background-color: #f89828;
	background-image: none;
	color: white;
}

div.dropdown a, div.shortdropdown a
{
	background-image: url(/images/list_toggle.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: white;
	border: 1px #c1d72e solid;
	color: #f89828;
	min-width: 135px;
	padding: 4px 28px 4px 18px;
	*padding: 4px 28px 4px 14px;
	text-decoration: none;
	width: 155px;
	width: auto;
	white-space: nowrap;
}

div.shortdropdown a
{
	padding: 4px 21px 4px 7px;
}

div.dropdown a:hover, div.shortdropdown a:hover
{
	background-image: url(/images/list_toggle_over.gif);
}

#keyword, #shortkeyword
{
	background: #FFFFFF;
	border: 1px solid #c1d72e;
	color: #f89828;
	float: left;
	font-size: 12px;
	height: 18px;
	margin: 11px 5px 0 15px;
	padding: 6px 0 0;
	width: 160px;
}

#shortkeyword
{
	margin: 11px 5px 0 5px;
	width: 130px;
}

#member_search_button
{
	float: right;
	margin: 0 27px 0 0;
}

#member_search_button_short
{
	float: right;
	margin: 0 17px 0 0;
}

#pager
{
	border-top: 1px solid #CCC;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

#pager a
{
	margin: 0 2px 0 2px;
}

address span.org, address span.email
{
	display: none;
}

ul.selectTree, ul.selectTree ul
{
	border-left: none;
	margin-left: 0;
	list-style: none;
}

#profilenav
{
	clear: both;
	height: 35px;
	margin: 0 0 20px 0;
	width: 545px;
}

#profilenav li
{
	float: left;
	list-style: none;
	margin: 0;
}

#profilenav li a
{
	background-color: #f89828;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 25px;
	padding: 10px 5px 0 5px;
	text-align: center;
	width: 78px;
}

#profilenav li a:hover
{
	color: #4c4c33;
	text-decoration: none;
}

#profilenav li a.current
{
	color: #FFF;
	background-color: #999966;
}

table.form td
{
	padding: 5px;
}

table.data
{
	margin-bottom: 20px;
}

thead
{
	background-color: #999966;
	color: #FFF;
	font-weight: bold;
}

tr.lightrow td,
tr.darkrow td
{
	color: #000;
}

tr.lightrow td
{
	background-color: #b3af81;
}

tr.darkrow td
{
	background-color: #a09f6d;
}