/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x top #FFFFFF;
}

body, td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #2F2F2F;
}

hr {
	color: #C9C9C9;
	background-color: #C9C9C9;
	border: 0px;
	height: 1px;
}

.error {
	font-weight: bold;
	color: #FF6F14;
}
.erroralt {
	font-size:9px;
	color: #FF6F14;
}

.message {
	font-weight: bold;
	color: #88AA11;
}
.messagealt {
	font-size:9px;
	color: #88AA11;
}

/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title)
*/
h1 {
	font-family: "trebuchet ms", arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFB547;
	margin-bottom: 10px;
}

h2 {
	font-family: "trebuchet ms", arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: -11px;
	margin-bottom: 10px;
}

h3 {
	font-family: "trebuchet ms", arial;
	font-size: 14px;
	font-weight: bold;
	color: #88AA11;
	margin-bottom: 8px;
}

/* Table Styles */
th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFA51F;
}

th.alt {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #2F2F2F;
	background-color: #FFE8C7;
}

.row {
	background-color: #FFFFFF;
}

.rowalt {
	background-color: #F5F5F5;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #3882FB;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #FF8121;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #3882FB;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.alt {
	color: #FF8121;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
	display: inline;
}

label.required {
	background: url(images/required.gif) no-repeat left;
	padding-left: 10px;
}

/* label validation faild */
label.error {
	font-weight: bold;
	color: #FF6F14;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

/* field not in focus */
.field0 {
	border: 1px solid #C9C9C9;
}

/* field in focus */
.field1 {
	border: 1px solid #3E7EEB;
}

/* field validation faild */
.fielderror {
	border: 1px solid #FF6F14;
}

input.btn  {
	background-color: #FFB547;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #FF7317;
	border-left: 5px solid #FF7317;
	border-right: 1px solid #FF7317;
	border-bottom: 1px solid #FF7317;
	font-weight: bold;
}

input.btnalt {
	background-color: #AFC82F;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #88AA11;
	border-left: 5px solid #88AA11;
	border-right: 1px solid #88AA11;
	border-bottom: 1px solid #88AA11;
	font-weight: bold;
}

/* Image Styles */
img.img {
	border: 4px solid #EEEEEE;
	background-color: #C9C9C9;
	padding: 4px;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 4px solid #EEEEEE;
	background-color: #C9C9C9;
	padding: 4px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 4px solid #EEEEEE;
	background-color: #C9C9C9;
	padding: 4px;
}

.footer {
	font-family: verdana;
	font-size: 7px;
	padding-bottom: 15px;
	font-weight: bold;
}

.footer a:link, .footer a:visited, .footer a:active {
	font-family: verdana;
	font-size: 7px;
	font-weight: bold;
	color: #2F2F2F;
	text-decoration: none;
}

.day_hdr {
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}

.day_body {
	padding: 0px 10px 0px 0px;
}

.day_body a:link, .day_body a:visited, .day_body a:active {
	color: #000000;
	text-decoration: underline;
}
#menu {
	float:left;
	width:885px;
}
#menu img {
	outline:none;
	border:none;
}
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	min-width:100%;
	-width:100%;
	position:relative;
	z-index:100;
}
#menu ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	height:41px;
	position:relative;
	
}
#menu a
{
	display:block;
	margin:0px;
	color:#fff;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	
}
#menu ul ul li a {
	padding-top:5px;
	padding-bottom:5px;
}
#menu ul ul li a:hover {
	background:#e89418;
}
#menu ul ul
{
	top:41px;
	left:0px;
	height:auto;
	width:110%;
	position: absolute;
	display:none;
	z-index:100;
	background:#ffb547;
	text-align:center;
}
#menu ul ul li 
{
	width:100%;
	float:left;
	clear:left;
	height:100%;
}
#menu li:hover ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul,
#menu ul ul ul li:hover ul ul {
	display:none;
}
#menu li:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {
	display:block;
}
#menu ul.about {
	width:130%;
}
#menu ul.arts {

}
#menu ul.directories {

}
#menu ul.resources {
	width:115%;
}
#menu ul.involved {
	width:135%;
}

#home-gallery {width:581px;height:371px;overflow:hidden;}
#right_col {padding:0 5px 5px;height:639px;overflow:hidden;}
#right_col a {color:#000;}

ul#artist-directory { list-style:none; margin:0; padding:0; }
#artist-directory li { margin:0 0 15px 0; clear:both; width:480px; float:left; }
#artist-directory li img { float:left; margin:0 5px 0 0; border: 4px solid #EEEEEE; background-color: #C9C9C9; padding: 4px; }
#artist-directory li.empty { padding-left:121px; width:359px; }