body
{
	border: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	width: 100%;
	color: #333;
	background-image: url(../images/nav_line.gif);
	background-repeat: repeat-y;
	background-position: 180px 0;
	background-color: #D2CCBC;
}

.artwork_page{
background-image: none;
}

table {
padding: 0;
margin: 0;
}
td, tr {
padding: 0;
margin: 0;
}

#artistTable {
position: relative;
top: 0;
left: 0;
margin: 20px 0 0 0;
width: auto;
}
#artistTable td{
width: 200px;
}

img {
position: relative;
left: 0;
top: 0;
border: none;
}

a, a:link {
	color: #333;
	/*color: #666666;*/
	text-decoration: none;
}
a:hover {
	color: #990000;
}

a.red, a.red:link, a.redcontact{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.redcontact
{
	font-size: 1.2em;
	font-weight: normal;
}
.red {
	color: #990000;
}

.hidden {
display: none;
}

#headLogo {
position: absolute;
top: 0;
left:0;
padding: 0;
margin: 0;
background-color: #990000;
width: 100%;
z-index: 1;
}

#logoName {
position: absolute;
top: 38px;
right: 0;
padding: 0 2px 0 0;
margin: 0 2px 0 0;
text-align: right;
width: 379px;
height: 24px;
}

#navigation
{
	position: absolute;
	top: 45px;
	left: 0;
	font-size: .75em;
	font-weight: bold;
	color: #333;
	/*color: #666666;*/
	height: 500px;
	text-transform: uppercase;
	letter-spacing: -.035em;
	margin: 25px 0 0 0;
	z-index: 0;
}

/* IE HACK */
	* html #navigation {
	letter-spacing: -1px;
	}
/* IE HACK */

#navigation a, #navigation a:visited, #navigation a:active, #navigation a:hover {
color: #333;
/*color: #999999;*/
margin: 6px 0 0 0;
}

#navigation a:hover {
color: #990000;
}

.navLink, .activeLink {
margin: 0 0 6px 12px;
padding: 6px 0 0 0;
}


.activeLink {
color: #990000;
}

#navigationSub, #navigationSub2 {
margin: 0;
padding: 5px 0 0 0;
position: relative;
top: 0;
left: 0;
text-align: left;
font-size: .8em;
font-weight: normal;
/*color: #999999;*/
color: #333;
text-transform: uppercase;
letter-spacing: .02em;
vertical-align: middle;
}

#navigationSub2 {
padding: 5px 0 0 0;
}

#navigationSub a, #navigationSub a:visited, #navigationSub a:active, #navigationSub a:hover, #navigationSub2 a, #navigationSub2 a:visited, #navigationSub2 a:active, #navigationSub2 a:hover {
/*color: #999999;*/
color: #333;
font-weight: 600;
padding: 0 0 0 5px;
}
#navigationSub a:hover, #navigationSub2 a:hover {
color: #990000;
font-weight: 600;
padding: 0 0 0 5px;
}

.subActiveLink
{
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.subNavLink {
	font-size: 1.2em;
	font-weight: bold;
	vertical-align:middle;
}

#formSearch {
height: auto;
padding: 0;
margin: 5px 0 5px 12px;
}

.searchTerm {
border: 1px solid #7a8585;
position: relative;
top: -1px;
left: 0;
padding: 0;
margin: 0;
vertical-align: middle;
text-align: left;
}

.searchSubmit {
position: relative;
left: -4px;
top: -1px;
width: 20px;
height: 20px;
border: 1px solid #7a8585;
background-color: #7a8585;
background-image: url('../images/btn_search.gif');
background-repeat: no-repeat;
background-position: center center;
color: #FFFFFF;
padding: 2px 0 2px 0;
margin: 0;
vertical-align: middle;
text-align: center;
cursor: pointer;
line-height:8px;
font-size:.9em;
}

.searchSubmit2 {
position: relative;
left: -4px;
top: -1px;
width: 20px;
height: 15px;
border: 1px solid #7a8585;
background-color: #7a8585;
background-image: url('../images/btn_search.gif');
background-repeat: no-repeat;
background-position: center center;
color: #FFFFFF;
padding: 0;
margin: 0;
vertical-align: middle;
text-align: center;
cursor: pointer;
line-height:8px;
font-size:.9em;
}

/* IE HACK */
	* html .searchSubmit {
	position: relative;
	left: -4px;
	top: 2px;
	width: 20px;
	height: 25px;
	border: 1px solid #7a8585;
	background-color: #7a8585;
	background-image: url('../images/btn_search.gif');
	background-repeat: repeat-y;
	background-position: 2px 5px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	line-height:1px;
	font-size:8px;
	letter-spacing: .1em;
	}
