/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none;  }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    overflow: hidden;
    top: 0px;
	padding: 10px 0 5px 10px;
    position: fixed;
    height: 72px;
	width: 100%;
	background-color: #fff; 
	/*background: transparent url(../img/white_falloff2.png) repeat-x; */ 
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 12px 0;
}

#menushadow{
	background: none;
	background: transparent url(../img/dropshadow.png) repeat-x;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 87px;
}

.savage, .savage a, .savage a:visited, .savage a:hover{
	color: #aa947d;
}

#menu p {display: none;}
#custom-menu {display: none;}

#menu .container{
	position: fixed;
	left: 400px;
	margin: 0;
	padding: 0;
}

#menu .container ul{
	width: 150px;
	float: left;
	background-color: #fff;
}
#menu .container a, #menu .container a:visited{
	color: #ff0000;
}

#indexhibit-link {
	position: absolute;
	bottom: 0;
	left: 500px;
	height: 20px;
	width: 200px;
	background-color: #fff;
}

#content {
    height: 100%;
    margin: 100px 0 0 10px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

#morelink {
	position: relative;
	display: block;
	text-transform: uppercase;
	left: -235px;
	padding-bottom: 50px;
}

#morelink a{color: #1d67ee;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*   section specific stuff   */
.listing-container { 
	float: left;
	margin-right: 17px; 
	background-color: #fff; 
	margin-bottom: 20px;}
.listing-container:hover { }

.listing-item { width: 215px; height: 150px;}
.listing-item a{
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	display: block;
	padding-top: 20px;
	width: 215px;
	height: 150px;}
.listing-item a:hover span {}
.listing-caption-head a, .listing-caption-head a:visited{ 
	display: block;
	color: #000;
	}
.listing-caption-head a:hover{ 
	text-decoration: underline;
}
.listing-caption {
	margin-top: 5px;
	background: #fff;
	height: 30px;
}

.listing-caption b{
	color: #ff0000;
	font-weight: normal;
}

#listing-items{}

#listing-text{
	margin-bottom: 30px;
}

#newMenu a, #newMenu a:visited{
	text-transform: uppercase;
	display: block;
	color: #1d67ee;
}

#newMenu .ms0 a, #newMenu .ms0 a:visited{
	color: #1d67ee;
}

#newMenu #home-link a, #newMenu #home-link a:visited {color: #000; }



.menu-section {
	float: left;
	width: 130px;
}

.ms0 { width: 180px; }
.menu-sub{ display: block;}
