/* <!-- */
/* ===== General ========================================================== */
body {
	margin: 0;
	padding: 0;
	border: 0;				/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 798px;    	/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size: x-small;		/* false value for WinIE4/5 */
	voice-family: "\"}\"";	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;	/* recover from trick */
	font-size: small;		/* intended value for better browsers */
	background: #fff url('/images/body-bg.gif') no-repeat top left;
}

html>body {
	font-size: small;  /* be nice to Opera */
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	max-width: 1280px;
}

a {
	color: #004C3C;
	text-decoration: underline;
}

a:hover {
	color: #297767;
	text-decoration: none;
}

h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
	text-transform: uppercase;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

img.noframe {
	border: 0;
	padding: 0;
}

.noshow {
	display: none;
}

/* ===== Forms ============================================================ */
input, select, textarea {
	background: url("/images/inputbg.gif") repeat-x scroll top left;
	border: 1px solid #aaa;
	font-size: 90%;
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	width: 10em;
}

button {
	background: #aaa url('/images/buttonbg.gif') repeat-x scroll top left;
	color: #444;
	border: 1px solid #444;
	border-top-color: #999;
	border-left-color: #999;
	font-size: 85%;
	vertical-align: middle;
	padding: .1em .5em;
	margin: 0 0 0 1px;
}

button:hover {
	background: #29736B url('/images/buttonbg_on.gif') repeat-x scroll top left;
	color: #29736B;
	border: 1px solid #29736B;
	border-top-color: #94BDB5;
	border-left-color: #94BDB5;
}


/* ===== Header =========================================================== */
#header {
	width: 100%;
	background: #fff url('/images/banner.jpg') no-repeat top right;
}

#header h1 {
	text-align: left;
	margin: 0;
	padding: 150px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:150px;
	background: url("/images/logos/unis4ne2.gif") no-repeat 5px 5px;
}

/* ===== Menu ============================================================= */
/* Credits: Dynamic Drive CSS Library http://www.dynamicdrive.com/style/ */

#modernbricksmenu2 {
	padding: 0;
	width: 100%;
	border-top: 10px solid #004C3C; 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu2 ul {
	float: left;
	margin: 0;
	margin-left: 3em; /* margin between first menu item and left browser edge */
	padding: 0;
	list-style: none;
}

#modernbricksmenu2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#modernbricksmenu2 a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 1px 0 0; /* Margin between each menu item */
	padding: 5px 15px;
	background-color: #29736B; 
	border-top: 1px solid #fff;
	font-weight: bold;
}

#modernbricksmenu2 a:hover {
	background-color: #004C3C;  
	color: #fff;
}

#modernbricksmenu2 #current a { /*currently selected tab*/
	background: #004C3C url('/images/menubg.gif') repeat-x top left;
	border-color: #004C3C;
	color: #fff;  
}

#searchForm { 
	float: right;
	margin: 2px 1em 0 0;
	padding: 0;
}

/* ===== Column container ================================================= */
.colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	background: #fff url('/images/border-top-left.gif') repeat-y top left;
}

/* ===== 3 column settings ================================================ */
.holygrail {
   /* background: #fff; */ 	/* Right column background colour */
}

.holygrail .colmid {
	float: left;
	width: 200%;
	margin-left: -240px; 	/* Width of right column (240) */
	position: relative;
	right: 100%;
	/* background: #fff; */ /* Centre column background colour */
}

.holygrail .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 440px;         	/* Left column width + right column width (200 + 240) */
	/* background: #fff; */	/* Left column background colour */
}

.holygrail .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 200px;        	/* Width of left column (200) */
	padding-bottom: 1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
   	margin: 0 255px 0 215px;	/* Centre column side padding:
                	           	Left padding = left column width + centre column left padding width (200 + 15)
                            	Right padding = right column width + centre column right padding width (240 + 15) */
	position: relative;
	left: 200%;
	overflow: hidden;
}

