
html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 90%;
	color: black;
	background-color: #e7e7e7;
}




a { text-decoration: none;}
a:link { color: #888; }
a:visited { color: #888; }
a:hover {text-decoration: underline; }
img { margin: 0 0 5px 0; }

p, dl { margin: 10px 10px 15px 10px;  padding: 0; }

ol, ul {
	padding: 0;
	margin: 0 0 0 1em;
}

ol ol li { list-style-type: lower-alpha; }

ol ol ol li { list-style-type: lower-roman; }

dd, dt {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 15px;
}

/* navigation */
body ol {
	position: absolute;
	display: block;
	width: 550px;
	left: 356px;
	top: 30px;
	height: 18px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:transparent;
	overflow: visible;
}

body ol li {
	display: inline;
	background: url('images/chrome/sprites.gif') no-repeat 0 -100px;
}

body ol li a {
	float: left;
	position: relative;
	
	height: 18px;
	padding: 0;
	margin:  0 0px 0 24px;
	background: url('images/chrome/sprites.gif') no-repeat 0px 0px;
	display: inline;
}


body ol li a span {
	display: none;
}


/* headers */

h1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 292px;
	height: 80px;
	background: url('images/chrome/flint_wordmark.gif') center no-repeat;
}

h1 a {
	display: block;
	background: url('images/chrome/flint_wordmark.gif') center no-repeat;
	left: 0px;
	top: 0px;
	width: 292px;
	height: 80px;
	margin: 0;
	padding: 0;
}

h1 a span {
	display:none;
}

h2 {
	float: left;
	font-size: 100%;
	overflow: hidden;
	clear: right;
	margin: 0;
	margin: 20px 0 0 0;
}

h2 a {
	/* page title */
	z-index: 100;
	padding: 0;
	font-weight: normal;
	margin: 0;
}

h2, h2 a {
	display: block;	
	width: 210px;
	padding: 0;
	text-indent: 0;
	background: white no-repeat 24px 0px;

}

h2 span {
	display: none;
}


h2 cite {
	display: block;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0 0 26px;
	color: #aaa;
}

h2 cite a {
	display: inline;
	width: auto;
	background: transparent;
}
cite a:hover { color: #f8d; }


h6 {
	display: block;
	z-index: 200;
	font-size: 80%;
	padding: 10px 100px 0 220px ;
	color: #999;
	font-weight: normal;
	clear: both;
}



div {
	float: left;
	width: 900px;
	line-height: 1.45em;
	background-color: white;
	margin: 80px 0 0 0;
	padding: 0;
	height: auto;
}


div div {
	position: static;
	width: 340px;
	margin-top: 10px;
	float: left;
	height: auto;
}

div div a:hover { color: #0f2; text-decoration: underline; }

/* breadcrumbs */
div ul {
	display: block;
	width: 100%;
	height: 1.75em;
	line-height: 1.75em;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #999;
	overflow: hidden;
}


div ul li
{
	position: relative;
	display: inline;
	margin: 0 0 0 24px ;
	padding: 0;
	height: 40px;
}

div ul li a:hover {
	color: #f88;
}

div ul li ul li, div ul li ul {
	display: inline;
	margin: 0;
	margin-left: 0.1em;
	padding: 0;
	height: 40px;
}

div ul li ul li a:hover {
	color: #fd6;
}

div ul li ul li ul li a:hover {
	color: #28f;
}

div ul li ul li:before {
	content: " > ";
	color: #ccc;
}



/* reset ul rules */

div div ul, div div ul ul, div div ol, div div ol ol {
	display:block;
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: disc;
	color: black;
}

ol li, div div ul li, div div ul li li, div div ol li, div div ol li li {
	display: list-item;
	margin: 0 0 0 20px;
	padding: 0;
	height: auto;
	background: transparent;
	line-height: 1.25em;
}

div div ul li ul{
	display: block;
	margin: 0 0 ;
}

div div ul li ul li:before {
	height: auto;
	padding: 0;
	margin: 0;
	content: "";
}


/* nav */

ol li a {
	background-image: url('images/chrome/sprites.gif');
}

#nav-about a {
	width: 48px;
	background-position: 0px 0px;
}
#nav-about a:hover {
	background-position: 0px -20px;
}


#nav-calendar a {
	width: 67px;
	background-position: -53px 0px;
}
#nav-calendar a:hover {
	background-position: -53px -20px;
}


#nav-media a {
	width: 47px;
	background-position: -126px 0px;
}
#nav-media a:hover {
	background-position: -126px -20px;
}


#nav-teaching a {
	width: 68px;
	background-position: -178px 0px;
}
#nav-teaching a:hover {
	background-position: -178px -20px;
}


#nav-appamada a {
	width: 82px;
	background-position: -251px 0px;
}
#nav-appamada a:hover {
	background-position: -251px -20px;
}

