/****************************************************************************
*              global_screen.css
*              ------------
*  begin       : Friday, 5 September, 2008
*  copyright   : (C) 2008 Digital Fix
*  email       : info@digitalfix.ie
*
****************************************************************************/

body, p, li, td, h1, h2, h3, h4, h5, h6, input, select, option, textarea {
	color: #446;
}
body {
	text-align: center;
	background: #ddd url(/images/bg_main.gif) repeat-y center top;
}
p {
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px;
}
h1 {
	font-size: 240%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-weight: bold;
	font-style: normal;
}
ul, ol {
	margin-left: 20px;
}
a, a:link, a:hover, a:active, a:visited {
	color: #56c;
	text-decoration: none;
}
a:hover {
	color: #56f;
	text-decoration: underline;
}
acronym {
	cursor: help;
	border-bottom: dashed 1px #4499FF;
}
img {
	border: 0px;
}

/* Layout Elements */
#container {
	width: 898px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

/* Header stuff */
#head {
	margin-bottom: 10px;
	border-bottom: solid 1px #30567F;
}
#topbar {
	background: #457AB5 url(/images/bg_topbar.jpg) repeat-y center top;
	color: #fff;
	padding: 3px 20px;
	text-align: right;
}
#topbar a {
	color: #fff;
}
#headermain {
	background: #EFEFEF ;
	height: 75px;
	text-align: left;
}
#logo {
	position:absolute;
	margin: 10px 20px;
	z-index: 80;
}
#contact {
	position:absolute;
	width: 898px;
	text-align: right;
	margin: 10px 0px;
}
#headermain h1 {
	position:absolute;
	width: 898px;
	text-align: center;
	top: 62px;
	clear: all;
	font-weight: normal;
	font-size: 220%;
	font-weight: 500;
	z-index: 90;
}

/* Nav stuff */
#nav {
	position: absolute;
	top: 88px;
	text-align: left;
	margin-left: 0;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	float: left;
	color: #fff;
	background-color: #457AB5;
	border: solid 1px #30567F;
	margin: 0px 0px 0px 10px;
	padding: 1px 10px;
	cursor: pointer;
}
#nav li:hover {
	background-color: #30567F;
}
#nav li a {
	color: #fff;
}
#nav li a:hover {
	text-decoration: none;
}

/* Contents */
#contents {
	margin: 20px 0px 20px 10px;
	height: 100%;
}
#contents h1 {
	background: #457AB5 url(/images/bg_topbar.jpg) repeat-y center top;
	padding: 2px 10px;
	color: #fff;
}
#contents h2 {
	position: absolute;
	margin: 0;
	color: #fff;
	display: inline;
	background-color: #457AB5;
	padding: 3px 6px;
	z-index: 10;
}
#contents img {
	border: solid 1px #30567F; 
}
#contents hr {
	border: 0;
	height: 1px;
	color: #457AB5;
	background-color: #457AB5;
	margin-right: 10px;
}

/* Footer */
#foot {
	background-color: #30567F;
	clear: both;
	width: 100%;
	padding: 5px 0px;
	margin-top: 10px;
	text-align: center;
}
#foot h2 {
	font-size: 170%;
	font-weight: 500;
	color: #fff;
	margin: 5px;
}
#foot a {
	color: #fff;
}
