@charset "UTF-8";
/* CSS Document */

html, body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background:url(../images/bg-new.jpg) no-repeat black top center;
	height: 100%;
	font-size: 12px;
	color: #727272;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.left-box {
	float: left;
	padding-left:12px;
	margin-top:12px;
}

.right{
	float: right;
}

.justify {
	text-align: justify;
}

strong{
	font-weight: bold;
}

p{
	margin-bottom: 10px;
}

h1{
	text-transform: capitalize;
	font-size: 22px;
	color: #0081ac;
	text-decoration: none;
	margin-bottom: 5px;
}

h1.contact_about{
	font-size: 22px;
	color: #0081ac;
	text-decoration: none;
	width:420px;
	font-weight: bold;
	border-bottom:2px solid #4d4d4d;
	padding:12px 0px 8px 0px;
	margin-bottom:15px;
}

h2{
	text-transform: capitalize;
	font-size: 14px;
	color: #0081ac;
	text-decoration: none;
	margin-bottom: 5px;
	
}

h3{
	text-transform: capitalize;
	font-weight: bold;
}

p{
	line-height: 20px;
}


.pipe{
	margin-left: 5px;
	margin-right: 5px;
}

a{
	text-decoration: none;
	color: #236bff;
}

a:hover{
	color: #236bff;
}

#container{
	/*
background-image: url('../images/container_bg.png');
	background-repeat: repeat-y;
*/
	min-height: 100%;
	width: 970px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	
}

#header{

	background-image: url('../images/new-header.png');	
	background-repeat: no-repeat;

	width: 897px;
	margin : 0 auto;
	
}

#logo{
	margin-left: 30px;
	padding-top: 0px;
}

#nav{
/*
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
*/
	height: 42px;
	margin: 3px 0px 50px 0px;
	padding-left:20px;
}


#click_bar {
/*
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
*/
	height: 42px;
	text-align: right;
	margin: 3px 0px 20px 0px;
	
}

#click_bar h2{
	
	font-size:16px;
	color:white;
	padding:6px 20px 0px 0px;
	}


#nav ul li{
	float: left;
	color:gray;
	font-size: 12px;
	margin-right: 13px;
	height: 42px;
	padding-left: 15px;
	padding-right: 10px;
	position: relative;
}

#nav ul li.artists:hover .dropdown{
	display: block;
}

#nav ul li span{
	padding-top: 15px;
	display: block;
}

#nav ul li:hover{
	color:#236bff;


}

#nav ul li.selected{
/*
	background-image: url('../images/nav_selected.png');
	background-position: top center;
*/
}

#nav ul li.selected a{
	color: #FFF;
}

#nav ul li a{
	color: #727272;
}

#nav ul li a:hover{
	color:#236bff;
}

/**
 * Footer
 */
#footer{
	width: 100%;
	margin: 0 auto;
/* 	background-image: url('../images/footer_bg.png'); */
	height: 90px;
	background-color:transparent;
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	font-size:9px;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color:#999;
}

#footer .footer_content{
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer .footer_content .copy{
	float: left;
}

#footer .footer_content .websignia{
	float: right;
}

/**
 * Contact Information 
 */
.information {
	padding:5px 0px 2px 10px;
	float:left;
	display:block;
	width:175px;
	
}

.black {
color:black;
}

.red {
color:#9a0000;
font-weight: bold;
}

.address {
	line-height:16px;
}



/**
 * Mid bar
 */
#mid_bar{
	float: left;
	width: 238px;
	background: url('../images/vline.png') repeat-y top left ;
	
} 

#mid_bar p{
	color:#727272;
	padding: 0px 11px;
} 

#mid_bar h1{
	color: #FFF;
/* 	background-color: black; */
	font-size: 14px;
	padding: 10px 4px 8px 11px;
}

/**
 * Right bar
 */
#right_bar{
	background: url('../images/vline.png') repeat-y top left ;
	float: left;
	width: 227px;
}

#right_bar a{
	color: #727272;
	text-decoration: none;
}

#right_bar a:hover{
	color:#236bff;
	text-decoration: none;
}

#right_bar h1{
	color: #FFF;
/* 	background-color: black; */
	font-size: 14px;
	padding: 10px 4px 8px 11px;
}

#right_bar div.staying_connected p{
	line-height: 16px;
	margin: 10px 5px 10px 0px;
}


#right_bar div.staying_connected ul li img{
	vertical-align: middle;
	 margin-right: 10px; 
}


#right_bar div.staying_connected ul li{
	margin-bottom: 10px;
	margin-left: 13px;
	padding-top: 10px;
	text-decoration: none;
	background: url('../images/hline.png') repeat-x top left ;
}

#right_bar div.staying_connected h1{
	color: #FFF;
/* 	background-color: black; */
	font-size: 14px;
	padding: 10px 4px 8px 11px;
}

#right_bar div.staying_connected h3{
	color:#d40000;
	border:3px solid #d40000;
 	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	font-size: 20px;
	padding: 10px 8px 8px 10px;
}


