/*** The Essential Code ***/
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;			
	font-size: small;	
}

div#top h1 {font-size:80%;margin:0;padding:5px 0 0 0;}

h1 {
	/*font-size:180%;*/
	font-size:100%;
	text-align: center;
}

h2 {
	font-size: 105%;
}

h3 {
	color: #fff;
	text-align:center;
/*	font-size: 135%;*/
}

h4  {
	padding: 0;
}

h5  {
	font-size:180%;
	text-align: center;
}
a:link img, a:visited img, a:hover img, a:active img {
	border: 0px;
}

p {
/*	font-size: 130%;*/
}

#logo {
	position:relative;
	float:left;
/*	width: 760px;*/
/*	height: 100px;*/
/*	text-align:center;*/
/*	margin: 0 auto;*/
	padding:0px;
}
#logo2 {
/*	position:relative;*/
	float:left;
	padding:0px;
	margin: 5px 0 0 50px;
}

#smalllogo {
	display:block;
	position: absolute;
	left: 0;
	top: 80px;
}

#logotext {
	float:right;
	margin: 25px 55px 0 0;
	font-size: 180%;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
}

#top, #bottom {
	height: 54px;
	width: 80%;
	min-width: 800px;	
	margin: 0px auto;
	color:#CCC;
	font-size: 150%;
	background: url(../../images/top.png) repeat-x;
}
#bottom {
	background: url(../../images/bottom.png) repeat-x;
}
.thin {
	height: 5px;
	width: 100%;
	background: url(../../images/thin.png) repeat-y;
	background-position: center;
}
.banner, .bottombanner	{
	display: inline;
	float: left;
	width: 80%;
	margin: 0 auto;
	background: url(../../images/banner.png) repeat-y;
	background-position: center;
}

.banner { height: 105px;}
.bottombanner {	height: 50px; font-size: 120%;
}

.left {
	display: inline;
	float: left;
	height: 105px;
	width: 10%;
	background: url(../../images/left.png) repeat-y;
	background-position: right;
}
.bottomleft {	
	display: inline;
	float: left;
	height: 50px;
	width: 10%;
	background: url(../../images/left.png) repeat-y;
	background-position: right;
}
.right { 	
	display: inline;
	float: left;
	height: 105px;
	width: 9.99%;
	background-position: left;
	background: url(../../images/right.png) repeat-y;
}
.bottomright { 	
	display: inline;
	float: left;
	height: 50px;
	width: 9.99%;
	background-position: left;
	background: url(../../images/right.png) repeat-y;
}

/*  Main Content  */
#container {
	width: 80%;
	min-width: 800px;
	margin: 0px auto;
	background: #a9a7a6 url(../../images/backgroundfull.png) repeat-x;	
}

#content {
	padding: 15px;
	width: 80%;
	margin: 0px auto;
	font-size: 130%;
	background: transparent;
	text-align: left;

}

#gallerycontent {
	width: 97%;
	padding: 15px;
	margin: 0px;
	font-size: 130%;
	overflow:auto;
}

/* These are for the div method of presenting the galleries */
#container img {width: 100%;  margin: 0px auto;}
div#thumbs {position: relative; float: left; width: 80px; height: 100%; padding: 5% 0 0 0;}
div#thumbs img { border: none; padding: 5px 0;}
div#thumbs a {border: none;}
div#thumbs a:visited {border: none;}
div#image {position: relative; float: left; width: 50%; overflow: auto; margin: 0 15px;}
div#details {position: relative; float: left; width: 210px; height: 100%; padding: 7% 0 0 0; font-size: 80%; text-align:left;}

/* These are for the Memorial and Sculpture Gallery indices*/
#gallery {
	width: 60%;
	margin: 0px auto;
/*	background: #3C6; green*/
}

table#grid {
	margin: 0px auto;
	border:none;
}

table#grid tr {
/*	width: 30%;*/
	margin: 0px auto;
	background-color:#000; /*black*/
	text-align:center;
	border:none;
}

table#grid tr img {
	width: 100px;
	background: #000;
	margin: 0px auto;
	border:none;	
}

table#grid td {
	width: 30%;
	padding: 15px 15px;
	margin: 0px auto;
	border:none;	
}


/*  Menu Bar code  */
table#menu {
	width: 99.8%;
	margin: 0 0 0 1px;
	text-align: center;
	border-width: 2px 0px 2px 0px;
	border-spacing: 0px;
	border-style: inset none inset none;
	border-collapse: collapse;
}

table#menu tr {
	border-width: 2px 0px 2px 0px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: gray;
}

table#menu td {
	width: 12.4%;
	border-width: 2px 1px 2px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: gray;
	color: #000;
}

table#menu td:hover {
	background-color: #a1b2d4;
	color: #fff;
}

table#menu a {
	color: #000;
	text-decoration: none;
}

table#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
	
table.links {width: 100%; border: none; padding: 0 20px 0 20px;}
table.links a {color:#C00;}
table.links a:visited {color:#C06;}
td.links {padding: 0 20px 0 0;}

td.larger {
	padding: 0 5px;
	width: 60%;
}
td.larger img {
	width: 90%;
/*	background:#9C9;*/
}
td.smaller {
	padding: 0 5px;	
	width: 35%;
}

.spacer {
	height: 30px;
}	

ul, li, li a {
/*	font-size: 120%;*/
	text-decoration:none;
	color:#000;
	padding: 0 0 10px 0;
}

a:link {
	color:#C00;
}

li a:hover {
	color:#666;
}

dl {
}
	
dt {
	padding: .5em;
	float: left;
	margin: 0;
	font-weight: bold;
}

dd {
	margin-left: 10em;
	padding: .5em;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
    padding: 5px;
}

img.floatRight { 
    float: right; 
    margin: 4px;
    padding: 5px; 
}

.caption {
	font-style:italic;
	font-size:105%;
	text-align: center;
}

.clear { clear:both; }


/*  REMOVE
td#image img {
	width: 100%;
	position: relative;
	float: left;
	padding: 20px 20px;
}

#details {
	width: 250px;
	text-align:left;
	padding: 20px 20px;	
}

div.mixed {
	width: 95%;
	margin: 0;
}
div.larger, div.smaller {
	position: relative;
	float: left;
	text-align: center;
}
div.larger {
	width: 65%;
}

div.smaller {
	width: 30%;
	margin: 10px 0 0 0;
}

div.larger img {
	position: relative;
	float: left; 
	width: 90%;
	padding: 0 20px;
div img {width: 100%;}	
}*/
