/* GENERAL STYLES */
/* GENERAL STYLES */
/* DOECSS Framework Version: 3.00
	File Name: base.css
	Notes:
		- Based on 960 Grid System (http://960.gs/)
		- Imports all other CSS files
		- Overwrites imported classes
		- Copyright 2009, Doe-Anderson (http://www.doeanderson.com)
===============================================================*/


/* DOECSS Framework Imports
---------------------------------------------------------------*/

/*@import "/css/reset.css";*/




/* Custom and Redefined Classes
===============================================================*/



body
{
	background: #d1dbe5 url(/images/bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    line-height: 19px;
}

a:link,
a:active,
a:visited
{
	color: #352e29;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}
h3 {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

h4 {
    color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    font-weight: bold;
    margin-bottom: -5px;
}

h4 a {
	text-decoration: none;
	line-height: 24px;
	margin-top: 10px;
	}
h4 a:hover {
	text-decoration: underline;
	}


h5 {
    color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    font-weight: normal;
}

p
{
	margin-bottom: 20px;
}

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}

img.float,
img.umbMacroHolder {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

ol {
	list-style: decimal;
	margin: 0 5px 0 20px;
	padding: 0;
}

ol li ol {
	list-style: upper-alpha;
}


#Container {
	background: url(/images/container-bg.gif) no-repeat left top;
	margin: 0 auto 0 auto;
    padding: 0 3px 0 0;
	width: 905px;
	min-height: 550px;
}




/* Header classes
---------------------------------------------------------------*/

#Header {
    background: url(/images/header-bg.gif) no-repeat right top;
	margin: 0;
	left: 2px;
	position: relative;
	height: 150px;
	width: 900px;
	
}


	#Header #Logo {
		float: left;
		margin: 0;
		padding: 0;
		height: 64px;
		width: 200px;
	}
	
	#Header #Logo a:link,
	#Header #Logo a:active,
	#Header #Logo a:visited,
	#Header #Logo a:hover {
		display: block;
		background: url(/images/logo.gif) no-repeat left top;
		margin: 55px 0 0 37px;
		padding: 0;
		height: 64px;
		width: 200px;
	        text-decoration: none;
	}
	
	#Header #Logo a span {
		display: none;
	}
		
#Contact {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 95px 32px 0 0;
}
	
	

/* Nav classes
---------------------------------------------------------------*/

#NavMainBar {
        padding: 0 0 0 0;
        margin: 0;
        background: #000;
        height: 20px;
        width: 899px; 
	}

    
        ul.mainnav{
              margin:0px;
              padding:0px;
              height:20px;
              }

        ul.mainnav li{
              display: inline;
              list-style:none;
              }


        ul.mainnav li a{
              float: left;
              height: 20px;
              padding:0px;
              color: #FFFFFF;
              }


        ul.mainnav li a img{
              border:0px;
              }



       
#NavHorBar {
        background: #4a5c6b;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0px;
        height: 20px;
        width: 899px; 
	}

   
        ul.hornav{
              margin:0px;
              padding:0px;
              height:20px;
              }

        ul.hornav li{
              display: inline;
              list-style:none;
              }


        ul.hornav li a{
              float: left;
              height: 20px;
              padding:0px;
              color: #ffffff;
              }


        ul.hornav li a img{
              border:0px;
              }




              
#NavVertBar {
        margin: -10px 0 0 1px;
        height: 210px;
        width: 250px;
        float: left;
	}

        ul.sidenav{
              margin: 0;
              padding: 2px 0 0 0;
              background:url(/images/vertnav-bg.png);
              height:210px;
              }

        ul.sidenav li{
              list-style:none;
              padding-bottom: 5px;
              }


        ul.sidenav li a{
              display: block;
              width:250px;
              padding:0px;
              color: #000;
              }


        ul.sidenav li a img{
              border:0px;
              }
              
        ul.sidenav-search{
              margin: 0;
              padding: 2px 0 0 0;
              background:url(/images/vertnav-bg.png);
              height:240px;
              }

        ul.sidenav-search li{
              list-style:none;
              }


        ul.sidenav-search li a{
              display: block;
              width:250px;
              padding:0px;
              }


        ul.sidenav-search li a img{
              border:0px;
              }
              




#SubNav {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0 0 21px; 
	width: 200px;
	}
	
	#SubNav ul {
    	list-style-type: none;
		padding: 0;
		margin: 0;
        }

    #SubNav li {
    	background: url(/images/nav-bullet.png);
    	background-repeat: no-repeat;
		background-position: 0 .5em;
		padding-left: 1.2em;
    	margin: 0 0 -10px 0;
        font-weight: bold;            
        }




