/* global */

body
{ 
	background: url(bg.gif) repeat;
	font-family: lucida sans unicode, lucida grande, sans-serif;
	padding: 0p;
	margin: 0;
	font-size: 15px;
	color: #000000;
	height:100%;
}
html {
	height:100%;
}
iframe {
	border: 0px solid #ffffff;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 5px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ 
	margin: 0 auto;
	background: url(border.png) repeat-y;
	color: #000000;
	width: 920px;
	text-align: left;
}
#top {
	margin: 0 auto;
	background: url(top-bg.png) no-repeat;
	width: 920px;
	height: 17px;
}
#header {
	background:url(header-test.jpg) no-repeat;
	margin-left:14px;
	height: 180px;
}
#listenLive {
	width:100px;
	padding-top:17px;
	padding-left:62px;
	text-align:center;
	color:#F00;
}
/* links above the logo / footer */
#links
{ margin-left:11px;
  padding: 10px 21px 0px 19px;
  width: 842px;
  height: 20px;
  font-size: 9px;
  text-transform: uppercase;
  color: #<br />7;
  text-align:center;
}

#links{text-align: right;}

#footerTop {
	background: url(footer-top.png) no-repeat;
	height: 5px;
	width: 920px;
}
#footer{
	background: url(footer-bg.png) repeat-y;
	text-align: left;
	width: 920px;
	font-size:10px;
	padding: 5px 0px 5px 0px;
	font-size: 9px;
	text-transform: uppercase;
	color: #<br />7;
	text-align:center;
	color:#fdd0a3;
}
#footerBottom {
	margin: 0 auto;
	background: url(footer-bottom.png) no-repeat;
	width: 920px;
	height: 5px;
}

#links a, #footer a{text-decoration: none; color: #D1D3D7;}

#links a:hover, #footer a:hover{text-decoration: underline; color: #D1D3D7;}

/* navigation menu */
.menuleft {
	background: url(nav-left.png) no-repeat;
	width: 43px;
	height: 26px;
	float: left;
}
.menudivide {
	background: url(nav-divider.png) no-repeat;
	width: 8px;
	height: 26px;
}
.menuspace {
	background: url(nav-bg.png) no-repeat;
}
.menuright {
	background: url(nav-right.png) no-repeat;
	width: 43px;
	height: 26px;
	float: right;
}
.menu{ 
	background: url(nav-bg.png) repeat-x;
	height: 26px;
	width: 920px;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li{
	float:left;
	margin: 0;
	position:relative;
	z-index:100;
}
.menu table{
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}
.menu a, .menu :visited {
	background: url(nav-bg.png) repeat;
	display: block;
	font-size:14px;
	font-weight:500;
	padding: 0px 5px 0px 5px;
	color:#fdd0a3;
	text-decoration:none;
	padding-top: 3px;
	text-align:center;
	font-family:verdana, sans-serif;
}
.menu li :hover{
	color:red;
}
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
}
.menu ul ul a {
	width: 180px;
}
.menu ul ul a:visited {
	width: 180px;	
}
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 
  color: #b05b2e;
} 

/* column 1 - contains sidebar items */
#column1
{ 
	width: 210px;
  	float: left;
  	height:100%;
  	padding: 10px 5px 5px 14px;
}

