@charset "UTF-8";
a {
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color: #EE2D23;
}

a:visited {
	color: #EE2D23;
}

a:hover  {
	color: #2B1E92;
}

a:active {
	color: #FFF;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images_layout/background_home2.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
}
#containerGallery {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images_layout/background_sub2.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
}
#header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
	width: 940px;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 9px;
	color: #FFF;
}
#sidebarHome {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* padding keeps the content of the div away from the edges */
	margin-top: 103px;
	margin-left: 63px;
	padding: 0px;
	text-align: right;
	margin-right: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 112px; /* padding keeps the content of the div away from the edges */
	margin-top: 100px;
	margin-left: 139px;
	padding: 0px;
	text-align: right;
	margin-right: 0px;
}
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	margin-top: 400px;
	margin-left: 40px;
	padding: 0px;
	text-align: right;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 157px;
	margin-top: 110px;
	margin-left: 0px;
	text-align: right;
	vertical-align: top;
	padding: 0px;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar2 li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
#sidebar2 img {
	margin: 0px;
	padding: 0px;
}
#homeContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	min-height: 460px;
}
#homeContent img { float: left; margin-top: 15px; margin-right: 0px; }

#homeContent p {
	padding-top: 0px;
}
#homeContentNew {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	min-height: 500px;
	width: 300px;
}
#homeContentNew img { float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; }
#homeContentNew h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: none;
	border-bottom-width: 0px;
	padding-bottom: 2px;
	letter-spacing: 0em;
	font-weight: normal;
	margin-left: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	color: #232073;
	text-align: left;
	line-height: 22px;
}
#homeContentNew p {
	padding-top: 5px;
	text-align: left;
}
#homeNews { float: right; width: 223px; background-image: url(images_layout/news_home_long.gif); background-repeat: no-repeat; background-position: left top; padding-top: 60px; padding-right: 50px; margin-top: 30px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#homeNews ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 37px;
}
#homeNews li {
	list-style-image: url(images_layout/orange_square.gif);
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	min-height: 400px;
} 
#mainContent img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#mainContent h1 {
	font-size: 11px;
	color: #2b1e92;
	letter-spacing: 0.075em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 60px;
	background-image: url(images/box_blue.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	margin-left: -10px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 2px;
	letter-spacing: .075em;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 8px;
	margin-right: 20px;
	color: #666;
}
#mainContent p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 15px;
}
#galleryContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 410px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	min-height: 440px;
} 
#galleryContent h1 {
	font-size: 11px;
	color: #2B1E92;
	letter-spacing: 0.075em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-top: 60px;
	padding-top: 0px;
	margin-left: -10px;
	padding-bottom: 5px;
}
#galleryContent p {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 15px;
}
#galleryContent img#mainImage{
	margin-top: 25px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#galleryContent img#mainImageExhibit{
	margin-top: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#galleryContent img#mainImageHoriz{
	margin-top: 50px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
#artform {
	padding: 0px;
	margin-left: 8px;
}
#artform td {
	vertical-align: top;
}
#footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 290px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footerGallery {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 420px;
} 
#footerGallery p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------- form styling  -------------*/

#additionalartistform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
#addressform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#addressform td {
	vertical-align: top;
}


/* ----------- bio styling -------------*/

#bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding: 10px;
	width: 600px;
	margin-top: 10px;
}
#bio img {
	float: left;
	padding-right: 25px;
	padding-bottom: 20px;
}
.bio_notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}
#bioT td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding: 10px;
	width: 600px;
	margin-top: 10px;
}

/* ----------- various styling -------------*/

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.browse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.75px;
	word-spacing: 0.1em;
	font-size: 9px;
	font-weight: lighter;
	padding-right: 20px;
}

.view {
	font-size: 9px;
	padding-right: 20px;
}

.additional_work {
	font-size: 9px;
	padding-top: 5px;
	padding-left: 0px;
	color: #666666;
	padding-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}
.pressheader {
	font-size: 9px;
	padding-top: 2px;
	padding-left: 0px;
	color: #666666;
	padding-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
}
.homeBigQuote  {
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}
.homeCenter {
	text-align: center;
}

.homeCenter img {
	text-align: center;
	padding: 0;
	margin: 0;
}
.nextgallery {
	font-size: 9px;
	color: #666666;
}
.footnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 2px;
	letter-spacing: .075em;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 8px;
	margin-right: 350px;
	color: #666;
}
/* ----------- gallery listing  -------------*/

#gallerycontent     {
	padding-left: 25px;
	text-align: left;
	vertical-align: middle;
	height: 450px;
	margin-left: 0px;
}

#gallerycontent p {
	margin-left: 0px;
	padding-left: 0px;
}

#galleryContent h1 {
	font-size: 11px;
	color: #2b1e92;
	letter-spacing: 0.075em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 60px;
	background-image: url(images/box_blue.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	margin-left: -10px;
}

#galleryContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 2px;
	letter-spacing: .075em;
	font-weight: normal;
	margin-left: 0px;
	padding-top: 10px;
	margin-bottom: 8px;
	color: #666;
	margin-right: 20px;
}

#gallerycontent #vert #description {
	font-size: 9px;
	line-height: 12px;
	vertical-align: bottom;
	padding-left: 20px;
}

#gallerycontent #horiz #description {
	font-size: 9px;
	line-height: 12px;
	vertical-align: bottom;
}

#gallerycontent #horiz {
	margin-top: 20px;
}

#thumbnails td {
	width: 30px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#thumbnails table {
	text-align: inherit;
	margin-right: 15px;
	width: 440px;
}
#thumbnails td img {
	width: 30px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#exhibitionPreview {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#exhibitionPreview img {
	float: left;
	padding-right: 30px;
}
#exhibitionsTable td {
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}
#exhibitionsTable img { padding-left: 10px; }
#exhibitionsTable h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 2px;
	letter-spacing: 0.075em;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	color: #666;
}
.clear {
	clear: both;
}

.centered {
	text-align: center;
}

