/* 		colors:
		dark grey #333333
		white #ffffff
		light blue #ccccff
		light purp blue #9999cc
		darker grey blue #666699
*/

h1 {
	font-size:12pt;
	font-weight: bold;
	font-family: garamond, times, serif;
	margin: 0;
}

h2 {
	font-size:14pt;
	font-weight: normal;
	font-family: impact, times, serif;
	margin: 0;
}

body {
	font-size:12pt;
	font-family: garamond, times, serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	background-color:#000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p{
	font-family: garamond, times;
	text-align:justify;
	
}
	



/*--pseudo classes--*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a:active{
	color:#FFF;
	text-decoration:none;
}





#page{
	width:1000px;
	margin:0px auto;
	padding:0 0 0 0;

}
	
#index{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:1000px;
	min-height:600px;
	background-image:url(layoutimages/directorssm.jpg);
	background-repeat:no-repeat;
	background-position: center;
	float:left;
	
	
	
}


#navindex{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	right:10px;
	top: 0px;
	font-size:25pt;
	font-family: Impact, Verdana, serif;
	font-weight: normal;
	font-style: normal;
	
	

}

#navindex ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display:inline;
	list-decoration:none;
	
}


/*--individual pages that are not the index--*/

#header{
	width:1000px;
	height:150px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	
}

#headerbio{
	width:1000px;
	height:150px;
	background-image:url(layoutimages/scallionshead.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	
}


#headermovingp{
	width:1000px;
	height:150px;
	background-image:url(layoutimages/castlehillhead.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	
}

#headerport{
	width:1000px;
	height:150px;
	background-image:url(layoutimages/sunbridgehead.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	
}

#maincontentbio{
	width:760px;
	min-height:500px;
	margin:0 0 0 0;
	padding:10px 120px 30px 120px;
	background-image:url(layoutimages/scallionsmain.png);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}


#maincontentport{
	width:760px;
	min-height:500px;
	margin:0 0 0 0;
	padding:10px 120px 30px 120px;
	background-image:url(layoutimages/sunbridgemain.png);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}


#maincontentmovingp{
	width:760px;
	min-height:500px;
	margin:0 0 0 0;
	padding:10px 120px 30px 120px;
	background-image:url(layoutimages/castlehillmain.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

#maincontent h1{
	font-family: garamond, times;
	font-size: 14pt;
	font-weight:bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

#maincontent h2{
	font-family: garamond, times;
	font-size: 10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float:right;
	
	
}

#nav ul {
	position:relative;
	float: right;
	top:60px;
	right: 120px;
	padding: 0 0 0 0;
	
}
#nav ul li{
	list-style:none;
	display:inline;
	letter-spacing:.5pt;
	margin: 0 0 0 0;
	padding:0 10px 0 10px;
}


#thumbnails ul{
	margin: 10px 0 0 0;
	padding:0 0 0 0;
	width:900px;

}

#thumbnails ul li{
	list-style:none;
	display:inline;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 0px;
	

}

