/* CWQ CSS Document */

body {
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 100%;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a.blacklink {
	color: #000;
	text-decoration: none;
}

a:hover.blacklink {
	color: #900;
	text-decoration: underline;
}

.small-text {
	font-size: 0.8em;
}

/* MAIN STYLES */

h1 {
	font-size: 1.6em;
	color: #FF8000;
	margin: 0px;
}

h2 {
	font-size: 1.5em;
	color: #FF8000;
}

h2 a {
	color: #FF8000;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #FF8000;
	margin: 0px;
}

/* TQ SWITCH BAR */

#TQ-switch-bar {
	background-color: #EEE;
	padding: 3px;
	font-size: 0.8em;
	margin-bottom: 2px;
	border-bottom: 1px solid #DDD;
	text-align: right;
}

#TQ-switch-bar .active {
	color: #333333;
	font-weight: bold;
}

#TQ-switch-bar a {
	text-decoration: none;
}

/* HEADER */

#header {
	/* padding-left: 5px; */
}

/* TABS */

#tabs {
	background-color: #663300;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	padding-top: 2px;
}

#tabs ul { 
	margin: 0px 5px;
	padding: 0px;
}

#tabs li { 
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
	list-style: none;
	background-color: #663300;
}

#tabs #active {
	background-color: #EEE;
}

#tabs a { 
	display: block;
	margin: 0;
	padding: 3px 4px 5px 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none; 
}

#tabs a:hover { 
	text-decoration: underline;
}

#tabs #active a { 
	color: #000;
	border: 1px solid #999;
	border-bottom: none;
	font-weight: bold; 
}

#tabs #active a:hover { 
	text-decoration: none;
	color: #900; 
}

/* BREAD CRUMB */

#bread-crumb {
	padding: 2px;
	padding-left: 4px;
	font-size: 0.8em;
	color: #333;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	clear: both;
}

#bread-crumb a {
	color: #333;
	text-decoration: none;
}

#bread-crumb a:hover {
	text-decoration: underline;
}

/* CONTENT */

#Structure-Table {
	border-collapse: collapse;
	width: 100%;
}

#content-wrap {
	width: 100%;
	background-color: #FFF;
}

#content {
	padding: 10px;
	vertical-align: top;
}

.Ad-Bar {
	padding: 10px;
	background-color: #EEE;
	border-left: 1px solid #CCC;
	vertical-align: top;
	width: 160px;
}

.Ad-Bar img {
	/* border: 1px solid #000; */
	border: none;
}

/* FOOTER */

#footer {
	background-color: #663300;
	color: #CCC;
	padding: 4px 4px;
	font-size: 0.8em;
}

#footer-links {
	float: right;
	padding-right: 3px;
}

#footer a {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* YAHOO ADVERTS */

iframe {
	/* For Yahoo Adverts */
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 3px;
}

/* NAV TABLE */

.Nav-Table {
	border-collapse: collapse;
	width: 99%;
}

.Nav-Table td {
	border: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}

.Nav-Image {
	border: none;
	float: left;
	margin-right: 4px;
}

/* FLOATING IMAGES */

.image-left {
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}

.image-right {
	float: right;
	margin-left: 5px;
	border: 1px solid #000;
}

.image-white-left {
	float: left;
	margin-right: 5px;
	border: none;
}

.image-white-right {
	float: right;
	margin-left: 5px;
	border: none;
}

/* OTHER STYLES */

.table-bar {
	background-color: #FFC;
	font-weight: bold;
}

.dotted-box {
	border: 1px dotted #666;
	padding: 5px;
}

.arrowli {
  margin: 1px 1px 4px 1px;
  padding: 0px;
  list-style: none;
}

.arrowli li {
  background-image: url(images/arrow_li.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 4px;
}
