/* put sub-site specific css in this file for the current site 
			all 3 css files should live in the templates folder
			where possible only edit this wf_customise.css unless completely re-working a t-template.html for a site */

/* change things like #navbar{background..} and the a:link{..} by defining them here. They override the defaults in wf.css */


body{background:#f9f3f1 url(/NDVS/images/watermark.gif); background-repeat:no-repeat; background-position: bottom right;} /* watermark images should have sufficient padding on the left if the newsbar us a solid colour */

h1{width:110%;border:1px solid #f9f3f1;top:-10px;height:80px;}
#sitename{position:absolute;top:-1000px;}	/* hide the main site name as we have an graphic for this */
#pagename{position:absolute;top:75px;}
#breadcrumbs{top:100px;background:#d4e5ea;border-bottom:1px solid darkgreen;}
#main_body{top:130px;}


#newsbar{background:#d4e5ea;}
#top_right{top:50px;}
#mid_right{top:60px;left:30px;width:50px;}
#mid_left{position:relative;top:65px;}

.folder:hover {text-decoration:none;color:blue;background:#BCEFE1;}

.current {color:maroon}
.current:link {color:maroon}
.current:visited {color:maroon}
.current:hover {color:black;background:#BCEFE1;}

#search_form{background:url(/NDVS/images/search_form_bg.gif); background-repeat:no-repeat; background-position:top left;} 

.news_link{height:40px;padding:5px 0px 0px 5px;background:url(/NDVS/images/search_form_bg.gif); background-repeat:no-repeat; background-position:top left;} 

.news {text-decoration:none;color:blue;background:transparent;border:0px;}
.news:link {text-decoration:none;color:color:blue;background:transparent;border:0px;}
.news:visited {text-decoration:none;color:blue;background:transparent;border:0px;}
.news:hover {text-decoration:none;color:tomato;background:transparent;border:0px;}


