/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Global Styles */

body {
	background-color: #fff;
	color: #444;
	font: normal 1em/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


/*a:link    { color: #069; }*/
a:link { color: #F26522; }
a:visited { color: #F26522; }
a:hover,
a:active  { color: #39C; }


h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#005983;margin: 1em 0 .4em;}
h1 {font-size:2em;line-height:1;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;line-height:1;}
h4 {font-size:1.4em;line-height:1.25;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}
p {
	margin: 0 0 1em;
	font-size: 1.1em;
	line-height: 1.6;
}
ul, ol {
	margin: .2em 0 1em 2.1em;
}
ul li,
ol li {
	margin-bottom: .5em;
}
ul li { list-style: disc; }
ol li { list-style-type: decimal; }

hr {
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #EEE;
	padding: 0;
}
b, strong {
    font-weight:bolder;
}


/* Header */

#header {
	background: #005c87 url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/bg_header.png) repeat-x 0 0;
	border-bottom: 6px solid #F9CD00;
}

#header .container {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}


/* Logo */
#logo {
	float: left;
	width: 635px;
	height: 154px;
}

#header h1 a{
	float: right;
	display: block;
	width: 290px;
	height: 82px;
	margin: 0 auto;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/logo.png) no-repeat 0 0;
	text-indent: -9999em;

}

#header  h1 a:hover {
	background-position: 0 -82px;
}


/* Search */

#header #search {
	float: right;
	margin: 32px 25px 0 0;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/search_box.png) no-repeat top left;
	}
#header #search input {
	vertical-align: middle;
	}
#header #search input#search_text {
	width: 158px;
	margin: 1px 3px 0 0;
	padding: 0 5px 0 23px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	border: none;
	background: transparent;
	}
#header #search input#search_text:focus {
	color: #333;
	}



/* Navigation */

#header #nav {
	width: 940px;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#header #nav  ul {
	margin: 0 auto;
	font-size: 1em;
	overflow: hidden;
}
#header #nav  ul li {
	display: inline;
	margin: 0 10px;
	list-style: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	vertical-align: top;
	font-weight: bold;
}
#header #nav  ul a,
#header #nav  ul a:link,
#header #nav  ul a:visited {
	color: #FFE;
	text-decoration: none;
}
#header #nav  ul a:hover,
#header #nav  ul a:active {
	text-decoration: underline;
}
#header #nav  ul strong {
	display: inline-block;
	height: 59px;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/nav_pointer.png) no-repeat 50% 91%;
	color: #FC0;
}
#header #nav  ul strong a {
	color: #FC0 !important;
}

#home #header #nav ul strong {
	background: none;
}

#header #nav  ul li.link-login {
	border-left: 1px solid #FC0;
	padding-left: 20px;
}
#header #nav  ul li.link-login a,
#header #nav  ul li.link-register a {
	color: #c7f753;
	font-weight: bold;
	text-decoration: underline;
}

#header #nav  ul li.link-login a:hover,
#header #nav  ul li.link-register a:hover {
	color: #86ba09;
}

/* Breadcrumb */

#breadcrumb
{
	margin: 0;
	color: #000;
	height: 30px;
}

#breadcrumb ul {
	margin: 0 0 1em 0;
}
#breadcrumb ul li
{
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;
}

#breadcrumb ul li span {
	margin: 0 10px;
}

