/* some colors I like..*/
/* My color scheme......... */
/* rose F0B48F  ..accent*/
/* cream LemonChiffon  lightest */  /* lemonshiffon*/
/* green CED89B */
/* tan C0A972 */
/* mustard E6CE7F */
/* brown olive CadetBlue -- darkest*/
/* background grey..DEDEDE */

/* grey C0C0C0 */
/* * {margin:0; padding:0; border:0; color:#000} */


/****************************************************************/
/*** ELEMENT BASED STYLES ***/
/** TO BE APPLIED TO EVERY INSTANCE OF THESE ELEMENTS ***/

html, body {height:100%}
body {background-color:CadetBlue}

/**html, body, td {**/
html, body {
		margin:0;
		padding:0;
		font:small Verdana, Geneva, "DejaVu Sans", sans-serif;
		color:#000;
		border-width:0
}
a:link		{ color: blue;			text-decoration: none }
a:visited	{ color: mediumblue;	text-decoration: none }
a:hover		{ color: red;			text-decoration: underline; }
a:active	{ color: red;			text-decoration: none }

h1 {font-size:large;	font-weight:bold; margin:2ex 0}
h2 {font-size:medium;	font-weight:bold; margin:2ex 0 1.5ex}
h3 {font-size:small;	font-weight:bold; margin:2ex 0 1ex}

p	{margin:1ex 0; line-height:1.3}

/*hr {clear:both; height:0; width:100%; border-width:0;
/*border-top:1px solid #ccc; margin:10px 0; padding:0}*/
#hr {width:60%; align:left}

ul, ol {list-style-position:outside; margin:1ex 0 1ex 0em;}
li {margin:0.3ex 0}

img {border-width:0}


/****************************************************************/
/*** CLASS BASED STYLES ***/
/*** TO APPLY TO A SUBSET OF AN ELEMENT TYPE ***/
/*** MAY APPLY TO DIFFERENT ELEMENTS ***/
/*** specified in html: <p class="introduction"> or div..*/

.left {float:left; padding:0.3ex 10px 10px 0}
.right {float:right; padding:0.3ex 10px 10px 0}

