body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, san-serif;
	font-size : 12px;
	text-align: center;
	color: #000;
	background-color: #300;
}

a:link { color: #600; }
a:visited { color: #999; }

a:hover, a:active
{
	color: #fff;
	text-decoration: none;
}

h2
{
	color: #600;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 17px;
	margin: 0 0 2px 0;
	padding: 0;
}

h3
{
	color: #600;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 14px;
	margin: 20px 0 -15px 0;
	padding: 0;
}

#container
{
	margin: 5px 7% 0 7%;
	padding: 0;
	position: relative;
	width: 840px;
	text-align: left;
	background-color: #f3e2d2;
	/* border: 1px none #fff; */
}

#header
{
	height: 206px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	/* border: 1px none #fff; */
}

#header h1
{
	font-size: 1px;
	text-align: left;
	color: #300;
	margin: 0;
	padding: 0;
}

#homelink
{
	position: absolute;
	top: 7px; left: 27px;
}


/* TOP NAV IMAGE ROLLOVERS */
#nav
{
	position: relative;
	top: 151px;
	left: 80px;
	list-style:none;
	float:left;
	margin: 0;
	padding: 0;
	width:800px;
	height:35px;
}

#nav li { float:left; }
			
/* This will hide the text links */	
#nav li a { text-indent: -9999px; }
		
/* ABOUT */
#labout 
{
	background: url(../images/b_about.gif) 10px 0 no-repeat;
	height: 35px;
	width: 150px;
} 

#labout a
{
	display: block;
	height: 35px;
	width: 280px; /* change this width depending on the size of the image */
}
			
#labout a:hover
{
	background: transparent url(../images/b_about.gif) 10px -35px no-repeat;
}
			
/* SERVICES */
#lservices
{
	background: url(../images/b_services.gif) 0 0 no-repeat;
	height: 35px;
	width: 140px;
}

#lservices a
{
	display: block;
	height: 35px;
	width: 89px;
}
			
#lservices a:hover
{
	background: transparent url(../images/b_services.gif) 0 -35px no-repeat;
}

/* GALLERY */
#lgallery
{
	background: url(../images/b_gallery.gif) 0 0 no-repeat;
	height: 35px;
	width: 150px;
} 
			
#lgallery a
{
	display: block;
	height: 35px;
	width: 89px;
}
			
#lgallery a:hover
{
	background: transparent url(../images/b_gallery.gif) 0 -35px no-repeat;
}

/* LINKS */
#llinks
{
	background: url(../images/b_links.gif) 0 0 no-repeat;
	height: 35px;
	width: 130px;
} 
			
#llinks a
{
	display: block;
	height: 35px;
	width: 70px;
}
				
#llinks a:hover
{
	background: transparent url(../images/b_links.gif) 0 -34px no-repeat;
}

/* CONTACT */
#lcontact
{
	background: url(../images/b_contact.gif) 3px 0 no-repeat;
	height: 35px;
	width: 93px;
} 
		
#lcontact a
{
	display: block;
	height: 35px;
	width: 93px;
}
			
#lcontact a:hover
{
	background: transparent url(../images/b_contact.gif) 3px -32px no-repeat;
}
/* END TOP NAV ROLLOVERS */

#menu
{
	float: left;
	width: 160px;
	/* border: 1px solid #C5C877; */
	padding: 0 25px;
}


/* LEFT LINKS FOR GALLERY */
#gallerylink
{
	margin: 10px 0;
	padding: 0;
	position: relative;
	width: 100%;
	/* border: 1px solid #b9751a; */
	font-family: Verdana, Helvetica, san-serif;
	font-size : 14px;
	font-weight: bold;
}
	
#gallerylink ul
{
	margin: 0;
	padding: 0;
	border: none;
}
		
#gallerylink li
{
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
}

#gallerylink li a
{
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	color: #b9751a;
	text-decoration: none;
}

html>body #gallerylink li a
{
	width: auto;
}

#gallerylink li a:hover, #gallerylink li a:selected
{
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/bullet.jpg) -5px no-repeat;
	color: #c99;
}
/* END LEFT LINKS FOR GALLERY */


#contents
{
	margin: 25px 40px 50% 25%;
	padding: 0;
}

#contents p
{
	line-height: 1.4em;
}


#maincontents
{
	position: relative;
	width: 100%
	padding: 0;
	margin: 0 40px 10% 40px;
}

#maincontents p
{
	line-height: 1.4em;
}

/* .imagefloat { float: left; } */

.firstimg
{
	position: absolute;
	margin: 0 0 0 146px;
	padding: 2px;
}


/* GALLERY IMAGE VIEWER */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin: 0 0 250px 0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #b9751a;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: none;
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: -6px;
left: 140px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* END GALLERY IMAGE VIEWER */


#linkslist
{
	margin: 0;
	padding: 20px 0 0 20px;
	font-family: Verdana, Helvetica, san-serif;
	font-size : 13px;
	line-height: 1.3em;
}

#linkslist ul
{
	margin: 0;
	padding: 0;
	border: none;
}
		
#linkslist li
{
	list-style: none;
	margin: 0;
	padding: 0 0 15px 40px;
	background: url(../images/bullet.jpg) no-repeat 0 0;
}


.infotitle
{
	font-weight: bold;
	font-size : 13px;
}
#contactlist
{
	margin: 0;
	padding: 20px 0 0 20px;
	font-family: Verdana, Helvetica, san-serif;
	font-size : 13px;
	line-height: 1.3em;
}

#contactlist ul
{
	margin: 0;
	padding: 0;
	border: none;
}
		
#contactlist li
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
}

#footer
{
	clear: both;
	color: #000;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
}