#breadcrumb ul li.first
{
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumb ul li.last
{
    color: #000;
}




/* Promo  */

.promo .content {
	position: relative;
	width: 980px;
	margin: 0 auto 20px;
	padding: 5px 0 0;
	color: #FFE;
	line-height: 1.6;
	overflow: hidden;
}
.promo .content .intro {
	float: left;
	margin-left: 20px;
	margin-top: -10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.promo .content .intro h2 {
	margin: 0 0 0.8em;
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
    width:940px;
    text-align: center;
}
.promo .content .intro h2 strong {
	color: #FC0;
}
.promo .content .intro p {
	width: 650px;
	font-size: 1em;
}
.promo .content .intro a {
	padding: .2em .5em;
	color: #FC0;
	background: #514E2F;
	background: rgba(219, 255, 108, .1);
	text-decoration:none;
}
.promo .content .intro a:hover {
	background: #606135;
}
.promo .content .intro a.sign-up {
	padding: 0 0 0 12px;
	background: transparent url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/i-arrow.png) no-repeat 0 center;
	color: #FC0;
	font-weight: bold;	
}
.promo .content .intro a.sign-up:hover {
	text-decoration: underline;
}
.promo .content .intro strong {
	color: #FFF;
}
	

.promo .content .actions {
	position: absolute;
	top: 45px; left: 720px;
	width: 239px;
	height: 30px;	
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.promo .content .actions .title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	display: block;
}
.promo .content .actions .tagline {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 2px;
	display: block;
}

/* Big ole button */

.promo .content a.bigbutton {
	display: inline-block;
	margin: 0;
	border: 2px solid #b6633b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 30px;
	border-color: #b14a1a;
	background: #f26522 url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/btn_bg.png) repeat-x 0 100% ;	
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	font: bold 1em 'Helvetica Neue', Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.promo .content a.bigbutton:hover,
.promo .content a.button:active {
	border-color: #b6633b;
	background-color:#ea8352;
	background-position: 0 -100px;
	text-shadow: none;
	cursor: pointer;
}

.promo .content a.bigbutton:active {
	top: 1px;
}


/* Featured site slider */
#slider {
	position: absolute;
	right: 30px; 
	bottom: 0;
}		
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:480px;
	height:290px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:22px;
	height:40px;
	position:absolute;
	left:443px;
	top:80px;
	z-index:1000;
	}	
#nextBtn{ 
	left:954px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	position:relative;
	width:22px;
	height:40px;
	background:url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/btn_prev.png) no-repeat 0 0;	
	}
#prevBtn a:hover, #nextBtn a:hover{
	background:url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/btn_prev_hover.png) no-repeat 0 0;
}	
#nextBtn a{ 
	background:url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/btn_next.png) no-repeat 0 0;	
	}	
#nextBtn a:hover{ 
	background:url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/btn_next_hover.png) no-repeat 0 0;	
	}		
#prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
	


/* Layout */

.page {
	padding: 10px 20px;
	font-size: .8em;
	
}

.page .container {
	width: 940px;
	margin: 0 auto;
}


/* Features List */

#features {
	margin: 30px 0 0;
	overflow: hidden;
}
#features h2 {
	display: none;
}
#features dl,
#features p {
	float: left;
	width: 210px;
	margin: 0 10px 30px;
}
#features dl dt {
	padding: 0 0 .2em 23px;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/littlevoice.png) no-repeat 0 3px;
	font-weight: bold;
	color: #005983;
	
}
#features dl dd {
	color: #444;
	line-height: 1.5;
	font-size: .9em;
}
#features strong {
	color: #000;
}


/* Partners */
#partners-label {
	clear: both;
	float: left;
	margin: 0;
	padding: 17px 0 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
#partners {
	float: right;
	margin: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
#partners ul {
	width: 1440px; /* 160 * partners count */
	height: 85px;
	margin: 0 0 0 160px;
}
#partners ul li {
	position: static;
	float: left;
	display: table;
	width: 140px;
	height: 85px;
	margin: 0 20px 0 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
#partners ul li a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#partners ul li img {
	display: block;
	margin: 0 auto;
}


/* Main content */
	
#tabContent,
#content {
	float: left;
	display: inline;
	width: 640px;
	margin: 0;
	padding: 0;
}

#contentwide {
	float: left;
	width: 100%;
	margin: 0;
}

p img {
	xxdisplay: block;
	border: 1px solid #ddd;
	padding: 3px;
}

ul,
ol {
	margin: 0 0 1em 3em;
	font-size: 1.1em;
}
ul li {
	list-style-type: circle;
	list-style-position: outside;
}
ol li {
	list-style-position: outside;
}

pre {
	margin: 0 0 2em;
	padding: 1em 1.5em;
	border: 1px solid #eac29e;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	background-color: #f9eee4;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre code {
	color: #666;
	font-size: .9em;
	text-shadow: 0 1px 0 #FFF;
}

form fieldset {
	border: 1px solid #005983;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	margin: 10px 0;
	padding-bottom: 20px;
}
form fieldset.form-hidden {
    display: none;
}

form h2 {
	margin: 10px 0 0 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #005983;
}

legend {
	margin: 0 0 0 15px;
    padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #005983;
}

form ul li {
	margin:10px 0; 
	list-style:none; 
	position:relative; 
	clear:both;
}

div.form-element
{
    clear: both;
    padding-top:1em;
}

p.form-required-header,
div.form-required div.form-label,
div.form-required div.form-label-error
{
    font-weight:bold;
}

div.form-error
{
    margin-top:4px;
    color:red;
}

