/*
	XPLOR Screen Styles 2007

	Table of Contents:
		layout
		typography
		miscellaneous

/* layout
----------------------------------------------- */

body, html {
    margin:0;
	line-height:160%;
    padding:0;
    color:#000;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background:url(../images/page_bg.jpg) repeat-x;
	color:#333;
    }

#container {
    background:#fff;
    margin:0 auto;
    width:780px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 15px 0px 0px 0px;
	voice-family: "\";}\""; /* box model hack for IE5 */
	voice-family:inherit;
    }

/* banner
----------------------------------------------- */

	#top {
		height:87px;
		background-color:#FFFFFF;
		}
	
	#top_left {
		float:left;
		width:450px;
		}
		
	#top_right {
		float:right;
		width:220px;
		color:#9F9F9F;
		padding-top:35px;
		margin-right:25px;
		}	
	
	input.searchbox { 
		border:1px solid #ccc; 
		height:15px; padding-top:5px; 
		padding-left:5px; 
		margin-left: 3px; 
		margin-right:3px;		 	
		color:#999; font-size:0.85em; 	
		font-family: "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
		}
	
	input.searchbutton { margin-left: 3px; margin-right:3px; position:absolute}


/* Nav Bar
----------------------------------------------- */

	/* see hnav.css */
		
			

/* content
----------------------------------------------- */
	#content {
	padding:10px 15px;
	background:#fff;
	line-height: 1.65;
	}

	#content_left {
	float:left;
	width:555px;
	padding-top:0px;
	}
	
	#content_body {
	padding-left:5px;
	padding-right:20px;
	border-right: 1px solid #e5e5e5;
	padding-top:0px;
	}

	#content_right {
	float:right;
	width:190px;
	}	
	
	#small-col{
	padding-left:10px;
	
	}	

	#unis-box {
	border-top:1px solid #ccc;
	padding:0px 25px 20px 25px;
	background: url(../images/uni_bg.jpg) top repeat-x #f7f7f7;
	}
	
	#footer {
    margin:10px auto 30px auto;
    width:575px;
	color:#666;
	text-align:center;
	}


/* typography
----------------------------------------------- */

	h1 {
	margin:0px;
	}
	
	h2 {
	font-size:20px;
	color:#2aac11;
	margin-bottom:10px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	}
	
	h3 {
	font-size:16px;
	color:#2aac11;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
	h4 {
	font-size:14px;
	color:#464646;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	h5 {
	font-size:13px;
	color:#2aac11;
	margin-bottom:0px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
	p {
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
	}
	
	a  {
	color:#2aac11;
	text-decoration:underline;
	}
	
	a:hover {
	color:#3d982b;
	text-decoration:underline;
	}
	
	table {
	border:0px;
	margin-top:15px;
	margin-bottom:5px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:100%;
	}
	
	td, th{
	background-color:#f7f7f7;
	padding:8px;
	padding-left:12px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	}
	
	th {
	color:#59c544;
	background-color:#efefef;
	}
	
	#content ul {
	list-style-type:none;
	font-size:12px;
	margin-left:0px;
	padding-left:15px;
	}

	#content ul li {
	background:url(../images/list_item.gif) no-repeat 0 5px;
	padding-bottom:5px;
	padding-left:15px;
	}

	#content ol {
	font-size:12px;
	margin-left:25px;
	}
	
	/*ie workaround*/
	*html #content ol {
	font-size:12px;
	margin-left:70px;
	}
	
	#content ol li {
	padding-bottom:6px;
	}

	#unis-box {
	color:#999;
	}
	
	#unis-box h4{
	color:#999;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:100;
	margin-bottom:15px;
	}
	
	*html #unis-box h4{
	margin-left:10px;
	}
	
	  #unis-box ul {
	display:inline;
	list-style: none;
	padding-left: 0;
	}
	
	  #unis-box li {
	display:inline;
	padding: 0px 10px;
	
	}
	
	
	
/* misc
----------------------------------------------- */

	#content h2.alt-colour, #content h3.alt-colour, #content h4.alt-colour, #content .alt-colour {
	color:#ab7f31
	} /* light orangey brown*/
	
	h3.alt {
	font-size:16px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	h3.alt-2 {
	font-size:16px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	h3.alt-3 {
	font-size:16px;
	color:#4371a8;
	font-family:Arial, Helvetica, sans-serif;
	 
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	h4.alt {
	font-size:14px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
	#content h4.news { /*green*/
	color:#2aac11;
	margin-top:10px;
	margin-bottom:0px;
	line-height:18px;
	}	
	
	#content .grey {
	color:#999
	}
	
	#content p.greyOblique {
	color:#333;
	font-weight:bold;
	margin-bottom:-10px;
	}
	
	.space-r {
	padding-right:10px;
	}
	
	.space-l {
	padding-left:10px;
	}
	
	.space-t {
	padding-top:10px;
	}
	
	.space-b {
	padding-bottom:10px;
	}
	
	.shaded-box {
	background-color:#d2f2cd;
	padding:5px 15px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
	.shaded-box-grey{
	
	background:url(../images/gradient.jpg) repeat-x #fff 0px 5px;
	padding:1px 15px 10px 15px;
	margin-top:10px;
	margin-bottom:5px;
	}

	#content .shaded-box p, #content .shaded-box h2, #content .shaded-box h3, #content .shaded-box h4{
	margin-top:5px;
	}
	
	.indented-box {
	margin-left:30px;
	}
	
	.quote-blue {
	margin-top:10px;
	width:525px;
	height:178px;
	background:url(../images/quote_blue.gif) no-repeat 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
	.quote-blue p {
	padding:18px;
	font-size: 13px;
	line-height:19px;
	color:#144d8b;
	}
	
	.quote-blue-square {
	margin-left:10px;
	margin-top:10px;
	width:231px;
	height:204px;
	float:right;
	background:url(../images/blue_quote_sqaure.gif) no-repeat 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
	.quote-blue-square p {
	padding:18px;
	font-size: 13px;
	line-height:19px;
	color:#144d8b;
	}


/* collapsible */

	.hide{
	display:none;	
	}
	
	.cHeadSlow, .cHeadFast {
	background: transparent url(../images/minus-light.gif) no-repeat scroll left center;
	padding-left: 15px;
	}

	.cPlus {
	background: transparent url(../images/plus-light.gif) no-repeat scroll left center;
	padding-left: 15px;
	}
	
	.cBody {
	margin-left:17px;
	}	

/* image viewer */

.slideshow {}

.slideshow img { margin:3px; padding:3px; border-color:#ccc; }

.blue {color:#4371a8;}

.grey {color:#333!important;}