@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	background-image: url(../images/template/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96C6E9;
	height: 100%;
}

h3 {
	font-size: 15px;
	color: #000099;

}

#wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	width: 760px;
	margin: auto;
	padding-bottom: 71px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -71px; /* negative value of footer height */
	height: 71px;
	width: 100%;
	background-image: url(../images/template/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #4d9245;
	clear:both;
} 

.highlight {
	color: #009900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.titleDiv {
	width: 760px;
}
.floater {
	float: left;
}
.floaty {
	float: right;
}

ul.overview {
 line-height:1.4;
}


li.overview {
	color:#003399;
	list-style-type:none;
	padding-left:25px;
	background-position:0px 5px;
	background-color: transparent;
	background-image: url(../images/raindropbullet.gif);
	background-repeat: no-repeat;
}

.content {
	width: 760px;
	background-image:url(../images/template/content_top.jpg);
	background-repeat:no-repeat;
}
.contentChannel {
	margin-left: 60px;
	width: 640px;
}
.primaryNav {
	float: left;
}

.secondaryNav {
	float: left;
}
.clearDiv {
	clear: both;
	height: 0px;
	content: ".";
}
.navDiv {
	margin: auto;
	width: 590px;
}

.footerLinks {
	margin: auto;
	padding-top: 38px;
	text-align: center;
	width: 800px;
	background-image:url(../images/template/footer.jpg);
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 33px;
}
.whiteArea {
	background-color: #FFFFFF;
}

p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
}

ul
{
	margin-left: 25px;
	padding: 0;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7ab7e6;
	line-height: 1.5em;
	margin-left: 0px;
	padding: 0px;
}

.liInner {
	color: #333333;
}
a:link {
	color: #336600;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #339900;
}
a:active {
	color: #33CC00;
}

.subhead {
	color: #2579c7;
	font-weight: bolder;
}

a.footerLink:link {
	color: #003300;
}
a.footerLink:visited {
	color: #003300;
}
a.footerLink:hover {
	color: #000000;
}
a.footerLink:active {
	color: #000000;
}

.teaserImageDiv {
	margin-left: 25px;
	width: 175px;
	float: left;
	clear: left;
}

.artistImageDiv {
	margin-right: 25px;
	width: 175px;
	float: right;
	clear: right;
}

.artistContent {
	margin-left: 25px;
	width: 400px;
	float: left;
	clear: left;
}

.teaserContent {
	margin-right: 25px;
	width: 400px;
	float: right;
	clear: right;
}

.dividerHash {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
	margin-right: 0;
	background-image: url(../images/template/hasheddivider.jpg);
	height: 5px;
	width: 590px;
}

.fullRow {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0;
	padding-bottomm: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