div.form-element div.form-help-text
{
    margin-top:4px;
    margin-bottom:4px;
}

div.form-element div.form-label,
div.form-element div.form-label-error
{
    width:26%;
    margin-left:1%;
	text-align:right; 
	float:left; 
    margin-top:3px;
}

div.form-element div.formgroup,
div.form-element div.form-error,
div.form-element div.form-widget,
div.form-element div.form-widget-error,
div.form-element div.form-help-text
{
    width:68%;
    margin-right:3%;
    float:right;
}
div.form-element div.form-buttons
{
    margin-left: 29%;
    margin-bottom: 20px;
}

form input#name,
form input#email,
form input#subject,
form input#password,
form input#password_confirm,
form input[type="text"],
form input[type="textbox"],
form input[type="password"],
form textarea {
	padding:4px; 
	border:1px solid #eac29e; 
	background:#f9eee4; 
	-moz-border-radius:9px; 
	-webkit-border-radius:9px;
	font: normal 1em/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

form textarea {
	width:100%;
	resize: none;
}

/* Buttons */
form input[type="submit"],
.button,
.button:visited {
	background:#F26522; 
	display:inline-block; 
	padding:5px 20px 6px; 
	color:#fff; 
	text-decoration:none; 
	-moz-border-radius:9px; 
	-webkit-border-radius:9px; 
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	text-shadow:0 -1px 1px rgba(0,0,0,0.25); 
	border-bottom:1px solid rgba(0,0,0,0.25); 
	position:relative; 
	cursor:pointer; 
	font-size:0.9em; 
	font-weight:bold; 
	line-height:1; 
	border:0;}

form input[type="submit"]:hover,
.button:hover {
	background-color:#069; 
	color:#fff; 
	text-decoration:none;
}
form input[type="submit"]:active,
.button:active {
	top:1px;
}

a.button {
	color: #fff;
}

form input.searchbutton,
form input.searchbutton:visited {
	margin-top: -1px;
	background:#F26522; 
	display:inline-block; 
	padding:5px 5px 4px; 
	color:#fff; 
	text-decoration:none; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5); 
	text-shadow:0 -1px 1px rgba(0,0,0,0.25); 
	border-bottom:1px solid rgba(0,0,0,0.25); 
	position:relative; 
	cursor:pointer; 
	font-size:0.7em; 
	font-weight:bold; 
	line-height:1em; 
	border:0;
}

form input.searchbutton:hover {
	background-color:#fc0; 
	color:#fff; 
	text-decoration:none;
}
form input.searchbutton:active {
	top:1px;
}


/* Table */
table {
	border-top:1px solid #d4e9fc;
	border-right:1px solid #d4e9fc;
	margin:1em auto;
	border-collapse:collapse;
	}
caption {
	color: #069;
	font-size:1em;
	letter-spacing:.1em;
	margin:1em 0 .5em 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}
tr {
	height: 35px;
	vertical-align: middle;
}
tr.odd td	{
	background:#eee;
	}
tr.odd .column1	{
	background:#eee;
	}	
	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom:1px solid #d4e9fc;
	border-left:1px solid #d4e9fc;
	padding:.3em 1em;
	}				
th {
	font-weight:normal;
	color: #069;
	text-align:left;
	border-bottom: 1px solid #d4e9fc;
	border-left:1px solid #d4e9fc;
	padding:.3em 1em;
    white-space: nowrap;
	}							
th {
	background:#e4f1fd;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#069
	}	
tfoot th {
	text-align:center;
	background:#e4f1fd;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#069;
		}		
tfoot th em {
	color:#F26522;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
tr:hover>td {
	background-color: #ddd;
}

table.portlets {
    border: 0;
    margin: 0;
}
table.portlets td {
    border: 0;
    margin: 0;
    padding: 0 1em 0 0;
}
table.portlets tr:hover>td {
    background-color: #fff;
}

/* Sidebar */

#tabBar,
#sidebar {
	float: right;
	width: 220px;
	padding-top: 25px;
}

#tabBar h2,
#sidebar h2 {
	font-size: 1.2em;
}

#tabBar h3,
#sidebar h3 {
	font-size: 1.1em;
}

#sidebar h3 .newslink {
	padding-left: 25px;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/littlevoice.png) no-repeat 0 center;

}
#tabBar p,
#sidebar p {
	font-size: 1em;
	line-height: 1.4em;
	color: #888;
}

/* Introduction */

