* {
	margin			: 0;
	padding			: 0;
	outline			: 0;
	}

p,h1,h2,h3,h4,h5,h6,ul,li,ol,table,form {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/background_long.jpg) repeat-x top #AF6001;
/*
	background-image: url(../images/background_long.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #AF6001;
*/
	margin-right: auto;
	margin-left: auto;
	width: 1014px;
	margin-top: 48px;
	font-family:Tahoma, Verdana, Arial, "Times New Roman";
}

img {
	border:none;
}

.drk_brown {
	color: #8c4d02;
}

a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:underline;
}

h2 {
	font-family:Tahoma, Verdana, Arial, "Times New Roman";
	padding-top: 10px;
}
h3 {
	font-family:Tahoma, Verdana, Arial, "Times New Roman";
	padding-top: 10px;
	font-size:14px;
	font-weight:bold;
}
hr {}
/*----------2nd nav along top----------------*/

#navigation {
	background-image: url(../images/nav_bckgrnd.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ae5f01;
	border-left-color: #ae5f01;
	width: 1000px;
	height: 24px;
	padding-top: 5px;
	background-color: #FFFFFF;
	color: #8c4d02;
	text-indent: 7px;
}
#navigation ul {
	list-style-type: none;
	color: #8c4d02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#navigation li {
	display: inline;
	color: #FFFFFF;
}
#navigation li a:link{
	color: #fca53e;
	text-decoration: none;
}
#navigation li a:visited{
	color: #fca53e;
	text-decoration: none;
}
#navigation li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:active{
	color: #fca53e;
	text-decoration: none;
}

/** end of navigation  **/
#main_content {
	background-color: #FFFFFF;
	width: 1000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AE5F01;
	border-left-color: #AE5F01;
	clear: left;
	float: left;
	line-height: 1.2em;
	height: 100%;
/*	background-image: url(../images/logos.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	min-height: 558px;
}
#main_content h1 {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 65px;
}
#main_content {
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 12px;
	line-height:1.25;
}

/*----------footer-----------*/
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 982px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
}
#footer p {
	float: right;
	text-align: right;

}

#footer ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	padding-left: 5px;
}
#footer li {
	display: inline;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}
#header {
	background-image: url(../images/header_bckgrnd.gif);
	height: 109px;
	background-repeat: no-repeat;
	width: 1002px;
}

/*--------top nav rollover buttons---------*/
.buts {
	float: left;
	height:77px;
	padding-top: 28px;
	padding-left: 6px;
}
.buts li {
	display:inline;
}
.buts li a {
	display:inline;
	display: block;
	float: left;
	text-indent: -5000px;
	color: #FFFFFF;
	background-color: #0D0804;
}
/*
===================================================================
	HEADER - SYSTEMS TAB
===================================================================
*/
.buts li#systems {
	display:inline;
	display: block;
	float: left;
	text-indent: -5000px;
	color: #FFFFFF;
	background-color: #0D0804;
	background-image:url(../images/buttons/systems_hover.jpg);
	width:146px;
	height:77px;
}
/*--------added for non link state[ENDS]---------*/
.buts li#systems a:link {
	background-image:url(../images/buttons/systems.jpg);
	width:146px;
	height:77px;
}
.buts li#systems a:visited {
	background-image:url(../images/buttons/systems.jpg);
	width:146px;
	height:77px;
}
.buts li#systems a:hover {
	background-image:url(../images/buttons/systems_hover.jpg);
	width:146px;
	height:77px;
}
.buts li#systems a:active {
	background-image:url(../images/buttons/systems.jpg);
	width:146px;
	height:77px;
}
/*
===================================================================
	HEADER - TRAINING TAB
===================================================================
*/
.buts li#training {
	display:inline;
	display: block;
	float: left;
	text-indent: -5000px;
	color: #FFFFFF;
	background-color: #0D0804;
	background-image:url(../images/buttons/training_hover.jpg);
	width:146px;
	height:77px;
	margin-left:6px;
}
/*--------added for non link state[ENDS]---------*/
.buts li#training a:link {
	background-image:url(../images/buttons/training.jpg);
	width:146px;
	height:77px;
}
.buts li#training a:visited {
	background-image:url(../images/buttons/training.jpg);
	width:146px;
	height:77px;
}
.buts li#training a:hover {
	background-image:url(../images/buttons/training_hover.jpg);
	width:146px;
	height:77px;
}
.buts li#training a:active {
	background-image:url(../images/buttons/training.jpg);
	width:146px;
	height:77px;
}
/*
===================================================================
	HEADER - VERTICAL TAB
===================================================================
*/
.buts li#vertical {
	display:inline;
	display: block;
	float: left;
	text-indent: -5000px;
	color: #FFFFFF;
	background-color: #0D0804;
	background-image:url(../images/buttons/vertical_hover.jpg);
	width:146px;
	height:77px;
	margin-left:6px;
}
/*--------added for non link state[ENDS]---------*/
.buts li#vertical a:link {
	background-image:url(../images/buttons/vertical.jpg);
	width:146px;
	height:77px;
}
.buts li#vertical a:visited {
	background-image:url(../images/buttons/vertical.jpg);
	width:146px;
	height:77px;
}
.buts li#vertical a:hover {
	background-image:url(../images/buttons/vertical_hover.jpg);
	width:146px;
	height:77px;
}
.buts li#vertical a:active {
	background-image:url(../images/buttons/vertical.jpg);
	width:146px;
	height:77px;
}
/*
===================================================================
	HEADER - TESTING TAB
===================================================================
*/
.buts li#testing {
	display:inline;
	display: block;
	float: left;
	text-indent: -5000px;
	color: #FFFFFF;
	background-color: #0D0804;
	background-image:url(../images/buttons/testing_hover.jpg);
	width:146px;
	height:77px;
	margin-left:6px;
}
/*--------added for non link state[ENDS]---------*/
.buts li#testing a:link {
	background-image:url(../images/buttons/testing.jpg);
	width:146px;
	height:77px;
}
.buts li#testing a:visited {
	background-image:url(../images/buttons/testing.jpg);
	width:146px;
	height:77px;
}
.buts li#testing a:hover {
	background-image:url(../images/buttons/testing_hover.jpg);
	width:146px;
	height:77px;
}
.buts li#testing a:active {
	background-image:url(../images/buttons/testing.jpg);
	width:146px;
	height:77px;
}

