body{
	font-family:Verdana,Arial,sans-serif;
	color:#000000;
	line-height:1.5;	

	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

.subhead {
text-decoration:underline;
}

a:link, a:visited, a:hover {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,Arial,sans-serif;
	margin:0px;
	padding:0px;
}

h1{
 font-family:Verdana,Arial,sans-serif;
 font-size:0.9em;
 color:#333333;
 font-weight:bold;
}

h2{
 font-size:1.1em;
 color:#FF6600;
}

h3{
 font-size:0.85em;
 color:#333333;
}

ul{
 list-style-type:disc;
}

ul ul{
 list-style-type:disc;
}

ul ul ul{
 list-style-type:circle;
}

p {
	margin: 1em 0;
}

label{
 font:bold 0.7em Verdana,Arial,sans-serif;
 color:#333333;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0 auto;
	padding:0;
	width:80%;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCFF;
}
@media print {#container {width:90%; margin:20px 5% 20px 5%;}}

#logohead {
	background-image:url(../images/logo_strapline_eng.gif);
	background-position:left;	
	background-repeat:no-repeat;	
	width:100%;
	height:185px;
	margin:0;
	padding:0;
}
@media print {#logohead {display:none;}}

#logoheadGd {
	background-image:url(../images/logo_strapline_gael.gif);
	background-position:left;	
	background-repeat:no-repeat;	
	width:100%;
	height:185px;
	margin:0;
	padding:0;
}
@media print {#logoheadGd {display:none;}}

@media print {
#logo {
	width:100%;
	margin:0;
	padding:0;
}}

@media screen {#logo {display:none;}}

#wrapper {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#navigation {
	float:left;
	margin:0;
	width: 12em;
	padding:6px 0 0 0;
	background-color:#FFFFFF;}

@media Print{ #navigation {display:none;}}

#contentwrap {
	margin-left:13em;
	text-align:left;
	padding:0px 25px 0px 0px;
	background-color:#FFFFFF;
}

@media Print{
#contentwrap {
	margin:0px;
	text-align:left;
	padding:0px 25px 0px 0px;
	background-color:#FFFFFF;
	vertical-align:top;
}}

#footer {
	clear:both;
	font-size:0.6em;
	text-align:center;
	margin:0;
	padding:10px;
 	border-top:1px solid #CCCCFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#content {
/*	float:left;*/
	text-align:justify;
	font-weight:normal;
	vertical-align:top;
	margin:0;
	padding:0;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:visited:hover {
	font-weight:lighter;
	color:#666666;
}
/************** .styles ***************/

.langlink {
	float: right;
	padding:0px 0px 1em 30px;
	background-image:url(../images/menubgoff_1.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 140px;
	height:45px;
	line-height:50px;
	color:#000000;
}

.langlink h1 {
	display: inline;
	padding-left: 40px;
}

.pagetitle h1{
	padding:0px 0px 1em 30px;
	background-image:url(../images/menubgon_3a.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:45px;
	line-height:50px;
	color:#000000;
}

@media Print{
.pagetitle h1{
	padding:0px 0px 0px 20px;
	color:#000000;
}
}

.text {
	padding: 0px 0px 10px 20px;
	font-size:0.7em;
}

.text h1{
	padding:30px 0px 5px 0px;
	text-align:left;
}

.text h2{
	padding:0px 0px 5px 0px;
	text-align:left;
}

.text img{
	/*float: left;*/
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.text1 {
	padding: 0px 0px 10px 20px;
}

.text1 h1{
	padding:30px 0px 5px 0px;
	text-align:left;
}

.text1 img{
	/*float:right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;*/
}


.photoRight {
	float: right;
	clear: right;
	margin: 0 0 0 2em;
}

.photoLeft {
	float: left;
	margin: 0 2em 0 0;
}

.photoRight img,
.photoLeft img {
	display: block;
	margin: 0;
	padding: 0;
}

.photoLeft .caption,
.photoRight .caption {
	text-align: center;
	font-style: italic;
	margin: 1em 0;
}


#questionsIndex {
	padding: 0;
	margin: 1em 0;
	font-size: 0.9em;
	list-style: none;

}

#questionsIndex li {
	font-size:1.25em;
	font-weight:900;
	text-align:left;
	line-height: 1.5em;
	padding:0px 0px 15px 1.5em;
}

.question1 {
	background:url("../images/headquestion_1.jpg") left no-repeat;
}
.question2 {
	background:url("../images/headquestion_2.jpg") left no-repeat;
}
.question3 {
	background:url("../images/headquestion_3.jpg") left no-repeat;
}
.question4 {
	background:url("../images/headquestion_4.jpg") left no-repeat;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.hidden {
	display:none;
}

/*********** #navigation link styles ***********/
/*
#navigation a:link,
#navigation a:visited {
	display: block;
}*/

#navigation {
	list-style:none;
	background-image:url(../images/vline.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 5px 0 0;
}

#navigation li {
	line-height: 40px;
	font-size: 0.75em;
	text-align: right;
	padding: 0 25px 0 0;
	margin: 0 0 0 0;
	text-align: right;
	background-repeat: no-repeat;
	background-position: top right;
}

#navigation a:link,
#navigation a:visited, 
#navigation a:active {
	text-decoration:none;
}

#navigation a:visited:hover,
#navigation a:hover {
	text-decoration:none;
}

#navigation .navigation1 {
	background-image:url(../images/menubgoff_1.gif);
}

#navigation .navigation2 {
	background-image:url(../images/menubgoff_2.gif);
}

#navigation .navigation3 {
	background-image:url(../images/menubgoff_3.gif);
}

#navigation .navigation4 {
	background-image:url(../images/menubgoff_4.gif);
}

#navigation .navigation5 {
	background-image:url(../images/menubgoff_5.gif);
}

#navigation .navigation6 {
	background-image:url(../images/menubgoff_6.gif);
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sectionLinks li {
	line-height: 20px;
	height: 20px;
	padding: 0 10px 0 0;
	font-size: 0.8em;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size:1em;
}

.relatedLinks img{
	float: left;
	padding: 10px 0px 5px 10px;
	margin: 0;
}

.relatedLinks a:link,
.relatedLinks a:hover,
.relatedLinks a:visited:hover,
.relatedLinks a:active {
	color:#FF6600;
}

.relatedLinks a:visited {
	color:#99CCFF;
}