/* CSS Document */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none  !important;
}

:focus {
  -moz-outline-style:none;
}

body, tr, td {
	/* font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #606060;
	font-size: 13px;
}

body{ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #7A6C54;
	/*background-image: url(../graphics/pg_background.jpg);*/
	height: 100%;
}

.credit {
	font-size: 10px;
}

.subhead   {
	font-weight: bold;
}

a:link.headerNav{
	color: #7A7C7E;
	text-decoration: none;
}

a:visited.headerNav{
	color: #7A7C7E;
	text-decoration: none;
}

a:hover.headerNav{
	color: #BCBDBF;
	text-decoration: none;
}

a:active.headerNav{
	color: #BCBDBF;
	text-decoration: none;
}


.pageTitle{
	font-size: 20px;
}


#siteHolder{
	position: relative;
	clear: both;
	width: 826px;
	height: 100%;
	background-image: url(../graphics/pg_background.jpg);
	margin: 0 auto;
	margin-bottom: 0 auto;/*needed for edges on IE*/
	
}

#leftSide{
	position:absolute;
	width: 13px;
	height: 100%;
	background-image: url(../graphics/bkgLeftDrop.jpg);
	background-repeat: repeat-y;
	margin-left: 0 auto;
	margin-bottom: 0 auto;
}


.leftSide{
	height: 100%;
	width: 13;
	align: left;
	background-image: url(../graphics/bkgLeftDrop.jpg);
	background-repeat: repeat-y;
}


#rightSide{
	position:absolute;
	width: 13px;
	height: 100%;
	left: 813px;
	background-image: url(../graphics/bkgRightDrop.jpg);
	background-repeat: repeat-y;
	margin-right: 0 auto;
	clear: left;
	margin-bottom: 0 auto;
}

/**/
#logoOver {
	position:absolute;
	left:0px;
	top: 0px;
	bottom:212px;
	z-index:19;
	visibility: hidden;
	padding-top: 16px;
	padding-bottom: 4px;
	/*background-color: #631717;*/
}

#header {
	position: relative;
	left: 0px;
	margin-left: 0px;
	width: 800px;
	height:144px;
	z-index:1;
	/*background-image: url(../graphics/headerBkgTile.gif);*/
	clear: both;
	
	margin-top: 0px;
	padding-top: 16px;
	padding-bottom: 4px;
	/*background-color: #631717;*/
}


.bkg0{
	background-color: #631717;
}
.bkg1{
	background-color: #6A7029;
}
.bkg2{
	background-color: #4F1839;
}
.bkg3{
	background-color: #29515B;
}



#topNav {
	position:absolute;
	z-index:6;
	top: 130px;
	right: 0%;
	padding-right: 0px;
	padding-left: 20px;
}
#SideNav {
	position:relative;
	float:left;
	width:180px;
	z-index:2;
	padding-left: 20px;
}
#content {
	position:relative;
	z-index:3;
	
	padding-bottom: 20px;
	
	width: 580px;
	height: auto; 
  	min-height: 600px;
 	_height: 600px;/*ie min height*/
	/** left: -20px;*/
	
}


#content a:link, a:link.footerNav{
	color: #606060;
	text-decoration: underline;
}
#content a:visited, a:visited.footerNav{
	text-decoration: underline;
	color: #606060;
}
#content a:hover, a:hover.footerNav{
	text-decoration: none;
	color: #606060;
}
#content a:active, a:active.footerNav{
	text-decoration: underline;
	color: #606060;
}





#content a:link.highlightstitlelink{
	color: #606060;
	text-decoration: none;
}
#content a:visited.highlightstitlelink{
	text-decoration: none;
	color: #606060;
}
#content a:hover.highlightstitlelink{
	text-decoration: underline;
	color: #606060;
}
#content a:active.highlightstitlelink{
	text-decoration: underline;
	color: #606060;
}








#content_repro {
	position:relative;
	z-index:3;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	width: 740px;
	height: auto; 
  	min-height: 600px;
 	_height: 600px;/*ie min height*/
	/** left: -20px;*/
	
}

#content_repro a:link, a:link.footerNav{
	color: #606060;
	text-decoration: underline;
}
#content_repro a:visited, a:visited.footerNav{
	text-decoration: underline;
	color: #606060;
}
#content_repro a:hover, a:hover.footerNav{
	text-decoration: none;
	color: #606060;
}
#content_repro a:active, a:active.footerNav{
	text-decoration: underline;
	color: #606060;
}



.staffDirectory {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #b8b6b5;
	padding-left: 40px;
}

input, textarea, select{
	border: 1px solid #606060;
	background-color: #E3E1D8;
	
}

.mainPgPar {
	text-align: justify;
}

.FPCimage{
	margin-right: 4px;
	margin-top: 2px;
}

/*form settings*/
.formI_fullWidth{
	width: 400px;
}

.formI_halfWidth{
	width: 200px;
}

.collectionImage_artistsGrid, .collectionImage, .FPCimage{
	border: 1px solid #7A6C54;
}

.nu_repro_Form_text{
	width: 400px;
}