/*
===================================================================
	HEADER - TABS END
===================================================================
*/

#logos {
	padding-left: 15px;
	padding-top: 15px;
	clear: left;
}
.push {
	height: auto;
}


#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header .logo {
	float: right;
	padding-top: 12px;
	padding-right: 21px;
	}

#header .header-contact {
	float: left;
	color:#FCBA04;
	font-family:Tahoma;
	font-weight:bold;
	font-size: 110%;
	padding-left: 22px;
	padding-top: 39px;
	}

#header .header-contact a {
	color:#FCBA04;
	}

div.row {
	margin-top		: 20px;
	}

div.left {
	float			: left;
	width			: 515px;
	}

div.left p {
	padding			: 0 25px 15px 25px;
	line-height		: 1.5;
	}

div.left p.narrow {
	width		: 450px;
	}

div.right {
	width			: 485px;
	float			: left;
	}

div.right img {
	margin-bottom	: 20px;
	}



.diagram-header {
	width			: 460px;
	height			: 45px;
	background		: url(../images/diagram-header.jpg) no-repeat top left white;
	font-size		: 120%;
	font-weight		: bold;
	color			: white;
	}

.diagram-header p {
	padding-left	: 20px;
	padding-top		: 14px;
	}

.full {
	padding-bottom	: 115px;
	}

.full p {
	padding-left	: 3em;
	padding-right	: 3em;
	}

#slidey_buts {
}
#slidey_buts img {
	float: left;
	clear: none;
	display: block;
	padding-right: 10px;
	padding-bottom: 5px;
}

#slidey_buts a {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	width: 98%;
	display: block;
	padding: 3px;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.indent {
	padding-left: 7px;
	padding-bottom: 10px;
	}

.indent .riba-logo {
	float: right;
	margin-left: 10px;
	}

.indent p {
	padding-top:0.5em;
	}

.indent strong {
	color:#AF6001;
	}

.indent a {
	color			: #AF6001;
	}

.indent ul {
	margin-left: 2em;
	}

.indent img {
	margin-top:1em;
	}

.header_space {
	padding-bottom: 20px;
	}

.training_pics img{
	margin:25px 20px 0 20px;
	border:solid 1px #000000;
	}

.addy {
	float: left;
	width: 46%;
	padding-right: 2%;
	font-size: 115%;
	font-weight: bold;
}

.contact {
	float: right;
	padding-left: 2%;

	font-size: 115%;
	font-weight: bold;
	text-align	: right;
}


