/* ABSU by Michael Mellor
 * Main Stylesheet
 */
/* Import lightbox */
@import url("css/lightbox.css");
@import url("css/absu.css");

/* Defaults */

html, body {
	min-height: 100%;
    height: 100%;
    background: #999;
}
body {
    margin: 0;
}

div#leftCol {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #999 url("images/01_01.png") repeat-x top right;
}
div#rightCol {
	position: absolute;
	right: 0px;
	width: 50%;
	height: 100%;
	background: #999 url("images/01_01.png") repeat-x top right;
}
div#centreCol {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	background: white url("images/01_12.png") no-repeat bottom left;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
div#header {
	width: 100%;
	height: 150px;
	background: #340807 url("images/01_02.png") no-repeat top left;
	z-index: 2;
	position: absolute;
}

div#navigator {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	background: #2E211D url("images/01_08.png") no-repeat 0px 150px;
	text-align: center;
	width: 190px;
	height: 100%;
}
div#navSpace {
	height: 170px;
}

div#content {
	padding: 170px 20px 20px 20px;
	width: 670px;
	background: transparent url("images/01_06.png") repeat-x 0px 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	position: relative;
	/*
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;*/
}

div#sitelinks {
    width: 100%;
    text-align: center;
}
div#sitelinks div.menu_caption { display: none; }
div#sitelinks a {
	display: block;
	margin-bottom: 15px;
    color: #999;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 3px #0c0807;
}
div#sitelinks a:hover {
    color: #c69d4e;
}
div#sitelinks ul {
	list-style-type: none;
	padding: 0;
}
/* This is where the new stuff ends, old stuff begins */

DIV#container {
}
/* Main Structure */
img#menuItem1, img#menuItem2, img#menuItem3, img#menuItem4, img#menuItem5,
img#menuItem6, img#menuItem7, img#menuItem8, img#menuItem9, img#menuItem10 {
	width: 133px;
	height: 30px;
}



div#content div.menu_caption {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
	font-weight: bold;
	color: #666;
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
div#content table td {
	background: transparent !important;
}
div#footer, div#footer a {
	font-size: 10px;
	margin-top: 30px;
	text-align: center;
}
div#footer div, div#footer div a {
	font-size: 12px;
	font-weight: bold;
}


h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 5px;
	margin-bottom: 2px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 2px;
}
h4, h5 {
	margin-top: 2px;
	margin-bottom: 2px;
}

table.tborder {
	border: 1px solid #000;
	border-top: 0px none transparent;
}
table.tborder td {
	border-top: 1px solid #000;
	background: #eeeeff;
	padding: 2px;
}
table.tborder td.theader {
	text-align: center;
	font-weight: bold;
	background: #aaaaff;
}
table.tborder td.tborder {
	font-size: 0.8em;
}
table.tborder span.terror {
	color: #ff0000;
}
table.tborder td.cl1 { background: #eeeeff; }
table.tborder td.cl0 { background: #ffffff; }



@media print {
	body { background: #FFF; color: #000; }
	div#centreCol {
		border: 0px;
		background: none;
		width: 100%;
	}
	div#leftCol, div#rightCol, div#navigator, div#footer {
		display: none;
	}

	div#header { background: none; border-bottom: 1px solid #000; font-size: 2em; font-weight: bold; }
	div#header:after { content: "Abnormal Smear and Colposcopy Unit"; }
	div#content { width: 100% }

}
