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

html {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
}
body {
	font-size:12px;
	width: 870px;
	height: auto;
	margin:0 auto;
	text-align: left;
	z-index:1;
	
}
h1 {
	position: relative;
	height: 199px;
	width: 870px;
	margin:0;
	overflow:hidden;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#330099;
	text-align:center;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#309
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
h5{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	font-style:italic;
	font-weight:lighter;
	
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-align:right;
}

.h3stylecolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#309;
	font-weight:600;
}
a:link {
	color: #000066;
}

a:visited {
	color: #000033;
}

a:hover {
	color: #9999cc;
}

a:active {
	color: #9999cc;
}


.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
/*specific styles*/




/*float right*/
.rightimage
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}
.leftimage
{
         float: left; /*right in our text*/
         margin: 6px; /*space around the image*/
}


h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin:0;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	background-color:#FFF
	
}
#rightshadow {
	z-index: 3;
	position: absolute;
	height:100%;
	background-repeat: repeat-y;
	background-position: right top;
	right: 2px;
	width: 927px;
	background-image: url(images/bodyrightshadow.gif);
}	
#rightshadowtop {
	z-index: 4;
	position: relative;
	height:auto;
	background-image: url(images/bannerrightshadow.gif);
	background-repeat:no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 925px;
}#wrappernav {
	z-index: 99;
	background-image:url(images/leftcolum.jpg);
	background-repeat: repeat-y;
	float:left;
	
}


div#nav {
	width: 123px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float: left;
	position: relative;
	top: -3px;
}
#nav {
	margin: 0;
	padding: 0;
	background-image:url(images/leftcolum.jpg);
	background-repeat:repeat-y;
	list-style-type: none;
	height: 100%;
	position: relative;
	z-index:5;
}
.nav {
	width: 123px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float: left;
	position: relative;
	top: -3px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#nav li {
	margin: 0;
	padding: 0;
	position:relative;
	height: 35px;
}
#nav a {
	display: block;
	line height: 2.5;
	color:#CCC;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#nav #nav_con a {
	border:none;
}
#nav a:hover {
	background:url(images/mouseovernav.jpg) no-repeat left;
	text-decoration:underline;
}
#nav li

	{
	position:relative;
    min-height: 1px; 	/* for IE7 */
    vertical-align: bottom; /* for IE7 */
	}


/* style the second level background */
#nav ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
color:#000;
}
/* style the second level hover */
#nav ul ul a.drop:hover {
background:#c9ba65;
color:#000;
}
#nav ul ul :hover > a.drop {
background:#c9ba65;
color:#000;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#nav table {
	border-collapse:collapse;
	border:0;
	position:absolute;
	left:0;
	bottom:-1px;
	top: -10px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav li ul {
	display: none;
	color:#000;
	} 
#nav li ul a {
	color:#000;
	} 
#nav ul ul {			 /*fly-out*/
	float: left;
	display: block;
	color:#000;
	text-decoration:none;
	position:absolute;
	visibility:hidden;
	z-index: 200;
	width: 250px;
	left: 100px;
	padding: 3px;
	list-style-type: none;
	top: 0px;
	margin: 0px;
	
}
#nav #nav_con a {
	border:none;
	color:#000;
}
#nav ul ul a:hover {
	background:#f5f5f5;
	text-decoration:underline;
	height:24px;
	margin-bottom:4;
	margin-top:4;
	display:block;
	color:#000;
}
#shadow-container {
   	z-index:200;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	filter: Blur(Add=0, Direction=255, Strength=100);

}

    #shadow-container .shadow1 {
		z-index: 200;
		background: #F1F0F1;
    }

    #shadow-container .shadow2 {
		z-index: 200;
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
		z-index: 200;
        background: #B8B6B8;
    }

    #shadow-container .container {
	/*border: 1px solid #848284;*/
	z-index: 500;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	border: 1px solid #848284;

    }

* html .menu ul ul {
bottom:30px;
}
/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{
visibility:visible;
height:auto;
}

#rightshadow {
	z-index: 10;
	position: relative;
	height:100%;
	width:100%;
	background-repeat: repeat-y;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 926px;
	background-image: url(images/bodyrightshadow.gif);
	visibility: visible;
}	
.clearcontainer { clear: both;}

#rightshadowtop {
	z-index: 4;
	position: relative;
	height:auto;
	background-image: url(new2/images/bannerrightshadow.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 925px;
}

#content {
	position:absolute;
	/*z-index:-1;*/
	padding-left: 3px;
	width: 734px;
	left: 0px;
	height: auto;
	float: left;
	position: relative;
	top: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: ffffff;
}
#copyright {
	text-align: center;
	font-size:10px;
	font-style:italic;
	color:#999;
}
#bottom {
	background-image:url(images/bottom.jpg);
	height: 30px;
	width: 880px;
	position: relative;
	clear: both;
	float: none;
	background-repeat: no-repeat;
}
.bottomParrent {
	color:#CCC;
}
#bottomlinks {
	color:#666;
	font-size:9px;
	list-style-type: none;
	font-weight: lighter;
	text-align:center;
}
#bottomlinks a{
	color:#666;
	font-size:9px;
	list-style-type: none;
	font-weight: lighter;
}
#bottomlinks a:hover {
	color:#CCC;
}

#artlist{
	line-height:1.6em;
			
}
li.light{
	background-color: #FFF;
}
li.dark{
	background-color: #E4E4E4;
}