#sidebar p.introduction {
	margin: 0 0 2em;
	padding-bottom: 1.75em;
	border-bottom: 1px solid #DDD;
}
#sidebar p.introduction strong {
	padding-left: 25px;
	background: url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceBiscuit/images/littlevoice.png) no-repeat 0 center;
	color: #F26522;
	font-weight: bold;
}

/* Sidebar Footer */

#sidebar h2.sidebar_footer {
	border-top: 1px solid #DDD;
	margin: 2em 0 0;
	padding: 1.75em 0 1em;
}

/* Side navigation */
#tabs,
#sidenav {
	margin: 2px 0 20px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDD;
}

#tabs ul,
#sidenav ul {
	position: relative;
}
#tabs li,
#sidenav li {
	list-style: none;	
	margin-bottom: 15px;
	overflow: visible;
}

#tabs li a:link,
#tabs li a:visited,
#sidenav li a:link,
#sidenav li a:visited {
	position: relative;
	padding: 12px 18px 3px 8px;
	color: #fff;
	background: #F26522;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	border-left: 6px solid #FC0;
	zoom: 1;
}

#tabs li a:hover,
#sidenav li a:hover {
	background: #069;
}

#tabs li.current a,
#sidenav li.current a {
	margin-left: -20px;
	background: #069;
	overflow:visible;
}

#tabs li.current a:hover,
#sidenav li.current a:hover {
	margin-left: -20px;
	color: #FC0;
}

/* subnav as used on profile page */
.tabContentSubNav {
    width: 180px;
    float: left;
}
.tabContentWithSubNav #tabContentContent {
    width: 460px;
    float: left;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;	
	border-top: 1px solid #ddd;
	}
#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	color: #333;
	}
#footer a {
	font-weight: bold;
	color: #005983;
	}
#footer a:hover {
	color: #39C;
	}
#footer p {
	margin: 0 0 8px 0;
	line-height: 1.6;
	}
#footer p#footer-nav {
	margin-top: 3px;
	color: #000;
	font-size: 0.9em;
	}
#footer p#copyright {
	font-size: 0.8em;
}
#footer-nav a {
	margin: 0 5px;
	}
#footer-nav a#f-home {
	margin-left: 0;
	}
	
#footer #coslogo {
	position: relative;
	width: 100px;
	float: right;
	margin: 5px 30px 0 0;
}

/* Clearfix */
.clear:after,
.clearfix:after {
	clear:both; 
	content:' '; 
	display:block; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	width:0; 
	height:0;
}
* html .clearfix,
* html .clearfix {
	height:1%;
}

/* lists and buttons */
ul.horizontal,
ul.list-adminLink,
div.action-list ul {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

ul.horizontal li,
ul.list-adminLink li,
div.action-list ul li {
    display: inline;
}

/* Directory */

div.directoryBody
{
	padding: 10px;
	border-left: 1px solid #1FAAC9;
	border-right: 1px solid #1FAAC9;
	border-bottom: 1px solid #1FAAC9;
}
* HTML div.directoryBody
{
	width: 98%;
}

.page .directoryFilterAndSearch
{
	float:left;
	margin: 0;
	width:30%;
}
.directoryFilterAndSearch form .form-label,
.directoryFilterAndSearch form .form-label-error,
.directoryFilterAndSearch form .form-error p {
    display: none;
}
.directoryFilterAndSearch div.form-element {
    padding: 0;
}
.directoryFilterAndSearch input#search {
    width: 200px;
}
.directoryFilterAndSearch div.form-element div.form-buttons
{
    padding-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.directoryFilterAndSearch div.form-element div.formgroup,
.directoryFilterAndSearch div.form-element div.form-error,
.directoryFilterAndSearch div.form-element div.form-widget,
.directoryFilterAndSearch div.form-element div.form-widget-error,
.directoryFilterAndSearch div.form-element div.form-help-text
{
    float: none;
    width:100%;
    margin-left:10px;
}

.map .page .directoryFilter
{
	width:27%;
}

.page .directoryFilter ul
{
	margin: 0 0 1em 10px;
	padding:0;
}
.page .directoryFilter UL LI
{
    list-style:none;
	background: none;
	margin: 3px 0;
}
* HTML .page .directoryFilter UL LI
{
        height: 1px;
}

.map .page .directoryFilter UL LI a
{
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:20px;
	display: inline-block;
	white-space: nowrap;
}
.map .page .directoryFilter UL LI
{
    margin: 3px 0;
}

.map .page .directoryFilter UL LI.grey a
{
	background-image: url(/web/20120503001421im_/https://bucksvoice.net/resources/acs-subsite/checkboxcheckedgrey.gif);
}
.map .page .directoryFilter UL LI.blank a
{
	background-image: url(/web/20120503001421im_/https://bucksvoice.net/resources/acs-subsite/checkbox.gif);
}
.map .page .directoryFilter UL LI.selected a
{
	background-image: url(/web/20120503001421im_/https://bucksvoice.net/resources/acs-subsite/checkboxchecked.gif);
	color: #F26522;
}
.map .page .directoryFilter #areaSearchForm
{
	margin: 0.7em 0 1em 0;
}
.map .page .directoryFilter ul
{
	margin:0;
	overflow: hidden;
}
.map .page .directoryFilter h3
{
	margin: 5px 0 5px 20px;
	font-size: 1.1em;
}

.page .directoryList
{
	float:right;
	width:69%;
}
.map .page .directoryList
{
	float:right;
	clear:right;
	width:72%;
    margin-top: 10px;
}
.map .page .directoryList #dynamicDirectoryList {
	width:100%;
	height:700px;
	overflow:auto;
}
.map .page .directoryList #dynamicDirectoryList table {
	width:100%;
    margin:0;
}

.page .directoryMap {
	float:right;
	width:72%;
}
.page .directoryMap #dynamicDirectoryMap {
	width:100%;
	height:500px;
}
.page #directory H2 {
	margin-top: 5px;
    font-size: 1.4em;
}

