
/* LMM WIDE SCREEN PAGE */

*
{margin: 0; padding: 0;}


body{
	font-family:Arial, Times, serif; 
	font-size:100%; 
	background-color:#FFFFCC; 
	text-align: center;
	}
	
	#container{
	margin: 0 auto 5px;
	width: 790px;
	height:600px;
	padding:0 0 0 0;
	position: relative;
	text-align:left;
	background-color:#FFFFCC;
	border:0 solid #FF0000;
}

	
h1{
	color: #ff7f00; font-family:arial, helvetica, sans-serif; font-weight: bold; font-size:350%;
	margin-top: 30px;
	margin-bottom: 15px;
}

h2{
	color: #ff7f00; font-family:arial, helvetica, sans-serif; font-weight: bold;
	font-size:150%;padding-bottom:10px;
}

h3{
	color: #000000; font-family:arial, helvetica, sans-serif; font-weight: bold;
	font-size:115%;
}

p {color:#000000; font-size:105%; line-height:120%; padding:5px 0 5px 0;
}

.scrollbox p{text-align:justify;}


#frontpage{
	width: 790px;
	height:450px;
	text-align:center;
	padding: 0 0 0 0;
    margin-left: 0;
	border:0 dotted #00ff00;
}

#maincontent{
	margin-top:1px;
    margin-left: 15px;
	width: 750px;
	height:550px;
	text-align: left;
	padding:0 0 0 0;
	border:0 solid #0000ff;
}


/* menu container */
#nav {
	width:770px;
	height:22px;
	text-align:center;
    padding: 5px 20px 5px 20px;
	background-color: transparent;
	margin-top: 30px;
	margin-left:0px;
	margin-bottom: 30px;
    border:0 solid #ff0000;
}


/* menu button size and behaviour */
#nav a:link, #nav a:visited {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size: 80%;
	display: inline;
	padding:1px 5px 3px 5px;
	background-color: #ffbd00;
	color: #ffffff;
	border:3px solid #ff7f00;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	font-weight: bold;
	background-color: #ffffcc;
	color: #000000;
}
/* END */


/* Nav2 affects the 'Back to top' button */

#nav2 {
	width:750px;
	height:30px;
    padding:5px 0 0 0;
	text-align:center;
	border:0 solid #0000ff;
	background-color: transparent;
	margin-top: 40px;
	margin-bottom: 40px;
    border:0 solid #ff7f00;
}
#nav2 a:link, #nav2 a:visited {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size: 80%;
	display: inline;
	padding:1px 5px 3px 5px;
	background-color: #ffbd00;
	color: #ffffff;
	border:3px solid #ff7f00;
	text-decoration: none;
	}

#nav2 a:hover, #nav2 a:active {
	font-weight: bold;
	background-color: #ffffcc;
	color: #000000;
}

/* Link colours and behaviour */

a:link, a:visited {
	text-decoration: none;
	color: #ff0000;
	background-color:transparent;
}
a:hover, a:active {
	text-decoration: none;
	color: #ECA342;
	background-color:transparent;
}
/* NAV2 END */

/* For IE 6 and below  */
*html #navigation li a {width: 100%;}
/* END */


#watercolor{
   
	right: 350px;
	width: 750px;
	height: 208px;
}

#watercolorsm{
	width: 300px;
	height: 82px;
	margin-left:450px;
}


#donated{
	font-family:arial, helvetica, sans-serif;
	font-size:85%;
	padding: 25px 0 30px 10px;
	color: black;
	text-align:center;
	background-color:transparent;
}

#letter{
	position:relative;
	width: 575px;
	height:295px;
	margin:15px 0 0 80px;
	border:0 solid #ff0000;
}

#stamp{
	position:absolute;
	top: 30px;
	right: 50px;
	width:62px;
	height:75px;
	z-index:3;
}



/* Tried this conditional statements but Firefox sees it and acts on it

	<!--[if lte IE7]>
	position:absolute;
	top: 345px;
	left: 558px;
	width:62px;
	height:75px;
	z-index:3;
	<![endif]-->
}
*/


