/*_____________________________________

	 SBC OXFORD SUMMER SCHOOL
	 TYPE STYLES
______________________________________*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5em;
}

body p, ul {
	color: #333;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin: .7em 0;
	}

.home {
	font-size:11px;
}
	
.blue_box ul {
	margin-left: 100px;
	}

ul.numeric {
	list-style-type:decimal;
	}

h2 {
	color: #2F579C;	
	font: normal 3em Arial, Helvetica, sans-serif;
	margin:12px 0 20px 250px;
	}

	
h3, .blue_box h3 {
	color: #2F579C;
	font: normal 2em Arial, Helvetica, sans-serif;
	margin: 1em 0 .5em;
	}

h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}

.big_white_box h3 a {
	text-decoration:none;
}

strong {
	color:#005A9D;
	}
	
a {
	color:#2F579C;
	}
	
a.current, a:hover {
	color: #87BFD4;
	}	

a.more {
	color: #fff;
	font-size:1.2em;
	float: right;
	margin-top:-10px;
	text-decoration:none;
	}
p.small {
	font-size:.9em;
	}

/* Special Home Page header styles */
.home h3 { font-size:1em; }
h2.home { background:url(../images/hdr_home.png) 0 0 no-repeat; height:150px; width:281px; margin-top:20px;}
#h3_accom { background:url(../images/box_hdr_accom.png) 0 0 no-repeat; display:block; height:15px; width:123px;}
#h3_prog { background:url(../images/box_hdr_prog.png) 0 0 no-repeat; display:block; height:18px; width:120px;}
#h3_pInfo { background:url(../images/box_hdr_pInfo.png) 0 0 no-repeat; display:block; height:15px; width:144px;}

/* Small boxes on home page */
.container_231 p {
	color:#31599C;
	}
.sharp_dark p, .sharp_dark h3  {
	color: #FFF;
	}

/* Small blue box on internal pages */
.menu p {
	color: #fff;
	margin: 10px 20px 0 15px;
	}
.menu h3 {
	color:#87BFD4;
	margin: -20px 20px 0 15px;
	zoom: 1;
    position: relative;
	}
.menu a.more {
	color:#87BFD4;
	margin: 0 20px -20px;
	}

/* Toggled content in accordian lists */

ul.arrows {
	list-style-type:none!important;
	}
ul.accordian h3 {
	padding-left: 20px;
	background:url(../images/blueArrow_r.gif) 0 5px no-repeat!important;
	}
ul.accordian h3, ul.accordian p, ul.accordian h4 {
	margin-left:0;
	}
ul.accordian p {
	font-size:1.1em;
}
ul.accordian h3 {
	font-size:1.4em;
	font-weight:bold;
}
	
/* Tables */

th { font: bold 1.1em Arial, Helvetica, sans-serif; text-align:left; border:1px solid #D5DFF1; padding:2px 5px; color: #244379; }
td { font: normal 1.1em Arial, Helvetica, sans-serif; border:1px solid #D5DFF1; padding:2px 5px; }