/* IE HACK */

/* IE HACK */
	* html .searchSubmit2 {
	position: relative;
	left: -4px;
	top: -1px;
	width: 20px;
	height: 20px;
	border: 1px solid #7a8585;
	background-color: #7a8585;
	background-image: url('../images/btn_search.gif');
	background-repeat: repeat-y;
	background-position: 4px 3px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	line-height:.9px;
	font-size:10pt;
	letter-spacing: normal;
	}
/* IE HACK */


.navImage {
position: relative;
top: 5px;
left: 0;
}

.mainContent {
border-width:0px;
border-style:solid;
border-color:#f00;
height: auto;
width: 100&;
padding: 0;
margin: 0 0 0 0;
}

#contact {
postition: absolute;
top: 0;
left: 0;
padding: 65px 0px 0 0;
text-align: right;
z-index: 3;
}
.title {
padding: 0;
margin: 10px 0 0 35px;
}
.homeImage {
padding: 20px 0 0 0;
}
.name {
position: relative;
top: 0;
left: 0;
padding: 10px 0 0 0;
font-size: .8em;
font-weight: bold;
/*color: #999999;*/
color: #333;
letter-spacing: .15em;
text-align: left;
}

.info {
position: relative;
top: 35px;
left: 0;
padding: 0 0 0 0;
margin: 0;
text-align: left;
}

.textImage {
position: relative;
top: 0;
left: 0;
margin: 0 30px 0 0;
padding: 0 0 30px 30px;
text-align: top;
}

p {
text-align: left;
/*color: #999999;*/
color: #333;
font-size: .8em;
}

.nation {
color: #CCCCCC;
text-transform: uppercase;
position: relative;
top: 0;
left: 0;
z-index: 2;
}
.map {
position: absolute;
top: 40px;
left: 250px;
z-index: 1;
}

.currentContent {
position: relative;
top: 0;
left: 0;

}

.currentText {
	padding: 0 10px 0 0;
}

.currentImg {
padding: 0 0 0 0;
text-align: center;
}

/* Calendar */

.calendar {
position: relative;
top: 30px;
left: 0;
}
.event{
position: relative;
top: 0;
left: 0;
margin: 0 30px 0 0;
padding: 20px 0 0 0;
float: left;
width: 250px;
height: 550px;
}

.calEvent{
position: relative;
top: 0;
left: 0;
margin: 0 30px 0 0;
padding: 20px 0 0 0;
float: left;
width: 250px;
height: 500px;
}

.calDate, .instHeader {
position: relative;
top: 0;
left: 0;
background-color: #990000;
color: #FFFFFF;
width: 277px;
height: 18px;
padding: 3px 7px 3px 7px;
font-size: .95em;
font-weight: bold;
}

.instHeader {
	width: 100%;
	height: 24px;
}

.calText {
padding: 10px 0 0 0;
width: 250px;
float: left;
text-align:justify;
}

h1
{
	position: relative;
	top: 0;
	left: 0;
	color: #990000;
	font-size: .95em;
	font-weight: 600;
	padding: 3px 0 5px 0;
	/*padding: 3px 0px 1px 7px;*/
	margin: 0;
}

h2, strong
{
	position: relative;
	top: 0;
	left: 0;
	/*color: #666666;*/
	color: #333;
	padding: 3px 0 5px 0;
	/*padding: 0px 0px 5px 7px;*/
	font-size: .85em;
	font-weight: 600;
	margin: 0;
}


h3 {
position: relative;
top: 0;
left: 0;
/*color: #666666;*/
	color: #333;
font-size: .85em;
padding: 0px;
margin: 0;
text-align: left;
}

h1.exhibit {
position: relative;
top: 0;
left: 0;
color: #990000;
font-size: 1em;
margin: 0;
text-transform: uppercase;
text-align: left;
}

p.exhibit {
position: relative;
top: 0;
left: 0;
/*color: #999999;*/
color: #333;
padding: 0px 0px 5px 0px;
/*padding: 0px 0px 5px 7px;*/
font-size: .8em;
font-weight: normal;
margin: 0;
text-transform: uppercase;
text-align: left;
line-height:normal;
}

.infoText {
position: relative;
top: 0;
left: 0;
padding: 30px 0 30px 0;
}

.installation {
position: relative;
left: 0;
top: 0;
float: left;
width: 200px;
padding: 0 100px 0 0;
}

.installText {
padding: 0;
margin: 0;
}

.addressText {
/*color: #999999;*/
color: #333;
text-align: left;
font-size: .85em;
padding: 0 0 25px 0;
margin: 0;
line-height: 18px;
}

