/*******Styles for needananswer.co.uk*******/

/*******layout related*******/

#intro{
	position: absolute;
	width:300px;
	right:2000px;
	}
body {
 	background-color:#BFE4FF;
 	text-align:center;
 	margin:0px 0px 10px 0px;
	}

/*****3 fluid box central content*******/
#box1 {
	position: absolute;
	width:600px;
	left:330px;
	top:250px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #FFF;
	border: 2px solid #666;
	font:10px tahoma;
	color:#000000;
	font-weight:200;
	line-height:16px;
	text-align:left;
	}
#box2 {
	position: absolute;
	width:600px;
	left:330px;
	top:30px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #FFF;
	border: 2px solid #666;
	font:10px tahoma;
	color:#000000;
	font-weight:200;
  	text-align:left;
  	line-height:16px;
	}
#box3 {
	position: absolute;
	width:250px;
	left:20px;
	top:30px;	
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #FFF;
	border: 2px solid #666;
	font:10px tahoma;
	color:#000000;
	font-weight:200;
	text-align:left;
	line-height:16px;
	}	
#box4 {
	position: absolute;
	width:600px;
	left:330px;
	top:150px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #FFF;
	border: 2px solid #666;
	font:10px tahoma;
	color:#000000;
	font-weight:200;
	line-height:16px;
	text-align:left;
	}

	
/*****stats box*******/	
#stats {
	position: absolute;
	width:200px;
	right:2000px;
	height:20px;
	}
/*****nav box*******/	
#nav {
	position: absolute;
	width:100%;
	left:0px;
	top:0px;
	text-align:center;
	align:center;
	valign;center;
	}
/*****hrefs*******/	

a:link,a:visited,a:active{
  	font:10px tahoma;
  	color:#666;
  	font-weight:bold;
  	text-decoration:none;
	}

a:hover{
  	font:10px tahoma;
  	color:#000;
  	font-weight:bold;
  	text-decoration:underline;
	}
	
a.norm:link,a.norm:visited,a.norm:active,a.norm:hover{
	  	font:10px tahoma;
	  	color:#000;
	  	text-decoration:none;
		}

/*****headings*******/	
h1{
  	font:14px tahoma;
  	color:#000000;
  	font-weight:bold;
  	text-align:center;
	}

h2{
  	font:12px verdana;
  	font-color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
h3{
  	font:12px verdana;
  	font-color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
	
h4{
  	font:12px verdana;
  	font-color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
	
/******square top Nav******/

#navSquare {
	background-color:#fff;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #000;
	}

#navSquare li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	text-align:center;
	font: 12px verdana;
	}

#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
	color: #000;
	background: url(../images/tab_square.gif) no-repeat bottom center;
	}	