@charset "utf-8";
/* CSS Document */

body { margin-top:0px; background-color:#FFFFFF; font-family:Verdana, Arial, Helvetica; color:#FFFFFF; scrollbar-base-color:#897e1a;

}

p.paraText:first-line { font-weight: bold;

}


#layoutBox { margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ width:900px; height:700px;


}


/*navigations in the primary menu**********************************************************************************************/

/*aaaaaaa*/

a.home { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #897e1a;
	font-family: verdana;
	border:0, 0, 50px, 0px;
}



a.home:hover { 

font-weight:bolder;
font-size:12px;
color: #e9980b;
text-decoration:none;
font-family: verdana;

}

/*bbbbbbb*/

a.navigate { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;
	font-family: verdana;
	border:0, 0, 50px, 0px;
	letter-spacing:normal;
}



a.navigate:hover { 

font-weight:bolder;
font-size:12px;
color: #4d3c0d;
text-decoration:none;
font-family: verdana;
letter-spacing:normal;

}

/*ccccccccccccccccc*/

a.menuBottom { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #e9980b;
	font-family: verdana;
	border:0, 0, 50px, 0px;
	letter-spacing:normal;
}



a.menuBottom:hover { 

font-weight:bolder;
font-size:12px;
color: #ffffff;
text-decoration:none;
font-family: verdana;
letter-spacing:normal;

}

/*footer links*/

a.btn { 
	font-size:12px;
	padding: 0px;
	text-decoration: none;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	letter-spacing:normal;
}

a.btn:hover { font-weight: bold;
font-size:12px;
  color: #e9980b;
	padding: 0px;
	text-decoration:none;
	font-family: verdana;
	letter-spacing:normal;
}

/*navigations*/

a.navTwo { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #e9980b;
	font-family:verdana;
	border:0, 0, 50px, 0px;
}

a.navTwo:hover { 

font-weight:bolder;
font-size:12px;
color: #FFFFFF;
text-decoration:none;
font-family: verdana;

}

/*navigations*/

a.homeLnk { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #897e1a;
	font-family:verdana;
	border:0, 0, 50px, 0px;
}

a.homeLnk:hover { 

font-weight:bolder;
font-size:12px;
color: #e9980b;
text-decoration:none;
font-family: verdana;

}

/*navThree*/

a.navThree:hover { 

font-weight:bolder;
font-size:12px;
color: #ffffff;
text-decoration:none;
font-family: verdana;

}

a.navThree { font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color: #e9980b;
	font-family:verdana;
	border:0 0 0px 0px;
}






/*submenuA*/

a.submenuAlnk { 


	font-size:70%;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}



a.submenuAlnk:hover { 


font-size:70%;
color:#FFFFFF;

text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;



}
/*888888888888888888888888888888*/

.gallerycontainer{
position: relative; width:700px;
height:450px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
float:left;
left:0px;
}

.thumbnail img{

}

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

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 0px;
left: -1000px;
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: 8px;
left: -321px; /*position where enlarged image should offset horizontally */

}


/*image gallery..................................................................................................................................*/
#thumbs {margin-left:10px;
	position:absolute;
	left:531px;
	top:177px;
	width:auto;
	height:auto;

	
}


/*image navigation..................................................................................................................................*/


#imageNavigate {
margin-left:737px;
position:relative;
	width:auto;
	height:auto;
top:-400px;



}


.smalltxt{
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	}
	
	.smalltxt a {
	color:#FFF;
	text-decoration:none;
	font-size: 8px;
	}


