/*******Styles for needananswer.co.uk*******/

/*******layout related*******/

#intro{
	position: absolute;
	width:300px;
	right:2000px;
	}
body {
 	background-color:#fff;
 	text-align:center;
 	margin:0;
	}

/*****2 fluid box central content*******/
#box1 {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 10px 1% 10px 1%;
	background: #FFF;
	border: 2px solid #666;
	font:12px verdana;
	color:#000000;
	font-weight:200;
	width: 30%;
	text-align:left;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 26%;
	}
html>body #box1 {
	width: 26%; /* ie5win fudge ends */
	}
#box2 {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 10px 1% 10px 1%;
	background: #FFF;
	border: 2px solid #666;
	width: 65%; 
	font:10px verdana;
	color:#000000;
	font-weight:200;
  	text-align:left;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 60%;
	}
html>body #box2 {
	width: 60%; /* ie5win fudge ends */
	}
/******Extra boxes within boxes******/
	
#box3 {
	padding: 10px 2% 10px 2%;
	margin: 10px 1% 10px 1%;
	background: #FFF;
	border: 2px solid #666;
	width: 90%; 
	font:12px verdana;
	color:#000;
	font-weight:200;
  	text-align:center;
  	}
	
#box4 {
	padding: 10px 1% 10px 1%;
	margin: 10px 1% 10px 1%;
	background: #FFF;
	border: 2px solid #666;
	width: 90%; 
	font:12px verdana;
	color:#000000;
	font-weight:200;
  	text-align:left;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90%;
	}
html>body #box4 {
	width: 85%; /* ie5win fudge ends */
	}	

#box5 {
	padding: 10px 2% 10px 2%;
	margin: 10px 1% 10px 1%;
	border: 1px dashed #666;
	width: 30%; 
	font:10px verdana;
	font-weight:200;
  	text-align:left;
	float: left;
  	}

.header {
 	width:100%;
 	background-color:#fff;
 	padding: 0px;
 	margin-bottom: 0px;
	}
	
#clearing {
	clear: both
	}
#container {
	width:100%;
	}	
/******content attributes********/

/******list, maintext and noscript*******/
.li{
 	text-align:left;
 	font:12px verdana bold;
  	color:#000000;
  	margin:2px;
	}

.maintext{
  	font:10px verdana;
  	color:#000000;
  	font-weight:200;
  	margin-left:0px;
  	text-align:left;
	}

.noscript{
	color:#ff0000;
	}

/*******Headers******/

h1{
  	font:14px tahoma;
  	color:#000000;
  	font-weight:bold;
  	text-align:right;
	}

h2{
  	font:14px verdana;
  	color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
h3{
  	font:14px verdana;
  	color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
	
h4{
  	font:14px verdana;
  	color:#000000;
  	font-weight:bold;
  	text-align:left;
	}
.red{
  	font:14px verdana;
  	color:#FF0000;
  	font-weight:bold;
  	text-align:left;
	}	
/*******footer*******/

.footer{
  	display:none;
	}

#footer{
  	text-align:center;
  	color:#cccccc;
	}

.foot{
  	font:10px verdana;
  	color:#000000;
  	font-weight:400;
	}

/*******hrefs*******/

a:link.list,a:visited.list,a:active.list{
	font:12px verdana bold;
	color:#400080;
	text-decoration:none;
	}

a:hover.list{
	font:12px verdana bold;
	color:#400080;
	text-decoration:underline;
	}

a:link.hidden,a:visited.hidden,a:active.hidden,a:hover.hidden{
	font:10px verdana;
 	color:#cccccc;
  	text-decoration:none;
	}
	
a:link.grey,a:visited.grey,a:active.grey,a:hover.grey{
	font:10px verdana;
 	color:#cccccc;
  	text-decoration:none;
	}

a:link.link,a:visited.link,a:active.link{
  	font:10px verdana;
  	color:#400080;
  	font-weight:bold;
  	text-decoration:none;
	}

a:hover.link{
  	font:10px verdana;
  	color:#400080;
  	font-weight:bold;
  	text-decoration:underline;
	}

a:link,a:visited,a:active{
  	font:10px verdana;
  	color:#400080;
  	font-weight:bold;
  	text-decoration:none;
	}

a:hover{
  	font:10px verdana;
  	color:#400080;
  	font-weight:bold;
  	text-decoration:underline;
	}

a:link.linktext,a:visited.linktext,a:active.linktext{
  	font:14px tahoma;
  	color:#000000;
  	font-weight:bold;
  	text-decoration:none;
	}

a:hover.linktext{
  	font:14px tahoma;
  	color:#000000;
  	font-weight:bold;
  	text-decoration:underline;
	}

/******square top Nav******/

#navSquare {
	background-color:#fff;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navSquare li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

#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;
	}
