* {
	padding: 0;
	margin: 0;
	}
  
html, body { height: 100%; }

html {
	font-size: 15px; 	background: #ffd url(../images/background.gif) repeat-x !important;
	background: #ffd url(../images/background_full.png) repeat-x; /* IE6 does not like transparent png! */
	}
body {
  	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	/*background: url(../images/banner_background.png) repeat-x top !important;*/
	background: none; /* IE6 does not like transparent png! */
  	line-height: 130%;
	}
p {
	margin-bottom:10px;
}	
a , :link, :visited{ 
  	text-decoration: none;
  	color: #3F73FF;
  }

a img, :link img, :visited img :hover img {
	border: 0;
	}
  
ul, ol{
  	padding-left: 30px;
}
.smalltext{
  	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Times, serif;
	color: #410;
	line-height: 120%;
}

h6{ /* for tab titles: displayed when javascript turned off */
	font-size: 150%; 
	padding-top: 10px;
}
.greytext { color:#999; }
em.date{ color:#999; }

table tr{
	vertical-align:top;
}
table th.title {
	text-align:right;
}
table td.data {
	padding-left:5px;
}

hr {
	border:1px dashed #999;;
}
/******************* 
      Layout
********************/

#wrapper-transparent {
  	margin: 0 auto; 
  	width:1064px;
  
  	/* for sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -190px; /* the bottom margin is the negative value of the footer's height */

 }
 
#innerwrapper {
  	margin: 30px auto;
  	width:1024px;
}

#header{
  	padding: 20px 0;
}

#footer-main {
	background-color:#e3e3e3;
  	border-top: 1px solid #adadb8;
  	height: 189px;
	line-height:120%;	
}

#footer-main .wrap {
	width: 1024px; 
	margin: 0 auto;
	padding:20px 0;
	background-color: #e3e3e3;
	}

#footer-main .wrap p.column {
	padding: 0 30px;
	float:left;
	border-right:dotted 1px #ADADB8;
	margin-bottom:20px;
	min-height: 92px;
	}
#footer-main .wrap p.text {
	padding: 0 20px;
	margin: 0;
	}
#footer-main .wrap p.right-block {
	width: 215px;
	float:right;
	padding: 0;
	margin: 0;
}
.clearfooter {
  	height: 190px;
  	clear: both;
}

/******************* 
        MENU
********************/
.niflogo{
	position:relative;
	top:20px;
	background:url(../images/NIF.png) !important;
	background:url(../images/NIF.gif);
	width: 171px;
	height: 67px;
	display: inline;
}
.niflogo-text{
	font-size:2em;
	color:#F5E5A9;
	text-indent:7px;
}
#nifgwt-header{
	background: url(../images/menu-bg3.png) left -21px repeat;
	color:#F9E25E;
	font-size:14px;
	padding: 0px 10px;
}
#nifgwt-header a{
	color:#F9E25E;
}
#nifgwt-header a:hover{
	color:#FFD100;
}
#nifgwt-footer{
	background: #E9E1B2;
	color:#410;
	font-size:13px;
	padding: 2px 10px;
	text-align:center;
}
#nifgwt-footer a{color:#8F5B00;}
#nifgwt-footer a:hover{color:#8F3200;}
.menu-list-horizontal{
	text-align:left;
}
.menu-list-horizontal ul{
	padding: 0;
	margin: 0;
	text-align: right;
	list-style:none;
/*	border-bottom:1px solid #b5b4b4;*/
}
.menu-list-horizontal li{
	list-style:none;
	display:inline;
	margin:0 5px;
}
.menu-list-horizontal li a , .menu-list-horizontal li a:visited{
	color:#F9E25E;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.menu-list-horizontal li a:hover{
	color:#FFD100;
	text-decoration:none;
}
.menu-list-horizontal li a.current{
	color:#F5E5A9;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.menu-list-horizontal ul .noborder {
	border: 0;
}

/************************
     Clear Columns
************************/
.clearcolumns {
	clear:both;
}	

