/* ------------------- */
/* TEMPLATE STYLES     */
/* ------------------- */
/* Styles that apply to the template */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* -------------------- */
/* EDIT LINK            */
p#edit_page a {
	color: #999;
}
p#edit_page a:hover {
	color: #4D8AC6;	
}
p#edit_page img {
	vertical-align: middle;
}
p#edit_page {
	background: #eee;
	font-size: 70%;
	padding: 2px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999999999;
}
/* --------------------- */


/* <a> */
h1 a {
	background: url(images/bg/logo.gif) no-repeat 0 0;
	color: #E0318E;
	display: block;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding: 76px 0 0 0;
	width: 340px;
}
div#footer a {
	color: #C4DF63;
}
#header h2 a {
	background: url(images/bg/lough-uni-logo.gif) no-repeat 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 52px 0 0 0;
	width: 192px;	
}
ul#nav_main li a {
	color: #FFF;
	display: block;
	font-size: 110%;
	font-weight: bold;
	float: left;
	height: 24px;
	overflow: hidden;
	padding: 14px;
	text-shadow: 2px 2px 2px #5F7909;
}
ul#nav_main li#nav_competition a {
	color: #FFD200;
}
ul#nav_main li a:hover {
	color: #E93B94;
	text-decoration: none;
}
ul#nav_main li a.here {
	background: #A2BE3F;
	color: #F6C828;
}
p#win a {
	background: url(images/win_new.gif) no-repeat 0 0; 
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 73px;
	width: 207px;	
}
p#win a:hover {
	background-position: -207px 0;
}

/* <body> */
/* Additional body styles for main template (default body styles defined in 'style_default.css') */
body {
	background: #C4DF63 url(images/bg/body-bg.gif) repeat-x;
}

/* <div> */
div#access {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
div#container {
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	width: 910px;
}
div#content {
	padding: 25px 0;
	z-index: 1000; 
}
div#footer_container {
	background: #718E10;
}
div#footer {
	color: #C4DF63;
	margin: 0 auto;
	padding: 14px 25px;
	width: 910px;
}
div#header {
	height: 182px;
}
div#wrapper {
	position: relative;
}
div#teachers_box {
	width: 440px;
	float: left;
}
div#students_box {
	float: right;
	width: 440px;
}

/* <h1> */
/* Site name/logo */
h1 {
	float: left;
	height: 76px;
	margin: 27px 0 28px 0px;
	width: 340px;
}

/* <h2> */
/* Main page headings */
div#header h2 {
	float: right;
	height: 52px;
	margin: 43px -5px 0 0;
	width: 192px;
}
div#content h2 {
	color: #D31376;
	margin: 0 0 1.5em 0;
	font-size: 180%;
}
div#teachers_box h3, div#students_box h3  {
	margin: 0 0 0.5em 0;
}
div#flashWrap {
	background-color: #f6c828;
	border: 2px solid #db2786;
	margin: 0 0 1em 1em;
	padding: 4px;
	float: right;
}
div#flashWrap object {
	display: block;
}

/* <p> */
div#footer p {
	float: left;
	margin: 0;
	width: 300px;
}
div#footer p#design_info {
	float: right;
}
div#teachers_box p, div#students_box p {
	height: 4.5em;
}
p#win {
	background: url(images/win_new.gif);
	height: 73px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 118px;
	width: 207px;
}

/* <ul> & <li> */
ul#nav_main {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav_main li {
	float: left;
	margin: 0;
	padding: 0;
}