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

/* -------------------------- reset -------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: "Helvetica", Arial, Verdana sans-serif;
	vertical-align: baseline;
	color: black;
}
body {
	line-height: 1.4;
	background-color: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}


td {
	vertical-align: top;
	padding: 5px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link {
	color: #000;
}
a:visited {
	color: #66666;
}
a:hover {
	color:#66666;
}

dl {margin: 0 0 10px 10px;}

dt {font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999; 
}

dd {margin:0px;}

h1, h1 a:link, h1 a:visited, h1 a:hover {font: lighter 25px Helvetica, Arial, Verdana, sans-serif; color: #666666; margin: 26px 0 0 0; text-decoration:none;}

h2 {font: lighter 25px Helvetica, Arial, Verdana, sans-serif; color: #999 ; margin:0 0 0 5px;}

h3 {font-weight: bold;}

/* -------------------------- general styles -------------------------- */

div.maincontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width:790px;
	height:auto;
}

div#center {
	position:relative;
	float:left;
	width:790px;
	min-height: 320px; 
}

.clear {clear:both}


/* -------------------------- header styles -------------------------- */

div#header  {
	position:relative;
	padding:0;
	float:left;
	width:790px;
	height:70px;
	border-bottom: 1px solid #cacdcd;
	margin: 0 0 20px 0;
	
}
/* -------------------------- footer styles -------------------------- */
#footer {border-top: 1px solid #cacdcd; width: 100%; margin: 20px 0 0 0; text-align:right; float:right; color:#666666;}


/* -------------------------- nav styles -------------------------- */

#nav {float:right; margin-top: 0px;}
#nav li {display:block; float:left; height:20px;}
#nav li a{ padding: 2px 20px 2px 20px; background: url(images/navbg.jpg) repeat-x; border-right: 1px solid #cacdcd; color:white; text-decoration: none; font-size: 14px; height:20px; }
#nav li a:hover {background:url(images/navbgCurrent.jpg) repeat-x; color:black;}
#nav li a.current {background:url(images/navbgCurrent.jpg) repeat-x; color:black;}

/* -------------------------- home page styles -------------------------- */

div#bottomHdr  {
	position:relative;
	float:left;
	width:790px;
	height:40px;
	border-bottom: 1px solid #cacdcd;
	margin: 0 0 10px 0;
}

#date {float:right; color:#666666; font: 14px Helvetica, Arial, Verdana, sans-serif; margin: 0 10px 0 0;}

div#bottom {position:relative; float:left; width:790px; height:320px;}

#exhibitions {margin: 0 0 0 10px;}
#exhibitions dt{margin: 20px 0 0 0}

/* -------------------------- projects page styles -------------------------- */

#projectNav {float: left}
#projectNav li {display:block; float:left;}
#projectNav li a {padding: 2px 25px 2px 15px; color:#666666; text-decoration: none; font-size: 14px;}
#projectNav li a:hover {text-decoration:underline}
#projectNav li a.current {text-decoration:underline}

#projectsTbl {float:left; width: 400px; margin: 20px 0 0 10px; vertical-align:top; }
#projectTbl dt, dl, dd {margin: 0 0 0 0;}

#pressTbl tr td {text-align:center; padding: 20px 0 0 0;}

#slideshow {text-align:center; padding: 50px 0 0 0; height:auto;}
/* -------------------------- studio page styles -------------------------- */
#studioLeft {float:left; width: 290px; margin: 20px 0 0 10px;}
#studioLeft p {margin: 5px 0 30px 0}
#studioLeft h3 {margin: 0 0 5px 0}

#studioRight {float:right; background-color: #E5E5E5;}

/* -------------------------- info page styles -------------------------- */

#info dt {margin: 20px 0 0 0}
#judygallerypic {
	float:left;
	margin: 0px 45px 10px 0
}

