/* Use for Home Page */
@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bk1x.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0A8B86;
	height: 160px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: right;
	width: 400px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: right;
	margin-top: 20px;
}
#subscribe a:link {color: #FFFFFF;}
#subscribe a:visited {
	color: #FFFFFF;
}
#subscribe a:hover {color: #C5E38C;}
#subscribe a:active {
	color: #FFFFFF;
}

#site_title {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#site_title  h1  {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	color: #E8EEED;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}
#site_title  h1  span  {
	display: block;
	font-size: 13pt;
	color: #E8EEED;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
}
#site_title h1 a span2 {
	display: block;
	font-size: 13px;
	color: #E8EEED;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

a:link {
	color: #0A8B86;
	text-decoration: none;
}
a:visited {
	color: #00CC66;
}
a:hover {
	color: #339999;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #00CCCC;
}
#menu_top {
	float: right;
	margin: 80px 0 0 0;
	padding: 0;
	font-size: large;
	width: 496px;
	height: 25px;
	color: #FFFFFF;
}
#menu_top a:link {color: #FFFFFF;}
#menu_top a:visited {color: #FF66666;}
#menu_top a:hover {color: #C5E38C;}
#menu_top a:active {color: #66CCCCC;}
#menu_top  li  {
	display: inline;
}
#menu_top ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	width: 496px;
}
#menu_top ul li a {
	float: left;
	padding-left:18px;/*changed by Sparking from 20*/
	padding-bottom:5px;
	margin-left:0px;/*changed by Sparking from 5*/
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#slide-920 {
	display: block;
	width: 920px;
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.sidebar1 {
	text-align: right;
	float: left;
	width: 160px;
	padding: 8px 6px 8px 0;
	margin: 20px 0 0 60px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #0A8B86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.sidebar1 p {
	margin:0;
	width:152px;
	height:Auto;
	color:#000000;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 0 8px 4px 6px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	margin: 10px 0 0 240px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.finePrint {
}

.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.style5 {
	font-size: 11pt;
	line-height: 1.25em;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	float: left;
	width: 300px;
	font-weight: 600;
	text-transform: uppercase;
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: left;
	padding: 4px 10px;
}
#menu_bottom   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	color: #999999;
	text-align: right;
	font-weight: bold;
}

#menu_bottom a:link {
	color: #999999;
}
#menu_bottom a:visited {color: #FF66666;}
#menu_bottom a:hover {
	color: #0A8B86;
}
#menu_bottom a:active {color: #66CCCCC;}
#menu_bottom  li  {
	display: inline;
}
#menu_bottom ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	width: 500px;
	font-size: small;
}
#menu_bottom ul li a {
	float: right;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999999;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
#header_Plain {
	padding: 0 10px 0 20px;
	height: 160px;
}
.sidebar1_Plain {
	text-align: right;
	float: left;
	width: 160px;
	padding: 8px 6px 8px 0;
	margin: 20px 0 0 10px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #0A8B86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.sidebar1_Plain p {
	margin:0;
	width:152px;
	height:Auto;
	color:#000000;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 0 8px 4px 6px;
	text-transform: uppercase;
}

#mainContent_Plain {
	padding: 0 20px 0 10px;
	margin: 10px 0 0 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent_Plain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#RH_sidebar {
	float: right;
	width: 190px;
}
.imgPadding  {
	padding-bottom: 20px;
	padding-left: 10px;
}
.MIDDLEContent {
	margin: 6px 0 0 0;
}
.MIDDLEbox  {
	padding: 2px;
	float: left;
	width: 210px;
	margin: 0 10px 0 0;
}

.MIDDLEboxTop  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	background-color: #E8EEED;
	text-align: center;
	margin: 2px 0 2px 0;
}
.MIDDLEboxText {
	padding: 2px;
	float: left;
	margin: 0 auto;
}
.MIDDLEboxText p {
	width:190px;
	height:Auto;
	color:#000000;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 4px;
	text-transform: uppercase;
	margin: 0;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 4px 0 0 0;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	display: block;
	padding: 4px 0 4px 0;
	text-transform: uppercase;
	color: #999999;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 6px 0 4px 0;
	text-transform: uppercase;
	color: #999999;
}
.artistListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	padding-top: 6px;
	padding-bottom: 0px;
	font-style: normal;
	text-align: left;
	display: block;
	margin: 10px 0 12px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}
.artistNAME {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #333333;
}
.artistDesciption {
	margin: 0 7px 0 8px;
}

.artistWebsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #999999;
}
.artistSTUDIO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	display: block;
	padding: 1px 0 1px 0;
	text-transform: capitalize;
	color: #999999;
	font-weight: 500;
}
.thumbLH {
	border: 1px solid #CCC;
	float: left;
	padding: 5px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
}
.thumbRH {
	margin: 5px;
	border: 1px solid #CCC;
	float: right;
	padding: 5px;
}
.menuTitle {
	font-style: italic;
	background-color: #E8EEED;
}
.MenuthumbLH {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#PixMenu {
	padding: 6px 0 0 0;
}

#slide-920xx {
	display: block;
	width: 944px;
	height: 448px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/bkXX.jpg);
	background-repeat: repeat-x;
}
.style6 {font-size: 14pt;
}
#SiteMapLinks {
	display: block;
	width: 700px;
	margin: 0 auto;
}
.SiteMapLinkBox {
	padding: 2px;
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}
.SiteMapLinkBox p {
	margin:0;
	width:150px;
	height:Auto;
	color:#999999;
	text-align: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	padding: 0 8px 4px 6px;
	text-transform: capitalize;
}

