@charset "UTF-8";
/* CSS Document */


body{
	background-image:url(../images/bkg_grad.png);
	background-repeat:repeat-x;
	background-position: top center;
	background-color:#FFFFFF;


}


h2{
	
	color: #8e0079;
	color: #0087ad;
	background:url(../images/minilogo.png) no-repeat;
	background-position:left center;
	padding-left:22px;
	font-weight:bold;

}

h3{
	
	
	color: #0087ad;

	font-weight:bold;

}

h6{
	color: #0087ad;

}

a{
	color: #0087ad;

}

.container{
	
	border:1px solid #cccccc;
	border-top:none;
	/*background-image:url(../images/dropbkg.png);
	background-repeat:repeat-y;
	background-position: top center;*/
	background-color:#FFFFFF;
	
	
	


}


#header{
	background-image:url(../images/ArtExBanner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:261px;
	background-color:#FFFFFF;
    
}


#divide{
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	/*background-position:top left;*/
	margin: 0;
	padding: 0;
	/*margin-left:2px;*/
	
    
}


#menu{
	background-color:#FFFFFF;
	
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	/*background-position:top left;*/
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	/*margin-left:2px;*/

}


#menu ul
{
	
	float:left;
	width:100%;
	margin:0;
	
	padding: 0;
	list-style-type:none;
	
	 
	
}

#menu li
{

	display:inline;
	width:105px;

		
}




#menu a{

	display:block;
	float:left;
	padding:4px 5px 4px 5px;
	margin:0px;
	
	border-left:1px solid #cccccc;
	width:110px;
	/*height:20px;*/
	text-align:center;
	text-decoration:none;
	font-size:.9em;
	color:white;
	letter-spacing: .05em;	
	


	


}
#menu a.first
{
	border-left:none;
}
#menu a.last
{
	border-right: 1px solid #cccccc;
}

#menu a:hover{
	
	background:url(../images/line_roll.gif) repeat-x;
	

}

#menu .end{
 border:none;
 width:208px;

}


#content{

	
	min-height:800px;

}

#content_home{

	
	min-height:500px;
	

}

#left{
	padding-left:5px;


}

#left a,
#sidebar a{
		color: #0087ad;
		font-size: 1em;

}


#left ul{
	list-style:none;

}

#left li{
	margin-bottom: 10px;
	
	
}

#left li.quotes
{
	list-style:none;
	font-style:italic;

}

#left .sublist{
	font-style:italic;
	margin-left: 7px;
	
}

#mission{
	font-size:1.4em;
	display:block;
	color:#0087ad;
	font-weight:bold;
	margin-top:5px;
	margin-left: 10px;
	font-style:italic;

}


#sidebar{
	padding: 5px;
	
	

}

.gallerymenu{

	margin-left:0px;
	

}

.gallerymenu li{
list-style:none;
margin-bottom: 5px;


}

#sidebar img,
.sm_img
{
	padding:2px;
	border:1px solid #cccccc;

}


#footer{
	background-color:#cccccc;
	margin-top:3px;
	text-align:center;
}


.quotes{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
color:#666666;
	

}