body {
	background-repeat: repeat;
	background-color: #993C1E;
}


link{color:#6D6D6D}
hover{color:#00FF66}
active{color:#8D8D8D}
visited{color:#8D8D8D}


input {
	font-family: Tahoma;
	font-size: xx-small;
}


select {
	font-family: Tahoma;
	font-size: 10px;
	color: #5E5E5E;
}


.input {
	width: 115px;
	font-family: Tahoma;
	font-size: 10px;
}


.input02 {
	width: 185px;
	font-family: Tahoma;
	font-size: 10px;
}


.bg_bottom {
	background-image: url(images/bg_bottom.gif);
	height: 60px;
}


.bg_but1 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 100px;
}
.bg_but2 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 100px;
}
.bg_but3 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 100px;
}
.bg_but4 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 100px;
}

.bg_but5 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 100px;
}
.bg_but6 {
	background-image: url(images/buttons/button.gif);
	height: 32px;
	width: 106px;
}


.bg_sideshadow {
	background-image: url(images/side_shadowl.gif);
	width: 7px;
}


.bg_sideshadow01 {
	background-image: url(images/side_shadowr.gif);
	width: 12px;
}


.txt_body {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b4e3e;
}


.txt_bodylink {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b4e3e;
	text-decoration: none;
}
.txt_more:visited, .txt_bodylink:link, .txt_bodylink:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b4e3e;
	text-decoration: none;
}
.txt_bodylink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #00FF66;
	text-decoration: none;
}


.txt_title {
	font-family: English;
	font-size: 24px;
	font-weight: bolder;
	color: #993c1e;
	text-decoration: none;
}


.txt_title01 {
	font-family: English;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}


.txt_titlesmall, .txt_titlesmall:link, .txt_titlesmall:active, .txt_titlesmall:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #8f4300;
}
.txt_titlesmall:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #00FF66;
}


.txt_conten, .txt_conten:active, .txt_conten:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #8f4300;
}
.txt_conten:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #8f4300;
}

.txt_but, .txt_but:link, .txt_but:active , .txt_but:visited {
	font-family:Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_but:hover { 
	font-family:Helvetica, sans-serif, Arial, Verdana;
	font-size: 11px;
	font-weight:bold;
    color: #00FF66; 
	text-decoration: none;
}


.txtnavbar, .txtnavbar:link, .txtnavbar:active, .txtnavbar:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #5b4e3e;
	text-decoration: none;
}
.txtnavbar:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #00FF66;
	text-decoration: none;
}
.imagebordered {
	border: 2px solid #AE8E65;
}
.imagefaded {

	border: 2px solid #AE8E65;
}
.imagemarginspace {
	padding: 6px;
}

/*These are for the transparent effect of images*/
/*==============================================*/
 
div.transOFF {
	width: 100%;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
div.transON {
	width: 100%;
	opacity:.50;
	filter: alpha(opacity=35);


	-moz-opacity: 0.5;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
div.trans25 {
	width: 100%;
	opacity:.25;
	filter: alpha(opacity=25);



	-moz-opacity: 0.25;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
div.trans75 {
	width: 100%;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

/*The following are all for the CSS photo gallery*/
/*===============================================*/

.gallerycontainer { /*Add a height attribute and set to largest image's height to prevent overlaying*/
	position: relative;
}

.thumbnail img {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b4e3e;
	text-decoration: none;
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img {
	border: 1px solid blue;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 75px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
/*The following are all for the CSS photo popup*/
/*=============================================*/

#pic {
									/* background-color: #EADDCD; */	
	border: 2px solid #AE8E65;
	left: 0px;						/*reduced from 10px*/
	position: relative;
	top: 0px;						/*reduced from 10px*/
	width: 100px;					/*reduced from 125px*/
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
										/* background: #EADDCD; */
										/* border: 1px solid #000000; */
	display: block;
	height: 115px;						/*changed from 90px*/
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;						/*changed from 135px*/
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 300px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: -120px;					/*120px less than the equivalent top setting in the text link popup*/
}
/*The following are all for the CSS photo popup on a text link*/
/*============================================================*/

#text2pic {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b4e3e;
	text-decoration: none;
	position: relative;
	width: 100px;					/*reduced from 125px*/
}

#text2pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#text2pic a img {
	border: 0;
}

#text2pic a.p1, #pic a.p1:visited {
/*	display: block; */
	color: #5b4e3e;
	left: 0;
	text-decoration: none;
	top: 0;
}

#text2pic a.p1:hover {
	color: #00FF66;
	text-decoration: none;
}

#text2pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 300px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: -240px;					/*120px more than the equivalent top setting in the image link popup*/
}
