@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	color: #787878;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #F8F8F8;
	margin: 0;
	padding: 0;
	height:100%;
	/*word-spacing: 1px;*/
}
/*---------- NAVIGATION START-----------*/
#news
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/news.jpg") no-repeat 0 0;
	float: left;
	padding-top: 15px;
	text-align: center;
	color: #CCC;
}
#newscurrent
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/news.jpg") no-repeat 0 0;
	float: left;
	padding-top: 15px;
	text-align: center;
	color: #535353;
}
#news:hover
{ 
	background-position: 0 -44px;
	outline:none;
	color: #535353
}
#news span
{
  outline:none;
}
#newscurrent span
{
  outline:none;
}
#about
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/about.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #CCC;
}
#aboutcurrent
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/about.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #535353;
}
#about:hover
{ 
	background-position: 0 -44px;
	outline:none;
	color: #535353
}
#navbarleft {
	float: left;
	outline:none;
}
#navbarright {
	float: left;
	outline:none;
}
#navbarleft img {
	outline:none;
}
#about span
{
  outline:none;
}
#aboutcurrent span
{
  outline:none;
}
#listen
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/listen.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #CCC;
}
#listencurrent
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/listen.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #535353;
}
#listen:hover
{ 
  	background-position: 0 -44px;
	outline:none;
	color: #535353
}
.highlight {
	font-size: 110%;
	font-weight: bold;
}
#listen span
{
	outline:none;
}
#listencurrent span
{
	outline:none;
}
#credits
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/credits.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #CCC;
}
#creditscurrent
{
	display: block;
	width: 133px;
	height: 29px;
	background: url("../images/credits.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #535353;
}
#credits:hover
{ 
	background-position: 0 -44px;
	outline:none;
	color: #535353
}
#credits span
{
	outline:none;
}
#creditscurrent span
{
	outline:none;
}
#contact
{
	display: block;
	width: 135px;
	height: 29px;
	background: url("../images/contact.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #CCC;
}
#contactcurrent
{
	display: block;
	width: 135px;
	height: 29px;
	background: url("../images/contact.jpg") no-repeat 0 0;
	float: left;
	outline:none;
	padding-top: 15px;
	text-align: center;
	color: #535353;
}
#contact:hover
{ 
	background-position: 0 -44px;
	outline:none;
	color: #535353
}
#contact span
{
	outline:none;
}
#contactcurrent span
{
	outline:none;
}
/*---------- NAVIGATION END ------------*/
a {
	outline: none;
	color: #333;
}
img {
    outline: none;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:link img, a:visited img {
	color: #CFCFCF;
}
a:hover img {
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #CFCFCF;
}
#maininfo {
	width: 260px;
	text-align: justify;
	color: #555;
}
#welcome {
	text-align: center;
	color: #DDD;
	font-size: 500%;
	text-transform: uppercase;
	width: 260px;
}
#welcometext {
	float: left;
	width: 250px;
	text-align: justify;
}
a:active {
	text-decoration: none;
}
#header {
	height: 166px;
	width: 100%;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#fullwrap {
	min-height: 100%;
	margin-bottom: -176px;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#maincontainer {
	float: left;
	width: 1000px;
}
#upbar {
	float: left;
	width: 1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	color: #F7F7F7;
	font-weight: bold;
	margin-bottom: 20px;
}
#contentholder {
	width: 1000px;
	float: left;
	margin-top: 30px;
}
#wrap {
	float: left;

}
#leftimg {
	float: left;
	width: 260px;
}
#leftinfo {
	width: 260px;
	text-align: center;
}
#leftimgbox {
	width: 260px;
	text-align: justify;
	color: #666666;
	float: left;
}
#leftimgbox img{
	/*border: 4px solid #FFF;*/
	border: 0px;
}
#paging {
	float: left;
	width: 400px; 
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 85%;
}
#pagingblock a {
	float: left;
	display:block;
	background-color: #333;
	margin-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 4px;
	border: 1px solid #EFEFEF;
	color: #E0E0E0;
}
#pagingblock a:hover {
	background-color: #CCC;
	color: #333;
}
#pagingcurrent {
	float: left;
	display:block;
	margin-top: 1px;
	margin-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 3px;
	border: 1px solid #999;
}
#pagingtext {
	float: left;
	margin-right: 1px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 4px;
	font-size: 90%;
}
#leftvideobox {
	padding-top: 10px;
	width: 260px;
	text-align: justify;
	color: #666666;
	float: left;
}
#leftimgbox2 {
	padding-top: 10px;
	width: 260px;
	text-align: justify;
	color: #666666;
	float: left;
}
#oldernewslink {
	font-weight: bold;
	float: left;
}
#leftimgbox2 img{
	/*border: 4px solid #FFF;*/
	border: 0px;
}
#rightedgeholder {
	width: 200px;
	margin-left: 30px;
	float: left;
}
#rightedgeholder2 {
	width: 200px;
	margin-left: 30px;
	float: right;
	margin-top: 20px;
}
#bannersheader {
	font-size: 145%;
	color: #111;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	font-weight: normal;
	width: 193px;
	padding-left: 7px;
	padding-bottom: 4px;
}
#rightedgetop {
	font-size: 115%;
	color: #4D4D4D;
	padding-bottom: 5px;
	float: left;
	width: 195px;
	padding-top: 48px;
	padding-left: 5px;
}
#headlinesheader {
	font-size: 145%;
	color: #111;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	font-weight: normal;
	width: 193px;
	padding-left: 7px;
	padding-bottom: 4px;
}
#headlinestitle {
	background-image: url(../images/rightedgebg.jpg);
	background-position: top;
	width: 177px;
	float: left;
	padding-left: 25px;
	height: 32px;
}
#headlinestitle a {
	padding-top: 8px;
	padding-bottom: 6px;
	display:block;
	font-size: 85%;
	color: #4D4D4D;
}
#headlinestitle a:hover {
	color: #CFCFCF;
}
#headlines {
	float: left;
	width: 200px;
}
#rightcontentholder {
	width: 485px;
	float: left;
	margin-left: 25px;
}
#rightcontent {
	width: 485px;
	float: left;
}
#basictitle {
	font-size: 145%;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 485px;
	margin: 0px;
	float: left;
	font-weight: normal;
	padding-bottom: 5px;
	color: #111;
}
#basictitle_upcoming {
	font-size: 145%;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 485px;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	color: #111;
}
#basictitle_news {
	font-size: 145%;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 485px;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 5px;
	color: #111;
}
#basictitle_welcome {
	font-size: 145%;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	color: #111;
}
#rightcontentbox {
	float: left;
	width: 485px;
	margin-bottom: 10px;
}
#rightcontentbox2 {
	float: left;
	width: 485px;
	margin-bottom: 25px;
	font-size: 95%;
}
#newstitle {
	font-size: 170%;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 485px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #111;
	word-spacing: 2px;
}
#newstext {
	text-align: justify;
	margin-bottom: 10px;
	float: left;
	width: 485px;
}
#promocontainer {
	text-align: justify;
	width: 1000px;
	height: 250px;
	float: left;
	margin-top: 5px;
}
#promo {
	text-align: right;
	width: 970px;
	height: 200px;
	border: 15px solid #FFF;
	margin-top: 20px;
	float: left;
	background-image: url(../images/pose.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#promolink a {
	display: block;
	text-align: right;
	float: left;
	font-size: 300%;
	color: #3E3E3E;
	font-family: Tahoma, Geneva, sans-serif;
	width: 849px;
	padding-right: 120px;
	padding-top: 98px;
	height: 101px;
	text-transform: uppercase;
}
#promolink a:hover {
	color: #FFF;
}
#readmorecontainer {
	text-align: justify;
	margin-bottom: 50px;
	float: left;
	width: 533px;
}
#readmore {
	width: 77px;
	height: 17px;
	float: left;
	display:block;
	background-color: #333;
	background: url("../images/button.jpg") repeat-x 0 0;
	padding-top: 8px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	color: #EEE;
}
#readmore span {
}
#readmore:hover {
	background-position: 0 -25px;
	background-color: #CCC;
	color: #333;
}
#date {
	color: #666;
	text-align: left;
	float: left;
	width: 485px;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-bottom: 5px;
	font-size: 85%;
	padding-top: 2px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	word-spacing: 2px;
}
#date2 {
	color: #666;
	text-align: left;
	float: left;
	width: 485px;
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-bottom: 5px;
	font-size: 85%;
	padding-top: 2px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	word-spacing: 2px;
}
.dateline {
	color: #999;
	text-transform: lowercase;
}
#commentform {
	float: left;
	width: 485px;
}
.info {
	font-weight: bold;
	margin-right: 5px;
}
#musicplayer {
	float: left;
	width: 485px;
	padding-bottom: 20px;
}
#musicplayersholder {
	float: left;
	width: 485px;
	height: 875px;
}

