/*
COLORS
red:  990000
beige: EAE1D2

*/
a {
	text-decoration: none;
}

.address_line, .footer {
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;  /*"Georgia", */
	font-size: 9pt;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right:  50px;
	}
	
.address_line a, .footer a {
	text-decoration: none;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;  /*"Georgia", */
}
.address_line a:hover, .footer a:hover {
	text-decoration: underline;
}

.art_gallery_img {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 100px;
}
.art_img {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 100px;
	height: 100px;
}

.artwork_detail_img {
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
	/*width: 300px;*/
	max-height: 300px;
	max-width: 300px;
	height: expression(this.height > 300 ? 300: true);
	width: expression(this.width > 300 ? 300: true);
}

.artwork_detail_print_img {
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
	max-height: 550px;
	max-width: 550px;
	height: expression(this.height > 550 ? 550: true);
	width: expression(this.width > 550 ? 550: true);
}

.artist_detail_thumbs 		{ vertical-align:top; text-align: center; width:150px; }
.artist_detail_thumbs img 	{ width:100; height: 100px;}
.artist_detail_thumbs a 	{ font-size: 8pt; color:#990000; }

.artist_img {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 100px;
}

.artwork_detail_info_lg { 
	font-size: 14pt;
	line-height:160%;
}
.artwork_detail_info { 
	font-size: 10pt;
	line-height:165%;
}
.artwork_img {
	border-color: #666666;
	border-style: solid;
	border-width: 0px;
	width: 200px;
	height: 150px;
}
.art_pics {
	text-align: center;
	font-size: 8pt;
	color:  #990000;
}

.art_thumbs 	{ vertical-align:top; text-align: center; width: 25%; }
.art_thumbs img { width:100; }
.art_thumbs a 	{ font-size: 8pt; color:#990000; }

.bg_red {
	background-color: #990000;
	layer-background-color: #990000;
}
.bg_white {
	background-color: #ffffff;
	layer-background-color: #ffffff;
}
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 170%;
	background-color: #ffffff; /*#EAE1D2*/
	layer-background-color: #ffffff; /*#EAE1D2*/
}
.callout {
	background-color: white;
	layer-background-color: white;
	width:  180px;
}
.callout_item {
	background-color: silver;
	layer-background-color: silver;
	color: White;
	text-align: center;
	padding: 20px;
	background-image: url(images/callout_corner.gif);
	layer-background-image: url(images/callout_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 11pt;
}

.callout_item a, .callout_item a:visited {
	text-decoration: none;
	color: white;
}
.contact_pic {
	margin-right: 25px;
	margin-left: 0px;
	width: 250px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

.copy_pic, .callout_pic {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.emph_link {
	color:  #990000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.exhibit_postcard_img {
	border-style:none;
	margin-top: 20px;
}

.exhibit_thumbs 	{ vertical-align:top; text-align: center; }
.exhibit_thumbs img { width:150px; }
.exhibit_thumbs a 	{ font-size: 8pt; color:#990000; }

.footer {
	padding-right: 7px;
	font-size: 8pt;
}
h1{
	color:  #990000;/**/
	font-size: 12pt;
	font-weight: normal;
}

h2, .artwork_detail_title {
	color:  #990000; 
	font-size: 10pt;
	font-weight: normal;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2 {
	/*text-transform: uppercase;*/
}
.header_pic {
	vertical-align: middle;
	padding-top: 7px;
}

.home_content {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: White;
}
.input-text {
	color: silver;
	font-size: 7pt;
}
.input-button {
	BORDER: silver 1px solid; 
	PADDING: 0px; 
	FONT-SIZE: 7pt; 
	BACKGROUND: #bbbbbb; 
}
.left_menu {
	padding-top: 20px;
}
.logo {
	padding: 15px;
}
.map {
	background-image: url(images/map.jpg);
	layer-background-image: url(images/map.jpg);
	background-repeat: no-repeat;
}

.menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:  20px;
	background-color: white;
}

.menu a, .menu_on a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  10pt;
	color: #990000;/**/
	font-weight: normal;
}

.menu a:hover, .menu_on a:hover {
	color: Black;
}
.menu_on {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #EFEFEF; /*#DBCC9A*/
	layer-background-color: #EFEFEF; /*#DBCC9A*/
}
.nav_artwork_img {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 45px;
	height: 45px;
}
.search {
		Z-INDEX: 1; 
		right: 10px; 
		WIDTH: 120px; 
		top: 112px; 
		POSITION: absolute;
}
.search-home {
		Z-INDEX: 1; 
		right: 10px; 
		WIDTH: 120px; 
		top: 148px; 
		POSITION: absolute;
}

.services_pic {
	margin-left: 20px;
	margin-right: 10px;
	width: 200px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}
.sub_content {
	padding: 20px;
	background-color: White;
	layer-background-color: White;
}

.sub_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:  40px;
	background-color: white;
	layer-background-color: White;
}
.sub_menu a, .sub_menu_on a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  9pt;
	color: #990000;
	font-weight: normal;
}

.sub_menu a:hover, .sub_menu_on a:hover {
	color: Black;
}

.sub_menu_on {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:  40px;
	background-color: #efefef;
	layer-background-color: #efefef;
}

.tag {
	padding-bottom: 25px;
	padding-right: 25px;
	text-align: right;
	vertical-align: bottom;
}
.wrapper {
	MARGIN: 0px auto; WIDTH: 815px; POSITION: relative; TOP: 0px; TEXT-ALIGN: left
}

