body 
{
font-family: "Lucida Grande", sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.35em;
color:#838381;
background-color:#bdc4a3;
	
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
min-width:960px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	
}


/*  ---- =Style Reset: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  ------ */

 html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

table, td, th 
{
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after 
{
	content: "";
}

blockquote,
q 
{
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img 
{
border: none;
}

.clearBoth{clear:both;}

/*---------------*/


/*-------sub--------*/

#subWrapper{width:898px; margin:auto; display:block; background-color:#dfd3bd; background-image:url(../images/subBG.png); position:relative; padding-bottom:10px; }
#wrapperOverlay{position:absolute; top:0px; left:30px; width:839px; height:469px; background-image:url(../images/subBGPattern.jpg);}

#header{width:838px; height:131px; background-image:url(../images/subBG_header.jpg); margin-left:30px; position:relative;}
#header img.subLogo{margin-top:20px; margin-left:28px;}

#header div.divImgLogo
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.gtg.ie/images/gtg_Logo.png');
}
#header div.divImgLogo[class]{background-image:url(http://www.gtg.ie/images/gtg_Logo.png); }
#header div.divImgLogo{width: 226px; height:78px;margin-left:28px; background-position:bottom; background-repeat:no-repeat; cursor:pointer;}





#mainContent{width:838px; background-image:url(../images/subBG_overlay.jpg); background-position:0 0; background-repeat:no-repeat; margin-left:30px; display:block;}

#mainContent div.column1{width:231px;padding-bottom:20px;float:left; margin-left:8px; _margin-left:4px;display:block; margin-top:8px;}
#mainContent div.column2{width:577px; padding-bottom:20px; border:solid 1px #c4b59b; margin-left:12px;background: #ffffff url(../images/contentBG.png); background-repeat:no-repeat; float:left;margin-top:7px;}

#mainContent div.column1 ul#subMenu {margin-left:6px; margin-top:3px;}
#mainContent div.column1 ul#subMenu li{ list-style-type:none; width:224px; height:34px;border-bottom:dashed 1px #95a162; color:#80523a; 
background-image: url(../images/arrowBG.gif); background-position: 20px 13px; background-repeat:no-repeat; }
#mainContent div.column1 ul#subMenu li.subMenuTitle{ height:51px; color:#ffffff;
font-family: Georgia, serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
text-transform:lowercase;
background: #c6cb9f url() 10px 40px;
}
#mainContent div.column1 ul#subMenu li.subMenuTitle span{position:relative; top:12px; left:20px;}
#mainContent div.column1 ul#subMenu li a{ text-decoration:none; color:#80523a;
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
height:34px; display:block;

}
#mainContent div.column1 ul#subMenu li a:hover{ text-decoration:none; color:#80523a;

background-color:#d2c3ad;
height:34px; display:block;

}

#mainContent div.column1 ul#subMenu li a span{ position:relative; top:8px; left:34px;
font-family: "Lucida Grande", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;}

#mainContent div.column1 ul#subMenu li.active a{
background: #d2c3ad url(../images/arrowBG.gif) 20px 13px no-repeat;
height:34px; display:block;

}

/*---------------*/

/* Header styles */
	#headerNav {
		clear:both;
		float:left;
		width:100%;
	}
	#headerNav {
		border-bottom:1px solid #000;
	}
	#headerNav p,
	#headerNav h1,
	#headerNav h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#headerNav ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#headerNav ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#headerNav ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#headerNav ul li a:hover {
		background:#369;
		color:#fff;
	}
	#headerNav ul li a.active,
	#headerNav ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#headerNav ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		
	}
	/* 2 Column (double page) settings */
	.doublepage {
		background:#dfd3bd;		/* right column background colour */
	
	}
	.doublepage .colleft {
		right:60%;			/* right column width */
		background:#c2c9a8 url(../images/leftBG.jpg);		/* left column background colour */
		background-position:right;
		background-repeat:repeat-y;
	}
	.doublepage .col1 {
		width:40%;			/* left column content width (column width minus left and right padding) */
		left:60%;			/* right column width plus left column left padding */
		height:900px;
		
	}
	.doublepage .col2 {
		width:59%;			/* right column content width (column width minus left and right padding) */
		left:60%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
			background-image:url(../images/rightBG.jpg);		/* left column background colour */
		background-position:0 0;
		background-repeat:no-repeat;
		border-left:solid 1px #dfd3bd;
		margin-left:1px;
		
		
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	
	/*---------------*/
	/*---------------*/
	
	
	/*-------------------------------left side-----------------------------*/
.left_bg{
	background:url(../images/left.jpg) no-repeat;
	}
.padright15{
	padding-right:15px;
	}
.left_bg ul{
	width:222px;
	display:block;
	list-style-type:none;
	margin:6px 0 0 0px;
	}
.left_bg ul li{
	padding:0px; margin:0px;
	display:block;
	border-bottom:#8B6856 1px dashed;
	background:url(../images/wh_arrow.gif) no-repeat 9px 8px;
	}
.left_bg ul li.li2{
	padding:0px; margin:0px;
	display:block;
	border-bottom:none;
	background:url(../images/wh_arrow.gif) no-repeat 9px 8px;
	}
.left_bg ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#80523A;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:185px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:3px;
	}