#line {
	background-image: url(../images/linebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 485px;
	height: 2px;
	padding-bottom: 5px;
}
.submit {
	width:80px;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	height: 22px;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	margin-top: 4px;
}
.submitcomment {
	width:100px;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	height: 22px;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	margin-top: 4px;
}
.textarea {
	font-size:12px;
	padding: 2px;
	width:270px;
	height:85px;
	font-family:Tahoma, Helvetica;
	border: 1px dashed #66848c;
	background: #f3f6f7;
	color: #336699;
}
.inputfield {
	margin-bottom: 4px;
}
.inputbutton {
	font-weight: bold;
	font-size:11px;
	font-family:Tahoma, Helvetica;
	color: #336699;
	border: 1px solid #66848c;
	background: #e4eff0;
}
.comment {
	float: left;
	padding-bottom: 15px;
	width: 485px;
}
.leftinfobigtext {
	font-size: 495%;
	color: #E5E5E5;
	text-transform: uppercase;
}
.clearfooter {
	height: 176px;
	clear: both;
}
#footer {
	background: url(../images/footer.jpg) repeat-x 0 top;
	height: 176px;
	min-width: 1000px;
	width: 100%;
	position: relative;
}
#footercontentholder {
	width: 350px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#footerlinks {
	width: 350px;
	color: #444;
	font-size: 75%;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
}




div.wrap{
width:1000px;
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:1000px;
height:52px;
margin:22px 0 0;
background:url url(../images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:700px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div#promoheader{
}
div#video-header{
height:633px;
margin:-1px 0 0;
}
div#promoheader div.wrap{
height:250px;
background-color: #FFF;
}
div#promoheader div#slide-holder{
z-index:40;
width:970px;
height:250px;
position:absolute;
}
div#promoheader div#slide-holder div#slide-runner{
top:15px;
left:15px;
width:970px;
height:220px;
overflow:hidden;
position:absolute;
}
div#promoheader div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#promoheader div#slide-holder div#slide-controls{
left:0;
bottom:0px;
width:980px;
height:46px;
display:none;
position:absolute;
background:url(../images/slide-bg.png) 0 0;
}
div#promoheader div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:10px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#promoheader div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#promoheader div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
color: #DDD;
}
div#promoheader div#slide-holder div#slide-controls p#slide-nav a.on{
background-position:0 -24px;
}
div#promoheader div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);}
div#nav ul li a{background:url(../images/nav.png) no-repeat;} 