﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: arial;
    text-align: center;
    font-size: 0.75em;
    color: #525252;
    line-height: 1.5em;
}
#wrapper
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
.clear
{
    clear: both;
}

/*navigation--------------------------*/

#mainNav
{
    background:#c82915;
    margin-bottom: 8px;
    padding:0.3em 7px 0 7px;
}
#mainNav ul 
{
    margin: 0;
    list-style-type: none;
}
#mainNav li
{
    float: left;
    background: #c82915;
    font-size:1em;
    line-height:1em;
    margin:0;
	color:#fff;
}
#mainNav a
{
    display:block;
	margin:0 1px;
	text-decoration: none;
	padding-left:1.2em;
}
#mainNav a span
{
    display:block;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	color:#fff;
	padding:0.4em 1.2em 0.5em 0em;
	background:  url(../../../../images/navTabSprite.gif)0px -999px no-repeat #c82915;
}

#mainNav a:hover, #mainNav a:active, #mainNav li a.current
{
    display:block;
    background: url(../../../../images/navTabSprite.gif) 0px 0px no-repeat #fff;
	/*background:url(../../../../images/navTabRight.gif) right top no-repeat #fff;*/
	text-decoration:none;

}
#mainNav a:hover span, #mainNav a:active span, #mainNav li a.current span
{
    display:block;
	color:#c82915;
	background:url(../../../../images/navTabSprite.gif) right top no-repeat;
	/*background:url(../../../../images/navTabLeft.gif) left top no-repeat;*/
	text-align:center;
}


/*header--------------------------*/

#header
{
    position: relative;
}
#header img
{
    float: left;
}
#header p
{
    margin-top: 15px;
    float: right;
    text-align: right;
}
#header a
{
    color: #525252;
    text-decoration: none;
}
#header a:hover
{
    text-decoration: underline;
}
#search
{
    background-image: url(../../../../images/search.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #c82915;
    text-align: right;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 75px;
    right: 0px;
padding-right: 10px;
float:right;
}
#search input 
{
	border:0px;
	margin-left:15px;
}
#header #search img 
{
float: right;
}

/*welcome--------------------------*/

#welcome
{
    border-bottom: dotted 2px #c82915;
}
#welcome img
{
    float: right;
}
#welcomeMessages
{
    float: right;
    text-align: right;
    font-size: 175%;
    color: #c82915;
}
#welcomeMessages h1
{
    padding-left: 25px;
    background: no-repeat left 50%;
    font-size: 85%;
    margin-top: 30px;
    font-weight: normal;
    border-bottom: none 0;
    color: #c82915;
}
#welcomeMessages .second
{
    margin: 15px 10px 0px 0px;
}
#welcomeMessages .third
{
    margin: 5px 16px 0px 0px;
}
#welcomeMessages span
{
    color: #525252;
}

/*Content--------------------------*/

#mainContent
{
    text-align: left;
    border-bottom: dotted 2px #c82915;
    padding: 20px 0px 20px 0px;
}
#mainContent img 
{
   
}
#mainContent p 
{

}
#mainContent #homeContent p 
{
    margin: 0px;
}
#mainContent #homeContent img 
{
    margin: 0px;
    float: none;
}
#sideNav {
	float:left;
	width:200px;
	padding:6px 0;
	}

#sideNav ul {
	margin:8px 0 0 0;
	}
	
#sideNav ul li {
	display:inline;
	font-size:1em;
	line-height:1em;
	margin:0;
	}
#sideNav .head a 
{
    color:#525252;
    text-decoration:none;
    font-weight:bold;
    padding-right:14px;
    background: url(../../../../images/rtArwGrey.gif) no-repeat right center;
}
#sideNav .head a:hover 
{
    text-decoration:underline;
}

#sideNav ul li a {
	display:block;
	margin:0 18px;
	padding:5px 0;
	text-decoration:none;
	font-size:1.4em;
	line-height:1em;
	font-family:Arial;
	color:#c82915;
	}

#sideNav ul li a.first {
	border:0;
	}

#sideNav ul li a:hover,
#sideNav ul li a:active {
	text-decoration:underline;
	}

#sideNav ul li a span {
	display:inline;
	}

#sideNav ul li a:hover,
#sideNav ul li a:active {

	}
	
#sideNav ul li a.selected,
#sideNav ul li.expanded a {
	font-weight:bold;
	}

