/*  

green bkgrnd   #455a21

nav bkgrnd     #cdbb3f

footer bkgrnd  #14435d

footer text    #ccd5E4

content bkgrnd #fef9bb

*/



/* defaults */

img   {border:0;}

table {border:0; border-collapse:collapse;}

td {vertical-align:top; margin:0; padding:0;}

div {text-align:left;}

span.dot {font-size:12pt; font-weight:900;}



/* links */

a, a:visited, a:active {color:#455a21;} 

a:hover {color:#5d141e;}



/* typical main page heading, e.g. "About" */

h1 {

	font-weight:normal;

	font-size:30pt;

	margin:0;

  font-family:"georgia";

  color:#5d141e;

}

h3 {

	font-weight:normal;

	font-size:20pt;

	margin:0;

  font-family:"georgia";

  color:#5d141e;

}

/*---------------------------------------------------------*/

/*    STRUCTURE                                            */

/*---------------------------------------------------------*/

body {

  background-color:#455a21; 

  font-family:"gill sans", verdana, sans-serif;

  margin-top:20px; 

  text-align:center;

  font-size:10pt;

}

#container {

  width:800px;

  margin:0 auto;

  position:relative;

}

#topLinks {

	color:#fef9bb;

	text-align:right;

}

  #topLinks a, #topLinks a:hover, #topLinks a:visited {

	  color:#fef9bb; text-decoration:none;

  }

table#main-table {width:800px;}

  #main-table td {padding:0; margin:0}

  #main-table td.nav     {background-color:#cdbb3f;}

  #main-table td.content {background-color:#fef9bb;}

div#nav {

  width:175px;  

  height:225px; 

  background-color:#cdbb3f; /* orange */ 

  padding-top:10px;

}

	div#nav p     {margin:3px 0 2px 3px;}

	div#navhome p {margin:2px 0 2px -4px;}

div#leftPic {

  width:225px; height:300px; 

  position:absolute;

  top:275px;

}

  div#leftPic img {width:225px; height:300px;}

div#content {

  padding:25px 35px 0 85px;

  background-color:#fef9bb;

}

td#rightBar {

	width:105px;

	height:600px;

	text-align:right;

  background-color:#455a21;

  margin:0; padding:0;

}

div#footer {

	width:100%;

  height:67px;

  color:#fef9bb;

  background-color:#14435d;

  text-align:center;

}

  #footer p {margin-top:0; padding-top:20px;}

div#copyright {

	width:100%;

  color: #ccd5E4;

  text-align:center;

  padding:10px 0;

}







/* INDEX PAGE */

#indexLeftBar {

  width: 288px;

  height:600px; 

  background-color:#cdbb3f; /* orange */

}

#indexContent {

	width: 307px; /* base 407 */

	padding:25px 50px 0 50px;

	background-color:#fef9bb;

}



/* SINGLE_IMAGE VIEWER */

#viewerContent {

	width: 600px;  /* base: 800 */

	height:650px;

	padding:0 35px 0 0;

	background-color:#fef9bb;

}

/*---------------------------------------------------------*/

/*    PAGE HEADER, TITLE                                   */

/*---------------------------------------------------------*/

/* std header in gallery and viewer (others insert header w/o container) */

#galleryContent img.h2, #viewerContent img.h2 {

	margin-bottom:-4px;

	margin-left:10px;

}

/* space between lines in 2-line header */

#headerSpacer {height:10px}



/* page title */

#titleContainer {

	text-align:left;

	margin-top:5px;

	margin-left:-4px;

}

/* THUMBNAIL (GALLERY) PAGES */

#galleryContainer {

	width: 485px;

	padding:10px 10px 10px 0;

	border: 0px solid black;

}

	#galleryContainer img {

		width: 140px;

		height:140px;

		padding:5px 15px 5px 0;

	}

/* CONTACT PAGE */

table.contact td {padding: 5px 0 5px 0;}

/*---------------------------------------------------------*/

/*    HOME PAGE ROTATING IMAGES                            */

/*---------------------------------------------------------*/

/* default opacity for IE */

img {filter:alpha(opacity=100);}



/* duplicate image positioning */

img.idupe {

    position:absolute;

    z-index:1;

    visibility:hidden;

}

