body {
	background:#bb9c70 url(/lib/images/bkg_cardboard.jpg) repeat;
	color:#3b362d;
	margin:0;
	padding:0;
}

a, a:hover {
	color:#3b362d;
}

#grid {
	display:none;
	background:transparent url(../images/16_col.png) repeat-y left top;
	position:absolute;
	width:960px;
	height:100%;
/*
	-moz-opacity:.50;
	filter:alpha(opacity=50);
*/
	z-index:9999;
}

/* 960 Grid overrides */
.container_16 .grid_16 {
	margin:0;
	width:960px;
}

#container {
	overflow:hidden;
	position:relative;
}

#logo img {
	left:406px;
	position:absolute;
	top:6px;
	z-index:100;
}

#header {
	height:169px;

}

#tips {
	margin-left:-3px;
	margin-top:69px;
}

#contentwrap {
	background:#e7dbc2 url(/lib/images/bkg_contentwrap.jpg) no-repeat center top;
	min-height:400px;
	padding-bottom:20px;
}

#footer {
	background:transparent url(/lib/images/bkg_footer.png) no-repeat center top;
	color:#3b362d;
	height:101px;
	padding-top:45px;
	width:960px;
}

#footer a {
	color:#3b362d;
}

#footer .credit, #footer .credit a {
	color:#685943;
	font-size:13px;
}

.alignRight {
	float:right;
	margin:0 0 10px 15px;
}

.alignLeft {
	float:left;
	margin:0 15px 15px 0;
}

/* Homepage-specific ---------------------- */

#hpcontent {
	line-height:21px;
	margin-top:23px;
}

#intro {
	margin:35px 0 0 -18px;
}

#intro p {
	color:#694b26;
	font-size:13px;
	font-weight:bold;
	padding-left:80px;
	text-align:right;
	width:250px;
}


/* dropdown selector ---------------------- */


#select img {
	margin-bottom:-7px;
	*margin-bottom:-3px;
}

#select {
	background:#f1ebe2;
	height:29px;
	width:168px;
	position:absolute;
	right:0;
	*top:40px;
}

#hp #select {
	margin-left:163px;
	right:auto;
	top:auto;
}

#dropdown {
	background:#f1ebe2;
	display:none;
	margin:0 0 0 1px;
	width:165px;
}

#dropdown a {
	background:#f1ebe2;
	color:#0f7b07;
	cursor:pointer;
	display:block;
	font-size:13px;
	line-height:19px;
	padding:3px 3px 3px 10px;
	text-align:left;
	text-decoration:none;
}

#dropdown a:hover {
	background:#ffffff;
}

#dropdown li {
	border-bottom:1px solid #d2c297;
	list-style:none;
	margin:0;
	padding:0;
}

#selectWrap {
	color:#6b4c27;
	font-size:13px;
	margin-top:15px;
	position:relative;
	text-align:right;
}



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


#nav {
	height:35px;
	width:960px;
	margin: 0;
	padding: 0;
	position:relative;
}

#nav li {
	margin: 0px;
	list-style:none;
	float:left;
	display:inline;
}

#nav li a {
	display: block;
	padding:0;
}



/* Left rail and subnav -------------------- */

#leftRail {
	margin-right:30px;
	text-align:right;
	width:140px;
}

#leftRail h1 {
	color:#694b26;
	font-size:29px;
	font-family:Garamond, Georgia, Times, serif;
}

#subnav {
	margin-top:20px;
	margin-bottom:0;
}

#subnav li {
	list-style:none;
	margin:0;
	padding-bottom:23px;
}

#subnav li a {
	color:#0f7b07;
	font-size:13px;
	font-weight:bold;
	display: block;
	padding:0;
	text-decoration:none;
}

#subnav li a:hover, #subnav li.ON a {
	text-decoration:underline;
}

#subnav li.ON a {
	color:#542e1b;
}



/* Content -------------------- */

#content {
	line-height:21px;
	margin-top:81px;
}

#content h1 {
	color:#0f7b07;
	font-size:23px;
	font-family:Garamond,Times, serif;
	margin-bottom:13px;
}

#content h2 {
	color:#542e1b;
	font-weight:bold;
	font-size:16px;
}

#content h3 {
	color:#542e1b;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0;
}

.alignRight {
	float:right;
	margin:0 0 15px 15px;
}

.alignLeft {
	float:left;
	margin:0 15px 15px 0;
}



/* Directory Listings -------------------- */

td, th {
	padding:4px;
	text-align:left;
}

#bizlist th {
	background:#dbc9ab;
	border-bottom:2px solid #e8dcc4;
	color:#542e1b;
	font-size:16px;
	font-weight:bold;
}

#bizlist th a {
	color:#542e1b;
}

#bizlist td {
	padding:8px 4px;
}

tr.alt td {
	background:#dfcdb1;
}

.level {
	color:#0f7b07;
	font-weight:bold;
}

.difference {
	font-size:12px;
}

#content .difference h2 {
	margin-bottom:0;
	font-size:14px;
}

#sidebar {
	font-size:12px;
}

#sidebar p {
	border-left:1px solid #abc08f;
	margin-top:10px;
	padding-left:15px;
}


/* Forms -------------------- */

label {
	clear:both;
	float:left;
	padding-top:3px;
	width:105px;
}

label.error {
	color:red;
	padding:0 0 10px 108px;
	width:420px;
}

input, textarea {
	border:1px solid silver;
	float:left;
	margin:0 10px 15px 0;
	padding:4px;
}

input.error, textarea.error {
	border-color:red;
}

input.submit {
	background:#654826;
	border:medium none;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:106px;
	padding:6px;
}

textarea {
	width:550px;
	height:150px;
}
