a 	{
	color: #d06933;
	text-decoration: none;
}

a:link	{
	color: #d06933;
	text-decoration: none;
}

a:visited	{
	color: #d06933;
	text-decoration: none;
}

a:hover	{
	color: #fff;
	text-decoration: none;
}

a:active	{
	color: #d06933;
	text-decoration: none;
}

body {
	background-image: url("../images/bg_dark.jpg");
	font-family : Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

h2{
	background-image: url("../images/underline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
	color: #c43e2b;
	font-size: 10px;
}

input, select, textarea {
	background-color: #b4b4b4;
	border: solid 1px #000;
	color: #000;
	font-size: 11px;
}

li {
	background: transparent;
	line-height: 15px !important;
	list-style-type: none !important;
}

p 	{
	background: transparent;
	color: #000;
	font-size: 13px;
	line-height: 110%;
	text-decoration: none;
}

span.img-thumb {
	background: #999;
	border: 2px solid #bbb;
	display: inline-block;
	padding: 3px;
}

ul {
	background: transparent;
	margin-left: 5px;
	padding-left: 0px;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

.subtitle {
	color: #c0c0c0;
	//font-family: georgia, times, serif;
	font-size: 145%;
	font-style: italic;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	text-align: right;
}

.thumbnails{
	background-color: #eaedd3;
	border: 1px solid #b4b4b4;
	margin: 2px;
	padding: 5px;
}

#bottom {
	color: #c43e2b;
	line-height: 16px;
	margin: 0 0 0 -5px;
	padding: 5px;
}

#content{
	background-image: url("../images/bg_bright.jpg");
	font-size: 100%;
	position: absolute;
	width: 700px;
	height: 100%;
	margin-left: 200px;
	margin-top: -8px;
	//border: 2px solid pink;
}

#footer, #footer p {
	background: transparent;
	//border: 2px solid yellow;
	padding: 20px;
	text-align: left;
	font-size: 10px;
        font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#header {
	background: transparent;
	margin: -8px 0 0 -8px;
	padding: 10px;
}

#header a, #header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #aaa;
	text-decoration: none;
}

#header h1 {
	color: #fff;
	//font-family: georgia, times, serif;
	font-size: 175%;
	padding: 2px 2px 1px 0px;
	text-align: right;
}

#menunav{
	color: #c43e2b;
	height: 24px;
	margin: -8px 0 0 -8px;
	//border: 1px solid blue;
	padding: 15px;
}

#navimage{
	text-align: left;
	//border: 2px solid white;
}

#navlist{
	margin: 0px;
	padding: 0 0 20px 10px;
}

#navlist a:link, #navlist a:visited{
	color: #333;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
}

#navlist a:hover {
	color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	background: transparent;
	color: #c43e2b;
	padding-bottom: 2px;
}

#navlist ul, #navlist li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#page1{
	background: #999 !important;
	display: inline;
	float: left;
	width: 48%;
}

#page2{
	background: #999 !important;
	display: inline;
	float: right;
	margin-bottom: 20px;
	width: 48%;
}

#pages {
	background-image: url("../images/bg_bright.jpg");
	//border: 2px solid blue;
	padding: 15px;
	text-spacing: 1px;
}

#pages a, #pages a:link {
	color: #555;
	text-decoration: none;
}

#pages a:visited {
	color: #808080;
	text-decoration: none;
}

#pages a:hover {
	color: #fff;
	text-decoration: none;
}

#photo{
	border: 1px solid #d06933;
	padding: 5px;
	text-align: left;
}

#togglebottom {
	background-color: transparent;
	color: #bbb !important;
	cursor: pointer;
	//font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	//padding: 2px;
	text-align: right;
}

#togglebottom a, #togglebottom a:link, #togglebottom a:visited {
	background-color: transparent !important;
	color: #eee !important;
	text-decoration: none;
}

#togglebottom a:hover {
	background: transparent;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

#leftbox {
	clear: both;
	float: left;
	position: fixed;
	background-image: url("../images/plant_bottom.png");
        background-repeat: no-repeat;
	background-position: bottom right;
	width: 100px;
	height: 100%;
	margin: 0 0 0 -8px;
	//border: 1px solid red;
}

#rightbox {
	clear: both;
	background-image: url("../images/plant_top.png");
        background-repeat: no-repeat;
        background-position: top right;
	position: absolute;
	margin-left: 750px;
	margin-top: -8px;
	float: right;
	height: 100px;
	width: 400px;
	//border: 2px solid red;
}

#explainbox {
	position: absolute;
	background-color: #eaedd3;
	width: 158px;
	//border: 2px solid blue;
	margin-left: 500px;
	padding: 5px;
	text-align: justify;
	letter-spacing: 0px;
	text-transform: none;

}

#aboutbox {
	position: absolute;
	width: 400px;
	margin-left: 20px;
	letter-spacing: 0px;
	text-transform: none;
	font-size: 12px;
	font-weight: none;
}

a.mosaic {
	border:none;
	display:block;
	float:left;
	width:50px;
	height:50px;
	background-position:center;
	text-decoration:none;
}

#mosaic { width:500px; }

.highslide-html {
	//    background-color: white;
	background-image: url("../images/bg_bright.jpg");
	text-transform: none;
	letter-spacing: 0px;
	font-size: 11px;
    }
.highslide-html-blur {
}
.highslide-html-content {
    	position: absolute;
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
    	padding: 2px;
	border: 1px solid black;
	background-color: white;
        padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
        background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
        padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 550px;
    padding: 5px;
}
																.highslide-wrapper .highslide-header div {
																}
																.highslide-wrapper .highslide-header ul {
																		margin: 0;
																			padding: 0;
																				text-align: right;
																			}
																			.highslide-wrapper .highslide-header ul li {
																					display: inline;
																						padding-left: 1em;
																					}
																					.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
																							display: none;
																						}
																						.highslide-wrapper .highslide-header a {
																								font-weight: bold;
																									color: gray;
																										text-transform: uppercase;
																											text-decoration: none;
																										}
																										.highslide-wrapper .highslide-header a:hover {
																												color: black;
																											}
																											.highslide-wrapper .highslide-header .highslide-move a {
																													cursor: move;
																												}
																												.highslide-wrapper .highslide-footer {
																														height: 11px;
																													}
																													.highslide-wrapper .highslide-footer .highslide-resize {
																															float: right;
																																height: 11px;
																																	width: 11px;
																																		background: url(highslide/graphics/resize.gif);
																																	}
																																	.highslide-wrapper .highslide-body {
																																	}
																																	.highslide-move {
																																		    cursor: move;
																																	    }
																																	    .highslide-resize {
																																		        cursor: nw-resize;
																																		}

																																		/* These must be the last of the Highslide rules */
																																		.highslide-display-block {
																																			    display: block;
																																		    }
																																		    .highslide-display-none {
																																			        display: none;
																																			}