.contact_form {
	float:left;
	clear: both;
	width:100%;
	padding-top: 15px;
	padding-bottom:100px;
	}

.contact_form p {
	clear: both;
	float: left;
	}

.contact_form p.ireland-link {
	font-size: 115%;
	font-weight: bold;
	}

.contact_form input,textarea,select {
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	clear: none;
	width: 445px;
	display: block;
	padding: 0.25em;
}

.contact_form label	{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	display: block;
}

.contact_form .subutton {
	height: 28px;
	width: 69px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

button {
	background		: white;
	border			: none;
	margin-top		: 10px;
	}

button:hover {
	cursor			: pointer;
	}

.headline {
	color			: #AF6001;
	font-weight		: bold;
	font-size		: 130%;
	font-family		: Verdana;
	}

img.logo-strip {
	padding-bottom	: 3px;
}

/*
===============================================================================
	MESSAGEBOX
===============================================================================
*/
.messagebox {
	width			: 30em;
	background		: white;
	margin			: 4em auto 0 auto;
	padding			: 1em;
	}

.messagebox-heading-error {
	display			: block;
	width			: 20em;
	color			: white;
	background		: #af6001;
	padding			: 1em 1em 1em 3.5em;
	font-size		: 110%;
	font-weight		: bold;
	margin-bottom	: 0.5em;
	margin-left		: auto;
	margin-right	: auto;
	text-align		: left;
	}

.messagebox p {
	display			: block;
	width			: 20em;
	margin-top		: 0.2em;
	margin-left		: auto;
	margin-right	: auto;
	}

.messagebox a {
	display			: block;
	width			: 20em;
	background		: white;
	padding			: 0.5em;
	margin			: 0.5em auto;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	}

.messagebox a:hover {
	background		: #FCBA04;
	}

.left ul.menulist {
	list-style		: none;
	}

.left ul.verticallist,
.left ul.verticallist-right {
	list-style		: disc;
	color			: #AF6001;
	padding-left	: 4em;
	}

.left ul.verticallist-right {
	float			: right;
	padding-right	: 12em;
	}

span.verticallist-text {
	color			: black;
	}

.menulist a {
	width			: 20em;
	display			: block;
	padding			: 0.5em 0 0.5em 1em;
	text-decoration	: none;
	font-weight		: bold;
	}

.menulist a:hover {
	color			: white;
	background		: url(../images/list-highlight.jpg) bottom left no-repeat white;
	text-decoration	: none;
	}

#pyramid_content {
	background-color: #FFFFFF;
	width: 1000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AE5F01;
	border-left-color: #AE5F01;
	clear: left;
	float: left;
	height: 100%;
	background-image: url(../images/pyramid_post.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 558px;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 12px;
	line-height:1.25;
}

.text-highlight {
	color: #AF6001;
	font-weight:bold;
	}

/*
===============================================================================
	COMPETENCE LIST & ASSOCIATED HEADER 04/2010
===============================================================================
*/

div#competence-list {
	width				: 100px;
	text-align			: center;
	padding				: 0 10px 10px 10px;
	margin-top			: 17px;
	margin-left			: 15px;
	margin-bottom		: 10px;
	float				: right;
	color				: #AF6001;
	border				: 1px solid #AF6001;
}

div#competence-list p {
	padding				: 0;
	margin				: 0;
}

div#competence-list a {
	text-decoration		: none;
}

div#competence-list a:hover {
	color				: #333;
}

h2.competence-list {
	color				: #AF6001;
	padding-left		: 25px;
	margin-bottom		: 10px;
	font-size			: 130%;
	}

ul#competence-list {
	padding-left		: 40px;
	list-style			: none;
	margin-bottom		: 100px;
	}

ul#competence-list li {
	padding				: 2px 10px 2px 25px;
	margin-bottom		: 10px;
	background			: url(../images/tick2.gif) left no-repeat;
	}

/*
===============================================================================
	FLAG LINKS
===============================================================================
*/

div#flag-links {
	float				: right;
}

div#flag-links h2 {
	color				: #AF6001;
	float				: right;
}

div#flag-links a {
	float				: right;
	margin				: 0 10px;
}

div#flag-links a img {
	border				: 1px solid black;
}

div#flag-links a img:hover {
	border				: 1px solid #E69941;
}

div.contact-headline {
	padding-left: 25px;
	color: #AF6001;
	}

p.ireland-link img {
	margin-bottom		: -5px;
	border				: 1px solid black;
}

span#nav-slash {
	color				: #fca53e;
}