.holygrail .col2 {
    float: left;
    float: right;			/* This overrides the float:left above */
    width: 185px;        		/* Width of left column content (left column width minus left and right padding) (200 - 0 - 15) */
    position: relative;
    right: 15px;         		/* Width of the left-hand side padding on the left column (15) */
}

.holygrail .col3 {
    float: left;
    float: right;			/* This overrides the float:left above */
    width: 210px;        		/* Width of right column content (right column width minus left and right padding) (240 - 15 - 15) */
    margin-right: 30px;  		/* Width of right column right-hand padding + left column left and right padding (15 + 0 + 15) */
    position: relative;
    left: 50%;
}

/* ===== 2 column settings ================================================ */
.rightmenu {
	background: #fff url('/images/border-top-left.gif') repeat-y top left;
}

.rightmenu .colleft {
	float: left;
	width: 200%;
	margin-left: -240px;
	position: relative;
	right: 100%;
}

.rightmenu .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
	padding-bottom: 1em;
}

.rightmenu .col1 {
	margin: 0 15px 0 265px;
	overflow: hidden;
}

.rightmenu .col3 {
	float: right;
	width: 210px;
	position: relative;
	left: 225px;
}

/* ===== Home panels ====================================================== */
#homepanels {
	border-top: 5px solid red;
	border-bottom: 5px solid red;
}

#panel1, #panel2, #panel3, #panel4 {
	border-top: 1px solid blue;
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}

#logos {
	clear: left;
}

/* ===== Breadcrumb ======================================================= */
#breadcrumb {
	font-size: 90%;
	border-bottom: 1px solid #ddd;
}

#breadcrumb p {
	margin: 1em 0 0 0;
	padding: 1px 0;
}

/* ===== Body ============================================================= */
.col1 h2 {
	font-size: 150%;
}

.col1 h3 {
	font-size: 140%;
}

.col1 p {
	text-align: justify;
	line-height: 1.5em;
}

.col1 img {
	float: right;
	padding: 3px;
	margin: 0 0 1em 1em;
	border: 1px solid #aaa;
}

.col1 img.noframe {
	border: 0;
	padding: 0;
}

.col1 ul {
	list-style-type: none;
	margin: 1em 0;
	padding-left: 0;
}

.col1 li {
	padding-left: 20px;
	background: url('/images/border-top-left.gif') no-repeat 0 .5em;
	line-height: 1.5em;
}

/* ===== Sidebar ========================================================== */
.boxed {
	margin: 1em 0;
}

.boxed img {
	border: 0;
	float: right;
	margin: 0;
	padding: 0 0 0 2px;
}

.boxed h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

.boxed ul {
	margin: 0;
	padding: 0;
	line-height: 2em;
	list-style-type: none;
}

.boxed li {
	list-style-type: none;
	background: url('/images/menu_bullet_1.gif') no-repeat 2px 8px;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
}

.boxed li.one   {background-image: url('/images/menu_bullet_1.gif');}
.boxed li.two   {background-image: url('/images/menu_bullet_2.gif');}
.boxed li.three {background-image: url('/images/menu_bullet_3.gif');}
.boxed li.four  {background-image: url('/images/menu_bullet_4.gif');}
.boxed li.five  {background-image: url('/images/menu_bullet_5.gif');}
.boxed li.last  {border-bottom-width: 0;}

.boxed li a {
	display: block;
	text-decoration: none;
	color: #000;
}

.boxed li:hover {
	background-image: url('/images/menu_bullet_1.gif');
	background-color: #cadcd8;
}

.boxed p {
	margin-top: 0.5em;
}

#banners {
	margin: 1em 0;
	padding: 0;
	line-height: 1em;
	list-style-type: none;
}

#banners li {
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#banners img {
	border: 1px solid #aaa;
	float: none;
	margin: 0;
	padding: 0;
}

/* ===== Side menu ======================================================== */

.holygrail .col2 ul {
	margin: 1em 0 0 10px;
	padding: 0;
	display: block;
	list-style: none;
}

.holygrail .col2 li {
	margin: 0 0 1px 1px;
	padding: 0;
	display: block;
	position: relative;
	border: 0;
	background-color: #5a948c;
}

