/* By Eoghan Neligan, www.neligandesigns.com */

body { margin-left: 425px; padding: 30px; background:#000 url(images/flags.jpg) no-repeat; color:#cecece;}

* {margin: 1px; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3 { margin: 0 10px; font-weight: normal; text-decoration: none; background: transparent }
p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
h1 { font-size: 1.6em; line-height: 1.4em; letter-spacing: 0.25em; color:#ffffff; font-family: Verdana; }	/* site heading */
h2 { font-size: 1.3em; line-height: 1.4em; color:#ffae00 }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color:#ffae55 }				/* sub headings */
/* Padding between divs */
div { padding: 10px 0;}

/*-------------Main Content----------------*/

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

/*------Column: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.onecolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
/*------------------------------Navigation------------------------------------------*/
#Title { position: absolute; top: 0px; left: 20px; height: 20px; width: 400px;}
#nav { position: absolute; top: 50px; left: 20px; height: 25px; width: 400px;}

ul#nav  { margin: 0 0 10px 0}

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
	}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  {background: #ffae00; color: #000000;}

#nav a:hover, #nav a:active {background: #cecece; color: #000000; text-decoration: underline}

#nav a#current { background: #cecece}

/*------------------------------Promo Box------------------------------------------*/
#promo { position: absolute; top: 475px; left: 20px; width: 400px; background:#333; padding: 10px} /* News bar */

/*-----------------------------------Footer-----------------------------------------*/

#footer { float:left; width: 100%; height: 35px;}    /* Bottom copyright bar */

/*-----------------------------------Other tags-----------------------------------------*/

/* Acronyms */
acronym { border-bottom: 1px dashed #999; cursor: help }

/* Links */
a {color: #787878; text-decoration: none}
a:hover {color: #ffae00; text-decoration: underline}

/* Lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #ffeeee; font-size: 0.8em; line-height: 1.4em }