@charset "utf-8";

/*basics and tags*/

body  {
	font-family: Calibri, Arial, sans-serif;
	background-color: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666;
	font-size: 12px;
	margin-bottom: 0px;
}

h1,h2,ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	}
#timeline {
	float: left;
}
.indent {
	padding-left: 40px;
}
.date {
	font-weight: bolder;
	font-size: 14px;
	color: #666;
	font-style: italic;
}


.year {
	font-weight: bolder;
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}
.Details ul {
	text-align: right;
	
}
.Details ul li {
	display: block;
	font-size: 10px;
	padding-right:5px;
}

hr {
	background-color:#CCC;
	color: #CCC;
	border: none;
	height: 1px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFAC2F;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.justify {
	text-align: justify;	
}

/* This is the container that everything else sits in */
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	margin-top: 30px;
}

#header {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 37px;
	padding-right: 37px;
	}
#header a:link, #header a:visited{
	text-decoration: none;
	color: #666;
}
#header a:hover, #header a:active {
	text-decoration: none;
	color: #FFAC2F;
}
/* This is the styling for the manin navigation*/

#navbar {
	float: right;
	line-height: 38px;
	margin-top: 32px;
}

#header ul {
	list-style-type: none;
	padding: 0px;	
}
#header ul li {
	float:right;
	display: block;
	margin-left:1em;
	padding:0px;
	font-size: 18px;
}

#JohnClark {
	font-size: 36px;
	float: left;
	margin-top: 20px;
	line-height: 50px;
	margin-left: 0px;
	color: #999;
	font-weight: normal;
}

/* This is the styling for the side navigation menu  */
#navcontainer {
	float: right;
	right: 800px;
	position: absolute;
	padding: 0px 18px 0px 0px;
	top: 95px;
	margin: 0px;
	width: 150px;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navcontainer li {
	margin: 0 0 3px 0; /* this seperates the menu items from each other*/
	text-align: right;
}

#navcontainer a
{
	display: block;
	padding: 2px;
	background-color: #999;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #bbb;
	color: #333;
}
/*This controls the selected list item's appearance so long as the html has the requisit tags*/
#navcontainer #active a:link, #navcontainer #active a:visited, #active a:hover
{
	background-color: #bbb;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
/* This is the end of styling for the side navigation menu  */


#splashimage {
	padding-bottom: 35px;
	border:none;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*This styles the descriptions that go with each gallery*/
#GalleryLabel {
	position: absolute;
	left: 814px;
	top: 442px;
	width: 250px;
	border: 1px solid #C0C0C0;
	color: #FFF;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #bbb;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 250px;
}
#GalleryLabelLarge {
	position: absolute;
	left: 814px;
	top: 412px;
	width: 250px;
	border: 1px solid #C0C0C0;
	color: #FFF;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #bbb;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 280px;
}


#GalleryLabel a:hover, #GalleryLabel a:active {
	color:#333;
	}


#flashcontainer {
	text-align: center;
	padding-top: 20px;
}
#container {
	padding-top: 20px;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
}
/*This defines the page flag element to the left of the name*/
#pageflag {
	font-size: 36px;
	line-height: 50px;
	color: #FFF;
	position: absolute;
	right: 800px;
	padding-right: 18px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#container p {
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#container  a:link, #container  a:visited  {
	color: #000;
}
#container  a:hover, #container  a:active  {
	color: #FC0;
}
#EasternOpen {
	position: absolute;
	top: 95px;
	left: 547px;
	visibility: hidden;
	}
#RA {
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 547px;
	}
#COS {
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 547px;
	}
#GrantBradley {
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 547px;
	
	}
#JohnMoores {
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 547px;
	}
#Chichester{
	position: absolute;
	visibility: hidden;
	top: 95px;
	left: 547px;
	}
#Dummy{
	position: absolute;
	visibility: visible;
	top: 95px;
	left: 547px;
	}
#container ul li a:link, #container ul li a:visited {
	color: #999;
}
#container ul li a:hover, #container ul li a:active {
	color: #FFAC2F;
}
#container ul li      {
	padding-top: 3px;

}
#container a span {
	display:none
}
#container a:hover span {
	display:block;
	position:absolute;
	top:95px;
	left:400px;
	color: #999;
	padding-right:40px;
}
#socialgallery img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	left: 814px;
	top: 675px;

	}
#social img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: absolute;
	left: 814px;
	top: 675px;

	}#statement {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: left;
	font-size: 24px;
	padding-bottom: 10px;
}
#statement img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