#sitemap{
	width:700px;
	height:500px;
	padding:0 0 20px 25px;
}

#twoflats{
	width:740px;
	height:275px;
	margin:20px 0 0 25px;
}

#onebed{
	width:312px;
	height:271px;
}

#twobed{
	width:312px;
	height:271px;
}

/*--Photo gallery code fom Stu Nichols of CSS Play--*/


#gallery {
	width:728px; height:450px; padding:10px; border:1px solid #333; background: #888; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:500px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}

#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:20;}

#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:500px; margin:0 auto; background:#888;height:40px;}

#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#888; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:500px; margin:0 auto; background:#888;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;
}
 /*--END OF PHOTO GALLERY--*/
 
 
 
  /*--VANDALS GALLERY--*/
#twocolgallery {
	width:750px; height:500px; padding:10px; border:1px solid #333; background: #888; position:relative; }
	
	/*-Default picture details-*/
#twocolgallery b.default {position:absolute; left:20px; top:10px; width:600px; height:450px; text-align:center;}
#twocolgallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#twocolgallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:600px; margin:0 auto;}
/*-END-*/

/*-Thumbnail details-*/
/*--This line alters the thumbnail width.  180px = 3 columns; 120px = 2 columns --*/
#twocolgallery ul {list-style:none; padding:0; margin:0; width:120px; position:relative; float:right;}
/*-END-*/

#twocolgallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#twocolgallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#twocolgallery ul li a span {display:none;}
#twocolgallery ul li a img {display:block; width:50px; height:50px; border:0;}
#twocolgallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
/*-END Thumbnail details-*/

/*-Alter left:-610px for two column and  -548px for three column-*/
#twocolgallery ul li a:hover b {position:absolute; left:-620px; top:0; width:600px; height:450px; text-align:center; background:#888; z-index:20;}
/*-END-*/

#twocolgallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:500px; margin:0 auto; background:#888;height:40px;}
#twocolgallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#twocolgallery ul li a:active, #twocolgallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}

/*-Alter left:-610px for two column and  -548px for three column-*/
#twocolgallery ul li a:active b, #twocolgallery ul li a:focus b {position:absolute; left:-620px; top:0; width:600px; height:450px; text-align:center; background:#888; z-index:10;}
/*-END-*/

#twocolgallery ul li a:active span, #twocolgallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:14px; width:500px; margin:0 auto;}
#twocolgallery ul li a:active img, #twocolgallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;
}
 /*--END OF VANDALS GALLERY--*/




.floatspace{
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0;
	width: 772px;
	height:270px;
	text-align: left;
	padding:0 0 0 0;
	background-color:#FFFFCC;
	border:0 solid #0000ff;
}



.pixfloatleft{
 	float:left;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 0;
	width: 375px;
	height:250px;
	padding:0px;
	background-color:transparent;
	border:0 solid #000000;
}	
	
.pixfloatright{
 	float:right;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 0;
	width: 250px;
	height:227px;
	padding:0px;
	background-color:transparent;
	border:0 solid #000000;
}	
	

.pixfloatright2{
 	float:right;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 0;
	width: 162px;
	height:250px;
	padding:0px;
	background-color:transparent;
	border:0 solid #000000;
}


.textboxl{
		float:left;
		margin:0;
		width:450px; 
		height: 250px;
		padding: 10px;
		text-align: justify;
		border:0 solid #999999; 
	}

	.textboxr{
		float:right;
		margin:0;
		width:350px; 
		height: 250px;
		padding: 10px;
		text-align: justify; 
		border:0 solid #999999;
	} 

		
		
	.scrollboxl{
		float:left;
		margin:0;
		width:450px; 
		height: 250px;
		padding: 0px; 
		border:0 solid #999999; 
		overflow: scroll;
	}

	.scrollboxr{
		float:right;
		margin:0;
		width:450px; 
		height: 250px;
		padding: 0px; 
		border:0 solid #999999; 
		overflow: scroll;
	}
	