.left_bg ul li a:hover{
	text-decoration:underline;
	color:#676e4d;
	}
.bold{
	color:##80523A;
	font-weight:bold;
	}
.more_bg{
	width:223px;
	background-color:#CFCEAF;
	height:20px;
	border-bottom:#95A162 1px dashed;
	border-top:#95A162 1px dashed;
	}
	

	
.more_bg a{
	font-size:11px;
	margin-left:82px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	color:#80523A;
	}
.more_bg a:hover{
	text-decoration:underline;
	}
	
	#more_bg_contactUs{margin-left:10px; width:210px;}
	
	.more_bg#more_bg_contactUs a{
	font-size:11px;
	text-align:left;
	margin-left:10px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	color:#80523A;
	}
.more_bg#more_bg_contactUs a:hover{
	text-decoration:underline;
	}
	
	div.innerLeftWrap{float:right; margin-right:90px; margin-top:40px;}
	img.mainLogo{margin-bottom:20px;}
	div.innerRightWrap{margin-left:30px; margin-top:40px;}
	.imgAnnounce{width:210px; left:100px; border:solid 10px #afb695; margin:10px 0 10px 0;}
	p.txtAnnounce{width:230px;color:#676e4d; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; margin-bottom:10px;}
	
	.imgTxtContactUs{margin-left:10px;}
	.imgContactUs{width:200px; left:100px; border:solid 10px #afb695; margin:10px 0 10px 10px;; }
	p.txtContactUs{width:210px;color:#676e4d; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; margin-bottom:10px; margin-left:10px;}
	div.flashWrapper{ height:310px; width:435px; background-image:url(../images/picture.png); margin-top:26px; margin-bottom:35px; margin-left:20px;}
	#subRightCol1{ margin-left:56px;}
/*------------------------right side-----------------------*/
.right_bg{}
	
.padding29{
	padding-left:29px;
	}
.right_bg ul{
	width:126px;
	display:block;
	list-style-type:none;
	margin:8px 0 0 19px;
	}
.right_bg ul li{
	padding:0px; margin:0px;
	display:block;
	border-bottom:#8B6856 1px dashed;
	height:20px;
	background:url(images/arrow.gif) no-repeat 24px 10px;
	}
.right_bg ul li.li1{
	padding:0px; margin:0px;
	display:block;
	border-bottom:none;
	height:20px;
	background:url(images/arrow.gif) no-repeat 24px 10px;
	}
.right_bg ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#80523A;
	text-decoration:none;
	font-size:10px;
	display:block;
	width:75px;
	margin-left:35px;
	padding-top:5px;
	}
.right_bg ul li a:hover{
	text-decoration:underline;
	}

div.subRightCol{ float:left; margin-right:20px;}

h4{font-family: Georgia, serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#86bc5f;
}

.innerContentWrapper{margin-top:26px; margin-left:30px;margin-right:30px;
color:#676e4d;
font-family: "Lucida Grande", sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: 0.6px;
line-height: 1.5em;
min-height:600px; height:auto !important; height:600px;
}

.innerContentWrapper p{padding:8px 0 12px 0;}

.innerContentWrapperDetails{margin-top:26px; margin-left:30px;margin-right:30px;
color:#676e4d;
font-family: "Lucida Grande", sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: 0.6px;
line-height: 1.5em;
height:400px;
}

.innerContentWrapperDetails p{padding:8px 0 12px 0;}

div.navTabs{ height:31px; float:right; position:absolute; top:100px; left:150px; z-index:104;}
	ul#navTabs li{float:left; list-style-type:none; color:#eee4d2; font-size:12px; margin-left:12px; margin-top:8px;} 
	ul#navTabs li a{color:#eee4d2; font-size:12px; text-decoration:none;}
	ul#navTabs li a:hover{color:#c6cb9f; font-size:12px; text-decoration:none;}
	
.innerContentWrapperDetails p a, .innerContentWrapper p a, .innerContentWrapper a{
	font-family:Arial, Helvetica, sans-serif;
	color:#80523A;
	text-decoration:none;
	}
.innerContentWrapperDetails p a:hover, .innerContentWrapper p a:hover, .innerContentWrapper a:hover{
	text-decoration:underline;
	color:#676e4d;
	}
	
	div.thumbnailBG{float:right; margin-left:20px; margin-bottom:8px; margin-top:35px;}
	div.thumbnailBG img{border:solid 8px #afb695;}
	div.thumbnailBG div{width:186px; margin-top:2px; display:block; text-align:center; font-size:9px;}
	
	div.thumbnailGalleryBG{float:left; margin-right:10px; margin-bottom:8px; margin-top:13px;}
	div.thumbnailGalleryBG img{border:solid 4px #afb695;}
	div.thumbnailGalleryBG div{width:186px; margin-top:2px; display:block; text-align:center; font-size:9px;}
	div.performanceWrapper{ }
	ul.performanceList li{ list-style-type:none; width:520px; display:block;}
	ul.performanceList li.endLi{width:520px; display:block; padding-bottom:10px; border-bottom:solid 1px #efefef;}