#SubNav-About {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	width: 250px;
	}
	
	#SubNav-About ul {
    	list-style-type: none;
		padding: 0;
		margin: 0;
		}

    #SubNav-About li {
    	background: url(/images/nav-bullet.png);
    	background-repeat: no-repeat;
		background-position: 0 .3em;
		padding-left: 1.3em;
    	margin: 0 0 -10px 0;
        font-weight: bold;       
        display: inline;
        }




#sitemap {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    margin: 20px 0 0 -20px; 
    }

    #sitemap ul {
             
    }

	#sitemap ul li {
    	list-style: url(/images/nav-bullet.png);
        padding: 0 0 10px 0;
        font-weight: bold;
    }

    #sitemap ul li li {
        list-style: url(/images/nav-bullet.png);
        padding: 0 0 0 0;
        font-weight: normal;
        }
    #sitemap ul li  a {
    	text-decoration: none;
    	} 

#SubNav-Archive {
	color: #352e29;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	width: 600px;
	}
	
	#SubNav-Archive ul {
    	list-style-type: none;
		padding: 0;
		margin: 0;
		float: left;
		width: 200px;
		}

    #SubNav-Archive li {
    	background: url(/images/nav-bullet.png);
    	background-repeat: no-repeat;
		background-position: 0 .3em;
		padding-left: 1.3em;
    	margin: 0 0 10px 0;
        font-weight: bold;       
         }
    #SubNav-Archive li a {
		text-decoration: none;
		}
	#SubNav-Archive li a:hover {
		text-decoration: underline;
		}
		
        .archiceColumn {
			width: 180px;
			float: left;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
				}

        

#breadcrumb {
	width: 100%;
	height: 20px;
	clear: both;
	margin: -12px 0 0 26px;
	padding: 0 0 5px 0;
	font-size: 9px;
	}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	}

#breadcrumb ul li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
	}
#breadcrumb ul li a {
	float: left;
	padding-right: 20px;
	background: url(/images/nav-bullet.png);
    background-repeat: no-repeat;
	background-position: right .7em;
	
	}

	



/* Content classes
---------------------------------------------------------------*/

#Content {
	margin: 0 auto 0 auto;	
	width: 898px;
    min-height: 450px;
          }

     #Content #ContentContainer {
		width: 898px;
        padding: 20px 0 0 0;
        }



#InnerContent {
        margin: 0 35px 50px 0;
        width: 605px;
        float: right; 
        }

#InnerContent img {
        margin: 0 0 10px 10px;
        padding: 0;
        border: 1px #333 solid;
       }
       
#InnerContent a {
    text-decoration: underline;
   	}
   	
#InnerContent h3 a {
	text-decoration: none;
}
       
       
#fash-nav {
	margin: 0 0 0 10px;
	}


#HomeBox {
        background: #d6dde6;
        width: 364px;
        height: 100%;
        margin: 0 0 0 25px;
        padding: 0 33px 20px 33px;
        border: 1px #7a899b solid;
        }
        
        #HomeBox img {
        	border: 1px solid #777;
        }


#HomeFeature {
        width: 345px;
        height: 100%;
        margin: 0 35px 0 0;
        padding: 0 0 0 0;
        float: right;
        }
        
#HomeFeature a {
    text-decoration: underline;
   	}

#CollectionsTab {
        width: 585px;
        height: 323px;
        margin: 20px 0 0 0;
        padding: 0;
        
}

#CollectionsTab a {
        border: 0px;
}

#CollectionsTab span {
       visibility: hidden;
}

#virtualtour {
	margin-top: 20px;
}

#virtualtour img {
	margin: -1px;
	width: 500px;
}

#googleMap {
	border: 2px solid #000;
	width: 525px;
	background: #000;
}


.donate {
	margin: 10px 0 0 30px;
}

/* Slideshow classes
---------------------------------------------------------------*/

#slideshow {
        position: relative;
        width: 899px;
        overflow: hidden;  
        padding: 0 0 0 0;
        height: 259px;
        border-bottom: 1px solid #4a5c6b;
        
        }

#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}




/* Footer classes
---------------------------------------------------------------*/
#Footer {
        text-align: center;
        color: #383625;
        font-size: 11px;
        padding: 50px 0 20px 0;
        margin: 50px auto 0 auto;
		clear: both;
}

#Footer a,
#Footer a:visited {
        color: #383625;
        text-decoration: none;
        }

#Footer a:hover {
        color: #000;
        text-decoration: underline;
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
