/* $Id: btltemplate.css,v 1.12 2012/09/08 00:36:59 btlswp10 Exp btlswp10 $ */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #E8E8E8 url(/images/counterpoint.png) no-repeat center 0px;
}
p {
	margin: .35em 0px 0px;
	padding: 0px;
	line-height: 130%;
	font-weight: lighter;
}
img {
	border: 0 none;
}
ul {
	margin: .35em 0px 0px 1em;
	padding: 0px;
}
li {
	line-height: 1.3em;
	margin: 0px 0px 0.35em;
	padding: 0px 0px 0px 0.25em;
	list-style: square url(../images/blue_bullet.gif) outside;
}
h1, h2, h3, h4, h5, h6, .hd {
	font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	margin: .5em 0px 0px;
	padding: 0px;
	color: #CB4154;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin-top: 1em;
	letter-spacing: 0em;
}
.hd, h2 {
	font-size: 1.75em;
	}
	
h3 {
	font-size: 1.5em;
	}
a {
	text-decoration: none;
}
a:link, a:visited {
	font-weight: normal;
	color: #03C
}
a:hover {
	font-weight: normal; color: #CB4154;
}

hr {
	border:0;
	background-color:#CCC;
	height: 1px;
	color: #CCC;
}
#header {
	/*	USE THIS CODE IF BKGD IMAGE IS NOT WORKING background: #E8 url(../images/header1_130.png) no-repeat;height: 160px;
*/	
	text-align: center;
	margin: 0px;
	padding: 0 /*-10px*/;
}
#LeftColumn {
	float: left;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
}
#Wrapper {
	background: #FFF;
	text-align: left;
	margin: 100px auto 0px;
	padding: 0px;
	width: 960px;
	border-top: none #999;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	border-left: 0px dotted #FC3;
}
#Content {
	width: 640px;
	margin-top: 0em;
	margin-left: 250px;
	padding-top: 1em;
}
#Content h1 {
	font-size: 2.5em;
	line-height: 1em;
}
#Content h2 {
	font-size: 2em;
}
#Content h3 {
	font-size: 1.75em;
	font-weight: bold;
}
#Content h3 a {
	color: #CB4154;
	text-decoration: underline;
	font-weight: bold;
}
#Content h4 a {
	color: #CB4154;
	text-decoration: underline;
}
#Content h4 {
	font-size: 1.5em;
}
#Content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 130%;
	margin-bottom: 1em;
}
#Content td {
	font-size: 110%;
	line-height: 130%;
	border-bottom: 1px dotted #666;
	}
	
#Content li {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 130%;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
/*	list-style: square url(../images/MP3.png) inside;	*/
}
#Content ol li
{
	list-style: decimal outside;
}
	
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 0.25em 0px 0px;
	padding: 0px;
	border-top: 3px solid #aedcb5;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
/*classes*/
.center {
	text-align: center;
	}
.italic {
	font-style: italic;
	}
.credit {
	font-size: 80%;
	font-style: italic;
}
.floatright {
	float:right;
	padding-left:.5em;
}
	
.floatleft {
	float:left;
	padding-right:.5em;
}
.btlbutton
{
	position:relative;
	margin:0em;
	background:#F04349;
	/* css3
   -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:9px;
	-moz-border-radius:10px 10px 10px 10px;*/
	background:#F9F9F9 url(none) scroll center top;
	display: inline;
	height: 18px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border: 1px ridge #666;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.boldcredit
{
	font-style: italic;
	font-weight: bold;
}
.ListenNowBtn
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	background: #999;
	padding: 3px .25em;
	color: #FFF;
	margin: 0em;
	font-weight: bold;
	text-decoration: none;
}
.bold
{
	font-weight: bold;
}
/* <!-- gst additions --> */
.segblock {
    min-height: 350px;
}
a.info
{
	position:relative;
	z-index:24;
	font-size: 14px;
	text-decoration:none;
	font-variant: normal;
	text-transform: none;
}
a.info:hover
{
  z-index:25; 
  text-transform: none;
}
a.info span
{
  display: none
}
/*the span will display just on :hover state*/
a.info:hover span
{
	display:block;
	position:absolute;
	top:2em;
	left:-100px;
	width:20em;
	border:1px solid #0cf;
	background-color:#FFFFAA;
	color:#000;
	text-align: left;
	text-transform: none;
	padding: 2px;
	border-color: #000000;
}
