@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* fonts */
h1, h2, h3 {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 197%;
	text-align:left;
}
h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 152%;
	text-align:left;
}
h3 {
	font-size: 100%;
}

p {
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height: 1.2em;
}

ul, ol {
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1.2em;
	margin-left: 3em;
}

.line {
	border-bottom: 1px solid #EDEBD5;
}
/* end fonts */

/* images */
img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*end images*/

/*box*/
#box {
	width:770px;
	padding-top:10px;
}
/* end #box*/

/* page */
#page {
	width: 730px;
	border:1px solid black;
	background-color:#F3F2C4;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px
	overflow:hidden;
}
/* end page */

#right_column {
	height:90px;
}

/* title */
#title {
	width: 470px;
	height: 70px;
	margin:0 auto;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	float:left;
	
}
/*end title */

/* menu */
#menu {
	width: 730px;
	height: 35px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	
	padding-bottom:10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #BABABA;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
	color: #494949;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	/*background: #6F8541;*/
	color: #000;
}



/* end menu */
	
	/* menu */
#menu2 {
	width: 730px;
	height: 35px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	padding-top:20px;
	padding-bottom:10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #BABABA;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
	color: #494949;
}

#menu2 a:hover {
	background: #F7F7F4;
}

#menu2 .active a {
	/*background: #6F8541;*/
	color: #000;
}



/* end menu2 */
	/* photo */

#photo {
	width: 730px;
	height: 200px;
	margin: 0 auto;
	
	border-style:inset;
	border-color:#FFF;
}
/* end photo */

/* content */
#content {
	width:730px;
	/*height: 170px;*/
	padding-top:10px;
}




/* footer */
#footer {
	/*clear: both;*/
	width: 730px
	height: 25px;
	background-color:#AFB0A8;
	background-image:url(../images/footer1.gif) repeat-x;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom:0px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
/* end footer*/

/* The containing box for the gallery. */
#container {
    position:relative;
    width:730px;
    height:396px;
    margin:20px auto 0 auto;
    border:1px solid #aaa;
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

/* Adding the thumbnail images */
/*worked out the size of the thumbnails to allow either three portrait images or two landscape ones in a width of 198px, I can style the <ul> to be 198px wide. I will also have two rows of portrait and three rows of landscape thumbnails each with a 1px border and a 1px top / bottom margin which gives a vertical height of 386px. To place the thumbnails inline, I've added a left float to the */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(../images/thumb_1.jpg);
    height:93px;
    width:60px;
    }
#container a.slideb {
    background:url(../images/thumb_2.jpg);
    height:93px;
    width:60px;
    }
#container a.slidec {
    background:url(../images/thumb_3.jpg);
    height:93px;
    width:60px;
    }
#container a.slided {
    background:url(../images/thumb_4.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
    background:url(../images/thumb_5.jpg);
    height:60px;
    width:93px;
    }
#container a.slidef {
    background:url(../images/thumb_6.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
    background:url(../images/thumb_7.jpg);
    height:60px;
    width:93px;
    }
#container a.slideh {
    background:url(../images/thumb_8.jpg);
    height:93px;
    width:60px;
    }
#container a.slidei {
    background:url(../images/thumb_9.jpg);
    height:93px;
    width:60px;
    }
#container a.slidej {
    background:url(../images/thumb_10.jpg);
    height:93px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/thumb_11.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slidek {
    width:91px;
    w\idth:93px;
    }
#container a.slidel {
    background:url(../images/thumb_12.jpg);
    height:60px;
    width:93px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }
	
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }
	
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:10px;
    left:75px;
    color:#000;
    background:#fff;
    }

/* make text visable on portrate images*/
#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

/* base image */
#container {
    background:#fff url(../images/gal.jpg) 75px 10px no-repeat;
    }

/* end gallery container */