/* CSS file for the www.espri.ie website */
/* (c) by Dave J Fox | http://www.davejfox.com */

/* xhtml tag definitions */

* { 
  margin: 0;
  padding: 0;
}

div.cb {
	clear: both;
}

.access {
	display: none;
}

body, html {
	background: url(gfx/bg.gif) #000;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

/*--wrapper--*/

div#wrapper {
	width: 780px;
	height: auto;
	margin: 0 auto;
}

div#wrapper p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 130%;
}

div#wrapper h2, div#wrapper h3 {
	color: #1eb57e;
	font-weight: lighter;
	margin: 0 0 15px 0;
}

/*--top--*/

div#top {
	display: block;
	width: 780px;
	height: 95px;
	background: url(gfx/top-img.gif);
}

div#top h1 a {
	display: block;
	width: 160px;
	height: 82px;
	text-indent: -9999px;
	margin: 0 0 0 30px;
}

div#top ul#supnav {
	float: right;
	margin: -34px 30px 0 0;
}

div#top ul#supnav li {
	float: left;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style: none;
	font-size: 0.8em;
}

div#top ul#supnav li.brdr {
	border-left: 1px solid #5f6160;
}

div#top ul#supnav li a {
	text-decoration: none;
	color: #1eb57e;
	border-bottom: 1px dotted #fff;
}

div#top ul#supnav li a:hover {
	color: #5f6160;
	border-bottom: 1px dotted #1eb57e;
}

/*--main menu--*/

ul#mm {
	list-style: none;
	background-image: url(gfx/menu.gif);
	background-repeat: no-repeat;
	display: block;
	width: 780px;
	height: 51px;
	text-indent: -9999px;
}

ul#mm li {
	float: left;
	text-decoration: none;
	list-style: none;
}

ul#mm li a {
	display: block;
	height: 51px;
	margin: 0 1px 0 0;
}

ul#mm li#h a {
	width: 101px;
}

ul#mm li#h a:hover {
	background: url(gfx/menu.gif) 0 -51px no-repeat;
}

ul#mm li#d a {
	width: 172px;
}

ul#mm li#d a:hover {
	background: url(gfx/menu.gif) -102px -51px no-repeat;
}

ul#mm li#s a {
	width: 165px;
}

ul#mm li#s a:hover {
	background: url(gfx/menu.gif) -275px -51px no-repeat;
}

ul#mm li#a a {
	width: 120px;
}

ul#mm li#a a:hover {
	background: url(gfx/menu.gif) -441px -51px no-repeat;
}

ul#mm li#c a {
	width: 142px;
}

ul#mm li#c a:hover {
	background: url(gfx/menu.gif) -562px -51px no-repeat;
}

/*--content section stylings--*/

div#content {
	display: block;
	width: 413px;
	height: auto;
	padding: 30px 30px 0 30px;
	float: left;
	background: url(gfx/body-margin.gif) right repeat-y;
}

div#content h3 {
	margin: 0 0 20px 0;
	padding: 0;
}

div#content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
}

div#content p {
	margin: 0 0 30px 0;
	padding: 0;
}

div#content ul {
	margin: 0 0 30px 20px;
	padding: 0;
	font-size: 0.8em;
	line-height: 150%;
}

div#content p a, div#content ul li a, div#news p a, div#news ul li a {
	color: #1eb57e;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

div#content p a:hover, div#content ul li a:hover, div#news p a:hover, div#news ul li a:hover {
	color: #fff;
	border-bottom: 1px dotted #1eb57e;
	text-decoration: none;
}

img.fr {
	float: right;
	padding: 0 0 5px 15px;
}

/*--from--*/

form {
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  border-top: 3px #1cb57f solid;
  border-bottom: 3px #1cb57f solid;
  width: 413px;
  background: #e4e4e4;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

label {
  font-weight: bold;
  font-size: 0.8em;
  color: #2b2b2b;
  margin: 0 0 10px 10px;
}

input, select, textarea {
  color: #a7a7a7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 1px 2px 1px 2px;
  width: 220px;
  margin: 0 0 10px 10px;
  background: #fff;
  border: 1px #848484 solid;
}

textarea {
  font-size: 0.8em;
  height: 100px;
  width: 385px;
}

input#send {
  width: 100px;
  font-weight: bold;
  font-size: 0.8em;
}

input#send:hover {
  color: #1cb57f;
  border-color: #1cb57f;
}

table {
	width: 420px;
	padding: 10px 0 20px 0;
}

table td {
	background: #333;
	padding: 4px 5px 5px 5px;
	color: #fff;
	font-size: 13px;
}

table td strong {
	font-weight: bold;
}

table th {
	background: #555;
	padding: 4px 5px 5px 5px;
	color: #fff;
	font-size: 13px;
	vertical-align: top;
}

table td a,
table th a {
	color: #1eb57e;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

table th a:hover,
table td a:hover {
	color: #fff;
	border-bottom: 1px dotted #1eb57e;
	text-decoration: none;
}

table th.fname {
	font-size: 16px;
}

table th.fname,
table td.fname {
	width: 250px;
	padding-left: 10px;
	text-align: left;
	color: #fff;
}

table th.fsize {
	font-size: 12px;
}

table th.fsize,
table td.fsize {
	width: 40px;
	text-align: center;
	color: #999;
}

table th.fmod {
	font-size: 12px;
	text-align: right;
}

table th.fmod,
table td.fmod {
	width: 80px;
	text-align: center;
	color: #999;
}

/*--news section stylings--*/

div#news {
	display: block;
	width: 247px;
	height: auto;
	padding: 30px 30px 0 30px;
	float: right;
}

div#news h2 {
	margin: 0 0 10px 0;
}

div#news h3 {
	padding: 5px 0 0 25px;
	margin: 0 0 5px 0;
	background: url(gfx/news-icon.gif) left no-repeat;
}

div#news p {
	color: #acacac;
	margin: 0 0 15px 0;
}

div#news p.rm {
	color: #acacac;
	border-bottom: 1px dotted #1eb57e;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
}

div#news p.rm a {
	color: #fff;
	border-bottom: 1px dotted #1eb57e;
	text-decoration: none;
}

div#news p.rm a:hover {
	color: #1eb57e;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

div#news a img {
	border: none;
	text-decoration: none;
	cursor: pointer;
}

/*--footer section stylings--*/

div#footer {
	display: block;
	width: 100%;
	height: 155px;
	background: url(gfx/footer-bg.gif) top repeat-x;
	border-top: 2px solid #2b2b2b;
}

div#footwrap {
	width: 720px;
	padding: 20px 30px 0 30px;
	height: auto;
	margin: 0 auto;
}

div#footwrap p, div#footwrap li {
	font-size: 0.7em;
	color: #acacac;
	line-height: 130%;
}

div#footwrap p.wd {
	float: right;
	margin: -60px 0 0 0;
	text-align: right;
}

div#footwrap p a, div#footwrap li a {
	color: #fff;
	border-bottom: 1px dotted #1eb57e;
	text-decoration: none;
}

div#footwrap p a:hover, div#footwrap li a:hover {
	color: #1eb57e;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

div#footwrap ul {
	margin: 5px 0 0 15px;
}

div#footwrap ul li {
	list-style-image: url(gfx/li-img.gif);
}

div#recaptcha_widget_div {
	padding-left: 10px;
	padding-bottom: 10px;
}