* {
margin: 0;
padding: 0;
font-family: georgia;
}

body {
padding: 20px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 882px;
}

/* PRINT-ONLY ITEMS */
#letterhead, #footer_print{
	display:  none;
}



ul {
list-style-type: none;
margin-bottom: 12px;
}

ul.bulleted {
list-style-type: square;
margin-left: 12px;
}

img { border: 0; }

/*input { padding: 2px; }*/

p, li { font-size: 13px; }

/* HEADLINES AND PAGE HEADINGS */
h1 {
font-weight: normal;
text-shadow: #ccc 4px 4px 3px;
font-size: 22px;
}

/* SUBHEADLINES */
h2 {
margin-top: 4px;
font-size: 19px;
font-weight: normal;
color: #90a65a;
}

/* SIDEBAR HEADLINES */
h3 {
font-weight: normal;
margin-top: 20px;
font-size: 18px;
}

h4 {
margin: 18px 0 3px 0;
color: #000;
font-size: 14px;
}

p {
margin-top: 0;
}

.special {
border-top: 1px solid #90a65a;
border-bottom: 1px solid #90a65a;
color: #990033;
padding: 4px;
text-align: center;
font-weight: bold;
font-style: italic;
}

.fadebox {
width: 100%;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
padding:12px;
margin: 0 16px 16px 0;
float:left;
background: url(assets/bg_fade.jpg) top no-repeat;
}

.fadebox h3 {
margin-top:0;
}

.fadebox h2 {
margin-bottom: 12px;
}


.clear { clear: both; }

.right {
float: right;
margin: 0 12px 12px 18px;
}

.small {
font-size: 10px;
}

fieldset {
padding: 6px;
margin-left: 70px;
border: 0;
background-color: #dedede;
}

legend {
position: relative;
top: 15px;
text-align: right;
margin-left: -70px;
}


ul.horiznav {
	margin-top: 12px;
	list-style-type: none;
}

ul.horiznav li {
	display: inline;
}

ul.horiznav li a {
	border: 1px solid red;
	padding: 2px 6px;
	color: #000;
	text-decoration: none;
}

ul.horiznav li.current a {
	background-color: yellow;
}

table.list {
width: 100%;
margin-top: 20px;
}

table.list td, table.list th {
text-align: left;
margin: 0;
padding: 6px;
}

table.list th {
border-bottom: 2px solid #666;
white-space: nowrap;
font-weight: normal;
}

table.list th.sort_asc a:before {
}

table.list th.sort_asc a {
color: red;
padding-right: 12px;
background: url(assets/arrow_down.gif) right no-repeat;
}

table.list th.sort_desc a:before {
}

table.list th.sort_desc a {
color: red;
padding-right: 12px;
background: url(assets/arrow_up.gif) right no-repeat;
}


a.button {
font-family: helvetica;
color: #000;
padding: 6px;
margin-right: 5px;
text-decoration: none;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
background-color: #dedede;
}

a img.icon {
margin: 0 3px;
border: 2px solid transparent;
}

a:hover img.icon {
border: 2px solid red;
}


tr.odd {
background-color: #dedede;
}

.note {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}

.note, .note * {
	font-family: helvetica;
	font-size: 11px;
}

ul.notes {
margin-top: 8px;
}

ul.notes li {
font-family: helvetica;
font-size: 11px;
border-bottom: 1px solid #90a65a;
padding: 5px 0 7px 0;
}

ul.discount {
list-style-type: disc;
}

ul.discount li {
font-weight: bold;
}

.framed {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
}

#bar a {
font-family: georgia;
font-weight: bold;
/*font-style: italic;*/
font-size: 12px;
text-decoration: none;
color: #FFCC00;
border-right: 1px solid #000;
padding: 0 12px;
}

#bar a.last {
border-right: 0;
}

#bar a.current, #bar a:hover {
color: #fff;
}

#bar a:hover {
}

#content {
background-image: url(assets/bg_fade.jpg);
background-repeat: repeat-x;
}

#content p {
margin: 6px 0 6px 0;
}

#content h3 {
}