#sideNav ul li.expanded ul {
	margin:0;
	}

#sideNav ul li.expanded ul li a {
	font-size:1.1em;
	margin:0 4px 0 4px;
	padding:0px 18px 6px 33px;
	font-weight:normal;
	color:#c82915;
	}

#sideNav ul li.expanded ul li a.selected {
	font-weight:bold;
	}

#sideNav ul li.expanded ul li.expanded ul li a {
	font-size:1.1em;
	padding:0px 18px 6px 45px;
	font-weight:normal;
	color:#c82915;
	background:none;
	}

#sideNav ul li.expanded ul li.expanded  ul li a.selected {
	font-weight:bold;
	}

#sideNav ul li.expanded ul li.expanded ul li.expanded ul li a {
	font-size:1.1em;
	padding:0 18px 6px 55px;
	font-weight:normal;
	color:#c82915;
	}

#sideNav ul li.expanded ul li.expanded  ul li.expanded ul li a.selected {
	font-weight:bold;
	}
#sideNav .head 
{
    color:#525252;
    font-size:1.3em;
    text-indent:10px;
    margin-bottom:5px;
}
#primaryContent
{
    float: left;
    width: 545px;
    border-right: 1px solid #c82915;
    padding-right: 20px;
}
#primaryContentStandard
{
    float: left;
    width: 480px;
    border-right: 1px dashed #c82915;
    padding-right: 20px;
}
#mainContent ul 
{
    margin: 1em 1em 1em 5em;
}
#mainContent li 
{
    margin: 0.2em 0em;
    line-height:1.7em;
}
.boxes
{
    height: 60px;
    width: 172px;
    float: left;
    margin-left: 14px;
}
.boxFooters
{
    clear: both;
}

#mainContent #homeContent .boxText p img
{
    display: inline;
    margin: 0px 0px -2px 3px;
}
#firstBox1, #firstBox2
{
    margin-left: 0px;
}
#redBox1
{
    background: url(../../../../images/redBox1.gif) no-repeat bottom left;
    margin-left: 0px;
}
#yelBox1
{
    background: url(../../../../images/yelBox1.gif) no-repeat bottom left;
}
#redBox2
{
    background: url(../../../../images/redBox2.gif) no-repeat bottom left;
}
#yelBox2
{
    background: url(../../../../images/yelBox2.gif) no-repeat bottom left;
    margin-left: 0px;
}
#redBox3
{
    background: url(../../../../images/redBox3.gif) no-repeat bottom left;
}
#yelBox3
{
    background: url(../../../../images/yelBox3.gif) no-repeat bottom left;
}
.boxText
{
    float: left;
    width: 172px;
    margin-left: 14px;
}
.homeBoxHeading a
{
    color: #525252;
    text-decoration: none;
    font-weight: normal;
    padding-right: 25px;
    background: url(../../../../images/smallArrow.gif) no-repeat right center;
}
.homeBoxHeading a:hover
{
    text-decoration: underline;
}

#midParagraph
{
    margin: 15px 0px 15px 0px;
    color: #c82915;
    border-top: dotted 2px #c82915;
    border-bottom: dotted 2px #c82915;
    padding: 10px 0px;
}
#secondaryContent
{
    float: right;
    padding: 0px 20px;
    width: 365px;
    min-height: 340px;
    _height:340px;
}
#secondaryContentStandard
{
    float: right;
    padding:0px;
    width: 260px;
}
.newsItem
{
    padding: 10px 0px;
    border-bottom: dotted 2px #c82915;
    margin-bottom: 15px;
}

/*footer--------------------------*/

#footer
{
    padding: 10px 0px 0px 0px;
    margin-bottom: 20px;
    color: #525252;
    min-height: 70px;
}
#footerLinks
{
    list-style-type: none;
    font-weight: bold;
}
#footerLinks li
{
    float: left;
}
#footerLinks a
{
    color: #525252;
    text-decoration: none;
}
#footerLinks a:hover
{
    text-decoration: underline;
}
#footerLeftLinks
{
    float: left;
}
#footerLogos
{
    float: right;
    font-size: 90%;
}
#footerLogos img, #footerLogos div
{
    float: left;
}
#footerLogos img
{
    margin: 0px 4px 0px 6px;
}
#footer #footerLinks #footerLeftLinks a
{
    color: #525252;
    text-decoration: none;
}
.EUfunding {
margin: 0;
line-height: 1.2em;
}
