/* CSS Document */

body {
	font-size:small;
	background-color:#FFFF99;
}

#container {
	position:relative;
	top:50px;
	margin: 0 auto;
	width: 626px;
	text-align:left;
}



#head_logo {
	position:relative;
	top:10px;
	height:96px;
	width:89px;
}

#head_text {
	position: relative;
	top:30px;
	height:50px;
	width:199px;
}

#head_strap h1 {
	position: relative;
	height:50px;
	top:10px;
	width:600px;
	padding:10px 0px;
}

#navlist {
position: absolute;
left: 0px;
top: 130px;
width: 120px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 130%;}

#navlist li {
margin: 0 0 5px 0;
}

#navlist a {
display: block;
padding: 2px 2px 2px 24px;
background-color: #006600;
background-image:  url(../images/buttons/button_bg.png);
background-repeat: no-repeat;
background-position: 0% 50%;
}

/* My Comment */

#navlist a:link, #navlist a:visited {
color: #FFFF99;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #FFFF99;
background-image:  url(../images/buttons/button_bg_hover.png);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #006600;
}

#images {
	position:absolute;
	left:125px;
	top:130px;
	height:208px;
	margin:0 0 0 0;
}

#home_img_1	{
	position:absolute;
	left:5px;
	height:208px;
	width:156ps;
}

#home_img_2	{
	position:absolute;
	left:171px;
	height:208px;
	width:156ps;
}

#home_img_3	{
	position:absolute;
	left:337px;
	height:208px;
	width:156ps;
}

#tagline {
	top:350px;
	text-align: center;
	position: absolute;
	list-style-type: none;
	display: inline;
	text-indent: -15px;
	width: 626px;
	clear: both;
}

#tagline ul {
	color: #006600;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 24px;
}

#tagline li {
	display: inline;
	margin-left: 7px;
	background: url(../images/fn/greendot.gif) no-repeat 0 5px;
	float: none;
	padding-left: 12px;
}

#tagline li a {
	color: #006600;
	text-decoration:none;
}

#tagline li a:hover {
	color: #006600;
	text-decoration:underline;
}



#bottom_left {
	position: absolute;
		width: 359px;
	/*top: 391px;*/
	top:500px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: right;
}

#bottom_right {
	position: absolute;
		width: 245px;
	/*top: 393px;*/
	top:500px;
	padding: 0;
	margin: 35px 0 0;
	float: right;
	left: 368px;
	letter-spacing: 1px;
	font-size: 13px;
}

/* My Comment */

#bottom_right ul {
	margin: 0;
	text-decoration: none;
	padding: 4px 0;
	
}

* {
	
}

#bottom_right li {
	display: inline;
	
	float: none;
	border: 1px solid #006600;
}

.image_centre {
	padding-left: 243px;
}

#bottom_right li  a

 {
	color: #FFFF99;
	text-indent: -6px;
	background: url(../images/fn/newslink-back.gif) no-repeat 0 -2px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 11px;
	
}

#bottom_right li a:hover {
	text-decoration: none;
	color: #006600;
	background: url(../images/fn/newslink-back-hov.gif) no-repeat 0 -2px;
}
/* My Comment */

/* My Comment */

/* My Comment */


#footer {
position:relative;
	width: 756px;
	margin: 5px auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 80%;
	border: 1px solid #616161;
	top:600px;
}

#footer ul {
	margin: 0;
	padding: 0 0 0 0;
	display: inline;
	list-style: none;
	color: #616161;
}

#footer li {
	display: inline;
	list-style: none;
	color: #616161;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #616161;
}

#footer a {
	color: #616161;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	color: #616161;
	text-decoration: underline
}