﻿/* Homepage */

/* Unique Classes and IDs */

/* large banner */
#main  {
	background: transparent url(../images/home/banner1.jpg) no-repeat;
    width: 669px;
    height: 350px;
    margin-bottom: 25px;
    position: relative;
} 
/* small banner */
#event {
    background: transparent url(../images/home/banner2.gif) no-repeat;
    width: 171px;
    height: 345px;
    border-left: 2px solid #FFF;
    float: right;
    cursor: pointer;
}
#main .wedge {
    width: 669px;
    height: 28px;
    background: transparent url(../images/background/wedge_lg.png);
}

#navVisit ul, #navColl ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navColl ul li  {
	margin-bottom: 6px;
	padding: 0;
}
#navColl ul li a
{
	color: #444;
	display: block;
	text-decoration: none;
	height: 32px;
	padding-left: 52px;
	border: 1px solid #FFF;
	line-height: 30px;
}
#navColl ul li a#nc7 {
	line-height: 14px;
}
#navColl ul li a#nc1 { background: transparent url(../images/home/ancient.jpg) no-repeat; }
#navColl ul li a#nc2 { background: transparent url(../images/home/asian.jpg) no-repeat; }
#navColl ul li a#nc3 { background: transparent url(../images/home/contemporary.jpg) no-repeat; }
#navColl ul li a#nc4 { background: transparent url(../images/home/costume.jpg) no-repeat; }
#navColl ul li a#nc5 { background: transparent url(../images/home/decorative.jpg) no-repeat; }
#navColl ul li a#nc6 { background: transparent url(../images/home/painting.jpg) no-repeat; }
#navColl ul li a#nc7 { background: transparent url(../images/home/prints.jpg) no-repeat; }

#navColl a:hover {
	border: 1px solid #ff8a00;
	color: #dd7800;
}

#navVisit ul li {
	margin-bottom: 6px;
}
#navVisit ul li a
{
	font-weight: bold;
	color: #444;
	display: block;
	text-decoration: none;
	height: 49px;
	padding: 12px 0 0 90px;
	border: 1px solid #FFF;
}
#navVisit ul li a#nv4 {
	line-height: 32px;
}
#navVisit ul li a#nv1 { background: transparent url(../images/home/watch.jpg) no-repeat; }
#navVisit ul li a#nv2 { background: transparent url(../images/home/directions.jpg) no-repeat; }
#navVisit ul li a#nv3 { background: transparent url(../images/home/membership_thumb.jpg) no-repeat; }
#navVisit ul li a#nv4 { background: transparent url(../images/home/risdworks.jpg) no-repeat; }

#navVisit a:hover {
	border: 1px solid #ff8a00;
	color: #dd7800;
}
      
/* HTML Tags */
h2 {
    margin: 0 0 12px 0;
    height: 16px;
    background-repeat: no-repeat;
    border-bottom: 3px solid #dedede;
    text-indent: -9999px;
}
                
/* Shared Classes and IDs */
.address {
	margin-top: 0;
}
#col1  {
    margin: 56px 0 0 20px;
}
#logo  {
    background: transparent url(../images/background/logo-white.png) no-repeat;
}
#navigation {
    background-color: #665A54;
    margin-bottom: 15px;
}
#section1 {
    float: left;
    width: 230px;
    margin-right: 20px;
}
#section2 {
    float: left;
    width: 230px;
    margin-right: 19px;
}
#section3 {
    float: left;
    width: 170px;
}
.subnav ul li a[href$="pdf"] {
	background: transparent url(../images/background/icon_pdf_sm.gif) no-repeat 0 1px;
	padding-left: 17px;
}
/*
.subnav ul li a[href^="http"] {
	background: transparent url(../images/background/icon_newwin_sm.gif) no-repeat 0 1px;
	padding-left: 17px;
}
*/
#wrapper {
    background: #FFF url(../images/home/background.jpg) repeat-x;
}