/*
    VRNI web site CSS
    by Noel Hastings
    
*/

/* ===== global styles ===== */

body {
    font-family: Georgia, serif; 

}


p, li {
    margin: 1ex 1em;
}

/*--  NavLinks --*/
#header #navbar{
	position:absolute;
	left:550px;
	bottom:0px;
	width: 400px;
}

#navbar ul{
	list-style:none;
	width:350;
	margin: 0;
	padding: 0;
}

#navbar li{
	float:left;
	margin:0;
	padding:0;
}

#navbar li a:link, #navbar a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	color:#000;
	text-decoration:none;
	padding:0 15px 0 10px;
	margin-right:5px;
	line-height:25px;
	
	}

#navbar li a:hover, #navbar a:active {
	
	background-position:left top;	
}

#navbar li a.current {
	
	line-height:20px;
	border-bottom-style:solid;
	border-bottom-color:#990000;
	background-color:#000;
	color:#fff;
}

#navbar li a.current:hover {
	cursor:default;
}

/* -- OuterDiv --*/
div#outerDiv{
	border:solid 1px #000;
	margin: 0 auto;
	width:1000px;
	background:url(../images/title.jpg)no-repeat;
	
}

/*-- Title VRNI.co.uk --*/
div#header{
	height:110px;
	position:relative;
	
}



/*--- MidBanner  ---*/

#midbanner{

	height:150px;
	
}

#content {
	position:relative;
	margin:0 0;
	padding:0;
	}


/*-- Left SideBar  --*/

#leftbar{
	width:350px;
	float:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	
}

#leftbar p {
	margin:1em;
}



/*-- Right Sidebar  --*/

#rightbar{
	width:600px;
	float:left;
	padding:20px;
}

#pic1{
	padding:10px;
}


/*-- Footer  --*/

#footer{
	position:relative;
	margin:0 auto;
	border-top:solid 1px #000;
	clear:both;
		
}

#copyright{
	position:relative;
	left:30%;
	margin:1px 0;
	width:450px;
	}
	

/*-- Contact Button    - redo
#outerDiv div#contactbutton{
	position:absolute;
	left:800px;
	top:10px;
}

/*-- contact button control 

#contactbutton a:link, #contactbutton a:visited {
	height:50px;
	width:200px;
	display:block;
	text-indent:-1000px;
	background:url(../images/contactBtn.jpg) no-repeat left bottom;
}

#contactbutton a:hover, #contactbutton a:active {
	background-position:left bottom;
}
---*/