@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
/*	background: url(/images/bg_html.gif) no-repeat;
	height:100%;*/
}

body {
	font: normal 62.5%/1 verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	background: #E0DEDF;
	line-height: 1.4em;
}

/* headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
	color: #122C82;
}

#content_main h2, #content_main h3 {
	margin: 1em 0 0 0;
}

h1 {
	font-size: 18px;/*	Eh? >FIXED< font size? Wassup? As we are IR'ing the H1's (and 2's), this fixing makes IE and Fox act the same so bump-down of content below is identical*/	
	margin: 0;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}


/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size: 1.1em;
	margin-top: 1em;
	line-height:1.4;
}

span {
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}

blockuote{
}

cite{
}

/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
ol{
	
}

ul {
	margin: 0 0 10px 30px;	
}

li {
	line-height:1.4;
	font-size: 1.1em;
}

ul.chunkyLinks {
	margin: 0;
}
.chunkyLinks li {
	list-style: none;
	background: none!Important;
	padding-left: 0!Important;
}
.chunkyLinks li a {
	font-weight: bold;
}
.chunkyLinks a {
	font-weight: bold;
}

.chevrons {
	letter-spacing: -1px;
}

.assignmentList .chevrons {
	font-size: 140%;
	font-weight: bold;
	color: #F3A51D;
}

/*=============Area-specific variations============*/

#content_main .chunkyLinks a {
/*Colour - let the default link colour rule*/
}
#content_sub .chunkyLinks a {
	color: #7B7EA1;
}
#content_sub dt, .assignmentList dt, .advertList dt {
	background: url(../images/bg_horizontal_divider.gif) repeat-x 0 0;
	padding-top: 10px;
	font-weight: bold;
}
.assignmentList dt {
	font-size: 120%;
}
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
dl {
/*	margin-top: 1em;*/
}

#content_main dt, #content_main dd {
	line-height: 1.6em;
}

dt {
	margin-top: 1em;
	font-size: 1.1em;
}

dd {
	font-size: 1.1em;
}

/* link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
a img {
	border:none;
}

a:link, a:visited {
	color: #122C82;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #122C82;
}

a:active {
	
}

a.map {
    width:170px;
    height:120px;
    display:block;
    background:url(/images/map.gif) no-repeat;
    margin-top:5px;
    border:1px solid #CCC;
}


/* skip to content link at top of page*/
.skip {
	position: absolute;
	left: -9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	 /* */
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor: hand;
}

/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	
*/

/* bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*easy clearing*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#flash {
    background: #e8ffe8;
    padding: 1em 15px;
    margin-top: 1em;
}

#flash.error {
    background: #ffe8e8;
}

#flash.warning {
    background: #ffffcc;
}

.dotrule {
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}


.noBackground {
	background: none!Important;
}

.noTopMargin {
	margin-top: 0!Important;
}

h2:first-child {
	margin-top: 0 !important;
}

.font110 {
	font-size: 110%;
}

.borderTop {
	padding-top: 10px;
}

.fullWidth {
	width: 100%!Important;
}

.clearRight {
	clear: right!Important;
}

.clearLeft {
	clear: left!Important;
}

.dtTitle {
	font-size: 120%;
	font-weight: bold;
}