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

* {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
	outline:none;
}
body {
	text-align:center;
	background:url(../site_images/body_tile.gif) repeat-x top;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:22px;
	color:#333333;
}
#container {
	width:970px;
	margin:0 auto;
	padding:0 0 50px 0;
	text-align:center;
	background:url(../site_images/container_tile.png) repeat-y;
}
#content {
	width:942px;
	margin:0 auto;
	text-align:left;
}

/*HEADER STYLES*/
#header_logo {
	width:161px;
	height:28px;
	position:absolute;
	left:15px;
	top:15px;
	text-indent:-9999em;
	}
#header_logo a {
	width:160px;
	height:28px;
	display:block;
	background:url(../site_images/header_logo.png) no-repeat 0 0;
	overflow:hidden;
}
#header_logo:hover {
	width:160px;
	height:28px;
	overflow:hidden;
	display:block;
	background:url(../site_images/header_logo.png) no-repeat 0 -28px;
	}
/*END OF HEADER STYLES*/

/*MAIN NAVIGATION*/
#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	position:absolute;
	right:13px;
	top:15px;
}
#menu li {
	float:left;
	display:inline;
	position:relative;
}
#menu a {
	margin:0 15px 0 0;
	text-decoration:none;
	}
#menu a:link, #menu a:active, #menu a:visited {
	color:#FFFFFF;
	font-style:normal;
}
#menu a:hover {
	color:#666666;
}
/* MENU DROPDOWN STYLE */
#menu li ul {
	position:absolute;
	top:1em;
	left:0;
	display:none;
	font-size:12px;
	font-weight:normal;
	}
#menu li > ul {
	top:auto;
	left:auto;
	}
#menu li:hover ul, li.over ul {
	display:block;
	}
/* END OF MAIN NAVIGATION */

#info {
	width:942px;
	text-align:center;
}

/*Separating 1 column block for single headers to justify-top 2 column blocks and footer nav */
.block_1_column {
	text-align:center;
}
.block_1_column .column_wrapper {
	width:942px;
	text-align:center;
}
.block_1_column .column {
	width:908px;
	margin:0 auto;
}
/*end if 1 column block*/

/*FOOTER RULES*/
#footer, #footer .column {
	width:966px;
	margin:0 auto;
	position:relative;
	line-height:30px;
	height:30px;
	}
#footer a:link, #footer a:active {
	color:#000000;
	text-decoration:none;
}
#footer a:visited {
	color:#333333;
	font-style:normal;
}
#footer a:hover {
	color:#666666;
}
.social_networks {
	position:absolute;
	top:0;
	left:0;
}
.social_networks li {
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
.twitter img {
	margin:0 8px 0 0;
}
.youtube img {
	margin:0 8px 0 0;
}
.addthis_button {
	float:left;
	margin:7px 0 0 0;
}
#panel {
	height:160px;
	text-align:left;
	display: none;
	line-height:17px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border-top:1px solid #F0F0F0;
}
.row_1 {
	position:absolute;
	top:50px;
	left:0;
}
.row_2 {
	position:absolute;
	top:50px;
	left:200px;
}
.row_3 {
	position:absolute;
	top:50px;
	left:400px;;
}
/*FOOTER SLIDE*/
.btn-slide {
	width:100px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	background:url(../site_images/sitemap_tab_active.gif) no-repeat;
}
.active {
	width:100px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	background:url(../site_images/sitemap_tab_open.gif) no-repeat;
}
/*END OF FOOTER SLIDE*/
/*END OF FOOTER RULES*/

/*PAGE CAP AND FOOTER ANCHOR DIV*/	
#page_cap {
	width:1000px;
	height:5px;
	margin:0 auto;
	background:url(../site_images/footer_cap.png) no-repeat top;
}

#end {
	width:1000px;
	height:20px;
	margin:0 auto;
	}
/*END OF PAGE CAP AND FOOTER ANCHOR DIV*/	


/*GENERAL FORMATTING FOR BASIC ELEMENTS*/

p {
	text-align:justify;
}
.bold {
	font-weight:bold;
	}
.clear {
	clear:both;
	}
input {
	border:1px solid #CCCCCC;
}
/*END OF GENERAL FORMATTING FOR BASIC ELEMENTS*/

/* GLOBAL LINK STYLES (EXCEPT ARTIST AND CONTACT PAGES) */
a:link, a:active {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	font-style:italic;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
/* END OF LINK STYLES */

/*TABS FOR THE MEMBERSHIP, ARTIST AND ARTIST DIRECTORY PAGES*/
#tabs {
	width:908px;
	text-align:left;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	}	
#tabs a:link, #tabs a:visited, #tabs a:link, #tabs a:hover {
	text-decoration:none;
	font-style:normal;
}
#tabs li {
	float:left;
	display:inline;
	margin:0 15px 0 0;
	}
.tab_on {
	color:#000000;
}
.tab_off {
	color:#666666;
}
.tab_on:hover, .tab_off:hover {
	color:#999999;
}
/*END OF TAB STYLES*/
/*TOOLTIP STYLES*/
#tooltip {
	height:24px;
	min-width:60px;
	position: absolute;
	z-index: 3000;
	padding:0 0 0 15px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-transform:capitalize;
	background:url(../site_images/garrow.png) no-repeat left;
	opacity: 0.85;
	margin:-26px 0 0 -5px;
}
#tooltip h3, #tooltip div { 
	color:#FFFFFF;
	background-color:#000000;
	padding:0 15px 0 0;
	font-weight:normal;
}
/*END OF TOOLTIP STYLES*/
.fine_print {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	line-height:15px;
	float:left;
}
#notice {
	margin:50px 0 0 0;
}
.notice {
	margin:50px 0 0 0;
}