.addressText img {
padding: 2px 0px 2px 1px;
}

.exHead
{
color: #990000;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
}

.exHeadPrev
{
color: #aa7777;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
}

.exDate, .exDatePrev {
/*color: #999999;*/
color: #333;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
}

.artistWorks {
position:relative;
top:0;
left:0;
margin: 30px 0 0 0;
padding: 0;
text-align:center;
width: 100%;
}

.artworkBox {
position: relative;
top: 0;
left: 0;
margin: 0 20px 0 0;
max-width: 220px;
width: 220px;
height: 330px;
float: left;
vertical-align:middle;
/*color: #999999;*/
color: #333;
text-align:center;
}

.artworkBox p {
/*color: #666666;*/
color: #333;
text-align:center;
font-size:.8em;
max-width: 220px;
width: 220px;
margin: 0 0 10px 0;
}

.artworkBox table {
background-color:#000;
border:none;
}

.artwork {
height: 210px;
width: 210px;
background-color: #333;
vertical-align: middle;
}
.artwork img {
vertical-align: middle;
}

.img {
position: relative;
top: 0;
left: 0;
height: 200px;
width: 200px;
background-color: #333;
vertical-align:middle;
}


.btnArrow {
padding: 0px 5px 0px 5px;
vertical-align:middle;
}

.pageCurrent{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
padding: 0px 5px 0px 5px;
}

a.pageLink, a.pageLink:link{
	/*color: #999999;*/
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	padding: 0px 5px 0px 5px;
}

/* Specific to artists.php */
.artistImage {
position:relative;
top:0;
left:0;
padding: 0;
margin:20px 0 0 0;
}

a.highlighted, a.highlighted:link{
color: #990000;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .85em;
	width: auto;
	padding: 0 10px 0 10px;
	text-align:left;
}

.nonhighlighted{
	color: #BFBFBF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .85em;
	width: auto;
	padding: 0 10px 0 10px;
	text-align:left;
}

.artistColumn {
position: relative;
top: 0;
left: 0;
float: left;
width: auto;
text-align: left;
padding: 0;
margin: 40px 40px 0 0;
line-height:20px;
}
.artistList {
width: auto;
text-align:center;
position:relative;
top:0;
left:0;
margin: 20px 0 0 0;
}
/* end artists.php specific */

#artwork_large_content
{
	position: absolute;
	top:15px;
	left: 0;
	margin: 0;
	padding: 0px 0 0 20px;
}

#artwork_view {
	position: relative;
	top: 0px;
	left: 0;
	padding: 0;
	border:none;
}

.artInfo
{
	text-align: left;
	padding: 0;
	margin: 5px 0px 0px 0px;
}
.artInfoOther
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.artwork_view_contact {
position:relative;
top:0;
left: 50px;
}

#artwork_view_large {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding:0;
	margin: 5px 0 0 0;
	z-index:0;
}

.artwork_view_thumb {
	display: none;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/thumb_border.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	bottom: 10px;
	left: 5px;
	padding: 2px 2px 2px 2px;
	width: 90px;
	height: auto;
	z-index:1;
	border: none;
	background-color:#666666;
}

a.artwork_view_number, a.artwork_view_number:link{
color: #FFFFFF;
width: 18px;
height:17px;
padding: 0;
margin:0;
text-align:center;
vertical-align:middle;
}



.ArtistPhoto {
margin: 0px 20px 10px 0px;
}

#arrows {
position: relative;
top: -20px;
right: 0px;
padding: 0;
margin:0;
float: right;
}

.row1 {
border: thin solid #333;
}

#content,#home {
position: absolute;
top: 65px;
left: 180px;
padding: 50px 0 0 30px;
margin: 0;
min-height: 70%;
width: 70%;
z-index: 4;
}

#home{
top:25px;
}
/* IE HACK */
	* html #content {
	position: relative;
	top: -50px;
	left: 180px;
	padding: 50px 0 0 30px;
	margin: 0;
	height: 550px;
	min-height: 70%;
	width: 70%;
	z-index: 4;
	}
/* IE HACK */



.tableContent {
position: absolute;
top: 65px;
left: 180px;
padding: 50px 0 0 30px;
margin: 0;
min-height: 85%;
width: 80%;
}

/* IE HACK */
	* html .tableContent {
	position: relative;
	top: -50px;
	left: 180px;
	padding: 50px 0 0 30px;
	margin: 0;
	border-left: thin solid #666666;
	height:600px;
	min-height: 80%;
	width: 80%;
	z-index: 4;
	}
/* IE HACK */


hr {
/*color: #999999;*/
color: #333;
background-color: #666666;
display:none;
}

/* First Nations (nations.php)*/