/** 
 * Main Content
 */
#content{
	float: left;
	margin-left: 37px;
	width: 420px;
}

#content p {
	text-align: justify;
	padding:0px 0px 20px 33px;  
}
	

#home .banner, #whoweare .banner, #services .banner, #contact .banner, #artists .banner{
	margin-bottom: 20px;
}

#home .content, #services .content{
	
	float:left;
	margin-right: 30px;
}

#home .content p, #services .content p, {
	padding: 0px 11px;
	margin-bottom: 10px;
	text-align: justify;
}

#home a.read_more, #services a.read_more{
/* 	background-color: #009fc4; */
	padding: 5px;
	color: #FFF;
	
}



#home a.read_more:hover, #services a.read_more:hover{
/* 	background-color: #038cac; */  
}

/* ---- new registration button color --- */
#home a.register, #services a.register, #right_bar a.register{
	 display:inline-block;
	 min-height:16px;
/*  	 background-color:#d40000; */
 	 border:3px solid #d40000;
 	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
 	 border-radius:3px;
 	 padding:0px 3px 0px 2px;
  	 min-width:186px;
 	_width:186px;
 	 text-decoration:none;
 	 font-weight:bold;
 	 color:#fff;
	 background-color: #d40000;
	 color: #FFF;
	
}

#home a.register:hover, #services a.register:hover, #right_bar a.register:hover{

	display:inline-block;
	 min-height:16px;
 	 border:3px solid #9a0000;
 	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
 	 border-radius:3px;
 	 padding:0px 3px 0px 2px;
  	 min-width:186px;
 	_width:186px;
 	 text-decoration:none;
 	 font-weight:bold;
 	 color:#fff;
	 /* background-color: #9a0000; */
	 color: #FFF;
}

/*--end--*/

#home .content.nomargin, #services .content.nomargin{
	margin-right: 0 !important;
}

#home blockquote{
	clear: both;
/*
	background-image: url('../images/quote_top.png');
	background-position: 0px 5px;
	background-repeat: no-repeat;
*/
	margin-top: 20px;
}


#home blockquote strong{
	font-style: italic;	
}

#home blockquote p{
	padding-left: 30px;
	padding-right: 35px;
	text-align: justify;
}

/**
 * Who We Are
 */
#whoweare ul{
	margin-bottom: 10px;
}
#whoweare ul li, .list li{
	list-style: disc;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#whoweare p{
	text-align: justify;
}

#whoweare p img{
	float: left;
	margin-right: 20px;
}

#rules ul li {
	list-style: disc;
	margin: 0px 0px 25px 30px;
	width: 610;
	padding: 5px;
	color:#393939;
	line-height: 20px;
	text-align: justify;
	}


/**
 * Services
 */
#services .content{
	margin-top: 0px;
	margin-bottom: 10px;
}

#services h3{
	color:white;
	font-size: 20px;
	padding-left:33px;
	padding-bottom:20px;
	/*border:3px solid #d40000;
 	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	
	padding: 10px 8px 8px 10px;
	margin-bottom:20px;*/
}

/*
#services .content p.one{
	margin-top: 50px;
}

#services .content p.two{
	margin-top: 90px;
}
*/
#services .content h1{
	font-size: 14px;
	color: #0081ac;
}

/**
 * Drop down
 */
.dropdown{
	display: none;
 	position: absolute;
/* 	background-color: #FFF; */
	border: 1px solid #009fc4;
	text-align: left;
	color: #FFF;
	z-index: 1000;
	width: 155px;
	margin-left: -10px;
	margin-top: 5px;
}

.dropdown li{
	height: auto !important;
	width: 135px !important;
	padding: 5px;
	border-bottom:  1px solid #009fc4;
}


.dropdown li:last-child{
	border: none !important;
}


.dropdown li a{
	color: #7c8185 !important;
	display: block;
}

.dropdown li:hover a, .dropdown li.selected a{
	color: #0081ac !important;
}

#nav ul li ul li:hover{
	background-image: none !important;
}


/**
 * artists
 */
#artists .subnav ul li{
	display: block;
	float: left;
	padding: 5px;
	background-color: #e6eaed;
	margin-right: 1px;
	
}

#artists .subnav ul li:hover, #artists .subnav ul li:hover a,
#artists .subnav ul li.selected a, #artists .subnav ul li.selected {
/* 	background-color: #0081ac; */
	color: #FFF;
}


#artists .subnav ul{
	border-left: 1px solid #0081ac;
	height: 23px;
	margin-left: 95px;
	padding-left: 1px;
}

/*Artists*/
#artists .clear{
	margin-top: 10px;
}

#artists div.questions label{
	margin-right: 0;
	text-align: justify;
}

#artists div.questions textarea, #artists div.questions p{
	width: 550px;
}

#artists h3{
	margin-bottom: 5px;
	color: #0081ac;
	text-transform: none;
}
/**
 * Join Mailing List
 */
.join_mailing{
	margin-top: 20px;
}