.sidebaritem
{
	width: 240px;
	float: left;
	margin: 0px 0px 25px 5px;
}
/* TABLE */
.left_sidebar_table_top{
	width: 210px; 
	height: 25px;
	padding-top: 10px;
	background-image:url(left-sidebar-title.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#53300c;
	text-align:center;
}
.left_sidebar_table_content{
	width: 210px;
	background-image:url(left-sidebar-bg.gif);
	background-repeat:repeat-y;
}
.left_sidebar_table_text{
	text-align:center;
	color:#000000;
	font-size:12px;
}
.left_sidebar_table_text a{
	color:#000000;
}
.left_sidebar_table_text a:hover{
	color:#2372c9;
}
.left_sidebar_table_bottom{
	width: 210px; 
	height: 1px;
	background-image:url(left-sidebar-bottom.gif);
	background-repeat:no-repeat;
}
/* TABLE */
.right_sidebar_table_top{
	width: 210px; 
	height: 25px;
	padding-top: 10px;
	background-image:url(right-sidebar-title.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#53300c;
	text-align:center;
}
.right_sidebar_table_content{
	width: 210px;
	background-image:url(right-sidebar-bg.gif);
	background-repeat:repeat-y;
	height:100%;
}
.right_sidebar_table_text{
	text-align:center;
	color:#000000;
	font-size:10px;
	height:100%;
}
.right_sidebar_table_text a{
	color:#000000;
}
.right_sidebar_table_text a:hover{
	color:#2372c9;
}
.right_sidebar_table_bottom{
	width: 210px; 
	height: 1px;
	background-image:url(left-sidebar-bottom.gif);
	background-repeat:no-repeat;
}

/* End of Table */
/* TABLE */
.leftsidebar_table_top{
	width: 290px; 
	height: 25px;
	padding-top: 10px;
	background-image:url(leftsidebar-title.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#53300c;
	text-align:center;
}
.leftsidebar_table_content{
	width: 290px;
	background-image:url(leftsidebar-bg.gif);
	background-repeat:repeat-y;
}
.leftsidebar_table_text{
	text-align:center;
	color:#000000;
	font-size:12px;
}
.leftsidebar_table_text a{
	color:#000000;
}
.leftsidebar_table_text a:hover{
	color:#2372c9;
}
.leftsidebar_table_bottom{
	width: 290px; 
	height: 1px;
	background-image:url(sidebarbottom.gif);
	background-repeat:no-repeat;
}
/* TABLE */
.rightsidebar_table_top{
	width: 290px; 
	height: 25px;
	padding-top: 10px;
	background-image:url(rightsidebar-title.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#53300c;
	text-align:center;
}
.rightsidebar_table_content{
	width: 290px;
	background-image:url(rightsidebar-bg.gif);
	background-repeat:repeat-y;
	height:100%;
}
.rightsidebar_table_text{
	text-align:center;
	color:#000000;
	font-size:10px;
	height:100%;
}
.rightsidebar_table_text a{
	color:#000000;
}
.rightsidebar_table_text a:hover{
	color:#2372c9;
}
.rightsidebar_table_bottom{
	width: 290px; 
	height: 1px;
	background-image:url(sidebarbottom.gif);
	background-repeat:no-repeat;
}

/* TABLE */
.centersidebar_table_top{
	width: 290px; 
	height: 25px;
	padding-top: 10px;
	background-image:url(add-center-title.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#53300c;
	text-align:center;
}
.centersidebar_table_content{
	width: 290px;
	background-image:url(add-center-bg.gif);
	background-repeat:repeat-y;
	height:100%;
}
.centersidebar_table_text{
	text-align:center;
	color:#000000;
	font-size:10px;
	height:100%;
}
.centersidebar_table_text a{
	color:#000000;
}
.centersidebar_table_text a:hover{
	color:#2372c9;
}
.centersidebar_table_bottom{
	width: 290px; 
	height: 1px;
	background-image:url(add-center-bottom.gif);
	background-repeat:no-repeat;
}
/* End of Table */

/* column 4 - page content */
#column4
{ 
	width: 290px;
  	float: left;
  	height:100%;
  	padding: 10px 5px 5px 14px;
}
#column5
{
	height: 100%;
	padding: 10px 5px 5px 10px;
	width: 280px;
	float:left;
}
#column6
{
	height:100%!important;
	margin: 0;
	padding: 10px 14px 5px 5px;
	width: 290px;
	float: right;
}


/* column 2 - page content */
#column2
{
	height: 100%;
	padding: 10px 5px 5px 15px;
	width: 430px;
	min-height: 800px;
	float:left;
}

#column2 h1
{ 
	padding: 6px 0px 4px 0px; 
  	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: arial, sans-serif;
	background: transparent;
	color: #e40b13;
	border-color: #89A9C7;
}

#column2 a, #column2 a:hover
{ background: transparent;
  color: #000000;
}
/* column 2c - page content */
#column2c
{
	height: 100%;
	padding: 10px 5px 5px 50px;
	width: 630px;
	min-height: 800px;
	float:left;
}

#column2c h1
{ 
	padding: 6px 0px 4px 0px; 
  	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: arial, sans-serif;
	background: transparent;
	color: #e40b13;
	border-color: #89A9C7;
}

#column2c a, #column2 a:hover
{ background: transparent;
  color: #000000;
}
#column3
{
	height:100%!important;
	margin: 0;
	padding: 10px 14px 5px 5px;
	width: 210px;
	float: right;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: none;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
  background: #FFFFFF;
  color: #000000;
  border-color: #89A9C7;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
position: 
left: 60px; /*position where enlarged image should offset horizontally */
}