.holygrail .col2 a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .3em 1em;
}

.holygrail .col2 li:hover {
	background-color: #004a39;
}

.holygrail .col2 li.active {
	background-color: #004a39;
	margin-left: 0;
}

.holygrail .col2 li.active li.active {
	background-color: #29736b;
	margin-left: 1px;
}

.holygrail .col2 li.active li.active a {
	color: #fff;
}

.holygrail .col2 ul ul {
	padding-right: .5em;
	background-color: #fff;
	margin: 0;
	border-left: 0;
}

.holygrail .col2 ul ul li {
	background-color: #94bdb5;
}

.holygrail .col2 ul ul li a {
	color: #005a52;
}

.holygrail .col2 li#first {
	border-top: 1px solid #fff;
}


.holygrail .col2 li.active ul li:hover {
	background-color: #29736b;
}

.holygrail .col2 li.active ul li:hover a {
	color: #fff;
}

.holygrail .col2 form {
	margin-left: 11px;
}

#intranetForm {
	margin: 1em 0 1em 11px;
	padding: 5px;
	background: #a1c3d7 url('/images/loginbg.gif') repeat-x bottom left;
	border: 1px solid #C2D9E6;
	border-bottom-color: #38596C;
	border-right-color: #38596C;
}

#intranetForm h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	color: #eee;
	background: #79a9c5;
}	

#intranetForm label {
	width: 50px;
	font-size: 85%;
	text-align: right;
	float: left;
	padding-right: 5px;
	vertical-align: bottom;
	color: #38596C;
}

#intranetForm input {
	width: 95px;
	vertical-align: bottom;
	margin: 0;
}

#intranetForm p {
	clear: both;
	margin: .2em 0;
	padding: 0;
	text-align: right;
}

#intranetForm button {
	align: right;
}

/* ===== Infobar ========================================================= */
.infobar {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #aaa;
} 

.infobar li {
	margin-left: 0;
	padding: 0 2px 0 24px; 
	border-left: 1px solid #aaa;
	list-style-type: none;
	display: inline;
	background: url('/images/icons/icon_docs.gif') no-repeat 5px center;
}

.infobar li.date {
	border-left: 0;
	background-position: left center;
	padding-left: 19px;
	background-image: url('/images/icons/icon_calendar.gif');
}

.infobar li.doc {
	background-image: url('/images/icons/icon_doc.gif');
}

span.posted {
	background: url('/images/icons/icon_calendar.gif') no-repeat center left;
	padding: 0 0 0 19px;
	margin: 0;
	color: #aaa;
	font-size: 90%;
	white-space: nowrap;
}

p.info {
	padding-left: 20px;
	margin: 0;
	background: url('/images/3_box_bullet.gif') no-repeat center left;
}

/* ===== News List =================================================== */
#news {
	text-align: center;
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#news li { 
	list-style-type: none;
	background-image: none;
	padding-left: 20px;
	display: block;
	background: url('/images/icons/icon_news.gif') no-repeat 0 5px;
	margin-bottom: 1em;
}


/* ===== Logos =========================================================== */
#logos {
	text-align: center;
	border: 0;
	padding: 1em 0;
	list-style-type: none;
}

#logos li { 
	list-style-type: none;
	background-image: none;
	padding-left: 0;
	display: inline;
}

#logos img {
	margin: .3em;
	border: 0;
	vertical-align: middle;
	float: none;
}

/* ===== Footer =========================================================== */
#footer {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 1em 0;
    padding-top: 2em;
    background: #fff;
    background: #fff url('/images/footer-bg.gif') no-repeat top left;
}

#footer .left {
	float: left;
	margin-left: 0.3em;
}

#footer .right {
	float: right;
	margin-right: 0.3em;
}

#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
} 

#footer ul li {
	padding: 0 .1em 0 .5em; 
	border-left: 1px solid #aaa;
	list-style: none;
	display: inline;
}		

#footer ul li.first {
	border-left: 0;
	padding-left: 0;
}

/* --> */