#content ul.bulleted {
list-style-type: circle;
margin: 8px 0 20px 20px;
}

.errors li {
color: red;
}

#content ul li {
margin-bottom: 3px;
}

.caption {
color: #90a65a;
font-size: 12px;
font-weight: bold;
font-style: italic;
margin-bottom: 2px;
}

#leftnav {
width: 160px;
padding: 26px 15px 0 30px;
border-right: 1px solid #dee4ce;
}

#rightnav {
width: 220px;
padding: 26px 30px 0 30px;
border-left: 1px solid #dee4ce;
}

.section_nav {
font-family: georgia;
font-size: 12px;
list-style-type: none;
margin-bottom: 20px;
}

.section_nav li {
margin: 8px 0 0 0;
}

.section_nav a {
font-weight: bold;
color: #7b0029;
}

.section_nav li.current, .section_nav li.current * {
color: #90a65a;
}

.section_nav li.current {
background-color: #dee4ce;;
padding: 6px;
}

#main {
padding: 26px 30px;
}

#crumbtrail {
font-family: georgia;
font-size: 13px;
text-align: right;
}

#crumbtrail a {
color: #7b0029;
}

#local_nav {
margin-top: 20px;
border-bottom: 1px solid #90a65a;
list-style-type: none;
padding-bottom: 16px;
}

#local_nav li {
float: left;
}

#local_nav a {
 	color: #90a65a;
	font-weight: bold;
	font-family: georgia;
	font-size: 12px;
	/*font-style: italic; */
	position: relative;
	top: -1px;
	text-decoration: none;
	padding: 3px 8px;
	border: 1px solid #90a65a;
	border-bottom: 0;
	background-color: #dee4ce;
}

#local_nav a:hover {
	background-color: #fff;
}

#local_nav li.current a {
	padding-top: 5px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 3px solid #ffffff;
}

#copy p {
margin-top: 12px;
font-family: georgia;
font-size: 13px;
line-height: 16px;
}

p.intro {
font-weight: bold;
}


#sidebar {
float: right;
margin: 0 20px;
width: 240px; /* For IE Win */
voice-family: "\"}\"";
voice-family: inherit;
width: 220px; /* actual value */
}


.item {
width: 100%;
background-color: #dee4ce;
margin: 16px -6px 0 -6px;
padding: 12px;
}

.item h1 {
text-shadow: none;
font-style: italic;
font-weight: bold;
font-size: 13px;
font-family: georgia;
margin: -12px -12px 0 -12px;
padding: 5px 5px 5px 12px;
color: #fff;
background-color: #90a65a;
}

.item p {
font-family: georgia;
font-size: 13px;
margin-top: 6px;
}

.item img {
border: 1px solid #90a65a;
margin: 0 0 0 12px;
padding: 0;
}

p.quote {
font-family: georgia;
/*font-weight: bold;*/
font-style: italic;
font-size: 13px;
line-height: 17px;
}

.byline {
font-style: normal;
font-size: 12px;
}

p.price {
font-weight: bold;
}

p.byline {
margin-top: 16px;
font-size: 11px;
font-family: verdana;
text-align: right;
}

.byline:before {
}


#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar li {
padding: 0 0 6px 0;
background-image: url(images/box_bullet.gif);
background-position: 0 3px;
background-repeat: no-repeat;
}

#sidebar .item ul {
margin: 12px;
}

#sidebar form {
margin: 0;
padding: 0;
text-align: right;
}

#content form {
margin-top: 20px;
}

#content input, #content textarea {
display: block;
margin-bottom: 12px;
}

.block {
	margin-bottom: 12px;
	background-color: #dee4ce;
	padding: 12px;
	width: 260px;
}

.block input {
	display: inline !important;
	font-size: 13px;
}

#footer, #footer_print {
text-align: center;
margin: 60px 0;
}

#footer, #footer_print, #footer * {
font-family: verdana;
font-size: 10px;
}

.status p {
margin: 6px 0;
text-align: center;
padding: 6px;
background-color: #dedede;
border: 1px solid red;
}