@charset "utf-8";
/*---------------------------------------------------------------*\
|                                                                 |
|    Oxford Academy CSS                                           |
|    Lovingly worked at Oast One by James Marett, August 2008     |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #C9CBCC;
	/*font-size: 62.5%;*/
}

/*-- Fonts --*/

#menu, #content h2, #panel #date, #content h3, #content h4, #panel h3, #bigpage .boxes h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-- Page Layout --*/

#outerholder {
	background: #C9CBCC url(../images/background.gif) top center repeat-y;
}

#holder {
	width: 1000px;
	text-align: left;
	background: #fff url(../images/inner_background.gif) top center repeat-y;
	clear: both;
}

#topimage {
	padding: 0;
	margin: 0;
	clear: both;
}

#header {
	background: #00539B url(../images/top_dots.gif) right no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	height: 110px;
	text-align: left;
}
#header h1 {
	display: none;
}

#bigpage {
	padding: 315px 30px 20px 30px;
	background: #fff url(../images/homepage_picture.jpg) top no-repeat;
	min-height: 0px;
}

#bigpage .boxes {
	background: #C9CBCC url(../images/homepage_table_bg.jpg) top no-repeat;
	height: 50px;
	vertical-align: top;
}
#bigpage .boxes h2 {
	color: #00539B;
	font-size: 20px;
	margin: 5px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
}
#bigpage .boxes p {
	color: #333;
	background: #fff;
	font-size: 14px;
	margin: 2px;
	padding: 5px;
	border: #bbb 1px solid;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	min-height: 54px;
}

#bigpage .boxes a {
	color: #00539B;
	text-decoration: none;
	padding-right: 14px;
	background: url(../images/more_button.gif) right no-repeat;
}
#bigpage .boxes a:hover {
	text-decoration: underline;
}

#content {
	width: 710px;
	padding: 30px;
	padding-right: 0;
	padding-top: 20px;
	font-size: 14px;
	color: #333;
	float: left;
	min-height: 300px;
}
#content p {
	line-height: 20px;
	text-align: justify;
}
#content h2 {
	color: #00539B;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	border-bottom: 1px solid #00539B;
	margin: 0px;
}
#content h3 {
	color: #00539B;
	font-size: 20px;
	font-weight: normal;
}
#content h4 {
	color: #00539B;
	font-size: 17px;
	font-weight: normal;
}
#content a {
	color: #00539B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .oxfordtable td {
	padding: 5px;
	background: #CCDDEB;
	border-bottom: 1px solid #fff;
}
#content .oxfordtable .tabletop, #content .oxfordtable .tabletopimage {
	padding: 5px;
	background: #00539B;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #fff;
}
#content .oxfordtable .tabletopimage {
	background: #00539B url(../images/table_end.gif) no-repeat right top;
}
#content ul {
	list-style-image: url(../images/bullet.gif);
}
#content li {
	line-height: 20px;
}
#content .ziplink,
#content .pdflink,
#content .linklink,
#content .doclink
{
	padding-left: 22px;
	font-weight: bold;
}
#content .ziplink {
	background: url(../images/zip_icon.gif) no-repeat left;
}
#content .pdflink {
	background: url(../images/pdf_icon.gif) no-repeat left;
}
#content .linklink {
	background: url(../images/link_icon.gif) no-repeat left;
}
#content .doclink {
	background: url(../images/doc_icon.gif) no-repeat left;
}
#content .acrobat {
	border-top: 1px solid #ddd;
	font-size: 10px;
	margin-top: 20px;
}
#content .acrobat p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 13px;
}
#content .imageright {
	border: 1px solid #00539B;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content .imageleft {
	border: 1px solid #00539B;
	margin-right: 20px;
	margin-bottom: 5px;
}
#content input, #content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#content .linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#content .linklist li {
	list-style-image: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content .homeflash {
	border:1px solid #00539B;
	padding: 5px;
	background: #C3D5E3;
}
#content .homeflash p,
#content .homeflash h4,
#content .homeflashorange p,
#content .homeflashorange h4 {
	margin: 0px;
}
#content .homeflashorange {
	border:1px solid #00539B;
	padding: 5px;
	background: #FDB84F url(../images/orange_flash_bg.gif) no-repeat top left;
}
#content .homeflash b {
	color: #00539B;
	font-weight: normal;
}

#panel {
	width: 180px;
	/*background: #F4F5F5;*/
	float: right;
	margin-right: 30px;
	_margin-right: 15px; /*setting for IE6*/
	padding: 10px;
	padding-top: 20px;
	font-size: 12px;
	color: #666;
}
#panel h3 {
	color: #00539B;
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	/*border-bottom: 1px solid #00539B;*/
	background: #C3D5E3;
	margin-bottom: 10px;
}
#panel h4 {
	color: #00539B;
	font-size: 13px;
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#panel p {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #00539B;
	padding-bottom: 15px;
	text-align: center;
}
#panel a {
	color: #333;
	text-decoration: none;
}
#panel a:hover {
	text-decoration: underline;
}
#panel #date {
	color: #00539B;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px; /*50px;*/
}
#panel #flashnews  {
	text-align: center;
	font-size: 11px;
}
#panel .filmclub {
	border-top: 2px solid #00539B;
	background: url(../images/film_bg.gif) repeat-y top center;
	margin-top: 0;
	padding: 7px 18px;
}
#panel .filmclub h4 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
#panel .filmclub h5 {
	margin: 0;
	font-size: 15px;
	text-align: center;
}
#panel .filmclub p {
	border: none;
	margin: 0;
	margin-bottom: 0;
}
#panel .filmclub h6 {
	margin: 0;
	font-size: 10px;
	text-align: center;
}
#panel .filmclubbottom {
	border-top: 2px solid #00539B;
}

#footer {
	border-top: 1px solid #00539B;
	color: #00539B;
	clear: both;
	margin: 0 30px;
	background: #fff;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 15px;
}
#footer a {
	color: #00539B;
	text-decoration: none;
}
#footer .grey, #footer .grey a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

/*-- Menu --*/

#menu {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #00539B;
	height: 28px;
	text-align: center;
}
#menu a:focus {
	outline: none
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	line-height: 28px;	
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
}
#menu ul ul {
	padding: 5px;
	position: absolute;
	text-align: left;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
	background: #fff;
	border: 1px solid #00539B;
	left: auto;
}
#menu ul li ul li {
	display: block;
	/*filter:alpha(opacity=100);-moz-opacity:1;opacity:1;*/
	padding: 0;
	line-height: 22px;
}
#menu ul li ul li a {
	color: #999;
	text-decoration: none;
}
#menu ul li ul li a:hover {
	color: #00539B;
	text-decoration: none;
}
div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}
	