.i {font-style:italic}
.bld {font-weight:bold}
/**.clrbth {clear:both} **/
.lavenderbox {margin:2ex 0; padding:10px; background-color:lavender; border:1px solid white}
.yellowbox {margin:2ex 0; padding:10px; background-color:LemonChiffon; border:1px solid white}
.bluebox   {margin:2ex 0; padding:10px; background-color:#D4D7FE;      border:1px solid black}
.rosebox   {margin:2ex 0; padding:10px; background-color:MistyRose;    border:1px solid white}
.tanbox    {margin:2ex 0; padding:10px; background-color:#C0A972;      border:1px solid black}
.brownbox  {margin:2ex 0; padding:10px; background-color:rosybrown;    border:1px solid black}
.olivebox  {margin:2ex 0; padding:10px; background-color:CadetBlue;    border:1px solid white}
.CadetBlueBackground  {margin:0ex 0; padding:0px; background-color:CadetBlue;    border:0px solid white}
.GreyBackground  {margin:0ex 0; padding:0px; background-color:#DEDEDE;    border:0px solid white}

.smalltext {font-size:x-small}
.colourtext {color:#a00} /* dark red */
.righttext {text-align:right}

/* .tourtable table */
/* { */
/* 	border:1px solid black; */
/* 	border-collapse:collapse; */
/* /*	width:100%;*/ */
/* } */
/*  */
/* .tourtable td */
/* { */
/* 	border:1px solid black; */
/* 	border-collapse:collapse; */
/* 	height:200px; */
/* 	text-align:left; */
/* 	vertical-align:center; */
/* 	background-color:lightYellow; */
/* } */


	
.show {clear:both; padding:20px 0 0}
.show .picture {float:left; margin:0 20px 10px 0}
.show .picture img.border {border:1px solid #ccc}
.show .title {margin:10px 0}

.pageMainPhoto img.border {border:1px solid #ccc}

.imagePositionBox {  width:80%;  height:80%;  font:20pt/36pt;  background-image:"auxiliary/bothslant-1.jpg";
  background-repeat:no-repeat;  background-position: 90% 30%;}

/* css for images with captions */

.pictureWCap
{
		background-color: #F9F9F9;
		border: 1px solid #000000;
		padding: 3px;
		font: 11px/1.4em Arial, sans-serif;
}
.pictureWCap img
{
		border: 1px solid #000000;
		vertical-align:middle;
		margin-bottom: 3px;
}
.right
{
		margin: 0.5em 0pt 0.5em 0.8em;
		float:right;
}
.left
{
		margin: 0.5em 0.8em 0.5em 0;
		float:left;
}
/* end css for images with captions */



	

/****************************************************************/
/*** ID BASED STYLES ***/
/** ONLY ONE OF THESE PER PAGE ALLOWED **/
/* NOTE: PADDING IS TOP, RIGHT, BOTTOM, LEFT, INSIDE THE ITEM */
/* NOTE: MARGIN IS  TOP, RIGHT, BOTTOM, LEFT, OUTSIDE THE ITEM */

/****************************************************************/

#container {position:relative; height:auto; min-height:91%;background-color:CadetBlue}

#top1, #top2 {width:100%; padding:0 0 0px}
#top1 .menu, #main, #bottom .content {width:90%; margin:0 auto} 
/*#top1 .menulinks, #top2 .menulinks {float:left; font-weight:bold}*/
#top1 {border-bottom:1px solid #ccc; background-color:CadetBlue}
#top1 .logo {float:left;  margin:10px 5px 0 0} /*width 127px; height:75px*/
#top1 a { margin:10px 0 0 10px}
#top1 .tbl, #top2 .tbl {margin:0; padding:0; width:100%; border-width:0; border-spacing:0; width:100%}
#top1 .tbl, #top2 .tbl td {background-color:CadetBlue; padding:0; border-width:0; border-spacing:0; vertical-align:top}
#top2 .menu {width:100%; margin:0 auto} 
#top2, #main {clear:both}
#top2 a {margin:0 0 0 10px}

#main .content {padding:20px 0 130px; background-color:#DEDEDE}

#bottom {width:100%; left:0; bottom:0; background-color:CadetBlue; min-height:9%}
#bottom .content {text-align:center; padding:6px 0; font-size:small;}

/* SLANTED MENU STARTS HERE... */
/**/
/*#slantedmenu{*/
/*font-weight: bold;*/
/*font-size: 90%;*/
/*}*/
/**/
/*#slantedmenu:after{ /*Add margin between menu and rest of conte*/
/*in Firefox*/*/
/*content: "."; */
/*display: block; */
/*height: 0; */
/*clear: both; */
/*visibility: hidden;*/
/*}*/
/**/
/*#slantedmenu ul{*/
/*text-indent: 10px;*/
/*padding: 3px 0;*/
/*margin: 0;*/
/*background-color: #accccc; /*a light CadetBlue;*/ */
/*border: 1px solid CadetBlue; */
/*text-align: left; /*set value to "center" for example to cent*/
/*items*/*/
/*}*/
/**/
/*#slantedmenu ul li{*/
/*display: inline;*/
/*}*/
/**/
/*#slantedmenu ul li a{*/
/*color: DarkSlateGray; /*CadetBlue;*/ /*#494949;  */*/
/*padding: 3px 0;*/
/*padding-right: 25px;*/
/*margin: 0;*/
/*text-decoration: none;*/
/*background: transparent url(slantdivider.gif) top right no-repeat;*/
/*}*/
/**/
/*#slantedmenu ul li a:visited{*/
/*color: DarkSlateGray;  */
/*} */
/**/

/* #slantedmenu ul li a:hover{ */
/* color: black; */
/* } */

/* NEW BUTTONS START HERE */
/* these were the buttons that had the pattern in them, no
/* dropbdown..*/

/* @charset "utf-8"; */
/* CSS Document */
/* a.one:link { */
/* 	display: block; */
/* 	/*width: 160px;*/ 
/* 	height: 14px; */
/* 	font-family:"Verdana", "Geneva", sans-serif; */
/* 	font-weight: bold; */
/* 	color: #FBEACA; */
/* 	background-color: #77371D; */
/* 	/*background-image: url(http://historicunioncemetery.com/auxiliary/eospleasantry8d.gif);*/ 
/* 	background-image: url(textures/marb150.jpg); */
/* 	text-align: left; */
/* 	text-decoration: none; */
/* 	border-top-color: #B56A4C; */
/* 	border-right-color: #4E1E0C; */
/* 	border-bottom-color: #4E1E0C; */
/* 	border-left-color: #B56A4C; */
/* 	border-width: thin; */
/* 	border-style: solid; */
/* 	overflow: hidden; */
/* 	padding: 6px; */
/* } */
/* a.one:visited { */
/* 	display: block; */
/* 	/*width: 160px;*/ 
/* 	height: 14px; */
/* /*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, */
/* /*	serif;*/ 
/* 	font-family:"Verdana", "Geneva", sans-serif; */
/* 	font-weight: bold; */
/* 	color: #FBEACA; */
/* 	background-color: #77371D; */
/* 	/*background-image: url(http://historicunioncemetery.com/auxiliary/eospleasantry8d.gif);*/ 
/* 	background-image: url(textures/marb150.jpg); */
/* 	text-align: left; */
/* 	text-decoration: none; */
/* 	border-top-color: #B56A4C; */
/* 	border-right-color: #4E1E0C; */
/* 	border-bottom-color: #4E1E0C; */
/* 	border-left-color: #B56A4C; */
/* 	border-width: thin; */
/* 	border-style: solid; */
/* 	overflow: hidden; */
/* 	padding: 6px; */
/* } */
/* a.one:hover, a.one:active, a.one:focus { */
/* 		/* this group of selectors will give a keyboard navigator */
/* 		/* */
/* /*		the same hover experience as the person using a mouse. */
/* /*		*/
/* 	display: block; */
/* 	/*width: 160px;*/ 
/* 	height: 14px; */
/* 	font-family:"Verdana", "Geneva", sans-serif; */
/* 	font-weight: bold; */
/* 	color: #FFFFFF; */
/* 	background-color: #77371D; */
/* 	/*background-image: url(http://historicunioncemetery.com/auxiliary/eospleasantry8d.gif);*/ 
/* 	background-image: url(textures/marb150.jpg); */
/* 	text-align: left; */
/* 	text-decoration: none; */
/* 	border-top-color: #B56A4C; */
/* 	border-right-color: #4E1E0C; */
/* 	border-bottom-color: #4E1E0C; */
/* 	border-left-color: #B56A4C; */
/* 	border-width: thin; */
/* 	border-style: solid; */
/* 	overflow: hidden; */
/* 	padding: 6px; */
/* } */


</style>