﻿body
{
	font: 0.8em arial, helvetica, sans-serif;
	background: #ccc;
	margin: 0;
}


.accessaid
{
	position: absolute;
	height: 0;
	overflow: hidden;
}

#header 
{
	height: 120px;
}

#siteLogo
{
	position:absolute;
	top:30px;
	left:20px;
	height: 34px;
	width: 250px;
}
#topLinks
{
	position:absolute;
	top:5px;
	right:5px;
}

#topNavigation {		
		position:absolute;
		left:3px;
		top: 89px!important;
		top:89px;
	}
#headerBar
{
	position:absolute;
	left:0px;
	top:114px;
	height:6px;
	width:100%;
	background:#007DC3;
}

#topNavigation ul {
		list-style: none;
		padding:0;
		margin: 0;
	}
	
#topNavigation li {
	float: left;
	background: url(images/tabright.gif) top right no-repeat;
	margin: 0;
}


#topNavigation a {
	display: block;
	background: url(images/tableft.gif) top left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 0.5em 1em 0.25em;
}

#topNavigation a:hover 
{
	text-decoration:underline;
}

#topNavigation #selected {
	font-weight: bold;
	background-image: url(images/tabrightactive.gif);
}

#topNavigation #selected a {
	background-image: url(images/tableftactive.gif);
	color: white;
}

#breadCrumb
{
	position: absolute;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 194px !important;
	top: 193px;
}

#content
{
	position:relative;
	width: 100%;
	left: 0px;
	background:#fff;
}

#sectionGallery
{
	position:relative;
	margin:7px auto 0 auto;
	width:540px;
}

#footer
{
	position:relative;
	width:780px;
	height:50px;
	background:#fff;
	margin:auto;	
}

#footerTopBar
{
	position:relative;
	width:100%;
	height:2px;
	background:#000;		
}

#container
{
	position: relative;
	width: 580px; /* width + border for IE 5.x */
	w\idth: 580px; /* real width */
	border: solid #ECEEE9;
	border-width: 0 200px 0 0;
	margin: auto;
	background:#fff
}

.footerText
{
	font-size:.85em;
}


.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

A:link, A:visited, A:active {
	COLOR: #007DC3; TEXT-DECORATION: none
}

A:hover {
	COLOR: #f00; TEXT-DECORATION: none
}

A.boldText:link, A.boldText:visited, A.boldText:active
{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

A.boldText:hover {
	COLOR: #f00; TEXT-DECORATION: none; font-weight:bold;
}

#siteTopBar {	
	background: url(/images/topbar.jpg) top right no-repeat;
	width:580px;
	height:90px;
}

#homeBand
{
	background:#000;
	width:100%;	
	height:225;
}

.homeImage
{
	border-right: #ED0677 10px solid;	
	border-left: #ED0677 10px solid;
	background:#fff;	
	margin:auto;
}

h1
{
	padding: 0 0 0 30px;
	margin:7px 0 3px;
	font-size: 1.3em;
	background-position: 2px;
	background-image: url(/App_Themes/siteDefault/images/leftArrow.gif);
	color: #007DC3;
	background-repeat: no-repeat;
	font-style: italic;
}

.heading
{
	font-size: 1em;
	font-weight:bold;
	color: #ff6633;
}

.artistName
{
	font-size: 0.9em;
	font-weight: bold;
	color: #006699;
}

.fontGrey
{
	font-size: 0.9em;
	color: #808080;
}

#testimonial
{
	position:absolute;
	left:590px;
	top:-110px;
	background:#fff;
	border:dashed 1px #006699;
	width:180px;		
}

#testimonialContent
{
	width:166px;
	margin:10px auto 10px auto;
}

div.sectiontitle
{
   font-weight: bold;
   font-size: larger;
   color: Maroon;
}