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

body
{
	background-color:#000000;
	background-attachment:fixed;
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
.page
{
	width:900px;
	height: auto;
	background-color:#FFFFFF;
	float:left;
	margin:0 0 0 0;
}
.banner
{
	background-image:url(images/banner.jpg);
	float:left;
	height:100px;
	width:900px;
}
.content
{
	width:900px;
	float:left;
}
.footer
{
	background-color:#CCCCCC;
	float:left;
	height: 17px;
	width: 900px;
	margin: 0 0 0 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer a
{
	color:#333333;
}

.border
{
	border-right:#b2b1b1 1px solid;
}
.home_box
{
	width:225px;
	height:170px;
	float:left;
	margin: 0 0 20px 0;
}
.home_box a
{
	color:#FFFFFF;
	text-decoration:none;
}
.home_box_top
{
	width:224px;
	height:25px;
	background-color:#8f2491;
	float:left;
	border-right:1px solid #671962;
	text-align:center;
	padding-top:6px;
	color:#FFFFFF;
}
.main_image
{
	width:900px;
	height:400px;
	overflow:hidden;
	float:left;
}
.home_image
{
	width:224px;
	height:145px;
	float:left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.feed
{
	width:208px;
	height:25px;
	float:left;
	padding: 7px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	background-image:url(images/feeds.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	margin: 0 0 5px 65px;
}
.feed_bottom
{
	width:208px;
	height:28px;
	float:left;
	color:#FFFFFF;
}
#scrolling_image_container {

  width: 288px;
  height: 180px;
}

#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu 
{
	width:900px; 
	height:28px; 
	font-family:arial, sans-serif;
	float:left;
	background-image:url(images/navbar.jpg);	
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:901px; 
	w\idth:900px;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
	background-image:url(images/navbar.jpg);
}

.menu ul ul 
{
	width:auto;
}

.menu ul ul a
{
	border-bottom:1px solid #8a898a;
	border-left:1px solid #8a898a;
	border-right:1px solid #8a898a;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	position:relative;
	text-align:center;

}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#525252;
	width:auto; 
	height:28px;
	line-height:28px; 
	font-weight:bold;
	padding: 0 10px 0 10px;

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#d4d8bd url(images/grey-arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#985aa3 url(images/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul :hover > a.drop 
{
	background:#985aa3 url(images/blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:auto;
}
/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:28px;
	t\op:29px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:149px; 
	top:-1px; 
	width:auto;
	border-top: 1px solid #8a898a;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:+149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;

}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
{
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#000; 
}
.menu ul ul a:hover
{
	background:#b7d186;
}
.menu :hover > a, .menu ul ul :hover > a 
{
	color:#000; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
}
.text_content_holder
{
	width:895px;
	float:left;
}
.text_content
{
	margin: 10px 10px 10px 10px;
	min-height: 420px;
}
h2
{
	color:#8080C0;
	margin: 5px 0 7px 0;
	padding: 0 0 0 0;
}
.contact_table span input
{
	height:12px;
	width: 200px;
	font-size:9px;
	background-color:#9c9cfb !important;
	border:1px solid #666666 !important;
	color:#FFFFFF;
	padding:2px;
}
.contact_table span textarea
{
	width:200px;
	height:80px;
	font-size:9px;
	background-color:#9c9cfb !important;
	border:1px solid #666666 !important;
	padding:2px;
	color:#FFFFFF;
}
.contact_table img
{

	margin: 0 0 0 0;
}
.contact_table embed
{
	margin: 0 0 0 0;
}
.contact_table
{
	height:300px;
}
.contact_table a
{
	text-decoration:none;
	color:#666666;
}
.contact_h2
{
	font-size:23px;
	margin-bottom:5px;
	margin-top:25px;
}
.images
{
	float: left;
	width: 151px;
	height: 165px;
	margin: 0 0 19px 21px;
	overflow:hidden;
	font-size:12px;
}
.images img
{
	border: 1px solid #000000;
}
.images a
{
	text-decoration:none;
	color:#333333;
}
.image_holder
{
	width:880px;
	min-height:300px;
}
.submit
{
	height:24px; 
	width:207px; 
	background-color:#999999 !important; 
	color:#000000 !important; 
	cursor:pointer;
	border:1px solid #666666;
}
.prints_text
{
	float:left;
	margin:0 0 15px 30px;
	height:auto;
}
h2
{
	margin:10px 0 18px 0;
}

.exhibition_divider
{
	width:880px;
	height:1px;
	border-top:1px solid #CCCCCC;
	margin:15px 0 15px 0;
}
.content-right
{
	width:500px;
	height:auto;
	overflow-x:hidden;
}