/*
	style for ACES - full width site
	01 October 2007
	
	amended 01 May 2008 - amazing what 7 months'll teach ye...
*/

/*---------------------------------{   COMMON PAGE ELEMENTS   }-----------------*/

body {
	margin:0;
	padding:0;
	background:#9aa970;
	color:#333;
	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;
	color:#618745;
	margin:10px 0 0;
}

h2 {
	border-bottom:1px dashed #9aa970;
	font-size:160%;
	font-weight:normal;
	color:#9aa970;
}

h3 {
	font-size:140%;
	color:#784747;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

p {
	margin:0px;
	padding:10px 0;
	line-height:150%;
}

a {
	text-decoration:none;
	color:#b44516;
}

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 {
	position:relative;
	width:740px;
	margin:0 auto;
}

#logos {
	height:65px;
	width:100%;
	background:url(images/aces_logo.gif) no-repeat top center;
}

#uni_logo {
	float:left;
	width:141px;
	height:60px;
	background:url(images/uni_logo.gif) no-repeat;
}

#macaulay_logo {
	float:right;
	width:180px;
	height:65px;
	background:url(images/macaulay_logo.gif) no-repeat;
}

#left_shadow {
	width:100%;
	background:url(images/left_pageshadow.gif) repeat-y;
}

#right_shadow {
	width:100%;
	background:url(images/right_pageshadow.gif) repeat-y right;
}

#top_shadow {
	width:100%;
	background:url(images/top_pageshadow.gif) no-repeat;
}

#bottom_shadow {
	width:100%;
	background:url(images/bottom_pageshadow.gif) no-repeat bottom;
	overflow:hidden;
}

#header {
	position:relative;
	top:10px;
	height:119px;
	border-top:3px solid #8d4138;
	border-bottom:5px solid #76684f;
	margin:0 10px;
	background:url(images/header_pics.jpg) repeat-x center;
}

#content {
	margin:10px 20px 0 160px;
	padding:80px 20px 30px;
	border-left:1px solid #6c764f;
	border-right:1px solid #6c764f;
	border-bottom:1px solid #6c764f;
	background:url(images/aces_tagline2a.gif) no-repeat 10px 10px #f6f6f6;
}

#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 {
	position:absolute;
	top:202px;
	left:10px;
	width:150px;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li {
	margin:0;
	line-height:normal;
}

#menu ul li a {
	display:block;
	width:137px;
	padding:3px 0 3px 10px;
	background:#aebb8e;
	border-left:3px solid #8a9d5e;
	border-top:1px solid #c8d0b3;
	border-bottom:1px solid #8a9b5e;
	text-decoration:none;
	color:#444;
}

#menu ul li a:hover {
	background:#ccd5b8;
	border-left:3px solid #70b33e;
	border-top:1px solid #9dac75;
	border-bottom:1px solid #b9c49d;
}

#menu ul li a.activelink,
#menu ul li a.activelink:hover {
	background:#a3c2a0;
	border-left:3px solid #618745;
	border-top:1px solid #8a9b5e;
	border-bottom:1px solid #8a9b5e;
	color:#fff;	
}



/*---------------------------------{   TOP MENU   }-----------------*/

#header_menu {
	position:absolute;
	right:10px;
	bottom:0;
	padding:7px 0;
	font-family:Arial, helvetica, sans-serif;
}

#header_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#header_menu ul li {
	display:inline;
}

#header_menu ul li a {
	padding:2px 8px;
	background:#f7f7f7;
	border:1px solid #efefef;
	text-decoration:none;
	color:#777;
}
	
#header_menu ul li a:hover {
	background:#fff;
	color:#222;
}

/*---------------------------------{   SEARCH BOX   }-----------------*/

#searchbox {
	width:149px;
	margin:40px 0;
	background:#aebb8e;
	border:1px solid #9aa970;
	text-align:right;
}

#searchbox form {
	margin:0;
	padding:10px;
}

#searchbox input,
#searchbox select {
	font-size:80%;
}

#searchbox input#q {
	width:119px;
	margin:0;
	padding:3px;
	color:#777;
}

/*---------------------------------{   CLASS STYLES   }-----------------*/

.smaller {
	font-size:70%;
}

.photae {
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

.floatright {
float:right;
text-align:right;
}

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 {
	padding:4px 0;
	position:relative;	
	margin-left:-147px;
	width:140px;
}

div.top_of_page a {
	padding:3px 10px;
	border-top:1px solid #b6c098;
	border-right:1px solid #b6c098;
	border-left:1px solid #6c764f;
	border-bottom:1px solid #6c764f;
	text-decoration:none;
	color:#6c764f;
	font-size:small;
}

div.top_of_page a:hover {
	background:#95a569;
	border-top:1px solid #6c764f;
	border-right:1px solid #6c764f;
	border-left:1px solid #b6c098;
	border-bottom:1px solid #b6c098;
	text-decoration:none;
	color:#d70032;
}