/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #015A21; /* green */
	}
#wrapper {
    width: 780px;
	margin: 0 auto 20px;
	background-color:#fff;
	}
#breadcrumbs {
    clear: both;
	padding: 1em 2em 2em 1em;
	}
#breadcrumbs p {
    line-height: 1.0em;
	margin: 0;
	}
#heading {
    clear: both;
	padding: 1.2em 12px;
	text-align: center;
	}
.navArrows {
    clear: both;
	margin: 20px 0;
	} 
.navArrows ul {
     padding: 0;
	 margin: 0;
	 list-style-type: none;
     width: 100%;
     text-align: center;
	}
.navArrows img { /* This is to align the text with the arrows. */
    margin-bottom: -9px;}
.navArrows ul li {
    display: inline;
	padding: 0;
	margin: 0 15px;
	}
.liText {font-size: 1.2em;}
#content {
	margin: 0;
	padding: 0 20px 2em;
	}
#thumbnails {text-align: center;}
#thumbnails table {
    width: 100%;
	border: 0;
	}
#thumbnails td {
    padding: 2px;
	width: 25%;
	}
#thumbnails td p {
    line-height: 1.0em;
	margin: 4px 2px 20px;
	}
.alignCell {
    text-align: center;
	}
img {
    border: 0;
	}
#enlargement {
    width: 600px;
	margin: auto;
	clear: both;
	text-align: center;
	}
#enlargement p {    
	line-height: 1.5em;
	margin-bottom: 0;
	}
#enlargement img {
    border: 1px solid #000;
	}
.caption {
    margin-top: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	}
.detail {
    margin-top: 0;
	font-size: 1.0em;
	}
.copyright {
    margin-top: 0;
	color: #666;
	}
#footer {
    clear: both;
	margin-top: 3em;
	padding: 30px 50px;
	border-top: 1px solid #000;
	}	
#contactus {
    width: 70%;
	margin: auto auto 3em;
	border: 1px solid #6C6C6C; /* dark grey */
	background-color: #EAEAEA; /* light grey */
	padding: 0.2em 1em;
	}
#footer p {
    line-height: 1.3em;
	margin: 0.8em 0;
	}
a {color: #00c;} /* blue */
a:link {color: #00c;} /* blue */
a:visited {color: #00c;} /* blue */
a:active {color: #00c;} /* blue */
a:hover {color: #900;} /* red */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;
	}
strong, b {
    font-weight: bold;
	}