body {
	margin: 0;
	background: #edecdd url(/images/header_bg4.jpg) repeat-x top center;
}
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #614427;
	text-decoration: none;
}
a:hover {
	color: #816232;
	text-decoration: underline;
}
.title {
	font-size: 23px;
	color: #512a0c;
}
.subtitle {
	font-size: 22px;
	color: #000000;
}
.pagetitle {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #614427;
	text-transform:uppercase;
}
.small {
	font-size: 11px;
}


.field, 
input[type="text"],
input[type="password"],
select,
textarea {
	font-size: 12px;
	background-color: #f1efe8;
	border: 1px solid #bcac8c;
}
.field2 {
	font-size: 12px;
	background-color: #f1efe8;
	border: 1px solid #bcac8c;
	width: 100%;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7b7b6b;
	border: 1px solid #7b7b6b;
	cursor: pointer;
}
.contactink {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.contactink:hover {
	font-size: 13px;
	font-weight: bold;
	color: #d4c5af;
	text-decoration: none;
	text-transform: uppercase;
}
.contactbtnoff {
	background-image: url(/images/btnbg-contact-off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.contactbtnover {
	background-image: url(/images/btnbg-contact-over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* nav styles */
.nav {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	width: 106px;
	height: 40px;
	display: block;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ebba55;
	text-decoration: none;
	text-align: center;
	width: 106px;
	height: 40px;
	display: block;
}
.navitem {
	padding-top: 15px;
}
.navbgoff {
	background: url(/images/nav_bg4.jpg) no-repeat center top;
}
.navbgon {
	background: url(/images/nav_bg4.jpg) no-repeat center 3px;
}

.subnavoff {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	background-color: #4f4837;
}
.subnavon {
	font-size: 11px;
	color: #ebba55;
	text-decoration: none;
	cursor: pointer;
	background-color: #4f4837;
}
.subnavbg {
	display: none;
	background-color: #4f4837;
}

div.form_error_message{
	color:red;
}

table.openhead th {
	color:#bcac8c;
	font-weight:normal;
	font-size: 80%;
	padding: 0.3em;
	text-align: left;
	vertical-align: top;
}

table.openhead td {
	padding: 0.3em;
}
div.ticket_detail_section {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px auto;
	width: 500px;
}
blockquote {
  padding: 10px;
  font-size: 1em;
  font-style: normal;
  background-color: #f7f7f7;
  color: #666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 10px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 10px;
}

blockquote.client_response{
	border-left:10px solid #bcac8c;
}
table.answer_meta{
	border-left:none;
	border-bottom:none;
	border-right:none;
	border-top:1px solid #ddd;
}

table.answer_meta td{
	text-align:center;
	width:33%;
}
.ratingtable td.label {
	width: 120px;
}
table.answer_meta td.brdr_right{
	
	border-right:1px solid #ddd;
	
}
.logo_color{
	color:#bcac8c;
}
ol.main_answers, ol.popular{
	list-style:disc;
	color:#bcac8c;	
	margin:0;
	padding:0;
}
ol.main_answers li, ol.popular li{
	/*font-size:10px;*/
	margin:5px 10px 10px 10px;
	padding:5px 10px 10px 10px;
	border-bottom:1px solid #ddd;
}
ol.main_answers li a{
}
