/*
	style for ACES - full width site
	01 October 2007
	
	amended 01 May 2008 - amazing what 7 months'll teach ye...
	print stylesheet
	
*/

/*---------------------------------{   COMMON PAGE ELEMENTS   }-----------------*/

body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
	color:#000;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	border-bottom:1px solid #9aa970;
	font-size:200%;
	font-weight:normal;
	margin:10px 0 0;
}

h2 {
	border-bottom:1px dashed #9aa970;
	font-size:160%;
	font-weight:normal;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

p {
	margin:0;
	padding:10px 0;
	line-height:150%;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin:0 0 0 20px;
	padding:0;
}

li {
	line-height:150%;
	margin:5px 0 0;
}

img {
	border:none;
}

/*---------------------------------{   CONTAINER BLOCKS   }-----------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
	line-height:1px;
}

#text_only a {
	font-size:1px;
	color:#9aa970;
}

#container {
	width:auto;
	margin:0 auto;
	text-align:left;
}

#logos {
	display:none;
	height:65px;
	width:100%;
	background:url(images/aces_logo_print.gif) no-repeat top center;
}

#uni_logo {
	float:none;
	width:130px;
	height:50px;
	background:url(images/unilogo_print.gif) no-repeat #000;
}

#macaulay_logo {
	float:none;
	width:180px;
	height:65px;
	background:url(images/macaulay_logo_print.gif) no-repeat;
}

#left_shadow {
	width:100%;
}

#right_shadow {
	width:100%;
}

#top_shadow {
	width:100%;
}

#bottom_shadow {
	width:100%;
}

#header {
	display:none;
}

#content {
	margin:0;
	padding:10px;
	border:none;
	background:none;
}

#footer {
	height:80px;
	margin:0 10px;
	padding:0 20px 15px;
	text-align:right;
	font-size:x-small;
}

#footer a {
	color:#b44516;
	font-weight:bold;
}

/*---------------------------------{   MAIN MENU   }-----------------*/

#menu {
	display:none;
}


/*---------------------------------{   TOP MENU   }-----------------*/

#header_menu {
	display:none;
}

/*---------------------------{ NEWS BOX ON HOME PAGE  }---------------*/

#news {
	display:none;
}

#news_content {
	display:none;
}

/*---------------------------------{   CLASS STYLES   }-----------------*/



.smaller {
	font-size:70%;
}

.photae {
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

/*---------------------------------------{   'top of page' navigation   }-----------------*/

div.top_of_page {
	display:none;
}