/*
	CSS Document for st anthony's
	Author: Ryan O'Connor
	19/10/06
*/

/* Overrides */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

a {
	color: #440000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #555555;
}

#leftnav ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-right: 50px;
	padding: 0px;
	left: 300px;
}

li {
	margin-top: 6px;
}

table {
	font-size: 1em;
}

h1 {
	font-size: 14pt;
	color: #301317;
}

h2 {
	font-size: 12pt;
	color: #531821;
}

h3 {
	font-size: 11pt;
	color: #720000;
}

h4 {
	font-size: 10pt;
	color: #8B2032;
}

h5 {
	font-size: 10pt;
	color: #192B65;
}


/* Custom div tags */

#container {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 8;
}

#searchbar {
	left: 600px;
	top: 20px;
	width: 250px;
	height: 13px;
	text-align: right;
	position: absolute;
	font-size: 90%;
	color: #FFFFFF;
	z-index: 10;
}

#header_left {
	background-image: url(header_left.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 593px;
	height: 150px;
	z-index: 1;
}

#header_right {
	background-image: url(header_right.gif);
	position: absolute;
	left: 593px;
	top: 0px;
	width: 426px;
	height: 150px;
	z-index: 1;
}

#header_repeat {
	background-repeat: repeat-x;
	background-image: url(header_repeat.gif);
	width: 100%;
	height: 150px;
	float: right;
	position: absolute;
	top: 0px;
	z-index: 0;
}

#leftnav {
	background-image: url(sidebar.gif);
	width: 255px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 80%;
}

#sidebar_footer {
	background-image: url(sidebar_footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 105px;
}

#content {
	margin-left: 255px;
	padding: 1em;
	max-width: 45em;
}

#header {
	position: absolute;
	margin: 0;
	left: 208px;
	top: 100px;
	width: 684px;
	height: 100px;
}

#footer {
	background-color: #720000;
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: left;
	font-size: 8pt;
	color: #FFFFFF;
	width: 100%;
}

div#footer a {
	color: #FFDD33;
}
div#footer a:hover, a:active {
	color: #FFFFFF;
}

p#folder a {
	margin-left: 51px;
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 100%;
}

