/* general styles */

body {
	margin: 0;
	padding: 0;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #222;
}
body.index {
	background: #e97c24 url(../images/bg_sidebar.gif) repeat-y; 
}
p, th, td, ul, ol, li, dl, dt, dd {
	font-family: verdana, arial, helvetica, sans-serif;
}
#header {
	background: #e97c24 url(../images/bg_header.gif) top right no-repeat;
	margin-right: 231px;
	padding: 0;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo a:hover, a.nobg:hover {background: transparent;}
#photos {
	float: right;
	margin: 0;
	padding: 0;
	border-left: 5px solid #ab4524;
}
#sidebar {
	position: absolute;
	top: 77px;
	left: 0;
	width: 175px;
	left: 11px; /* IE5.0/win */
  	left/* */: 0;
}	
html>body #sidebar {
  	left: 0;
	} 
#content {
	background: #fff url(../images/bg_content.gif) top left no-repeat;
	border-top: 5px solid #ab4524;
	border-left: 5px solid #ab4524;
	padding: 40px 37px;
}
body.index #content {
	margin-left: 175px;
}
#inset {
	float: right;
	width: 256px;
	padding: 5px 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* width:251px; */
}
.insetpad {
	padding: 25px 0 40px 20px;
}
.callout {
	padding: 0 17px;
	margin: 10px 0 0 0;
}
.callout p {
	padding: 0;
	font: 11px/17px verdana, arial, helvetica, sans-serif;
}
.callout ul, .callout ol { padding: 0; margin-left: -10px; font: 11px/17px verdana, arial, helvetica, sans-serif;}
#content ul, #content ol { padding-left: 20px; }
#content img { margin: 0 10px 10px 0; border: 1px solid #666; }
#content img.button {border: none; margin: 0;}
.donatebox {
	margin-top:0 !important;
	background:#f7cfaf;
	padding:.5em 1em;
}
.donatebox p {
	margin:0 0 1em;
}
#inset img { padding-right: 5px; }
img.nomargin { border: none; margin: 0; }
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
li {
	padding-left: 12px;
	background: transparent url(../images/arrow.gif) 0 4px no-repeat;
}
#footer {
	background: #fff;
	clear: right;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #ab4524;
	color: #666;
}
#footer p {
	margin-top: 0;
}
.clearboth { clear: both; }

/* headers */

h1, h2 {
	font-weight: normal;
	font-size: 165%;
	background-color: transparent;	
	color: #a42;
	margin-left: 18px;
	text-transform: lowercase;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 140%;
	color: #a42;
}
h3, h4, h5, h6 {
	font-weight: bold;
	background-color: transparent;
}
h3#section {
	font: 12px normal Georgia, Times, serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #e72;
	margin-bottom: 0;
	padding-bottom: 0;
}
h3#buytix, h3#packages, h3#buycds, h3#nl, h3#insection, h3#h_donate {
    padding: 42px 0 0 0;
    overflow: hidden; 
	background-position: top center;
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:42px; /* for IE5.5's bad box model */
}  
h3#buytix { background-image: url("../images/t_buytix.gif"); }
h3#buycds { background-image: url("../images/t_buycds.gif"); }
h3#h_donate { background-image: url("../images/t_donate.gif"); margin-bottom:0; }
h3#packages { background-image: url("../images/t_packages.gif"); }
h3#nl { background-image: url("../images/t_nl.gif"); }
h3#insection { background-image: url("../images/t_insection.gif"); }
h4 {
	font-size: 110%;
	text-transform: uppercase;
	color: #e72;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
h2#page {
	margin-top: 0;
	padding-top: 0;
}
h4 + p {
	margin-top: 0;
}
h5, h6 {
	font-size: 100%;
	color: #000;
}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
}
code strong {
	color: #930;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* links */
a {
	font-weight: bold;
}
a:link {
	background: transparent;
	color: #a42;
	text-decoration: none;
}
a:visited {
	color: #820;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	background: #f6cca6;
	color: #820;
	text-decoration: underline;
}
a.buttonlink, a.buttonlink:link, a.buttonlink:visited {
	background: #fca;
	border: 1px solid #000;
	color: #711;
	text-transform: uppercase;
	padding: 2px 4px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 1em;
}
a.buttonlink:hover, a.buttonlink:active {
	background: #e72;
	color: #fff;
}

/* table elements */
table
{
	margin: 0;
	color: #000;
	background-color: #FFF;
}
th {
	text-align: left;
	color: #000;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid #fb9; 
}
.row2 { background-color: #ddd; }

/* form elements */
input.textbox, textarea, select, input.button {
	font-size: 11px; 
	font-family: Verdana, Arial, sans-serif;
	margin-top: 5px;
}
input.textbox, textarea, select {
	background-color: #fff; 
	color: #222;
}
input.textbox, textarea, input.button { border: 1px solid #222; }  
/* select { border-style:none; }	*/		   
input.button { 
	background-color: #f6cca6; 
	color: #701811; 
	cursor: pointer;
	text-transform: uppercase; 
}
input.donatebutton {
	background-color: #E97D24;
	color:#fff;
}
form#newsletter { padding: 10px; }
label { font-weight:bold; }
#content blockquote {
	background: url(../images/quote.gif) top left no-repeat;
	padding: 0 15px; 
}
td { 
	vertical-align: top; 
	border-bottom: 1px solid #fb9; 
}
td.noborder, td.label { 
	border-bottom: none; 
}
img.noborder {
  border-style:none !important;  
}

/*
TrustLogo seal
*/
#content .trusted {
  float: right;
}

#content .trusted a {
  background: transparent;
}

#content .trusted img {
  border: 0;
}

.errorMsg {
	border:1px solid #f00;
	background:#FFE3E6;
	color:#f00;
	padding:10px;	
}
