/* CSS for larger screen format based on 1024*768 definition */
/* structural formatting */
body {
/*	background-color: #fdfada; */
	color: black;
	font-size: 0.9em ;
	height: auto;
	line-height: normal;
	margin-left: auto; 			 	
	margin-right: auto ; 
	margin-top: 0%; 			 	
	padding: 0px; 				
	text-align: center; 				
	width: 94%;
	font-family: verdana;
}
#content {
	background-color: #fdfada;
	margin-left: auto; 			 	
	margin-right: auto; 			 	
	margin-top: 0px;
	text-align: left;
	width: 950px;
	height:1500px;	
	z-index: 5;
}

.adsense {
 	float:right; 			 	
	width: 120px;
}

.logo1 {
	background-color: red;
	color:black;
	font-family: comic sans MS;
	font-size: 50pt; 
	line-height:100px;
	padding:0px;
	margin:0px;
	border:0px;
	top:  0;
	text-align:	center;
	width:220px;
}
.logo2 {
	background-color: black;
	color:white;
	font-family: comic sans MS;
	font-size: 50pt; 
	line-height:100px;
	padding:0px;
	margin:0px;
	border:0px;
	top:  0;
	text-align:	center;
	width:220px;
}
/* Base_MENU Processing */
#base { 
	position: relative;	
	top: 1em;
	text-align:center;
}
.Base_MENU {
	font-size:10pt; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-decoration: none; 
	width: 125px; 
 }
a.Base_MENU:link {color: gray}    /* unvisited link */
a.Base_MENU:visited {color: gray} /* visited link */
a.Base_MENU:hover {color: black}   /* mouse over link */
a.Base_MENU:active {color: black}  /* selected link */

/* textual formatting */
h1 {font-weight: bold;
	font-size: 1.8em;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0.25em;
}
h2 {font-weight:bold;
	font-size: 1em;
	margin-left: 5px;
	margin-right: 5px;	
	padding-top: 0.25em;
}
img {
	border: 0px transparent;
	margin-left: 5px;
	margin-right: 5px;
}
input {font-size: 1em ;}
p {
	margin-left: 5px;
	margin-right: 5px;
}
li {
	font-size: 1em ;
	line-height:100% ;
}
ul { margin-top: 0px; 
	 margin-bottom: 0px;
}

a:link {color: blue}     			/* unvisited link */
a:visited {color: purple}  			/* visited link */
a:hover {color: aqua;}   			/* mouse over link */
a:active {color: maroon;}   		/* selected link */

.nopseudo {text-decoration: none;}
a.nopseudo:link {color: white}     	/* unvisited link */
a.nopseudo:visited {color: white}  	/* visited link */
a.nopseudo:hover {color: white;}   	/* mouse over link */
a.nopseudo:active {color: white;}   /* selected link */

.contactbutton {
	background-color: silver;
	border:outset 5px; 
	left: 600px; 
	padding: 3px;
	text-decoration: none; 
}
a.contactbutton:link {color: blue}     	/* unvisited link */
a.contactbutton:visited {color: blue}  	/* visited link */
a.contactbutton:hover {color: black;}   /* mouse over link */
a.contactbutton:active {color: blue;}  /* selected link */

.bold {font-weight: bold;}
.italic {font-style:italic;}		/* italicise */
.notify {background-color: yellow; text-align: center; margin: 6px;}	/* highlight text */
.border-thin { border: thin solid black;}
.nounderline{ text-decoration: none;}
.noborder{ border: 0px transparent;}

/* form management */
.form1 {}	

/* House pictures */
.mainHousePictures {
	float: right;
	position:relative; 
}
.medPix {
	float: right;
	height:234px;
	margin: 2px;
	width:350px; 
}
.smallPix {
	border:thin solid white; 
	height:67px; 
	width:100px; 
}

/* miscellaneous */
.box300 {
	border:4px ridge;
	color:blue;
	padding:10pt;
	width:300px;
}
.hand { cursor: pointer}
.baseleft {
	border: 0px transparent;
	margin-left: 5pt;
	left: 0;
	float: left;
	position: absolute;
}