.page .directoryList .list-paginator
{
	text-align: center;
	margin-bottom: 5px;
    font-size: 120%;
        font-weight: bold;
}
.page .directoryList .list-paginator B
{
        color: #F26522;
        font-size: 130%;
}

.page .directoryFilter .list-filter
{
	padding:0;
	margin: 0;
}
.page .directoryFilter .list-filter UL LI A
{
	display: block;
}
.list-filter-selected
{
	color: #F26522;
	font-weight: bold;
}

.page #directoryLetters P
{
	color: #F26522;
	font-weight: bold;
}
* HTML .page .directoryFilter h2
{
	margin: 0;
}

.page .directoryList TR.list-header
{
    display: none;
}

.page .directoryList TR TD .logo {
	width:75px;
	height:75px;
    margin: 10px 0;
	float:left;
	background:url(/web/20120503001421im_/https://bucksvoice.net/resources/themes/voiceWatermark80.png) no-repeat center top;
}
.page .directoryList TR TD .text {
	padding-left:85px;
}
.page .directoryList TR TD .name
{
	padding: 5px;
    font-size: 120%;
}
.page .directoryList TR TD .name A
{
	display: block;
}
.page .directoryList TR TD .description,
.page .directoryList TR TD .distance
{
	padding: 0 5px 5px 5px;
}
.map .page .directoryList TR TD .description
{
	padding: 0 5px 5px 35px;
}
.map .page .directoryList TR TD .marker
{
	float: left;
	width: 23px;
	margin: 0 5px 10px 7px;
	text-align: center;
}

/* 'trick' to enclose floted divs */
#package-notifications form .notification {
	width:100%;
	overflow:hidden;
}
#package-notifications form .open {
	float:left;
	width:1em;
}
#package-notifications form .open a {
	font-weight:bold;
	text-align:center;
    text-decoration:none;
}
#package-notifications form .enabled {
	float:left;
}
#package-notifications form .interval {
	float:right;
}

ul.my-sites {
    margin:0;
    padding:0;
}
ul.my-sites li {
    list-style:none;
}
ul.my-sites p {
    padding-left:10px;
}


/*---------- The box that warns you of an action (e.g., need to log in) ----------*/
#user-message {
    padding: 1px;
    margin: 0.5em 0;
    clear: both;
	border: 1px solid #eac29e;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	background-color: #f9eee4;
}
#user-message UL {
    list-style-type: none;
    padding: 0;
    margin: 1em 2em;
    font-weight: bolder;
}
#user-message UL LI {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.5em;
}


/*
     FILE ARCHIVED ON 00:14:21 May 03, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:14:02 Jul 25, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.572
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.018
  esindex: 0.027
  cdx.remote: 67.702
  LoadShardBlock: 331.748 (3)
  PetaboxLoader3.datanode: 233.923 (4)
  PetaboxLoader3.resolve: 211.141 (2)
  load_resource: 215.568
*/